From owner-cvs-all Sun Sep 26 0: 2: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B7EF14A26; Sun, 26 Sep 1999 00:02:06 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51371; Sun, 26 Sep 1999 00:02:06 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199909260702.AAA51371@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 26 Sep 1999 00:02:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mca mca_bus.c mca_busvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/26 00:02:06 PDT Modified files: sys/dev/mca mca_bus.c mca_busvar.h Log: Rip out the nastiness I cribbed from the EISA bus code and actually implement the resource management code correctly, using approved interfaces. While I'm here, clean up a few things. Revision Changes Path 1.2 +74 -314 src/sys/dev/mca/mca_bus.c 1.2 +5 -9 src/sys/dev/mca/mca_busvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 0: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 6599614C12; Sun, 26 Sep 1999 00:03:19 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id AAA09156; Sun, 26 Sep 1999 00:02:51 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199909260702.AAA09156@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sys/alpha/tc am7990.c src/sys/contrib/dev/oltr if_oltr.c src/sys/dev/ed if_ed.c src/sys/dev/iicbus if_ic In-Reply-To: <199909260231.WAA02646@khavrinen.lcs.mit.edu> from Garrett Wollman at "Sep 25, 1999 10:31:54 pm" To: wollman@khavrinen.lcs.mit.edu (Garrett Wollman) Date: Sun, 26 Sep 1999 00:02:51 -0700 (PDT) Cc: chuckr@mat.net (Chuck Robey), wpaul@FreeBSD.org (Bill Paul), phk@critter.freebsd.dk (Poul-Henning Kamp), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > < said: > > > You can find the 47 USC at www.fcc.gov some place, it's huge though, > > 338 pages. > > The best place to get the US Code and the Code of Federal Regulations > is the Legal Information Institute at Cornell Law School, > . The particular section of US Code, 18 > USC 2510, can be found at > . Thank you! One side note, one really needs to read ../18/2510-21,2702-2711,3121-3127 or at least thats the parts I have found so far, and of course, the few 100 other parts that this part of the code references, though most of those are only applicable in the criminal/governmental part of these laws. I pulled up the above www4.law.cornell web, and like all the others I have seen it is lacking hyperlinks when the code references other sections :-(. It does however have a search engine. Gee.. I suppose I can ask my lawyer to stop billing me for certain West Law searches now... :-) For those looking for the act it should be here as uscode/47/151-600someodd number (I think its 614, but it might have been amended again since I printed my last hard copy...) Any energetic programmer out there at least want to try and write an automated hyperlink builder that would link back to the definitions that almost always occur at the start of each major code section, and to all code section cross references. (The first one is much harder than the second one.) You could probably make some pretty good bucks on the resulting html. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 0:16: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB35D1532E; Sun, 26 Sep 1999 00:16:02 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA52126; Sun, 26 Sep 1999 00:16:02 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199909260716.AAA52126@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 26 Sep 1999 00:16:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/buslogic bt_mca.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/26 00:16:02 PDT Modified files: sys/dev/buslogic bt_mca.c Log: mca_add_{iospace,mspace}() no longer takes a 4th arg. Revision Changes Path 1.2 +2 -2 src/sys/dev/buslogic/bt_mca.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 0:23:58 1999 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [194.77.0.18]) by hub.freebsd.org (Postfix) with ESMTP id 79F7614BEB; Sun, 26 Sep 1999 00:23:53 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.9.3/8.9.3) with ESMTP id JAA20179; Sun, 26 Sep 1999 09:23:50 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id JAA18550; Sun, 26 Sep 1999 09:23:43 +0200 (CEST) (envelope-from andreas) Date: Sun, 26 Sep 1999 09:23:42 +0200 From: Andreas Klemm To: Dirk Froemberg Cc: Satoshi - Ports Wraith - Asami , Andreas Klemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/print/apsfilter Makefile Message-ID: <19990926092342.A18464@titan.klemm.gtn.com> References: <199909251711.KAA00809@freefall.freebsd.org> <19990925231304.A51257@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <19990925231304.A51257@physik.TU-Berlin.DE> X-Operating-System: FreeBSD 4.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, Sep 25, 1999 at 11:13:04PM +0200, Dirk Froemberg wrote: > So a post-clean target in bsd.port.mk would be very convenient for > apsfilter and apache13-php[34]. BTW. clean is the only target in > bsd.port.mk that misses a corresponding post- target. O.k., thanks for explanation. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD Get new songs from our band: http://www.freebsd.org/~andreas/64bits/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 0:39:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E89314D02; Sun, 26 Sep 1999 00:39:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA53102; Sun, 26 Sep 1999 00:39:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199909260739.AAA53102@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 26 Sep 1999 00:39:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/09/26 00:39:29 PDT Modified files: mail/mutt Makefile Log: Crud! I put the BUILD_DEPENDS of msgfmt in the "batch" area rather than make it unconditional. Revision Changes Path 1.73 +3 -3 ports/mail/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 1:24:14 1999 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 6879314C97; Sun, 26 Sep 1999 01:24:06 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id KAA03197; Sun, 26 Sep 1999 10:24:05 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199909260824.KAA03197@gratis.grondar.za> To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h Date: Sun, 26 Sep 1999 10:24:04 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > PCCARD testers wanted! Your wish, my command. Building all on my Libretto 110 with 3C589E*. I'll let you know how it goes... 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 Sep 26 1:35: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 446B614BC4; Sun, 26 Sep 1999 01:34:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55356; Sun, 26 Sep 1999 01:34:58 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <199909260834.BAA55356@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 26 Sep 1999 01:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 src/sys/pc98/pc98 if_ed.c if_ed98.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nyan 1999/09/26 01:34:58 PDT Modified files: (Branch: RELENG_3) sys/pc98/conf GENERIC98 sys/pc98/pc98 if_ed.c if_ed98.h Log: Supported Networld EC-98X and EP-98X ethernet card. Submitted by: "KOMURO" Reviewed by: chi@bd.mbn.or.jp (Chiharu Shibata) Revision Changes Path 1.63.2.18 +6 -1 src/sys/pc98/conf/GENERIC98 1.58.2.5 +60 -3 src/sys/pc98/pc98/if_ed.c 1.17.2.4 +32 -1 src/sys/pc98/pc98/if_ed98.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 1:54:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 060DC14C4A; Sun, 26 Sep 1999 01:54:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA82513; Sun, 26 Sep 1999 18:24:30 +0930 (CST) Date: Sun, 26 Sep 1999 18:24:30 +0930 From: Greg Lehey To: Mike Pritchard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/vinum vinum.8 Message-ID: <19990926182429.H46202@freebie.lemis.com> References: <199909220132.SAA48697@freefall.freebsd.org> <199909250939.EAA13506@mpp.pro-ns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199909250939.EAA13506@mpp.pro-ns.net>; from Mike Pritchard on Sat, Sep 25, 1999 at 04:39:06AM -0500 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Saturday, 25 September 1999 at 4:39:06 -0500, Mike Pritchard wrote: >> grog 1999/09/21 18:32:21 PDT >> >> Modified files: (Branch: RELENG_3) >> sbin/vinum vinum.8 >> Log: >> Fix typo: >> >> Reported-by: "Jeffrey J. Mountin" > > I have an objection to this commit because it includes direct > *roff calls. To be more specific, it uses the ".in" directive. Well, in so doing it's keeping to the style of the rest of the page. > Mdoc style man pages should never use direct *roff formatting > directives. If mdoc is doing something wrong, then mdoc should be > fixed. Agreed, but I don't have time for it. > You should not work around the problem within the man page. I accept your viewpoint. If you want to fix it, feel free to do so. Greg - See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 2: 4:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 585E414C4A; Sun, 26 Sep 1999 02:04:18 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA97137; Sun, 26 Sep 1999 18:34:07 +0930 (CST) Date: Sun, 26 Sep 1999 18:34:07 +0930 From: Greg Lehey To: Dag-Erling Smorgrav Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c id.c id.h Message-ID: <19990926183406.I46202@freebie.lemis.com> References: <199909220040.RAA43511@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Dag-Erling Smorgrav on Sat, Sep 25, 1999 at 11:56:23AM +0200 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Saturday, 25 September 1999 at 11:56:23 +0200, Dag-Erling Smorgrav wrote: > Brian Somers writes: >> Log: >> Do a kldload() if we get ENXIO trying to open /dev/tun0 > > Hmm, we should have a mechanism for querying the kernel about the > presence or absence of a specific driver. Maybe a sysctl hierarchy > that lists installed drivers and attached devices (and maybe even > detected but unattached devices). (BTW, that would allow us to > implement something like Windows' device manager, which is actually > quite a cool concept) This is what modfind does. Take a look at the beginning of main() in /usr/src/sbin/vinum/v.c. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 5:35:11 1999 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id A8D9014CEC; Sun, 26 Sep 1999 05:35:04 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id OAA04236; Sun, 26 Sep 1999 14:35:02 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199909261235.OAA04236@gratis.grondar.za> To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h Date: Sun, 26 Sep 1999 14:35:01 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c > if_epvar.h Hi There is a syntax error on line 66 of dev/ep/if_ep_pccard.c; 2 (('s. 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 Sep 26 6:11:44 1999 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 750FA15092; Sun, 26 Sep 1999 06:11:37 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id PAA04310; Sun, 26 Sep 1999 15:11:36 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199909261311.PAA04310@gratis.grondar.za> To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h Date: Sun, 26 Sep 1999 15:11:35 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > PCCARD testers wanted! It works! It works! :-) 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 Sep 26 8:44:16 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 682FB14D55; Sun, 26 Sep 1999 08:44:12 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 41C871CA7; Sun, 26 Sep 1999 23:44:11 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Mike Smith Cc: Doug White , "Rodney W. Grimes" , Bill Fumerola , Chris Piazza , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/nstreams - Imported sources In-reply-to: Your message of "Sat, 25 Sep 1999 11:46:23 MST." <199909251846.LAA06923@dingo.cdrom.com> Date: Sun, 26 Sep 1999 23:44:11 +0800 From: Peter Wemm Message-Id: <19990926154411.41C871CA7@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Mike Smith wrote: > > On Sat, 25 Sep 1999, Rodney W. Grimes wrote: > > > > > We have just removed BPF from all standard deployment kernel config files , > > > Sigh :-(. > > > > What, did you just break DHCP again? > > No, Rod is just having another panic attack. Don't worry about it. IMHO, BPF is no more "illegal" than an ethernet card that can be put in promiscuous mode. When they stop making promisc-capable ethernet cards *THEN* (and only then) I'll worry about BPF. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 9:48:57 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 7919314CAC; Sun, 26 Sep 1999 09:48:53 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id MAA09151; Sun, 26 Sep 1999 12:48:38 -0400 (EDT) Date: Sun, 26 Sep 1999 12:48:38 -0400 (EDT) From: "Matthew N. Dodd" To: Mark Murray Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c if_epvar.h if_ep.c if_epreg.h In-Reply-To: <199909261235.OAA04236@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Mark Murray wrote: > > sys/dev/ep if_ep_isa.c if_ep_mca.c if_ep_pccard.c > > if_epvar.h > > There is a syntax error on line 66 of dev/ep/if_ep_pccard.c; 2 (('s. Ack. Guess I 'fixed' the prototypes after I'd compile tested that file. I'll fix it once freefall is alive again. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11: 4:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F054D152C7; Sun, 26 Sep 1999 11:04:26 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA00673; Sun, 26 Sep 1999 11:04:26 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199909261804.LAA00673@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 26 Sep 1999 11:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_pccard.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/26 11:04:26 PDT Modified files: sys/dev/ep if_ep_pccard.c Log: Duplicated '(' removed. Noticed by: Mark Murray Revision Changes Path 1.2 +2 -2 src/sys/dev/ep/if_ep_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11: 5:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05DBF152C7; Sun, 26 Sep 1999 11:05:38 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA00795; Sun, 26 Sep 1999 11:05:37 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199909261805.LAA00795@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 26 Sep 1999 11:05:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mca mca_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/26 11:05:37 PDT Modified files: sys/dev/mca mca_bus.c Log: device_get_ivars() called twice. Remove second call and assignment. Noticed by: Peter Revision Changes Path 1.3 +1 -2 src/sys/dev/mca/mca_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:11: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD1B15362; Sun, 26 Sep 1999 11:10:59 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA01232; Sun, 26 Sep 1999 11:10:59 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199909261810.LAA01232@freefall.freebsd.org> From: Eivind Eklund Date: Sun, 26 Sep 1999 11:10:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.src Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/09/26 11:10:59 PDT Modified files: sys/kern vnode_if.src Log: Move the vop_islocked declaration to the top, in preparation for committing code to auto-generate assertions from the lockspecs Revision Changes Path 1.23 +8 -8 src/sys/kern/vnode_if.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:14:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ED0D1531E; Sun, 26 Sep 1999 11:14:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA01603; Sun, 26 Sep 1999 11:14:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199909261814.LAA01603@freefall.freebsd.org> From: Archie Cobbs Date: Sun, 26 Sep 1999 11:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes Makefile ports/java/jikes/files md5 ports/java/jikes/patches patch-aj patch-ak patch-al patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/09/26 11:14:41 PDT Modified files: java/jikes Makefile java/jikes/files md5 java/jikes/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai Added files: java/jikes/patches patch-aj patch-ak patch-al Log: Upgrade to version 1.06. Also make myself the new maintainer. Handed over by: dillon Revision Changes Path 1.14 +3 -3 ports/java/jikes/Makefile 1.5 +1 -1 ports/java/jikes/files/md5 1.5 +10 -7 ports/java/jikes/patches/patch-aa 1.4 +3 -3 ports/java/jikes/patches/patch-ab 1.3 +5 -5 ports/java/jikes/patches/patch-ac 1.3 +9 -9 ports/java/jikes/patches/patch-ad 1.3 +493 -12 ports/java/jikes/patches/patch-ae 1.2 +52 -12 ports/java/jikes/patches/patch-af 1.2 +27 -12 ports/java/jikes/patches/patch-ag 1.2 +8 -8 ports/java/jikes/patches/patch-ah 1.4 +17 -12 ports/java/jikes/patches/patch-ai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:21: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5A4314A00; Sun, 26 Sep 1999 11:19:49 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02048; Sun, 26 Sep 1999 11:19:49 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199909261819.LAA02048@freefall.freebsd.org> From: Eivind Eklund Date: Sun, 26 Sep 1999 11:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/advansys adwlib.c src/sys/i386/i386 mpapic.c src/sys/sys param.h systm.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/09/26 11:19:49 PDT Modified files: sys/dev/advansys adwlib.c sys/i386/i386 mpapic.c sys/sys param.h systm.h Log: Move the declaration of panic() from sys/systm.h to sys/param.h. Rationale: Wider access, so we can add assertions to header files. panicstr is still in sys/systm.h Suggested by: phk Discussed with: peter Revision Changes Path 1.4 +2 -2 src/sys/dev/advansys/adwlib.c 1.35 +2 -2 src/sys/i386/i386/mpapic.c 1.54 +10 -1 src/sys/sys/param.h 1.98 +1 -2 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 Sun Sep 26 11:31:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E20F614CAC; Sun, 26 Sep 1999 11:31:51 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03047; Sun, 26 Sep 1999 11:31:51 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199909261831.LAA03047@freefall.freebsd.org> From: Eivind Eklund Date: Sun, 26 Sep 1999 11:31:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vnode_if.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/09/26 11:31:51 PDT Modified files: sys/kern vnode_if.sh Log: Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on the lock specifications in kern/vnode_if.src. At present, this do not distinguish between exclusive and shared locks, and the kernel is so full of bugs in this area that running with auto-generation of assertions enabled makes DEBUG_VFS_LOCKS totally useless for anybody that has used it for anything prior to outputting automated assertions. Due to this, I made vnode_if.sh only output locking assertions if you have the environment variable DEBUG_ALL_VFS_LOCKS set to "YES". In order to actually use the assertions, you need to also add "options DEBUG_VFS_LOCKS" to your kernel config file. Urged to commit by: phk Revision Changes Path 1.20 +243 -268 src/sys/kern/vnode_if.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:34:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8968F14CAC; Sun, 26 Sep 1999 11:34:33 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03432; Sun, 26 Sep 1999 11:34:33 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199909261834.LAA03432@freefall.freebsd.org> From: Nik Clayton Date: Sun, 26 Sep 1999 11:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/09/26 11:34:33 PDT Modified files: share/sgml man-refs.ent Log: Added entities for awk(1) date(1) gcc(1) grep(1) script(1) top(1) fastboot(8) ifconfig(8) sysctl(8) Needed for the "make world" section. Revision Changes Path 1.11 +10 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:35:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDED314D55; Sun, 26 Sep 1999 11:35:30 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03651; Sun, 26 Sep 1999 11:35:30 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909261835.LAA03651@freefall.freebsd.org> From: Bill Paul Date: Sun, 26 Sep 1999 11:35:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sf.c src/share/man/man4/man4.i386 sf.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/26 11:35:30 PDT Modified files: sys/pci if_sf.c share/man/man4/man4.i386 sf.4 Log: Update the Starfire driver comments and man page to include the URL of the AIC-6915 Programmer's Manual which I finally found online at Adaptec's site. Revision Changes Path 1.16 +4 -3 src/sys/pci/if_sf.c 1.4 +3 -3 src/share/man/man4/man4.i386/sf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:38: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CB6614D55; Sun, 26 Sep 1999 11:38:03 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03782; Sun, 26 Sep 1999 11:38:03 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909261838.LAA03782@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sun, 26 Sep 1999 11:38:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/26 11:38:03 PDT Modified files: es support.sgml Log: Fix spelling of german cities. Pointed by: Grog Revision Changes Path 1.23 +4 -4 www/es/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:40:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 011C814D55; Sun, 26 Sep 1999 11:40:14 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03950; Sun, 26 Sep 1999 11:40:14 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199909261840.LAA03950@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 26 Sep 1999 11:40:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lv Makefile ports/misc/lv/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/09/26 11:40:14 PDT Modified files: misc/lv Makefile misc/lv/files md5 Log: upgrade to 4.49.2. Revision Changes Path 1.8 +4 -4 ports/misc/lv/Makefile 1.5 +1 -1 ports/misc/lv/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:41:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A3514D55; Sun, 26 Sep 1999 11:41:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04033; Sun, 26 Sep 1999 11:41:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199909261841.LAA04033@freefall.freebsd.org> From: Nik Clayton Date: Sun, 26 Sep 1999 11:41:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/09/26 11:41:18 PDT Modified files: en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml Log: Brought my "make world" tutorial in as a section in "Cutting Edge". Hopefully other people can now assist in keeping it up to date, something I've had problems finding the time to do. I fully expect the first commit from someone else to be text that discusses using mergemaster Revision Changes Path 1.31 +1100 -6 doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:42:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB8D514D55; Sun, 26 Sep 1999 11:42:26 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04121; Sun, 26 Sep 1999 11:42:26 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199909261842.LAA04121@freefall.freebsd.org> From: Nik Clayton Date: Sun, 26 Sep 1999 11:42:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook appendix.decl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/09/26 11:42:26 PDT Added files: en_US.ISO_8859-1/books/handbook appendix.decl Log: SGML declaration for appendices. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:44:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2986015092; Sun, 26 Sep 1999 11:44:16 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04315; Sun, 26 Sep 1999 11:44:16 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909261844.LAA04315@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 11:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/leafnode+ Makefile ports/news/leafnode+/files md5 ports/news/leafnode+/patches patch-aa ports/news/leafnode+/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 11:44:16 PDT Modified files: news/leafnode+ Makefile news/leafnode+/files md5 news/leafnode+/patches patch-aa news/leafnode+/pkg MESSAGE Log: Update leafnode+ port to 2.8 PR: ports/13981 Submitted by: Tom Hukins Revision Changes Path 1.11 +3 -3 ports/news/leafnode+/Makefile 1.4 +1 -1 ports/news/leafnode+/files/md5 1.6 +15 -15 ports/news/leafnode+/patches/patch-aa 1.3 +3 -3 ports/news/leafnode+/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:44:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94CCC159C9; Sun, 26 Sep 1999 11:44:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04376; Sun, 26 Sep 1999 11:44:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909261844.LAA04376@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 11:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ppp.c src/sys/modules/if_ppp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 11:44:29 PDT Modified files: sys/net if_ppp.c sys/modules/if_ppp Makefile Log: Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in the module and don't #include "bpf.h". Revision Changes Path 1.66 +2 -8 src/sys/net/if_ppp.c 1.20 +3 -6 src/sys/modules/if_ppp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:48:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B515515293; Sun, 26 Sep 1999 11:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04825; Sun, 26 Sep 1999 11:48:53 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199909261848.LAA04825@freefall.freebsd.org> From: Nick Hibma Date: Sun, 26 Sep 1999 11:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/09/26 11:48:53 PDT Modified files: sys/kern subr_autoconf.c Log: Change explicit use of the queue fields into use of the definitions in queue.h. Change the name of two variables for consistency. Reviewed-By: peter Revision Changes Path 1.13 +14 -11 src/sys/kern/subr_autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:56:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A971714E47; Sun, 26 Sep 1999 11:56:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA05485; Sun, 26 Sep 1999 11:56:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909261856.LAA05485@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 11:56:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 11:56:43 PDT Modified files: sys/alpha/include param.h Log: bdbtofsb() appears to have been unused for quite some time, if ever. Appears to be a 4.4Lite relic. Revision Changes Path 1.15 +1 -9 src/sys/alpha/include/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 11:57:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E55414E47; Sun, 26 Sep 1999 11:57:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA05519; Sun, 26 Sep 1999 11:57:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199909261857.LAA05519@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 26 Sep 1999 11:57:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sarep Makefile ports/textproc/sarep/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/09/26 11:57:10 PDT Modified files: textproc/sarep Makefile Added files: textproc/sarep/patches patch-aa Log: preserve file modes strip ^M in the script Revision Changes Path 1.8 +2 -2 ports/textproc/sarep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 12: 5:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 900AE14ED0; Sun, 26 Sep 1999 12:05:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06219; Sun, 26 Sep 1999 12:05:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909261905.MAA06219@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 12:05:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/boot/dosboot param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 12:05:39 PDT Modified files: sys/i386/boot/dosboot param.h Log: GC bdbtofsb() Revision Changes Path 1.6 +1 -9 src/sys/i386/boot/dosboot/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 12:11: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 529DC14ED0; Sun, 26 Sep 1999 12:11:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06635; Sun, 26 Sep 1999 12:11:05 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909261911.MAA06635@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 12:11:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 12:11:05 PDT Modified files: lib/libncurses Makefile Log: Try and catch a make -j problem in 'make depend'. Tested by: Dirk-Willem van Gulik Revision Changes Path 1.30 +3 -1 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 12:14:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8C1A153A0; Sun, 26 Sep 1999 12:14:11 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06911; Sun, 26 Sep 1999 12:14:11 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909261914.MAA06911@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 12:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gcombust Makefile ports/sysutils/gcombust/files md5 ports/sysutils/gcombust/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 12:14:11 PDT Modified files: sysutils/gcombust Makefile sysutils/gcombust/files md5 sysutils/gcombust/patches patch-aa Log: Updated port. PR: ports/13982 Submitted by: Maintainer Revision Changes Path 1.8 +3 -3 ports/sysutils/gcombust/Makefile 1.7 +1 -1 ports/sysutils/gcombust/files/md5 1.5 +98 -26 ports/sysutils/gcombust/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 13:33:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8A6314A12; Sun, 26 Sep 1999 13:33:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12381; Sun, 26 Sep 1999 13:33:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199909262033.NAA12381@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 26 Sep 1999 13:33:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt/patches patch-05 patch-09 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/09/26 13:33:12 PDT Modified files: mail/mutt/patches patch-05 Removed files: mail/mutt/patches patch-09 Log: properly restore default y/n responses lost Revision Changes Path 1.9 +32 -15 ports/mail/mutt/patches/patch-05 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 13:37:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C14F15595; Sun, 26 Sep 1999 13:37:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12665; Sun, 26 Sep 1999 13:37:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909262037.NAA12665@freefall.freebsd.org> From: Chris Piazza Date: Sun, 26 Sep 1999 13:37:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmhm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/26 13:37:25 PDT Modified files: sysutils/wmhm Makefile Log: Fix a typo (" -> ') Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/sysutils/wmhm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 13:46:14 1999 Delivered-To: cvs-all@freebsd.org Received: from dt014n8c.san.rr.com (dt014n8c.san.rr.com [24.30.129.140]) by hub.freebsd.org (Postfix) with ESMTP id F123B1558B; Sun, 26 Sep 1999 13:46:08 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt014n8c.san.rr.com (8.9.3/8.8.8) with ESMTP id OAA17630; Sun, 26 Sep 1999 14:02:50 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37EE86C5.6DD0F1E6@gorean.org> Date: Sun, 26 Sep 1999 13:49:09 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Nik Clayton Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml References: <199909261841.LAA04033@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nik Clayton wrote: > > nik 1999/09/26 11:41:18 PDT > > Modified files: > en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml > Log: > Brought my "make world" tutorial in as a section in "Cutting Edge". > Hopefully other people can now assist in keeping it up to date, something > I've had problems finding the time to do. I fully expect the first commit > from someone else to be text that discusses using mergemaster Well, I sent you diffs a looooooong time ago for this, but I'm pretty sure that I don't have them any more. The substance of what I sent you can be found at http://freebsd.simplenet.com/upgrade.html. If you'd like something more substantial let me know. Also, if someone could change my name in the Contributors section from studded@dal.net to "Doug Barton, " I'd appreciate it, thanks. :) Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 13:52:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD78B1537B; Sun, 26 Sep 1999 13:52:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13637; Sun, 26 Sep 1999 13:52:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909262052.NAA13637@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 13:52:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union.h union_subr.c union_vfsops.c union_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 13:52:42 PDT Modified files: sys/miscfs/union union.h union_subr.c union_vfsops.c union_vnops.c Log: This is a major fixup of unionfs. At least 30 serious bugs have been fixed (many due to changing semantics in other parts of the kernel and not the original author's fault), including one critical one: unionfs could cause UFS corruption in the fronting store due to calling VOP_OPEN for writing without turning on vmio for the UFS vnode. Most of the bugs were related to semantics changes in VOP calls, lock ordering problems (causing deadlocks), improper handling of a read-only backing store (such as an NFS mount), improper referencing and locking of vnodes, not using real struct locks for vnode locking, not using recursive locks when accessing the fronting store, and things like that. New functionality has been added: unionfs now has mmap() support, but only partially tested, and rename has been enhanced considerably. There are still some things that unionfs cannot do. You cannot rename a directory without confusing unionfs, and there are issues with softlinks, hardlinks, and special files. unionfs mostly doesn't understand them (and never did). There are probably still panic situations, but hopefully no where near as many as before this commit. The unionfs in this commit has been tested overlayed on /usr/src (backing /usr/src being a read-only NFS mount, fronting /usr/src being a local filesystem). kernel builds have been tested, buildworld is undergoing testing. More testing is necessary. Revision Changes Path 1.15 +37 -10 src/sys/miscfs/union/union.h 1.40 +349 -197 src/sys/miscfs/union/union_subr.c 1.36 +58 -68 src/sys/miscfs/union/union_vfsops.c 1.64 +818 -588 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 13:55:27 1999 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (Postfix) with ESMTP id EB76D14CF1; Sun, 26 Sep 1999 13:55:02 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.3/8.9.3) with ESMTP id WAA06275; Sun, 26 Sep 1999 22:55:00 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199909262055.WAA06275@gratis.grondar.za> To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/miscfs/union union.h union_subr.c union_vfsops.c union_vnops.c Date: Sun, 26 Sep 1999 22:54:59 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > This is a major fixup of unionfs. At least 30 serious bugs have been Way cool! Thanks! 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 Sep 26 13:56:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B462D15439; Sun, 26 Sep 1999 13:56:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13901; Sun, 26 Sep 1999 13:56:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909262056.NAA13901@freefall.freebsd.org> From: Chris Piazza Date: Sun, 26 Sep 1999 13:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/26 13:56:14 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Change Doug Barton's email. Submitted by: Doug Revision Changes Path 1.113 +2 -2 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 Sun Sep 26 14:17: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96016156EA; Sun, 26 Sep 1999 14:16:04 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (from tom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA15176; Sun, 26 Sep 1999 14:16:04 -0700 (PDT) (envelope-from tom@FreeBSD.org) Message-Id: <199909262116.OAA15176@freefall.freebsd.org> From: Tom Hukins Date: Sun, 26 Sep 1999 14:16:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tom 1999/09/26 14:16:04 PDT Modified files: en y2kbug.sgml Log: Add Y2K problem with slurp port PR: ports/13694 Submitted by: James Raynard Revision Changes Path 1.31 +8 -2 www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:24:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73AEA14C17; Sun, 26 Sep 1999 14:24:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA15679; Sun, 26 Sep 1999 14:24:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909262124.OAA15679@freefall.freebsd.org> From: Warner Losh Date: Sun, 26 Sep 1999 14:24:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard_nbk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/26 14:24:37 PDT Modified files: sys/pccard pccard_nbk.c Log: Kill printf warnings. Revision Changes Path 1.3 +2 -2 src/sys/pccard/pccard_nbk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:37:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A264814C3B; Sun, 26 Sep 1999 14:37:47 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA16615; Sun, 26 Sep 1999 14:37:47 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909262137.OAA16615@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 26 Sep 1999 14:37:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ccdconfig ccdconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/26 14:37:47 PDT Modified files: sbin/ccdconfig ccdconfig.c Log: Silence -Wall Reviewed by: dillon Revision Changes Path 1.15 +3 -2 src/sbin/ccdconfig/ccdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:44:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A21414CC6; Sun, 26 Sep 1999 14:44:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA17066; Sun, 26 Sep 1999 14:44:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909262144.OAA17066@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 26 Sep 1999 14:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/26 14:44:17 PDT Modified files: sbin/camcontrol camcontrol.c Log: -Wall cleanups, handle unknown cases. Submitted by: billf, ken Reviewed by: ken Revision Changes Path 1.14 +10 -6 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:52:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 321E514E3D; Sun, 26 Sep 1999 14:52:44 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA18139; Sun, 26 Sep 1999 14:52:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909262152.OAA18139@freefall.freebsd.org> From: Warner Losh Date: Sun, 26 Sep 1999 14:52:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/26 14:52:43 PDT Modified files: sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Log: (null) Revision Changes Path 1.8 +4 -2 src/sys/pccard/driver.h 1.86 +4 -4 src/sys/pccard/pccard.c 1.4 +3 -1 src/sys/pccard/pccard_nbk.c 1.76 +20 -11 src/sys/pccard/pcic.c 1.3 +3 -3 src/sys/pccard/pcic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:57:31 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 32CE414CE3; Sun, 26 Sep 1999 14:57:27 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA21804; Sun, 26 Sep 1999 15:57:14 -0600 (MDT) (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 PAA97102; Sun, 26 Sep 1999 15:58:04 -0600 (MDT) Message-Id: <199909262158.PAA97102@harmony.village.org> Subject: Re: cvs commit: src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 26 Sep 1999 14:52:43 PDT." <199909262152.OAA18139@freefall.freebsd.org> References: <199909262152.OAA18139@freefall.freebsd.org> Date: Sun, 26 Sep 1999 15:58:04 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909262152.OAA18139@freefall.freebsd.org> Warner Losh writes: : imp 1999/09/26 14:52:43 PDT : : Modified files: : sys/pccard driver.h pccard.c pccard_nbk.c pcic.c : pcic.h : Log: : (null) Honest, I had a commit message. Grr. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:58:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAC1014CE3; Sun, 26 Sep 1999 14:58:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA18751; Sun, 26 Sep 1999 14:58:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909262158.OAA18751@freefall.freebsd.org> From: Warner Losh Date: Sun, 26 Sep 1999 14:58:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/26 14:58:43 PDT Modified files: sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Log: [[ Forced commit for last (null) message ]] Revert to using ointhand2_t rather than inthand2_t. Use unwise casts to pass pointers as ints in i386 only code. This will be fixed in the future as the transition to newbus completes. This eliminates the warnings and still works. Add $FreeBSD$ to driver.h and pcic.c Revision Changes Path 1.9 +1 -1 src/sys/pccard/driver.h 1.87 +1 -1 src/sys/pccard/pccard.c 1.5 +1 -1 src/sys/pccard/pccard_nbk.c 1.77 +1 -1 src/sys/pccard/pcic.c 1.4 +1 -1 src/sys/pccard/pcic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 14:59:59 1999 Delivered-To: cvs-all@freebsd.org Received: from mta1.rcsntx.swbell.net (mta1.rcsntx.swbell.net [151.164.30.25]) by hub.freebsd.org (Postfix) with ESMTP id E931D14CE3; Sun, 26 Sep 1999 14:59:54 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta1.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.19.16.06.p6) with ESMTP id <0FIO00G9YSYQGZ@mta1.rcsntx.swbell.net>; Sun, 26 Sep 1999 16:56:51 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id QAA91020; Sun, 26 Sep 1999 16:56:44 -0500 (CDT envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Sun, 26 Sep 1999 16:56:43 -0500 From: Chris Costello Subject: Re: cvs commit: src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h In-reply-to: <199909262152.OAA18139@freefall.freebsd.org> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <19990926165643.K76486@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: <199909262152.OAA18139@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Sep 26, 1999, Warner Losh wrote: > imp 1999/09/26 14:52:43 PDT > > Modified files: > sys/pccard driver.h pccard.c pccard_nbk.c pcic.c > pcic.h > Log: > (null) What does this commit do? I can't really tell from the message. There seem to be substantial changes. -- |Chris Costello |If you wish to live wisely, ignore sayings -- including this one. `----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15: 2:49 1999 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 533E914DED; Sun, 26 Sep 1999 15:02:44 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA98123; Mon, 27 Sep 1999 00:02:35 +0200 (CEST) (envelope-from des) To: chris@calldei.com Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 db_interface.c References: <199909251835.LAA09216@freefall.freebsd.org> <19990925133946.A76486@holly.calldei.com> From: Dag-Erling Smorgrav Date: 27 Sep 1999 00:02:34 +0200 In-Reply-To: Chris Costello's message of "Sat, 25 Sep 1999 13:39:46 -0500" Message-ID: Lines: 16 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Chris Costello writes: > On Sat, Sep 25, 1999, Matt Jacob wrote: > > Obtained from: Tor.Egge@fast.no > Doesn't the CVS commit template specifically say "Obtained > from" should mean third party software? Is Tor.Egge@fast.no > third party software? No, he's a committer-at-large. > This should say "Submitted by:" most likely. Specifically, it should say "Submitted by: tegge". DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15: 4:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8094114DED; Sun, 26 Sep 1999 15:04:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA19276; Sun, 26 Sep 1999 15:04:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199909262204.PAA19276@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 26 Sep 1999 15:04:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/09/26 15:04:43 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the (not-yet-merged) changes in the old-LinuxDoc English version. 1.22 -> 1.29 admin.sgml Submitted by: Hiroki Sato Reviewed by: susumu-w@ops.dti.ne.jp, kuriyama Revision Changes Path 1.6 +160 -40 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15: 6: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 3A88F14DED; Sun, 26 Sep 1999 15:06:05 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id QAA21861; Sun, 26 Sep 1999 16:05:52 -0600 (MDT) (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 QAA97225; Sun, 26 Sep 1999 16:06:41 -0600 (MDT) Message-Id: <199909262206.QAA97225@harmony.village.org> To: chris@calldei.com Subject: Re: cvs commit: src/sys/pccard driver.h pccard.c pccard_nbk.c pcic.c pcic.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 26 Sep 1999 16:56:43 CDT." <19990926165643.K76486@holly.calldei.com> References: <19990926165643.K76486@holly.calldei.com> <199909262152.OAA18139@freefall.freebsd.org> Date: Sun, 26 Sep 1999 16:06:41 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <19990926165643.K76486@holly.calldei.com> Chris Costello writes: : What does this commit do? I can't really tell from the : message. : : There seem to be substantial changes. Patience Grasshopper. All will be clear soon. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15: 6:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0ED215B5C; Sun, 26 Sep 1999 15:06:21 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA19416; Sun, 26 Sep 1999 15:06:21 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199909262206.PAA19416@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 26 Sep 1999 15:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr CHANGELOG.TXT bktr_audio.c bktr_audio.h bktr_card.c bktr_card.h bktr_core.h bktr_os.c bktr_os.h bktr_tuner.c bktr_tuner.h bktr_core.c bktr_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/09/26 15:06:21 PDT Modified files: sys/dev/bktr bktr_core.c bktr_reg.h Added files: sys/dev/bktr CHANGELOG.TXT bktr_audio.c bktr_audio.h bktr_card.c bktr_card.h bktr_core.h bktr_os.c bktr_os.h bktr_tuner.c bktr_tuner.h Log: Split the Bt848 driver into seperate files for audio, tuner, card make, os dependent code and core bt848/i2c code. Also, rewrite tuner code for FM Radio to make the code cleaner. Revision Changes Path 1.100 +90 -3425 src/sys/dev/bktr/bktr_core.c 1.35 +13 -1 src/sys/dev/bktr/bktr_reg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15: 8:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2E961576A; Sun, 26 Sep 1999 15:08:55 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA19610; Sun, 26 Sep 1999 15:08:55 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199909262208.PAA19610@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 26 Sep 1999 15:08:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/09/26 15:08:55 PDT Modified files: sys/conf files Log: Add new Bt848 driver files Revision Changes Path 1.255 +5 -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 Sun Sep 26 15:13: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0077F1569B; Sun, 26 Sep 1999 15:13:06 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA19906; Sun, 26 Sep 1999 15:13:06 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199909262213.PAA19906@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 26 Sep 1999 15:13:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/bktr Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/09/26 15:13:06 PDT Modified files: sys/modules/bktr Makefile Log: Update to use new Bt848 driver Revision Changes Path 1.6 +2 -2 src/sys/modules/bktr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15:15:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B93414BF2; Sun, 26 Sep 1999 15:15:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA20054; Sun, 26 Sep 1999 15:15:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909262215.PAA20054@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 15:15:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci es1370.c es1370_reg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 15:15:49 PDT Removed files: sys/pci es1370.c es1370_reg.h Log: These files live on in sys/dev/pcm/pci/es1370* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15:20:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA67014BF2; Sun, 26 Sep 1999 15:20:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA20267; Sun, 26 Sep 1999 15:20:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909262220.PAA20267@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 15:20:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c clones.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h ulaw.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 15:20:29 PDT Removed files: sys/i386/isa/snd CARDS README ad1848.c clones.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h ulaw.h Log: Bid a fond farewell to these files, they live on various forms in dev/pcm/* and dev/pcm/isa/* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15:32:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14D8A1566E; Sun, 26 Sep 1999 15:32:09 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA21015; Sun, 26 Sep 1999 15:32:08 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262232.PAA21015@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 15:32:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 15:32:08 PDT Modified files: . modules Log: consolehm --> ports/sysutils/consolehm Revision Changes Path 1.422 +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 Sep 26 15:34:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD91015B16; Sun, 26 Sep 1999 15:33:38 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA21143; Sun, 26 Sep 1999 15:33:38 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262233.PAA21143@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 15:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/consolehm - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 15:33:38 PDT ports/sysutils/consolehm - Imported sources Update of /home/ncvs/ports/sysutils/consolehm In directory freefall.freebsd.org:/d/users/dan/consolehm Log Message: Imported consolehm (version 1.0) PR: 13985 Submitted by: mmuir@es.co.nz Status: Vendor Tag: DAN Release Tags: r1_0 N ports/sysutils/consolehm/Makefile N ports/sysutils/consolehm/files/md5 N ports/sysutils/consolehm/pkg/COMMENT N ports/sysutils/consolehm/pkg/DESCR N ports/sysutils/consolehm/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15:35:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC79315C4D; Sun, 26 Sep 1999 15:34:49 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA21305; Sun, 26 Sep 1999 15:34:49 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262234.PAA21305@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 15:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 15:34:49 PDT Modified files: sysutils Makefile Log: Activate consolemh Revision Changes Path 1.75 +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 Sep 26 15:38:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6013F14BC5; Sun, 26 Sep 1999 15:38:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA21673; Sun, 26 Sep 1999 15:38:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199909262238.PAA21673@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 26 Sep 1999 15:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-current Makefile ports/www/lynx-current/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/09/26 15:38:30 PDT Modified files: www/lynx-current Makefile www/lynx-current/files md5 Log: upgrade to .dev9 Revision Changes Path 1.106 +3 -3 ports/www/lynx-current/Makefile 1.141 +1 -1 ports/www/lynx-current/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 15:40:17 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 1975C14BF1; Sun, 26 Sep 1999 15:40:14 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id D83041C23; Sun, 26 Sep 1999 17:43:54 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id D4F9F381B; Sun, 26 Sep 1999 17:43:54 -0400 (EDT) Date: Sun, 26 Sep 1999 17:43:54 -0400 (EDT) From: Bill Fumerola To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <199909262232.PAA21015@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Dan Moschuk wrote: > Log: > consolehm --> ports/sysutils/consolehm Whee, your first import and it didn't land in ports/sysutil/ like some people. :> -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.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 Sun Sep 26 16: 0:33 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 7259114BFA; Sun, 26 Sep 1999 16:00:28 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 491181CC1; Mon, 27 Sep 1999 07:00:27 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Fumerola Cc: Dan Moschuk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules In-reply-to: Your message of "Sun, 26 Sep 1999 17:43:54 -0400." Date: Mon, 27 Sep 1999 07:00:27 +0800 From: Peter Wemm Message-Id: <19990926230027.491181CC1@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > On Sun, 26 Sep 1999, Dan Moschuk wrote: > > > Log: > > consolehm --> ports/sysutils/consolehm > > Whee, your first import and it didn't land in ports/sysutil/ like some > people. :> That's because /home/ncvs/ports/sysutil/ doesn't exist any more and easy-import doesn't "offer" to use it or ends up there via filename completion. :-) A helpful suggestion though. "Imported consolehm (version 1.0)" is not a very useful commit message. CVS already tells us that it's an Import, it's ports/sysutils/consolehm and the release tags are r1_0. A better example, from ports/games/xspringies (at random): XSpringies is a mass and spring simulation system. It's intended use is more like that of a game, than some design package. We don't have to guess what it is. :-) Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 16: 2:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B3001526A; Sun, 26 Sep 1999 16:02:19 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23656; Sun, 26 Sep 1999 16:02:19 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199909262302.QAA23656@freefall.freebsd.org> From: Brian Somers Date: Sun, 26 Sep 1999 16:02:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c physical.c physical.h ppp.8 tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/09/26 16:02:19 PDT Modified files: usr.sbin/ppp command.c physical.c physical.h ppp.8 tty.c Log: Support ``set cd off'' to tell ppp not to even look for carrier on the device. Revision Changes Path 1.218 +11 -7 src/usr.sbin/ppp/command.c 1.26 +12 -8 src/usr.sbin/ppp/physical.c 1.16 +7 -2 src/usr.sbin/ppp/physical.h 1.198 +14 -6 src/usr.sbin/ppp/ppp.8 1.16 +5 -4 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 Sun Sep 26 16: 7:20 1999 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 694F315103; Sun, 26 Sep 1999 16:07:11 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id WAA09447; Sun, 26 Sep 1999 22:54:21 +0100 (BST) (envelope-from nik) Date: Sun, 26 Sep 1999 22:54:21 +0100 From: Nik Clayton To: Doug Cc: Nik Clayton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml Message-ID: <19990926225421.A7448@catkin.nothing-going-on.org> References: <199909261841.LAA04033@freefall.freebsd.org> <37EE86C5.6DD0F1E6@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <37EE86C5.6DD0F1E6@gorean.org>; from Doug on Sun, Sep 26, 1999 at 01:49:09PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Sep 26, 1999 at 01:49:09PM -0700, Doug wrote: > Nik Clayton wrote: > > Modified files: > > en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml > > Log: > > Brought my "make world" tutorial in as a section in "Cutting Edge". > > Hopefully other people can now assist in keeping it up to date, something > > I've had problems finding the time to do. I fully expect the first commit > > from someone else to be text that discusses using mergemaster > Well, I sent you diffs a looooooong time ago for this, but I'm pretty > sure that I don't have them any more. I've got the patches to the HTML file that you sent me. My stack at the moment looks something like Girlfriend TYFreeBSDi21Days /. article & editorship Daemonnews article Daily e-mail grind *@crf-consulting.co.uk replies *@freebsd.org replies *@nothing-going-on* replies And the stack pointer ranges freely over the first 6 items normally. I've just realised I've got to write my presentation for FreeBSD Con this week as well. . . I finally decided there was no way I was going to get around to finishing the updates I've got sat in the queue at this point, so I'm handing it over to the community at large to keep up to date as they see fit. If you (or anyone else) wants to commit to fielding the change requests it generates then let me know, as I'll forward you the 40 or so comments that are sat on my "Must look at these when I get a spare day" pile. I can forward on the (eek, almost a year old) diff you sent me as well. And if you show any signs at all that you might be quite good at this then expect commit privs to be foisted upon you fairly quickly[1]. > Also, if someone could change my > name in the Contributors section from studded@dal.net to "Doug Barton, > " I'd appreciate it, thanks. :) Is now in my queue of things to commit when I'm at a box I can ssh to freefall on. N [1] If memory serves, the reason I originally got commit privs was to maintain that document, so it's kind of come full circle. -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 16:12:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB32B14C25; Sun, 26 Sep 1999 16:12:10 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA24457; Sun, 26 Sep 1999 16:12:10 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262312.QAA24457@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 16:12:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 16:12:10 PDT Modified files: . modules Log: sshbuddy --> ports/misc/sshbuddy Revision Changes Path 1.423 +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 Sep 26 16:12:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C305D15103; Sun, 26 Sep 1999 16:12:32 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA24488; Sun, 26 Sep 1999 16:12:32 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262312.QAA24488@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 16:12:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sshbuddy - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 16:12:32 PDT ports/misc/sshbuddy - Imported sources Update of /home/ncvs/ports/misc/sshbuddy In directory freefall.freebsd.org:/d/users/dan/sshbuddy Log Message: Imported sshbuddy 1.02 Status: Vendor Tag: DAN Release Tags: r1_02 N ports/misc/sshbuddy/Makefile N ports/misc/sshbuddy/files/md5 N ports/misc/sshbuddy/patches/patch-00 N ports/misc/sshbuddy/pkg/PLIST N ports/misc/sshbuddy/pkg/DESCR N ports/misc/sshbuddy/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 16:13:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C51A015430; Sun, 26 Sep 1999 16:13:26 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA24569; Sun, 26 Sep 1999 16:13:26 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909262313.QAA24569@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 16:13:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 16:13:26 PDT Modified files: misc Makefile Log: Activate sshbuddy Revision Changes Path 1.236 +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 Sun Sep 26 16:18:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C8A15099; Sun, 26 Sep 1999 16:18:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA24846; Sun, 26 Sep 1999 16:18:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199909262318.QAA24846@freefall.freebsd.org> From: Brian Somers Date: Sun, 26 Sep 1999 16:18:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.sample Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/09/26 16:18:54 PDT Modified files: share/examples/ppp ppp.conf.sample Log: Show an example of ``set cd off'' Revision Changes Path 1.12 +5 -1 src/share/examples/ppp/ppp.conf.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:12:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3713214BC3; Sun, 26 Sep 1999 17:12:37 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA28741; Sun, 26 Sep 1999 17:12:37 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909270012.RAA28741@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 17:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 17:12:37 PDT Modified files: sys/dev/ccd ccd.c Log: Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK and BUF_LOCKFREE a buffer prior to physically freeing it. While these bugs did not cause a crash, they might in the future. Added eof handling for unlabeled partitions. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.63 +35 -2 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:21:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 641F2153F3; Sun, 26 Sep 1999 17:21:44 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA29258; Sun, 26 Sep 1999 17:21:44 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909270021.RAA29258@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 17:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys buf.h src/sys/kern kern_lock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 17:21:44 PDT Modified files: sys/sys buf.h sys/kern kern_lock.c Log: Fix process p_locks accounting. Conversions of the owner to LK_KERNPROC caused p_locks to be improperly accounted. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.80 +4 -1 src/sys/sys/buf.h 1.29 +6 -3 src/sys/kern/kern_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:27:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15A1414E27; Sun, 26 Sep 1999 17:27:33 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA29561; Sun, 26 Sep 1999 17:27:32 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909270027.RAA29561@freefall.freebsd.org> From: Matt Dillon Date: Sun, 26 Sep 1999 17:27:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/26 17:27:32 PDT Modified files: sys/dev/vn vn.c Log: If the request crosses EOF and bp->b_bcount is not a multiple of the sector size, the new value for bp->b_bcount was incorrectly calculated. Fixed. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.98 +2 -3 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:34: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E55814E27; Sun, 26 Sep 1999 17:34:03 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA30375; Sun, 26 Sep 1999 17:34:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270034.RAA30375@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:34:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/al Makefile src/sys/modules/ax Makefile src/sys/modules/dm Makefile src/sys/modules/fxp Makefile src/sys/modules/if_disc Makefile src/sys/modules/if_sl Makefile src/sys/modules/if_tun Makefile src/sys/modules/mx Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:34:02 PDT Modified files: sys/modules/al Makefile sys/modules/ax Makefile sys/modules/dm Makefile sys/modules/fxp Makefile sys/modules/if_disc Makefile sys/modules/if_sl Makefile sys/modules/if_tun Makefile sys/modules/mx Makefile sys/modules/pn Makefile sys/modules/sf Makefile sys/modules/sis Makefile sys/modules/sk Makefile sys/modules/ste Makefile sys/modules/ti Makefile sys/modules/tl Makefile sys/modules/vr Makefile sys/modules/wb Makefile sys/modules/xl Makefile Log: Don't generate 'bpf.h' since it's not used. Revision Changes Path 1.2 +3 -6 src/sys/modules/al/Makefile 1.5 +3 -6 src/sys/modules/ax/Makefile 1.3 +3 -6 src/sys/modules/dm/Makefile 1.6 +3 -6 src/sys/modules/fxp/Makefile 1.10 +3 -6 src/sys/modules/if_disc/Makefile 1.11 +3 -6 src/sys/modules/if_sl/Makefile 1.12 +3 -6 src/sys/modules/if_tun/Makefile 1.5 +3 -6 src/sys/modules/mx/Makefile 1.4 +3 -6 src/sys/modules/pn/Makefile 1.6 +3 -6 src/sys/modules/sf/Makefile 1.3 +3 -6 src/sys/modules/sis/Makefile 1.5 +3 -6 src/sys/modules/sk/Makefile 1.4 +3 -6 src/sys/modules/ste/Makefile 1.5 +3 -6 src/sys/modules/ti/Makefile 1.7 +3 -6 src/sys/modules/tl/Makefile 1.5 +3 -6 src/sys/modules/vr/Makefile 1.5 +3 -6 src/sys/modules/wb/Makefile 1.6 +3 -6 src/sys/modules/xl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:36: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54D0E1520F; Sun, 26 Sep 1999 17:36:04 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA30490; Sun, 26 Sep 1999 17:36:04 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909270036.RAA30490@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 26 Sep 1999 17:36:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall xinstall.c src/usr.sbin/mtree compare.c create.c verify.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/26 17:36:04 PDT Modified files: usr.bin/xinstall xinstall.c usr.sbin/mtree compare.c create.c verify.c Log: -Wall fixes. Submitted by: nrahlstr Revision Changes Path 1.36 +2 -1 src/usr.bin/xinstall/xinstall.c 1.13 +3 -2 src/usr.sbin/mtree/compare.c 1.16 +5 -3 src/usr.sbin/mtree/create.c 1.9 +3 -3 src/usr.sbin/mtree/verify.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:39:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 556C21520F; Sun, 26 Sep 1999 17:39:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA30638; Sun, 26 Sep 1999 17:39:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270039.RAA30638@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/rl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:39:30 PDT Modified files: sys/modules/rl Makefile Log: Don't generate 'bpf.h' since it's not used. Revision Changes Path 1.3 +3 -6 src/sys/modules/rl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:53:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A7DD14BB7; Sun, 26 Sep 1999 17:53:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31291; Sun, 26 Sep 1999 17:53:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270053.RAA31291@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:53:25 PDT Modified files: sys/dev/vn vn.c Log: Zap #include "vn.h" - it's not used Revision Changes Path 1.99 +1 -2 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:54:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB47014BB7; Sun, 26 Sep 1999 17:54:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31379; Sun, 26 Sep 1999 17:54:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270054.RAA31379@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/streams streams.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:54:20 PDT Modified files: sys/dev/streams streams.c Log: zap #include "streams.h" (for NSTREAMS) - which isn't used. Revision Changes Path 1.13 +1 -2 src/sys/dev/streams/streams.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 17:55:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01A3914BB7; Sun, 26 Sep 1999 17:55:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31476; Sun, 26 Sep 1999 17:55:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270055.RAA31476@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:55:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:55:29 PDT Modified files: sys/net if_tun.c Log: Zap #include "tun.h" (for NTUN) - which isn't used anymore. Revision Changes Path 1.68 +1 -3 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 Sun Sep 26 17:56:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D29FA14BB7; Sun, 26 Sep 1999 17:56:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31556; Sun, 26 Sep 1999 17:56:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270056.RAA31556@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 17:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 17:56:32 PDT Modified files: sys/modules Makefile Log: bktr (as a module) doesn't build. Revision Changes Path 1.80 +3 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18: 0:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66CF6150B5; Sun, 26 Sep 1999 18:00:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA31768; Sun, 26 Sep 1999 18:00:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270100.SAA31768@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 18:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/if_sl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 18:00:20 PDT Modified files: sys/modules/if_sl Makefile Log: Don't set an unused make(1) variable (NBPF) Revision Changes Path 1.12 +1 -2 src/sys/modules/if_sl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18: 4:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54D4714F7C; Sun, 26 Sep 1999 18:04:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA32458; Sun, 26 Sep 1999 18:04:45 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270104.SAA32458@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 18:04:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/al Makefile src/sys/modules/ax Makefile src/sys/modules/dm Makefile src/sys/modules/fxp Makefile src/sys/modules/if_tun Makefile src/sys/modules/joy Makefile src/sys/modules/mx Makefile src/sys/modules/pn Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 18:04:45 PDT Modified files: sys/modules/al Makefile sys/modules/ax Makefile sys/modules/dm Makefile sys/modules/fxp Makefile sys/modules/if_tun Makefile sys/modules/joy Makefile sys/modules/mx Makefile sys/modules/pn Makefile sys/modules/rl Makefile sys/modules/sf Makefile sys/modules/sis Makefile sys/modules/sk Makefile sys/modules/ste Makefile sys/modules/streams Makefile sys/modules/ti Makefile sys/modules/tl Makefile sys/modules/vn Makefile sys/modules/vr Makefile sys/modules/wb Makefile sys/modules/xl Makefile Log: Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. Revision Changes Path 1.3 +3 -6 src/sys/modules/al/Makefile 1.6 +3 -6 src/sys/modules/ax/Makefile 1.4 +3 -6 src/sys/modules/dm/Makefile 1.7 +3 -6 src/sys/modules/fxp/Makefile 1.13 +3 -6 src/sys/modules/if_tun/Makefile 1.13 +3 -6 src/sys/modules/joy/Makefile 1.6 +3 -6 src/sys/modules/mx/Makefile 1.5 +3 -6 src/sys/modules/pn/Makefile 1.4 +3 -6 src/sys/modules/rl/Makefile 1.7 +3 -6 src/sys/modules/sf/Makefile 1.4 +3 -6 src/sys/modules/sis/Makefile 1.6 +3 -6 src/sys/modules/sk/Makefile 1.5 +3 -6 src/sys/modules/ste/Makefile 1.3 +3 -8 src/sys/modules/streams/Makefile 1.6 +3 -6 src/sys/modules/ti/Makefile 1.8 +3 -6 src/sys/modules/tl/Makefile 1.4 +3 -7 src/sys/modules/vn/Makefile 1.6 +3 -6 src/sys/modules/vr/Makefile 1.6 +3 -6 src/sys/modules/wb/Makefile 1.7 +3 -6 src/sys/modules/xl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:19:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E71215446; Sun, 26 Sep 1999 18:19:45 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA33749; Sun, 26 Sep 1999 18:19:44 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199909270119.SAA33749@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 26 Sep 1999 18:19:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86/patches patch-8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/09/26 18:19:44 PDT Added files: x11/XFree86/patches patch-8 Log: Remove trailing white spaces in xterm termcap. Submitted by: Jose M. Alcaide To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:39: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id DC42615454; Sun, 26 Sep 1999 18:39:01 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca50-92.ix.netcom.com [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id SAA15389; Sun, 26 Sep 1999 18:37:49 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA09921; Sun, 26 Sep 1999 18:37:34 -0700 (PDT) To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/sshbuddy - Imported sources References: <199909262312.QAA24488@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 26 Sep 1999 18:37:31 -0700 In-Reply-To: Dan Moschuk's message of "Sun, 26 Sep 1999 16:12:32 -0700 (PDT)" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Log Message: * Imported sshbuddy 1.02 Given that this one is a utility to use ssh, wouldn't "security" be a more suitable place? BTW, you can just cvs remove it and import it again if you agree. No need to for a repo-copy (there's no history to preserve). Make sure you delete the modules entry before the reimport so easy-import won't get confused. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:50: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DBDC15454; Sun, 26 Sep 1999 18:50:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36092; Sun, 26 Sep 1999 18:50:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270150.SAA36092@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:50:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/LPRng Makefile ports/sysutils/LPRng/files md5 ports/sysutils/LPRng/patches patch-ag patch-ah patch-ab patch-ae patch-af ports/sysutils/LPRng/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:50:06 PDT Modified files: sysutils/LPRng Makefile sysutils/LPRng/files md5 sysutils/LPRng/pkg MESSAGE PLIST Added files: sysutils/LPRng/patches patch-ag patch-ah Removed files: sysutils/LPRng/patches patch-ab patch-ae patch-af Log: Update to version 3.6.8. PR: 13432, 13560 Submitted by: Patrick Powell , maintainer Revision Changes Path 1.10 +23 -20 ports/sysutils/LPRng/Makefile 1.5 +2 -2 ports/sysutils/LPRng/files/md5 1.4 +5 -6 ports/sysutils/LPRng/pkg/MESSAGE 1.6 +52 -75 ports/sysutils/LPRng/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:51:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1BDF15454; Sun, 26 Sep 1999 18:51:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36303; Sun, 26 Sep 1999 18:51:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909270151.SAA36303@freefall.freebsd.org> From: Warner Losh Date: Sun, 26 Sep 1999 18:51:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 src/sys/i386/isa aha_isa.c src/sys/dev/aha aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/26 18:51:18 PDT Modified files: sys/conf files sys/i386/conf files.i386 sys/dev/aha aha_isa.c Removed files: sys/i386/isa aha_isa.c Log: Move aha driver to dev/aha like the other drivers. Code relocation only, no code changes. Revision Changes Path 1.256 +7 -1 src/sys/conf/files 1.272 +2 -4 src/sys/i386/conf/files.i386 1.12 +1 -1 src/sys/dev/aha/aha_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:51:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EE45154E7; Sun, 26 Sep 1999 18:51:43 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36414; Sun, 26 Sep 1999 18:51:43 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909270151.SAA36414@freefall.freebsd.org> From: Greg Lehey Date: Sun, 26 Sep 1999 18:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/26 18:51:43 PDT Modified files: sys/dev/ccd ccd.c Log: Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate one. Revision Changes Path 1.64 +2 -2 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:52: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 74B2315AF5; Sun, 26 Sep 1999 18:51:53 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FIP00BHR3U47U@mta4.rcsntx.swbell.net>; Sun, 26 Sep 1999 20:51:43 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id UAA91777; Sun, 26 Sep 1999 20:51:33 -0500 (CDT envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Sun, 26 Sep 1999 20:51:32 -0500 From: Chris Costello Subject: Re: cvs commit: ports/misc/sshbuddy - Imported sources In-reply-to: To: Satoshi - Ports Wraith - Asami Cc: Dan Moschuk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <19990926205132.O76486@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: <199909262312.QAA24488@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Sep 26, 1999, Satoshi - Ports Wraith - Asami wrote: > Given that this one is a utility to use ssh, wouldn't "security" be a > more suitable place? The nature of it is quite the reverse of security. :) > Satoshi -- |Chris Costello |"#define QUESTION ((bb) || !(bb)) - Shakespeare." `-------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:52:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D15154E7; Sun, 26 Sep 1999 18:52:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36522; Sun, 26 Sep 1999 18:52:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909270152.SAA36522@freefall.freebsd.org> From: Peter Wemm Date: Sun, 26 Sep 1999 18:52:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pcaudio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/26 18:52:38 PDT Modified files: sys/i386/isa pcaudio.c Log: Seperate pcaudio from isa/snd and isa/sound - it's not worth this breaking each time there is a change. Revision Changes Path 1.54 +35 -3 src/sys/i386/isa/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:53:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84A7615454; Sun, 26 Sep 1999 18:53:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36606; Sun, 26 Sep 1999 18:53:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270153.SAA36606@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:53:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fastcrc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:53:41 PDT Modified files: devel/fastcrc Makefile Log: No need to include ':install' at the end of the BUILD_DEPENDS line since it is implied if nothing is given. Picking nits I know, but it is now more "consistent" with the other ~2600 ports. Revision Changes Path 1.5 +2 -2 ports/devel/fastcrc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:55:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4DE815614; Sun, 26 Sep 1999 18:55:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36703; Sun, 26 Sep 1999 18:55:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270155.SAA36703@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/nte/patches patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:55:49 PDT Modified files: mbone/nte/patches patch-ae Log: Make the second argument to hcreate a size_t so this compiles cleanly on the Alpha. Revision Changes Path 1.2 +19 -2 ports/mbone/nte/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:56:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D4F315595; Sun, 26 Sep 1999 18:56:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36836; Sun, 26 Sep 1999 18:56:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270156.SAA36836@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd Makefile ports/audio/xmcd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:56:49 PDT Modified files: audio/xmcd Makefile audio/xmcd/pkg PLIST Log: Make this port ARCH-neutral. Revision Changes Path 1.23 +2 -1 ports/audio/xmcd/Makefile 1.14 +6 -6 ports/audio/xmcd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:58:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF01115454; Sun, 26 Sep 1999 18:58:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36945; Sun, 26 Sep 1999 18:58:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270158.SAA36945@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:58:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crossfire/patches patch-ao Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:58:24 PDT Added files: games/crossfire/patches patch-ao Log: Don't call cc(1) with OSF/1 style arguments on FreeBSD/Alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 18:59:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E904215595; Sun, 26 Sep 1999 18:59:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA37064; Sun, 26 Sep 1999 18:59:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270159.SAA37064@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 18:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/deft/files Makefile.deft Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 18:59:53 PDT Modified files: biology/deft/files Makefile.deft Log: f77(1) on the Alpha doesn't grok '-malign-double' so only use it on the i386 port. Revision Changes Path 1.4 +4 -0 ports/biology/deft/files/Makefile.deft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19: 1:12 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 72BC315595; Sun, 26 Sep 1999 19:01:10 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca50-92.ix.netcom.com [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id SAA15427; Sun, 26 Sep 1999 18:59:12 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA10041; Sun, 26 Sep 1999 18:58:57 -0700 (PDT) To: chris@calldei.com Cc: Dan Moschuk , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/sshbuddy - Imported sources References: <199909262312.QAA24488@freefall.freebsd.org> <19990926205132.O76486@holly.calldei.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 26 Sep 1999 18:58:54 -0700 In-Reply-To: Chris Costello's message of "Sun, 26 Sep 1999 20:51:32 -0500" Message-ID: Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Chris Costello * The nature of it is quite the reverse of security. :) That's up to the person who uses it.... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19: 2: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC731574F; Sun, 26 Sep 1999 19:02:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37286; Sun, 26 Sep 1999 19:02:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270202.TAA37286@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:02:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/iozone Makefile ports/benchmarks/iozone/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:02:00 PDT Modified files: benchmarks/iozone Makefile benchmarks/iozone/files md5 Log: The distfile moved around on the MASTER_SITE and changed names. The checksum did not change. Inspired by: a partial commit by Asami-san Revision Changes Path 1.28 +3 -3 ports/benchmarks/iozone/Makefile 1.6 +1 -1 ports/benchmarks/iozone/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19: 3:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9669D15595; Sun, 26 Sep 1999 19:03:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37475; Sun, 26 Sep 1999 19:03:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270203.TAA37475@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:03:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/re2c/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:03:53 PDT Modified files: devel/re2c/patches patch-ab Log: We haven't for a long time (if ever) had to call g++ with -lg++ to compile a program so remove it and fix the build for all -current machines. Revision Changes Path 1.2 +11 -2 ports/devel/re2c/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19: 4:14 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 853A515656; Sun, 26 Sep 1999 19:04:11 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca50-92.ix.netcom.com [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id TAA15474; Sun, 26 Sep 1999 19:02:57 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id TAA10088; Sun, 26 Sep 1999 19:02:38 -0700 (PDT) To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/fastcrc Makefile References: <199909270153.SAA36606@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 26 Sep 1999 19:02:35 -0700 In-Reply-To: Steve Price's message of "Sun, 26 Sep 1999 18:53:41 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * No need to include ':install' at the end of the BUILD_DEPENDS line since * it is implied if nothing is given. Picking nits I know, but it is now * more "consistent" with the other ~2600 ports. Ok. By the way, note that there *are* some "install"s there (most notably lang/modula-3) where it is necessary to ensure that the port is actually built and installed during the compilation of the depending port. Usually you can replace the dependencies with packages and set DEPENDS_TARGET to /usr/bin/true. When this is not true, the target part is mandatory. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19: 7:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A7314DEB; Sun, 26 Sep 1999 19:07:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37877; Sun, 26 Sep 1999 19:07:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909270207.TAA37877@freefall.freebsd.org> From: Warner Losh Date: Sun, 26 Sep 1999 19:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/26 19:07:13 PDT Modified files: sys/i386/conf files.i386 sys/conf files Log: Revert non-aha changes. They weren't supposed to go in. Revision Changes Path 1.273 +3 -2 src/sys/i386/conf/files.i386 1.257 +1 -6 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:10:43 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D4CFE14BF1; Sun, 26 Sep 1999 19:10:40 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id VAA18636; Sun, 26 Sep 1999 21:10:39 -0500 (CDT) Date: Sun, 26 Sep 1999 21:10:39 -0500 (CDT) From: Steve Price To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/fastcrc Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 26 Sep 1999, Satoshi - Ports Wraith - Asami wrote: # Ok. By the way, note that there *are* some "install"s there (most # notably lang/modula-3) where it is necessary to ensure that the port # is actually built and installed during the compilation of the # depending port. # # Usually you can replace the dependencies with packages and set # DEPENDS_TARGET to /usr/bin/true. When this is not true, the target # part is mandatory. In this case it wasn't required for any of the above reasons, but you make a very good point. Forget what I said and heed the words of the Wraith. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:12: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AB5714BF1; Sun, 26 Sep 1999 19:12:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38120; Sun, 26 Sep 1999 19:12:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270212.TAA38120@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:12:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xview/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:12:06 PDT Modified files: x11-toolkits/xview/files md5 Log: Remove and entry for a file that we are longer using. Caught by: pib(1) Revision Changes Path 1.3 +0 -1 ports/x11-toolkits/xview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:13:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB28414BF1; Sun, 26 Sep 1999 19:13:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38253; Sun, 26 Sep 1999 19:13:39 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909270213.TAA38253@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 26 Sep 1999 19:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/26 19:13:39 PDT Modified files: sys/i386/conf LINT Log: Spell 'timecounter' correctly. Revision Changes Path 1.653 +2 -2 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:15:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4737156BA; Sun, 26 Sep 1999 19:15:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38417; Sun, 26 Sep 1999 19:15:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270215.TAA38417@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/asmem Makefile ports/sysutils/asmem/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:15:54 PDT Modified files: sysutils/asmem Makefile sysutils/asmem/files md5 Log: Update to version 1.4. PR: 13672 Submitted by: maintainer Revision Changes Path 1.5 +3 -3 ports/sysutils/asmem/Makefile 1.3 +1 -1 ports/sysutils/asmem/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:18:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0C16156BA; Sun, 26 Sep 1999 19:18:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38637; Sun, 26 Sep 1999 19:18:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270218.TAA38637@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/maplay Makefile ports/audio/maplay/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:18:21 PDT Modified files: audio/maplay Makefile audio/maplay/patches patch-ab Log: Update the MASTER_SITE and tweak the build a bit. PR: 13660 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +9 -4 ports/audio/maplay/Makefile 1.2 +0 -12 ports/audio/maplay/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:21:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B00AF14BF1; Sun, 26 Sep 1999 19:21:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39141; Sun, 26 Sep 1999 19:21:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270221.TAA39141@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:21:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-ssl Makefile ports/www/apache13-ssl/files md5 ports/www/apache13-ssl/patches patch-ar ports/www/apache13-ssl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:21:34 PDT Modified files: www/apache13-ssl Makefile www/apache13-ssl/files md5 www/apache13-ssl/pkg PLIST Added files: www/apache13-ssl/patches patch-ar Log: Update this to version 1.3.9+1.37. PR: 13804 Submitted by: maintainer Revision Changes Path 1.61 +9 -10 ports/www/apache13-ssl/Makefile 1.10 +2 -2 ports/www/apache13-ssl/files/md5 1.12 +17 -0 ports/www/apache13-ssl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:23:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 324D9151FC; Sun, 26 Sep 1999 19:23:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39429; Sun, 26 Sep 1999 19:23:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270223.TAA39429@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:23:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/etherboot Makefile ports/net/etherboot/files md5 ports/net/etherboot/patches patch-aa patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:23:53 PDT Modified files: net/etherboot Makefile net/etherboot/files md5 net/etherboot/patches patch-aa patch-ad Log: Update to version 4.2.5. PR: 13126 Submitted by: maintainer Revision Changes Path 1.6 +24 -9 ports/net/etherboot/Makefile 1.2 +2 -1 ports/net/etherboot/files/md5 1.2 +77 -63 ports/net/etherboot/patches/patch-aa 1.2 +159 -169 ports/net/etherboot/patches/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 Sep 26 19:27:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE56A14A28; Sun, 26 Sep 1999 19:27:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39858; Sun, 26 Sep 1999 19:27:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270227.TAA39858@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:27:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/flick Makefile ports/devel/flick/files md5 ports/devel/flick/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:27:41 PDT Modified files: devel/flick Makefile devel/flick/files md5 devel/flick/pkg DESCR PLIST Log: Update to version 2.0. PR: 13600 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +7 -7 ports/devel/flick/Makefile 1.2 +1 -1 ports/devel/flick/files/md5 1.2 +2 -2 ports/devel/flick/pkg/DESCR 1.2 +19 -10 ports/devel/flick/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:31:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3B8B14A28; Sun, 26 Sep 1999 19:31:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40265; Sun, 26 Sep 1999 19:31:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270231.TAA40265@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:31:21 PDT Modified files: print/ghostscript5 Makefile print/ghostscript5/patches patch-aa print/ghostscript5/pkg DESCR Log: Update MASTER_SITE, don't install the PDF crypt stuff because of possible export restrictions, and fix a few whitespace nits. PR: 13661 Submitted by: KATO Tsugur Revision Changes Path 1.35 +25 -21 ports/print/ghostscript5/Makefile 1.10 +2 -2 ports/print/ghostscript5/patches/patch-aa 1.8 +2 -0 ports/print/ghostscript5/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 Sep 26 19:33:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23CE414A28; Sun, 26 Sep 1999 19:33:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40533; Sun, 26 Sep 1999 19:33:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270233.TAA40533@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:33:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gsfonts Makefile ports/print/gsfonts/files md5 ports/print/gsfonts/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:33:16 PDT Modified files: print/gsfonts Makefile print/gsfonts/files md5 print/gsfonts/pkg PLIST Log: Fix a few nits, update MASTER_SITE, 5.10-std set of fonts. PR: 13662 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +10 -11 ports/print/gsfonts/Makefile 1.2 +1 -1 ports/print/gsfonts/files/md5 1.2 +1 -0 ports/print/gsfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:36:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7C815753; Sun, 26 Sep 1999 19:36:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41015; Sun, 26 Sep 1999 19:36:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270236.TAA41015@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cxref Makefile ports/devel/cxref/files md5 ports/devel/cxref/patches patch-ad patch-aa patch-ac ports/devel/cxref/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:36:52 PDT Modified files: devel/cxref Makefile devel/cxref/files md5 devel/cxref/pkg DESCR Added files: devel/cxref/patches patch-ad Removed files: devel/cxref/patches patch-aa patch-ac Log: Update to version 1.5a and add the WWW site to the DESCR. PR: 13599 Submitted by: KATO Tsuguru Revision Changes Path 1.10 +7 -4 ports/devel/cxref/Makefile 1.5 +1 -1 ports/devel/cxref/files/md5 1.2 +2 -0 ports/devel/cxref/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 Sep 26 19:38:10 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DC58B14A28; Sun, 26 Sep 1999 19:38:07 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id VAA26666; Sun, 26 Sep 1999 21:38:07 -0500 (CDT) Date: Sun, 26 Sep 1999 21:38:06 -0500 (CDT) From: Steve Price To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: tkato@prontomail.ne.jp Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR In-Reply-To: <199909270231.TAA40265@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Steve Price wrote: # steve 1999/09/26 19:31:21 PDT # # Modified files: # print/ghostscript5 Makefile # print/ghostscript5/patches patch-aa # print/ghostscript5/pkg DESCR # Log: # Update MASTER_SITE, don't install the PDF crypt stuff because of possible # export restrictions, and fix a few whitespace nits. # # PR: 13661 # Submitted by: KATO Tsugur Oops, sorry. I meant KATO Tsuguru. # Revision Changes Path # 1.35 +25 -21 ports/print/ghostscript5/Makefile # 1.10 +2 -2 ports/print/ghostscript5/patches/patch-aa # 1.8 +2 -0 ports/print/ghostscript5/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 Sep 26 19:41: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BABEF153D2; Sun, 26 Sep 1999 19:40:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41368; Sun, 26 Sep 1999 19:40:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270240.TAA41368@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:40:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/the Makefile ports/editors/the/files md5 ports/editors/the/patches patch-aa patch-im ports/editors/the/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:40:03 PDT Modified files: editors/the Makefile editors/the/files md5 editors/the/patches patch-aa editors/the/pkg DESCR PLIST Removed files: editors/the/patches patch-im Log: Update to version 2.8. PR: 13601 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +6 -6 ports/editors/the/Makefile 1.2 +1 -1 ports/editors/the/files/md5 1.2 +60 -37 ports/editors/the/patches/patch-aa 1.2 +2 -0 ports/editors/the/pkg/DESCR 1.2 +16 -12 ports/editors/the/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:42:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CE2D15977; Sun, 26 Sep 1999 19:41:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41672; Sun, 26 Sep 1999 19:41:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270241.TAA41672@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:41:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/shujit Makefile ports/java/shujit/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:41:57 PDT Modified files: java/shujit Makefile java/shujit/files md5 Log: Update to version 0.3.8. PR: 13608 Submitted by: maintainer Revision Changes Path 1.9 +3 -3 ports/java/shujit/Makefile 1.3 +1 -1 ports/java/shujit/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:45:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D659F14F7C; Sun, 26 Sep 1999 19:45:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41999; Sun, 26 Sep 1999 19:45:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270245.TAA41999@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:45:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/tgif Makefile ports/japanese/tgif/files md5 setup.sh ports/japanese/tgif/patches patch-aa ports/japanese/tgif/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:45:08 PDT Modified files: japanese/tgif Makefile japanese/tgif/files md5 japanese/tgif/pkg COMMENT DESCR PLIST Removed files: japanese/tgif/files setup.sh japanese/tgif/patches patch-aa Log: Update to version 4.1.16. PR: 13629 Submitted by: maintainer Revision Changes Path 1.16 +12 -28 ports/japanese/tgif/Makefile 1.8 +1 -3 ports/japanese/tgif/files/md5 1.4 +1 -1 ports/japanese/tgif/pkg/COMMENT 1.3 +1 -6 ports/japanese/tgif/pkg/DESCR 1.5 +1 -22 ports/japanese/tgif/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:47:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AABEA15392; Sun, 26 Sep 1999 19:47:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA42231; Sun, 26 Sep 1999 19:47:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270247.TAA42231@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/webalizer Makefile ports/german/webalizer/files md5 ports/german/webalizer/patches patch-gd16 patch-german patch-prefix Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:47:09 PDT Modified files: german/webalizer Makefile german/webalizer/files md5 Added files: german/webalizer/patches patch-gd16 patch-german Removed files: german/webalizer/patches patch-prefix Log: Update to version 1.30.4. PR: 13663 Submitted by: maintainer Revision Changes Path 1.6 +13 -8 ports/german/webalizer/Makefile 1.5 +1 -1 ports/german/webalizer/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:52:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A461576B; Sun, 26 Sep 1999 19:52:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA42816; Sun, 26 Sep 1999 19:52:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270252.TAA42816@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-fp Makefile ports/www/apache13-fp/files md5 ports/www/apache13-fp/patches patch-as patch-au patch-aa patch-ab patch-ag patch-ak patch-al patch-at patch-fd patch-fe patch-fh patch-fi patch-fj ports/www/apache13-fp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:52:26 PDT Modified files: www/apache13-fp Makefile www/apache13-fp/files md5 www/apache13-fp/patches patch-aa patch-ab patch-ag patch-ak patch-al patch-at patch-fd patch-fe patch-fh patch-fi patch-fj www/apache13-fp/pkg PLIST Added files: www/apache13-fp/patches patch-as patch-au Log: Update to use Apache version 1.3.9. Misc. notes from maintainer: patch-au corrects a problem when either ResourceConfig/AccessConfig is set to the apache configuration file (${PREFIX}/etc/apache/httpd.conf). Without this patch, if you set the apache server to listen to alterate ports the server would fail to start and the error log would contain: [crit] (48)Address already in use: make_sock: could not bind to port 8000 ResourceConfig/AccessConfig can't be set to /dev/null. The fpsrvadm.exe will not be able to obtain the DocumnetRoot from the ResourceConfig file (/dev/null). PR: 13673 Submitted by: maintainer Revision Changes Path 1.15 +55 -24 ports/www/apache13-fp/Makefile 1.6 +1 -1 ports/www/apache13-fp/files/md5 1.5 +11 -18 ports/www/apache13-fp/patches/patch-aa 1.8 +47 -48 ports/www/apache13-fp/patches/patch-ab 1.3 +12 -35 ports/www/apache13-fp/patches/patch-ag 1.4 +20 -16 ports/www/apache13-fp/patches/patch-ak 1.3 +6 -11 ports/www/apache13-fp/patches/patch-al 1.2 +8 -8 ports/www/apache13-fp/patches/patch-at 1.3 +54 -58 ports/www/apache13-fp/patches/patch-fd 1.3 +167 -145 ports/www/apache13-fp/patches/patch-fe 1.2 +16 -24 ports/www/apache13-fp/patches/patch-fh 1.3 +3 -3 ports/www/apache13-fp/patches/patch-fi 1.2 +11 -19 ports/www/apache13-fp/patches/patch-fj 1.8 +41 -2 ports/www/apache13-fp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 19:56:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D4714BE4; Sun, 26 Sep 1999 19:56:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA43093; Sun, 26 Sep 1999 19:56:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270256.TAA43093@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 19:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 19:56:13 PDT Added files: x11-wm/xfce/patches patch-aa Log: Don't define the second argument of bzero(3) as being an int since on the Alpha sizeof(int) != sizeof(size_t) and this port wasn't building because of it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20: 0: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6CE614A2E; Sun, 26 Sep 1999 20:00:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43428; Sun, 26 Sep 1999 20:00:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270300.UAA43428@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 20:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 20:00:06 PDT Modified files: . modules Log: sdcc --> ports/devel/sdcc Revision Changes Path 1.424 +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 Sep 26 20: 1:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FB114A2E; Sun, 26 Sep 1999 20:01:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43484; Sun, 26 Sep 1999 20:01:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270301.UAA43484@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 20:01:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdcc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 20:01:09 PDT ports/devel/sdcc - Imported sources Update of /home/ncvs/ports/devel/sdcc In directory freefall.freebsd.org:/d/users/steve/work/sdcc Log Message: Initial import of sdcc version 2.1.8. A tool for cross-compiling code for the 8051. PR: 13446 Submitted by: Doug Ambrisko Status: Vendor Tag: AMBRISKO Release Tags: v2_1_8 N ports/devel/sdcc/Makefile N ports/devel/sdcc/files/md5 N ports/devel/sdcc/pkg/COMMENT N ports/devel/sdcc/pkg/DESCR N ports/devel/sdcc/pkg/PLIST N ports/devel/sdcc/pkg/sorted N ports/devel/sdcc/patches/patch-aa N ports/devel/sdcc/patches/asxxxx.diff N ports/devel/sdcc/patches/patch-ab N ports/devel/sdcc/patches/patch-ac N ports/devel/sdcc/patches/patch-ad No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20: 1:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1AFB14A2E; Sun, 26 Sep 1999 20:01:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43541; Sun, 26 Sep 1999 20:01:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909270301.UAA43541@freefall.freebsd.org> From: Steve Price Date: Sun, 26 Sep 1999 20:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/26 20:01:34 PDT Modified files: devel Makefile Log: Activate the sdcc port. Revision Changes Path 1.220 +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 Sun Sep 26 20:11:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 548BA14BD8; Sun, 26 Sep 1999 20:11:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA44454; Sun, 26 Sep 1999 20:11:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909270311.UAA44454@freefall.freebsd.org> From: KATO Takenori Date: Sun, 26 Sep 1999 20:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/26 20:11:37 PDT Modified files: sys/conf files sys/i386/conf files.i386 Log: Move if_ed.c back to files.i386 since pc98 has a special ed driver. Reviewed by: peter Revision Changes Path 1.258 +1 -2 src/sys/conf/files 1.274 +2 -1 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:32:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24CDF14DED; Sun, 26 Sep 1999 20:32:33 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45403; Sun, 26 Sep 1999 20:32:33 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <199909270332.UAA45403@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sun, 26 Sep 1999 20:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nyan 1999/09/26 20:32:32 PDT Modified files: sys/pc98/pc98 fd.c Log: Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159. Revision Changes Path 1.77 +72 -164 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:35:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 592B014DED; Sun, 26 Sep 1999 20:35:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45658; Sun, 26 Sep 1999 20:35:42 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909270335.UAA45658@freefall.freebsd.org> From: KATO Takenori Date: Sun, 26 Sep 1999 20:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 src/sys/pc98/pc98 isa_compat.c isa_compat.h if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/26 20:35:42 PDT Modified files: sys/pc98/conf files.pc98 sys/pc98/pc98 if_ed.c Added files: sys/pc98/pc98 isa_compat.c isa_compat.h Log: Make ed driver work again. isa_compat.c Copied from sys/i386/isa/isa_compat.c. It includes sys/pc98/pc98/isa_compat.h instead of sys/i386/isa/isa_compat.h. isa_compat.h Copied from sys/i386/isa/isa_compat.c. The ed driver is registered in this file until pc98's ed driver is converted into new-bus style. files.pc98 Use sys/pc98/pc98/isa_compat.c instead of sys/i386/isa/isa_compat.c. if_ed.c - Fixed the location of the include file. - Disalbed pnp support. Revision Changes Path 1.116 +2 -2 src/sys/pc98/conf/files.pc98 1.70 +6 -3 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:37:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3692D15421; Sun, 26 Sep 1999 20:37:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45829; Sun, 26 Sep 1999 20:37:37 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909270337.UAA45829@freefall.freebsd.org> From: KATO Takenori Date: Sun, 26 Sep 1999 20:37:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/26 20:37:36 PDT Modified files: sys/i386/isa isa_compat.h Log: Removed pc98 code. Revision Changes Path 1.14 +1 -15 src/sys/i386/isa/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:37:56 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id EF04B15BBF; Sun, 26 Sep 1999 20:37:46 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id XAA05559; Sun, 26 Sep 1999 23:37:46 -0400 (EDT) Date: Sun, 26 Sep 1999 23:37:45 -0400 (EDT) From: "Matthew N. Dodd" To: KATO Takenori Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909270311.UAA44454@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, KATO Takenori wrote: > Modified files: > sys/conf files > sys/i386/conf files.i386 > Log: > Move if_ed.c back to files.i386 since pc98 has a special ed driver. How opposed are the PC98 people to merging sys/pc98/pc98/if_ed.c into sys/dev/ed/if_ed.c? My quick peek at the code indicates all PC98 bits are wrapped with #ifdef PC98/#endif and the driver is otherwise the same as an older version of sys/dev/ed/if_ed.c. I think the plan is to split out the ISA specific bits at some point in the future and the task of merging would be a great deal easier if it was done before the split and not after. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:38:42 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7CB9F15DA0; Sun, 26 Sep 1999 20:38:11 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA23058; Sun, 26 Sep 1999 21:37:48 -0600 (MDT) (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 VAA06790; Sun, 26 Sep 1999 21:38:41 -0600 (MDT) Message-Id: <199909270338.VAA06790@harmony.village.org> To: Steve Price Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 26 Sep 1999 19:31:21 PDT." <199909270231.TAA40265@freefall.freebsd.org> References: <199909270231.TAA40265@freefall.freebsd.org> Date: Sun, 26 Sep 1999 21:38:41 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909270231.TAA40265@freefall.freebsd.org> Steve Price writes: : Update MASTER_SITE, don't install the PDF crypt stuff because of possible : export restrictions, and fix a few whitespace nits. I didn't think that this kind of "decryption" was prohibited by the soon to be defunct ITAR... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:39:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74BDA15459; Sun, 26 Sep 1999 20:39:16 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA45956; Sun, 26 Sep 1999 20:39:16 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909270339.UAA45956@freefall.freebsd.org> From: KATO Takenori Date: Sun, 26 Sep 1999 20:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/26 20:39:16 PDT Modified files: sys/pc98/conf GENERIC98 Log: ed driver re-activated. Revision Changes Path 1.94 +11 -11 src/sys/pc98/conf/GENERIC98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:48:38 1999 Delivered-To: cvs-all@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id B0E4E1542D; Sun, 26 Sep 1999 20:48:28 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA02079; Sun, 26 Sep 1999 23:47:42 -0400 (EDT) (envelope-from chuckr@mat.net) Date: Sun, 26 Sep 1999 23:47:41 -0400 (EDT) From: Chuck Robey To: Warner Losh Cc: Steve Price , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR In-Reply-To: <199909270338.VAA06790@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Warner Losh wrote: > In message <199909270231.TAA40265@freefall.freebsd.org> Steve Price writes: > : Update MASTER_SITE, don't install the PDF crypt stuff because of possible > : export restrictions, and fix a few whitespace nits. > > I didn't think that this kind of "decryption" was prohibited by the > soon to be defunct ITAR... Don't forget, in that announcement, each piece of crypto had to be approved. Plenty of room for them to play bait and switch. *Quite* unfortunately, Steve did just the right thing. You trust the government on crypto matters? > > Warner > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:48:40 1999 Delivered-To: cvs-all@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 11B2615481; Sun, 26 Sep 1999 20:48:29 -0700 (PDT) (envelope-from chuckr@mat.net) Received: from localhost (localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA02079; Sun, 26 Sep 1999 23:47:42 -0400 (EDT) (envelope-from chuckr@mat.net) Date: Sun, 26 Sep 1999 23:47:41 -0400 (EDT) From: Chuck Robey To: Warner Losh Cc: Steve Price , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR In-Reply-To: <199909270338.VAA06790@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Warner Losh wrote: > In message <199909270231.TAA40265@freefall.freebsd.org> Steve Price writes: > : Update MASTER_SITE, don't install the PDF crypt stuff because of possible > : export restrictions, and fix a few whitespace nits. > > I didn't think that this kind of "decryption" was prohibited by the > soon to be defunct ITAR... Don't forget, in that announcement, each piece of crypto had to be approved. Plenty of room for them to play bait and switch. *Quite* unfortunately, Steve did just the right thing. You trust the government on crypto matters? > > Warner > > ---------------------------------------------------------------------------- Chuck Robey | Interests include C programming, Electronics, 213 Lakeside Dr. Apt. T-1 | communications, and signal processing. Greenbelt, MD 20770 | I run picnic.mat.net: FreeBSD-current(i386) and (301) 220-2114 | jaunt.mat.net : FreeBSD-current(Alpha) ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 20:51:18 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7103115D65; Sun, 26 Sep 1999 20:51:07 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA23112; Sun, 26 Sep 1999 21:50:54 -0600 (MDT) (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 VAA06892; Sun, 26 Sep 1999 21:51:47 -0600 (MDT) Message-Id: <199909270351.VAA06892@harmony.village.org> To: Chuck Robey Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR Cc: Steve Price , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 26 Sep 1999 23:47:41 EDT." References: Date: Sun, 26 Sep 1999 21:51:47 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Chuck Robey writes: : Don't forget, in that announcement, each piece of crypto had to be : approved. Plenty of room for them to play bait and switch. *Quite* : unfortunately, Steve did just the right thing. You trust the government : on crypto matters? It was my understanding that this "decrypt" was closer to "decompress" than anything cryptographic, hence my question... No. I don't trust the government with crypto matters. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 21: 8:28 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 0DD2114EEB; Sun, 26 Sep 1999 21:08:25 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id XAA20064; Sun, 26 Sep 1999 23:07:53 -0500 (CDT) Date: Sun, 26 Sep 1999 23:07:52 -0500 (CDT) From: Steve Price To: Warner Losh Cc: Chuck Robey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR In-Reply-To: <199909270351.VAA06892@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 26 Sep 1999, Warner Losh wrote: # In message Chuck Robey writes: # : Don't forget, in that announcement, each piece of crypto had to be # : approved. Plenty of room for them to play bait and switch. *Quite* # : unfortunately, Steve did just the right thing. You trust the government # : on crypto matters? # # It was my understanding that this "decrypt" was closer to "decompress" # than anything cryptographic, hence my question... We can always reinstate it. It was just a precautionary measure. # No. I don't trust the government with crypto matters. Me neither. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 21:25:59 1999 Delivered-To: cvs-all@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id 87D7C14F54; Sun, 26 Sep 1999 21:25:54 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id NAA27155; Mon, 27 Sep 1999 13:24:52 +0900 (JST) To: winter@jurai.net Cc: kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 From: KATO Takenori In-Reply-To: Your message of "Sun, 26 Sep 1999 23:37:45 -0400 (EDT)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990927132422A.kato@gneiss.eps.nagoya-u.ac.jp> Date: Mon, 27 Sep 1999 13:24:22 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 30 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Matthew N. Dodd" wrote: > How opposed are the PC98 people to merging sys/pc98/pc98/if_ed.c into > sys/dev/ed/if_ed.c? My quick peek at the code indicates all PC98 bits are > wrapped with #ifdef PC98/#endif and the driver is otherwise the same as an > older version of sys/dev/ed/if_ed.c. I think the plan is to split out the > ISA specific bits at some point in the future and the task of merging > would be a great deal easier if it was done before the split and not > after. Of course, the goal is merging the core part of the driver and splitting bus/arch specific part. My rough plan is: - New-bus'ize the ed driver for pc98. - Split sys/dev/ed stuff and pc98/pc98/if_ed* into the 8390 generic part and MD parts. - Merge. However, the work is not so easy. I think bus-space'ize in sys/dev/ed is needed to do so. We have already had skeleton of the bus-space stuff but more work is required to make it work in pc98 kernel. Also, I don't want to see so many `#ifdef PC98' under sys/dev directory that seems to be MI part. -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.2: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 21:29:49 1999 Delivered-To: cvs-all@hub.freebsd.org Received: from november.jaded.net (november.jaded.net [216.94.113.4]) by hub.freebsd.org (Postfix) with ESMTP id BB99D14F54; Sun, 26 Sep 1999 21:29:46 -0700 (PDT) (envelope-from dan@november.jaded.net) Received: (from dan@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id AAA26342; Mon, 27 Sep 1999 00:48:20 -0400 (EDT) Date: Mon, 27 Sep 1999 00:48:20 -0400 From: Dan Moschuk To: Chris Costello Cc: Satoshi - Ports Wraith - Asami , cvs-committers@hub.FreeBSD.org, cvs-all@hub.FreeBSD.org Subject: Re: cvs commit: ports/misc/sshbuddy - Imported sources Message-ID: <19990927004732.A26254@november.jaded.net> References: <199909262312.QAA24488@freefall.freebsd.org> <19990926205132.O76486@holly.calldei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990926205132.O76486@holly.calldei.com>; from Chris Costello on Sun, Sep 26, 1999 at 08:51:32PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk | > Given that this one is a utility to use ssh, wouldn't "security" be a | > more suitable place? | | The nature of it is quite the reverse of security. :) I'd have to agree. The reason I put the port under misc as opposed to security is that it isn't really a utility that relates to system security. It's a simple program to spawn xterm -e 'ssh host'; one could argue this program (with the option of saving passwords I believe) can reduce the amount of "security" on the machine (once your comprimised, so is everything else) ... If you disagree, I will move it. You're the PW. :-) Cheers! -- Dan Moschuk (TFreak!dan@freebsd.org) "Try not. Do, or do not. There is no try." -- Yoda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 22: 1:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B6BA14D9F; Sun, 26 Sep 1999 22:01:48 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA51676; Sun, 26 Sep 1999 22:01:48 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909270501.WAA51676@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 22:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/files md5 ports/x11-wm/xfce/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 22:01:47 PDT Modified files: x11-wm/xfce Makefile x11-wm/xfce/files md5 x11-wm/xfce/pkg PLIST Log: Upgrade xfce to 3.1.1 PR: ports/13988 Submitted by: Doug Revision Changes Path 1.19 +5 -5 ports/x11-wm/xfce/Makefile 1.6 +1 -1 ports/x11-wm/xfce/files/md5 1.10 +80 -0 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 Sun Sep 26 22: 3: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles515.castles.com [208.214.165.79]) by hub.freebsd.org (Postfix) with ESMTP id B5ADF14D9F; Sun, 26 Sep 1999 22:02:57 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id VAA16498; Sun, 26 Sep 1999 21:54:49 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199909270454.VAA16498@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Warner Losh Cc: Steve Price , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa ports/print/ghostscript5/pkg DESCR In-reply-to: Your message of "Sun, 26 Sep 1999 21:38:41 MDT." <199909270338.VAA06790@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 26 Sep 1999 21:54:48 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > In message <199909270231.TAA40265@freefall.freebsd.org> Steve Price writes: > : Update MASTER_SITE, don't install the PDF crypt stuff because of possible > : export restrictions, and fix a few whitespace nits. > > I didn't think that this kind of "decryption" was prohibited by the > soon to be defunct ITAR... IIRC (it has been several years since I looked at this), the issue was that the crypt module contained a generic RC4/RC5 implementation (written in Postscript, no less). -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 22:11:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE41D14FFB; Sun, 26 Sep 1999 22:11:07 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA52530; Sun, 26 Sep 1999 22:11:07 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909270511.WAA52530@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 22:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 22:11:07 PDT Modified files: . modules Log: p5-IMAP-Admin --> ports/mail/p5-IMAP-Admin Revision Changes Path 1.425 +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 Sep 26 22:13: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2F6014C57; Sun, 26 Sep 1999 22:13:04 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA52644; Sun, 26 Sep 1999 22:13:04 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909270513.WAA52644@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 22:13:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-IMAP-Admin - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 22:13:04 PDT ports/mail/p5-IMAP-Admin - Imported sources Update of /home/ncvs/ports/mail/p5-IMAP-Admin In directory freefall.freebsd.org:/d/users/dan/p5-IMAP-Admin Log Message: IMAP-Admin is a Perl module for basic IMAP server administration. With this module it's easy to make Perl scripts to create new and remove obsolete IMAP accounts, set user quotas on Cyrus server etc. PR: ports/13990 Submitted by: Martti Kuparinen Status: Vendor Tag: CPAN Release Tags: v0_8_2 N ports/mail/p5-IMAP-Admin/Makefile N ports/mail/p5-IMAP-Admin/files/md5 N ports/mail/p5-IMAP-Admin/pkg/COMMENT N ports/mail/p5-IMAP-Admin/pkg/DESCR N ports/mail/p5-IMAP-Admin/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 22:14:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B68F155E5; Sun, 26 Sep 1999 22:14:08 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA52704; Sun, 26 Sep 1999 22:14:08 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909270514.WAA52704@freefall.freebsd.org> From: Dan Moschuk Date: Sun, 26 Sep 1999 22:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/26 22:14:08 PDT Modified files: mail Makefile Log: Activate p5-IMAP-Admin Revision Changes Path 1.104 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 22:27:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AAFA14C1E; Sun, 26 Sep 1999 22:27:55 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA53651; Sun, 26 Sep 1999 22:27:55 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199909270527.WAA53651@freefall.freebsd.org> From: "Howard F. Hu" Date: Sun, 26 Sep 1999 22:27:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mars_nwe Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/09/26 22:27:55 PDT Modified files: net/mars_nwe Makefile Log: Change the maintainer's email address, bp has a @FreeBSD.org account now. Pass the hat to bp. Revision Changes Path 1.7 +3 -3 ports/net/mars_nwe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 22:45:31 1999 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 91EA014F7D; Sun, 26 Sep 1999 22:45:24 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id AAA19389; Mon, 27 Sep 1999 00:13:35 +0100 (BST) (envelope-from nik) Date: Mon, 27 Sep 1999 00:13:35 +0100 From: Nik Clayton To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c clones.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h ulaw.h Message-ID: <19990927001335.A18775@catkin.nothing-going-on.org> References: <199909262220.PAA20267@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199909262220.PAA20267@freefall.freebsd.org>; from Peter Wemm on Sun, Sep 26, 1999 at 03:20:29PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Sep 26, 1999 at 03:20:29PM -0700, Peter Wemm wrote: > peter 1999/09/26 15:20:29 PDT > > Removed files: > sys/i386/isa/snd CARDS README ad1848.c clones.c dmabuf.c > mss.h sb_dsp.c sbcard.h sound.c sound.h > ulaw.h > Log: > Bid a fond farewell to these files, they live on various forms in > dev/pcm/* and dev/pcm/isa/* Not at a repository I can check on at the moment, but IIRC "CARDS" is mentioned (with an explicit path) in LINT, and possibly in the Handbook or FAQ as well. Could you check that those locations are updated as well. Cheers. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 23: 6:49 1999 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 18F771517C; Sun, 26 Sep 1999 23:06:43 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id IAA18650; Mon, 27 Sep 1999 08:06:37 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/rl Makefile In-reply-to: Your message of "Sun, 26 Sep 1999 17:39:30 PDT." <199909270039.RAA30638@freefall.freebsd.org> Date: Mon, 27 Sep 1999 08:06:36 +0200 Message-ID: <18648.938412396@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909270039.RAA30638@freefall.freebsd.org>, Peter Wemm writes: >peter 1999/09/26 17:39:30 PDT > > Don't generate 'bpf.h' since it's not used. Thanks, you beat me to those :-) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 23:12:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CF4B15175; Sun, 26 Sep 1999 23:12:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA57329; Sun, 26 Sep 1999 23:12:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199909270612.XAA57329@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 26 Sep 1999 23:12:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/09/26 23:12:57 PDT Modified files: sbin/camcontrol camcontrol.c Log: Fix two rather embarrassing bugs in camcontrol. The first caused the CAM_PASS_ERR_RECOVER flag to be set unconditionally on READ DEFECTS commands, and also caused the CAM_DIR_IN flag to not be set. This was the cause of all of the "camcontrol defects doesn't work with my NCR controller" bugs. The second prevented camcontrol negotiate from negotiating any bus width other than 8 bits. Submitted by: groudier@club-internet.fr (Gerard Roudier) Revision Changes Path 1.15 +6 -4 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 23:17:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50263151CB; Sun, 26 Sep 1999 23:17:24 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA57677; Sun, 26 Sep 1999 23:17:24 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199909270617.XAA57677@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 26 Sep 1999 23:17:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/09/26 23:17:24 PDT Modified files: (Branch: RELENG_3) sbin/camcontrol camcontrol.c Log: MFC, revision 1.15: Fix two rather embarrassing bugs in camcontrol. The first caused the CAM_PASS_ERR_RECOVER flag to be set unconditionally on READ DEFECTS commands, and also caused the CAM_DIR_IN flag to not be set. This was the cause of all of the "camcontrol defects doesn't work with my NCR controller" bugs. The second prevented camcontrol negotiate from negotiating any bus width other than 8 bits. Submitted by: groudier@club-internet.fr (Gerard Roudier) Revision Changes Path 1.9.2.5 +6 -4 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 23:28:30 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 49B58150F4; Sun, 26 Sep 1999 23:28:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA23660; Mon, 27 Sep 1999 00:27:59 -0600 (MDT) (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 AAA08033; Mon, 27 Sep 1999 00:28:40 -0600 (MDT) Message-Id: <199909270628.AAA08033@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Cc: KATO Takenori , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 26 Sep 1999 23:37:45 EDT." References: Date: Mon, 27 Sep 1999 00:28:40 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message "Matthew N. Dodd" writes: : How opposed are the PC98 people to merging sys/pc98/pc98/if_ed.c into : sys/dev/ed/if_ed.c? My quick peek at the code indicates all PC98 bits are : wrapped with #ifdef PC98/#endif and the driver is otherwise the same as an : older version of sys/dev/ed/if_ed.c. I think the plan is to split out the : ISA specific bits at some point in the future and the task of merging : would be a great deal easier if it was done before the split and not : after. I'd also like to get some feedback on a related issue. I'd like to know what people think of adding a third space to the I386 port. The third I/O space would be I386_BUS_SPACE_IO_INDIRECT. The code for it would look like the following. In a nutshel, its bsh is a pointer to an array of I/O ports, and the offset is an index into that array. So you'd effectively replace bsh+offset with bsh[offset]. The driver would be responsible for managing the bsh array for the _INDIRECT case. I think something like this would go a long ways towards merging the last, few pc98 specific drivers. The code for bus_space_write_1, fully optimized as it is now, would look like: ... #define I386_BUS_SPACE_IO_INDIRECT 2 ... static __inline void bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t value) { #if defined(_I386_BUS_PIO_H_) #if defined(_I386_BUS_MEMIO_H_) || defined(_I386_BUS_PIOI_H_) if (tag == I386_BUS_SPACE_IO) #endif outb(bsh + offset, value); #endif #if defined(_I386_BUS_MEMIO_H_) #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_PIOI_H_) else if (tag == I386_BUS_SPACE_MEM) #endif *(volatile u_int8_t *)(bsh + offset) = value; #endif #if defined(_I386_BUS_PIOI_H_) #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_MEMIO_H_) else if (tag == I386_BUS_SPACE_IO_INDIRECT) #endif outb(bsh[offset], value); #endif } I'd be happy to implement the bus.h parts of this, if it would be useful for the pc98 folks. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 26 23:28:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3727151C1; Sun, 26 Sep 1999 23:28:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA58603; Sun, 26 Sep 1999 23:28:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199909270628.XAA58603@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 26 Sep 1999 23:28:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/09/26 23:28:52 PDT Modified files: en/news press.sgml Log: Add link to FAST Company's announcement. The world's biggest web search engine uses FreeBSD. PR: docs/13968 Submitted by: wosch (originally from Mohacsi Janos ) Revision Changes Path 1.103 +13 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 0: 3:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3DC015218; Mon, 27 Sep 1999 00:03:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA61955; Mon, 27 Sep 1999 00:03:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909270703.AAA61955@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 27 Sep 1999 00:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/27 00:03:12 PDT Modified files: . access Log: Add Mr. Yukihiro Nakai (nakai) to the rank of committers. He will take over his 80-something ports. Revision Changes Path 1.120 +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 Sep 27 0: 3:51 1999 Delivered-To: cvs-all@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id C824D1520F; Mon, 27 Sep 1999 00:03:47 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id IAA14163 Mon, 27 Sep 1999 08:03:44 +0100 (BST) Message-ID: <37EF171B.A2E9467A@cs.strath.ac.uk> Date: Mon, 27 Sep 1999 08:04:59 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile References: <199909270056.RAA31556@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > > peter 1999/09/26 17:56:32 PDT > > Modified files: > sys/modules Makefile > Log: > bktr (as a module) doesn't build. Well, I just tried it and it works fine. I've asked Peter to email me the compiler errors he is reporting. I expect he did a build with incomplete source. I committed lots of new code to the source tree last night. Once I get some more details from Peter, I'll back this out. Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1: 5:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 827F914E9E; Mon, 27 Sep 1999 01:04:56 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA67296; Mon, 27 Sep 1999 01:04:56 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199909270804.BAA67296@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 27 Sep 1999 01:04:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr CHANGELOG.TXT bktr_card.c bktr_card.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/09/27 01:04:56 PDT Modified files: sys/dev/bktr CHANGELOG.TXT bktr_card.c bktr_card.h Log: Add auto-detection for Askey Dynalink Magic TView and Leadtek Winfast 2000 cards. No audio support yet, just the card make is reported. Submitted by: Craig Submitted by: Peter Wemm Revision Changes Path 1.2 +7 -1 src/sys/dev/bktr/CHANGELOG.TXT 1.2 +67 -13 src/sys/dev/bktr/bktr_card.c 1.2 +18 -16 src/sys/dev/bktr/bktr_card.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1:36: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 345D514D38; Mon, 27 Sep 1999 01:35:52 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70305; Mon, 27 Sep 1999 01:35:52 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <199909270835.BAA70305@freefall.freebsd.org> From: Boris Popov Date: Mon, 27 Sep 1999 01:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mars_nwe Makefile ports/net/mars_nwe/patches patch-aa ports/net/mars_nwe/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 1999/09/27 01:35:52 PDT Modified files: net/mars_nwe Makefile net/mars_nwe/patches patch-aa net/mars_nwe/pkg PLIST Log: Buffer overflow fixes for version 0.99pl17. Original patches for pl15 was submitted by Przemyslaw Frasunek to securityfocus.com. Revision Changes Path 1.8 +2 -1 ports/net/mars_nwe/Makefile 1.5 +848 -0 ports/net/mars_nwe/patches/patch-aa 1.2 +1 -0 ports/net/mars_nwe/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1:38:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7889914D38; Mon, 27 Sep 1999 01:38:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70468; Mon, 27 Sep 1999 01:38:56 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199909270838.BAA70468@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 27 Sep 1999 01:38:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/09/27 01:38:56 PDT Modified files: en/news press.sgml Log: Add CAMPnet report. The winner during the "Linux Death March" contest used FreeBSD to win out over Linux attackers. Submitted by: Gregory Craff (via wosch) Revision Changes Path 1.104 +12 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1:40:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BC1414D38; Mon, 27 Sep 1999 01:40:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70659; Mon, 27 Sep 1999 01:40:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199909270840.BAA70659@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Sep 1999 01:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/09/27 01:40:36 PDT Modified files: lib/libalias alias_db.c Log: Properly handle the case when either the aliasing or source address of the link are equal to the default aliasing address. Do not zero them! This will fix the problem with non-working links added with the source and/or aliasing address equal to the default aliasing address, but the default aliasing address is set later, after the link has been set up, like both natd(8) and ppp(8) do (for objective reasons). Reviewed by: Brian Somers , Eivind Eklund , Charles Mott Revision Changes Path 1.20 +67 -27 src/lib/libalias/alias_db.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1:51: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD3F114BF3; Mon, 27 Sep 1999 01:51:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA71764; Mon, 27 Sep 1999 01:51:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909270851.BAA71764@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 27 Sep 1999 01:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/27 01:51:04 PDT src/contrib/awk - Imported sources Update of /home/ncvs/src/contrib/awk In directory freefall.freebsd.org:/c/users/sheldonh/gawk-3.0.4 Log Message: Virgin import of GNU awk 3.0.4, which fixes at least a memory mis- management problem involving custom print formats. PR: 13615 Reported by: Scott Hazen Mueller Status: Vendor Tag: FSF Release Tags: v3_0_4 C src/contrib/awk/awk.h U src/contrib/awk/awk.y U src/contrib/awk/custom.h U src/contrib/awk/array.c C src/contrib/awk/builtin.c C src/contrib/awk/eval.c C src/contrib/awk/field.c U src/contrib/awk/gawkmisc.c C src/contrib/awk/io.c C src/contrib/awk/main.c U src/contrib/awk/msg.c C src/contrib/awk/node.c U src/contrib/awk/re.c U src/contrib/awk/version.c U src/contrib/awk/patchlevel.h U src/contrib/awk/dfa.c U src/contrib/awk/dfa.h U src/contrib/awk/getopt.h U src/contrib/awk/getopt.c U src/contrib/awk/getopt1.c U src/contrib/awk/NEWS U src/contrib/awk/COPYING U src/contrib/awk/FUTURES U src/contrib/awk/PROBLEMS U src/contrib/awk/README U src/contrib/awk/PORTS U src/contrib/awk/POSIX.STD U src/contrib/awk/acconfig.h U src/contrib/awk/ACKNOWLEDGMENT U src/contrib/awk/ChangeLog U src/contrib/awk/INSTALL U src/contrib/awk/LIMITATIONS C src/contrib/awk/doc/awk.1 U src/contrib/awk/doc/ChangeLog U src/contrib/awk/doc/gawk.texi U src/contrib/awk/README_d/README.FIRST U src/contrib/awk/posix/gawkmisc.c U src/contrib/awk/posix/ChangeLog 8 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 1:57: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC77214F34; Mon, 27 Sep 1999 01:57:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA72498; Mon, 27 Sep 1999 01:57:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909270857.BAA72498@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 27 Sep 1999 01:57:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk awk.h builtin.c eval.c field.c io.c main.c node.c src/contrib/awk/doc awk.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/27 01:57:04 PDT Modified files: contrib/awk awk.h builtin.c eval.c field.c io.c main.c node.c contrib/awk/doc awk.1 Log: Fix conflicts. Add $FreeBSD$ as needed. Revision Changes Path 1.5 +14 -2 src/contrib/awk/awk.h 1.6 +86 -25 src/contrib/awk/builtin.c 1.4 +58 -20 src/contrib/awk/eval.c 1.4 +41 -27 src/contrib/awk/field.c 1.4 +62 -43 src/contrib/awk/io.c 1.4 +6 -4 src/contrib/awk/main.c 1.4 +18 -15 src/contrib/awk/node.c 1.5 +12 -5 src/contrib/awk/doc/awk.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 2: 9:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E093814F59; Mon, 27 Sep 1999 02:09:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA73378; Mon, 27 Sep 1999 02:09:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909270909.CAA73378@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 27 Sep 1999 02:09:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk FREEBSD-upgrade Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/27 02:09:09 PDT Modified files: contrib/awk FREEBSD-upgrade Log: Update the upgrade instructions for awk 3.0.4. Revision Changes Path 1.6 +7 -3 src/contrib/awk/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 4: 4:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 088AF14E7B; Mon, 27 Sep 1999 04:04:35 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA83212; Mon, 27 Sep 1999 04:04:34 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199909271104.EAA83212@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Mon, 27 Sep 1999 04:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/09/27 04:04:34 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.9 + mod_ssl 2.4.3 Revision Changes Path 1.48 +3 -3 ports/www/apache13-modssl/Makefile 1.39 +1 -1 ports/www/apache13-modssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 6:34:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB45714BC7; Mon, 27 Sep 1999 06:34:19 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Received: (from jmb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96844; Mon, 27 Sep 1999 06:34:19 -0700 (PDT) (envelope-from jmb@FreeBSD.org) Message-Id: <199909271334.GAA96844@freefall.freebsd.org> From: "Jonathan M. Bresler" Date: Mon, 27 Sep 1999 06:34:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freebsd.mc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmb 1999/09/27 06:34:18 PDT Modified files: (Branch: RELENG_3) etc/sendmail freebsd.mc Log: MFC. Add DUL filtering. Revision Changes Path 1.4.2.2 +4 -0 src/etc/sendmail/freebsd.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 6:42:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 064A314BD6; Mon, 27 Sep 1999 06:42:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA34923; Mon, 27 Sep 1999 06:42:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909271342.GAA34923@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 06:42:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-mule Makefile ports/japanese/lookup-xemacs Makefile ports/japanese/lookup-xemacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 06:42:06 PDT Modified files: japanese/lookup-mule Makefile japanese/lookup-xemacs Makefile japanese/lookup-xemacs/pkg PLIST Log: Changed a lookup port for XEmacs to XEmacs's package style Revision Changes Path 1.4 +23 -6 ports/japanese/lookup-mule/Makefile 1.4 +1 -3 ports/japanese/lookup-xemacs/Makefile 1.3 +28 -30 ports/japanese/lookup-xemacs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 6:48:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8913814D6E; Mon, 27 Sep 1999 06:48:12 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44300; Mon, 27 Sep 1999 06:48:12 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909271348.GAA44300@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 06:48:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile ports/print/yatex/files DEINSTALL.tmpl INSTALL.tmpl md5 ports/print/yatex/pkg PLIST.emacs PLIST.mule PLIST.xemacs PLIST.xemacs-mule DESCR PLIST ports/print/yatex-mule/pkg PLIST ports/print/yatex-xemacs/pkg ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 06:48:11 PDT Modified files: print/yatex Makefile print/yatex/files DEINSTALL.tmpl INSTALL.tmpl md5 print/yatex/pkg DESCR Added files: print/yatex/pkg PLIST.emacs PLIST.mule PLIST.xemacs PLIST.xemacs-mule Removed files: print/yatex/pkg PLIST print/yatex-mule/pkg PLIST print/yatex-xemacs/pkg PLIST print/yatex-xemacs-mule/pkg PLIST Log: Updated to lastest version Modified MASTER_SITES Changed two ports for XEmacs to XEmacs's package style Revision Changes Path 1.12 +48 -14 ports/print/yatex/Makefile 1.5 +1 -1 ports/print/yatex/files/DEINSTALL.tmpl 1.7 +6 -4 ports/print/yatex/files/INSTALL.tmpl 1.3 +1 -1 ports/print/yatex/files/md5 1.5 +2 -3 ports/print/yatex/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 Sep 27 6:53:18 1999 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 E01B614D6E; Mon, 27 Sep 1999 06:53:10 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d139.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id XAA19183; Mon, 27 Sep 1999 23:53:31 +1000 Date: Mon, 27 Sep 1999 23:52:49 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Warner Losh Cc: "Matthew N. Dodd" , KATO Takenori , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909270628.AAA08033@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I'd also like to get some feedback on a related issue. I'd like to > know what people think of adding a third space to the I386 port. The > third I/O space would be I386_BUS_SPACE_IO_INDIRECT. The code for it > ... > static __inline void > bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, > bus_size_t offset, u_int8_t value) > { > #if defined(_I386_BUS_PIO_H_) > #if defined(_I386_BUS_MEMIO_H_) || defined(_I386_BUS_PIOI_H_) > if (tag == I386_BUS_SPACE_IO) > #endif > outb(bsh + offset, value); > #endif > #if defined(_I386_BUS_MEMIO_H_) > #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_PIOI_H_) > else if (tag == I386_BUS_SPACE_MEM) > #endif > *(volatile u_int8_t *)(bsh + offset) = value; > #endif > #if defined(_I386_BUS_PIOI_H_) > #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_MEMIO_H_) > else if (tag == I386_BUS_SPACE_IO_INDIRECT) > #endif > outb(bsh[offset], value); > #endif > } Well, this won't compile (unless `bsh' or `offset' is a pointer, but on i386's bsh is a u_int and offset is and int). Some ugly conversions (both in the caller and the function) would be required to fix it. I don't like this much. At least for PIO, indirection may be best in all cases. I use it for most accesses in sio. I pre-compute all the heavily used port addresses at attach time to avoid additions at compile time. E.g., the line status port is accessed via com->line_status_port instead of via (com->iobase + com_lsr). The former is always faster (since gcc doesn't (can't?) know enough about aliasing to use a previously loaded value of com->iobase, and the addition takes some time. Even if com->iobase is explicitly loaded into a (register) variable, the computation of (iobase + com_lsr) takes the same time as the load of com->line_status_register provided the machine is an i386 and com->line_status_register is in the L1 cache. (This is where MEMIO may benefit if we use (iobase + com_lsr). On machines with base+index addressing, the addition tends to be free. This is also the only excuse for pushing the addition to the bus space functions.) Back to the main point. Pre-computation of the heavily used port addresses is almost the same as construction the table the computation of bsh[offset]. The only difference is that for the latter, the values must be stored in an array and the entries for all values of `offset' that are used must be pre-computed. The only costs for using indirect addressing for all bus types are: 1) the table would have to be computed for all bus types. This would mainly cost space, since initialisation for the old cases is easy (sc->table[i] = sc->iobase + i;). 2) there is an extra memory reference for the above-mentioned MEMIO case. There is also an extra memory reference when the offset is 0 and the base is in a register, even for PIO. 3) non-constant offsets may be more expensive. Indirect addressing would use the current bus space functions with offset 0, e.g., bus_space_read_1(sc->tag, sc->line_status_port, 0). sc->line_status_port can still be cached in a register variable, so we lose mainly in MEMIO cases that could have used bus_space_read_1(tag, iobase, com_lsr) and where the bus space function isn't slowed down by more tests. You could also consider abstracting the indirection in a level between the driver and the current functions, so that we don't have to duplicate code in all the functions. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 8:17:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C6BD1503F; Mon, 27 Sep 1999 08:17:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52127; Mon, 27 Sep 1999 08:17:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909271517.IAA52127@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 08:17:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/jvim3 Makefile ports/japanese/jvim3/files md5 ports/japanese/jvim3/patches patch-aa ports/japanese/jvim3/pkg PLIST ports/japanese/jvim3-canna Makefile ports/japanese/jvim3-canna+wnn4 Makefile ports/japanese/jvim3-canna+wnn6 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 08:17:46 PDT Modified files: japanese/jvim3 Makefile japanese/jvim3/files md5 japanese/jvim3/patches patch-aa japanese/jvim3/pkg PLIST japanese/jvim3-canna Makefile japanese/jvim3-canna+wnn4 Makefile japanese/jvim3-canna+wnn6 Makefile japanese/jvim3-direct_canna Makefile japanese/jvim3-wnn4 Makefile japanese/jvim3-wnn6 Makefile Log: Updated the japanized patch to lastest version Revision Changes Path 1.13 +17 -21 ports/japanese/jvim3/Makefile 1.4 +1 -1 ports/japanese/jvim3/files/md5 1.4 +5 -6 ports/japanese/jvim3/patches/patch-aa 1.3 +6 -3 ports/japanese/jvim3/pkg/PLIST 1.7 +2 -4 ports/japanese/jvim3-canna/Makefile 1.7 +2 -4 ports/japanese/jvim3-canna+wnn4/Makefile 1.7 +2 -4 ports/japanese/jvim3-canna+wnn6/Makefile 1.8 +2 -4 ports/japanese/jvim3-direct_canna/Makefile 1.7 +2 -4 ports/japanese/jvim3-wnn4/Makefile 1.7 +2 -4 ports/japanese/jvim3-wnn6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 8:19:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A39DB1503F; Mon, 27 Sep 1999 08:19:51 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52343; Mon, 27 Sep 1999 08:19:51 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909271519.IAA52343@freefall.freebsd.org> From: John Polstra Date: Mon, 27 Sep 1999 08:19:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/27 08:19:51 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup3.tw.freebsd.org. Revision Changes Path 1.38 +6 -1 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 8:56:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7008515037; Mon, 27 Sep 1999 08:56:27 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Received: (from jmas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA55654; Mon, 27 Sep 1999 08:56:27 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Message-Id: <199909271556.IAA55654@freefall.freebsd.org> From: "Jose M. Alcaide" Date: Mon, 27 Sep 1999 08:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es index.sgml www/es/releases index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmas 1999/09/27 08:56:27 PDT Modified files: es index.sgml es/releases index.sgml Log: Some rephrasing to improve translation. Added some ¿, ¡; small typos corrected. Revision Changes Path 1.14 +37 -37 www/es/index.sgml 1.9 +4 -4 www/es/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:40:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4966C14F7F; Mon, 27 Sep 1999 09:40:54 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA60359; Mon, 27 Sep 1999 09:40:53 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199909271640.JAA60359@freefall.freebsd.org> From: Chuck Robey Date: Mon, 27 Sep 1999 09:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/thoteditor Makefile ports/editors/thoteditor/patches patch-af patch-ag patch-ac ports/editors/thoteditor/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/09/27 09:40:53 PDT Modified files: editors/thoteditor Makefile editors/thoteditor/patches patch-ac editors/thoteditor/pkg PLIST Added files: editors/thoteditor/patches patch-af patch-ag Log: Finally fix all parts of thoteditor. Revision Changes Path 1.15 +7 -4 ports/editors/thoteditor/Makefile 1.4 +10 -2 ports/editors/thoteditor/patches/patch-ac 1.5 +2 -0 ports/editors/thoteditor/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:43:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45BAD14F7F; Mon, 27 Sep 1999 09:43:40 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA60587; Mon, 27 Sep 1999 09:43:40 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <199909271643.JAA60587@freefall.freebsd.org> From: Chuck Robey Date: Mon, 27 Sep 1999 09:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/thoteditor/files thoteditor Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/09/27 09:43:40 PDT Added files: editors/thoteditor/files thoteditor Log: I forgot the shell wrapper. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:45:19 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id A19E214F94; Mon, 27 Sep 1999 09:45:11 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id KAA26006; Mon, 27 Sep 1999 10:45:10 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id KAA10352; Mon, 27 Sep 1999 10:45:09 -0600 Date: Mon, 27 Sep 1999 10:45:09 -0600 Message-Id: <199909271645.KAA10352@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/jikes Makefile ports/java/jikes/files md5 ports/java/jikes/patches patch-aj patch-ak patch-al patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai In-Reply-To: <199909261814.LAA01603@freefall.freebsd.org> References: <199909261814.LAA01603@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > java/jikes Makefile > java/jikes/files md5 > java/jikes/patches patch-aa patch-ab patch-ac patch-ad > patch-ae patch-af patch-ag patch-ah > patch-ai > Added files: > java/jikes/patches patch-aj patch-ak patch-al > Log: > Upgrade to version 1.06. Also make myself the new maintainer. Thanks Archie! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:54:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB8821543A; Mon, 27 Sep 1999 09:54:28 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA61378; Mon, 27 Sep 1999 09:54:28 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271654.JAA61378@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 09:54:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lincity Makefile ports/games/lincity/files md5 ports/games/lincity/patches patch-aa ports/games/lincity/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 09:54:28 PDT Modified files: games/lincity Makefile games/lincity/files md5 games/lincity/patches patch-aa games/lincity/pkg PLIST Log: Update to version 1.11 PR: 13965 Submitted by: Mikhail Teterin Revision Changes Path 1.6 +2 -5 ports/games/lincity/Makefile 1.4 +1 -1 ports/games/lincity/files/md5 1.3 +25 -16 ports/games/lincity/patches/patch-aa 1.4 +3 -0 ports/games/lincity/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:55:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D1D014F94; Mon, 27 Sep 1999 09:55:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA61536; Mon, 27 Sep 1999 09:55:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271655.JAA61536@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 09:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lincity/patches patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 09:55:26 PDT Added files: games/lincity/patches patch-ab patch-ac Log: oops, forgot two patches in the upgrade to version 1.11 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 9:58:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9064514F94; Mon, 27 Sep 1999 09:58:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA61793; Mon, 27 Sep 1999 09:58:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271658.JAA61793@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 09:58:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/p5-IRC Makefile ports/irc/p5-IRC/files md5 ports/irc/p5-IRC/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 09:58:19 PDT Modified files: irc/p5-IRC Makefile irc/p5-IRC/files md5 irc/p5-IRC/pkg DESCR Log: Update to version 0.62 PR: 13996 Submitted by: maintainer Revision Changes Path 1.4 +6 -5 ports/irc/p5-IRC/Makefile 1.3 +1 -1 ports/irc/p5-IRC/files/md5 1.2 +2 -0 ports/irc/p5-IRC/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 Sep 27 10: 4:30 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id DE0D7153D0; Mon, 27 Sep 1999 10:04:20 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id LAA26204; Mon, 27 Sep 1999 11:04:19 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA10551; Mon, 27 Sep 1999 11:04:19 -0600 Date: Mon, 27 Sep 1999 11:04:19 -0600 Message-Id: <199909271704.LAA10551@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/sshbuddy - Imported sources In-Reply-To: <199909262312.QAA24488@freefall.freebsd.org> References: <199909262312.QAA24488@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > dan 1999/09/26 16:12:32 PDT > > ports/misc/sshbuddy - Imported sources > Update of /home/ncvs/ports/misc/sshbuddy > In directory freefall.freebsd.org:/d/users/dan/sshbuddy > > Log Message: > Imported sshbuddy 1.02 And this software does.......? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10: 8:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C17B15240; Mon, 27 Sep 1999 10:08:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62697; Mon, 27 Sep 1999 10:08:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271708.KAA62697@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:08:07 PDT Modified files: games/freeciv Makefile Log: Remove the GTK/Imlib dependency. The gtk client is (imo) horrible. Also Requested By: sheldonh Revision Changes Path 1.24 +3 -5 ports/games/freeciv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10: 9:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 303AE15455; Mon, 27 Sep 1999 10:09:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62844; Mon, 27 Sep 1999 10:09:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271709.KAA62844@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/libwmfun Makefile ports/x11-wm/libwmfun/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:09:45 PDT Modified files: x11-wm/libwmfun Makefile x11-wm/libwmfun/files md5 Log: Update to version 0.0.2 PR: 13947 Submitted by: maintainer Revision Changes Path 1.2 +10 -3 ports/x11-wm/libwmfun/Makefile 1.2 +2 -1 ports/x11-wm/libwmfun/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:10:14 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 6E1B815460; Mon, 27 Sep 1999 10:10:08 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id LAA26284; Mon, 27 Sep 1999 11:10:07 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA10626; Mon, 27 Sep 1999 11:10:06 -0600 Date: Mon, 27 Sep 1999 11:10:06 -0600 Message-Id: <199909271710.LAA10626@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/shujit Makefile ports/java/shujit/files md5 In-Reply-To: <199909270241.TAA41672@freefall.freebsd.org> References: <199909270241.TAA41672@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > steve 1999/09/26 19:41:57 PDT > > Modified files: > java/shujit Makefile > java/shujit/files md5 > Log: > Update to version 0.3.8. > > PR: 13608 > Submitted by: maintainer Thanks Steve! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:12:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E2B71544D; Mon, 27 Sep 1999 10:12:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63189; Mon, 27 Sep 1999 10:12:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271712.KAA63189@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:12:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bidwatcher Makefile ports/misc/bidwatcher/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:12:07 PDT Modified files: misc/bidwatcher Makefile misc/bidwatcher/files md5 Log: Update to version 0.9.11 PR: 13945 Submitted by: maintainer Revision Changes Path 1.3 +5 -5 ports/misc/bidwatcher/Makefile 1.3 +1 -1 ports/misc/bidwatcher/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:18:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D2651540D; Mon, 27 Sep 1999 10:18:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63711; Mon, 27 Sep 1999 10:18:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271718.KAA63711@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:18:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:18:11 PDT Modified files: . modules Log: lmmon --> ports/sysutils/lmmon Revision Changes Path 1.426 +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 Sep 27 10:18:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73FF81542C; Mon, 27 Sep 1999 10:18:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63755; Mon, 27 Sep 1999 10:18:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271718.KAA63755@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:18:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lmmon - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:18:48 PDT ports/sysutils/lmmon - Imported sources Update of /home/ncvs/ports/sysutils/lmmon In directory freefall.freebsd.org:/d/users/cpiazza/work/lmmon Log Message: lmmon v0.50 This program displays information gathered from LM78/79 chipsets onboard many motherboard. Displayed values include fan speeds, motherboard temperature, and various voltages. PR: 13938 Submitted by: Chris D. Faulhaber Status: Vendor Tag: JEDGAR Release Tags: v_0_50 N ports/sysutils/lmmon/Makefile N ports/sysutils/lmmon/files/md5 N ports/sysutils/lmmon/pkg/COMMENT N ports/sysutils/lmmon/pkg/DESCR N ports/sysutils/lmmon/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:19:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 967EA1549A; Mon, 27 Sep 1999 10:19:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63834; Mon, 27 Sep 1999 10:19:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271719.KAA63834@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:19:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:19:27 PDT Modified files: . modules Log: wmlmmon --> ports/sysutils/wmlmmon Revision Changes Path 1.427 +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 Sep 27 10:20:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93A2D15475; Mon, 27 Sep 1999 10:20:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63965; Mon, 27 Sep 1999 10:20:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271720.KAA63965@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:20:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmlmmon - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:20:05 PDT ports/sysutils/wmlmmon - Imported sources Update of /home/ncvs/ports/sysutils/wmlmmon In directory freefall.freebsd.org:/d/users/cpiazza/work/wmlmmon Log Message: wmlmmon v0.50 This program displays information gathered from LM78/79 chipsets onboard many motherboards onto a [standard] WindowMaker dock app. Displayed values include fan speeds, motherboard temperature, and various voltages. PR: 13939 Submitted by: Chris D. Faulhaber Status: Vendor Tag: JEDGAR Release Tags: v_0_50 N ports/sysutils/wmlmmon/Makefile N ports/sysutils/wmlmmon/files/md5 N ports/sysutils/wmlmmon/pkg/COMMENT N ports/sysutils/wmlmmon/pkg/DESCR N ports/sysutils/wmlmmon/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:20:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A24215960; Mon, 27 Sep 1999 10:20:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA64025; Mon, 27 Sep 1999 10:20:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271720.KAA64025@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:20:17 PDT Modified files: sysutils Makefile Log: Activate lmmon and wmlmmon Revision Changes Path 1.76 +3 -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 Mon Sep 27 10:30:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B9471540D; Mon, 27 Sep 1999 10:30:28 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA64958; Mon, 27 Sep 1999 10:30:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909271730.KAA64958@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 27 Sep 1999 10:30:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/27 10:30:27 PDT Modified files: (Branch: RELENG_3) sbin/camcontrol camcontrol.c Log: MFC: 1.13 -> 1.14: -Wall cleanups, error handling. Revision Changes Path 1.9.2.6 +10 -6 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:36:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2703715418; Mon, 27 Sep 1999 10:36:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65470; Mon, 27 Sep 1999 10:36:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909271736.KAA65470@freefall.freebsd.org> From: Steve Price Date: Mon, 27 Sep 1999 10:36:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/27 10:36:43 PDT Modified files: java/tya Makefile java/tya/files md5 Log: Update to version 1.4v2. PR: 13610 Submitted by: maintainer Revision Changes Path 1.9 +5 -5 ports/java/tya/Makefile 1.4 +1 -1 ports/java/tya/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:38:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C5A91540D; Mon, 27 Sep 1999 10:38:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65739; Mon, 27 Sep 1999 10:38:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271738.KAA65739@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:38:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmlmmon Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:38:51 PDT Modified files: sysutils/wmlmmon Makefile Log: Make a warning into a BROKEN for < 400000 and move it out of pre-fetch Revision Changes Path 1.2 +4 -7 ports/sysutils/wmlmmon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:40:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56EDF1548A; Mon, 27 Sep 1999 10:39:03 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65763; Mon, 27 Sep 1999 10:39:03 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199909271739.KAA65763@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 27 Sep 1999 10:39:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/enfle - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/09/27 10:39:03 PDT ports/graphics/enfle - Imported sources Update of /home/ncvs/ports/graphics/enfle In directory freefall.freebsd.org:/d/users/sumikawa/enfle Log Message: This program aims to view many pictures easily. You cannot expect versatile performance, such as xv, gimp. This software is only to view pictures in succession. So far, this can treat JPEG, PNG, MAG, BMP, XPM, PNM, and several special formats. WWW: http://enfle.fennel.org/ PR: 13822 Submitted by: Yuuki SAWADA Reviewed by: ports-jp@jp.freebsd.org Status: Vendor Tag: MAMI Release Tags: v19990926 N ports/graphics/enfle/Makefile N ports/graphics/enfle/files/md5 N ports/graphics/enfle/pkg/COMMENT N ports/graphics/enfle/pkg/DESCR N ports/graphics/enfle/pkg/PLIST N ports/graphics/enfle/patches/patch-aa N ports/graphics/enfle/patches/patch-ba N ports/graphics/enfle/patches/patch-bb N ports/graphics/enfle/patches/patch-bc N ports/graphics/enfle/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:40:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DEB615647; Mon, 27 Sep 1999 10:39:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65853; Mon, 27 Sep 1999 10:39:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271739.KAA65853@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:39:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmlmmon Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:39:42 PDT Modified files: sysutils/wmlmmon Makefile Log: Grr, damned xterm copy/paste linebreaks Revision Changes Path 1.3 +2 -3 ports/sysutils/wmlmmon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:42:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F087F156A5; Mon, 27 Sep 1999 10:39:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65908; Mon, 27 Sep 1999 10:39:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271739.KAA65908@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:39:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lmmon Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:39:58 PDT Modified files: sysutils/lmmon Makefile Log: Remove the pre-fetch target Revision Changes Path 1.2 +1 -2 ports/sysutils/lmmon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:43:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 288D5156BC; Mon, 27 Sep 1999 10:40:02 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65944; Mon, 27 Sep 1999 10:40:01 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199909271740.KAA65944@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 27 Sep 1999 10:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/09/27 10:40:01 PDT Modified files: graphics Makefile Log: activate enfle. Revision Changes Path 1.146 +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 Mon Sep 27 10:44:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DA691590F; Mon, 27 Sep 1999 10:43:32 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66333; Mon, 27 Sep 1999 10:43:32 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199909271743.KAA66333@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 27 Sep 1999 10:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/09/27 10:43:32 PDT Modified files: . modules Log: enfle --> ports/graphics/enfle Revision Changes Path 1.428 +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 Sep 27 10:45:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C773B155B8; Mon, 27 Sep 1999 10:45:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66597; Mon, 27 Sep 1999 10:45:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271745.KAA66597@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:45:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan Makefile ports/news/pan/files md5 ports/news/pan/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:45:34 PDT Modified files: news/pan Makefile news/pan/files md5 news/pan/pkg DESCR Log: Update to version 0.5.2 PR: 13998 Submitted by: maintainer Revision Changes Path 1.4 +3 -3 ports/news/pan/Makefile 1.4 +1 -1 ports/news/pan/files/md5 1.2 +2 -0 ports/news/pan/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 Sep 27 10:49:24 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 6306114D18; Mon, 27 Sep 1999 10:49:16 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id LAA26712; Mon, 27 Sep 1999 11:49:15 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA10916; Mon, 27 Sep 1999 11:49:14 -0600 Date: Mon, 27 Sep 1999 11:49:14 -0600 Message-Id: <199909271749.LAA10916@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 In-Reply-To: <199909271736.KAA65470@freefall.freebsd.org> References: <199909271736.KAA65470@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Modified files: > java/tya Makefile > java/tya/files md5 > Log: > Update to version 1.4v2. Again, thanks! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:50:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E3A154BB; Mon, 27 Sep 1999 10:50:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67183; Mon, 27 Sep 1999 10:50:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271750.KAA67183@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:50:25 PDT Modified files: . modules Log: mpmf20 --> ports/audio/mpmf20 Revision Changes Path 1.429 +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 Sep 27 10:51:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 448C415499; Mon, 27 Sep 1999 10:51:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67277; Mon, 27 Sep 1999 10:51:12 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271751.KAA67277@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:51:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpmf20 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:51:12 PDT ports/audio/mpmf20 - Imported sources Update of /home/ncvs/ports/audio/mpmf20 In directory freefall.freebsd.org:/d/users/cpiazza/work/mpmf20 Log Message: import of mpmf20. This software is a command line utility used used for transfering audio files in the MP3 format to and from the portable MP3 player MPMan MP-F20. It enables you to upload (specifying the files with wildcards or from a textfile), download, delete, reorder already uploaded files and more on your MPMan MP-F20. PR: Markus Holmberg Submitted by: 13911 Status: Vendor Tag: SASKA Release Tags: v_1_0_1 N ports/audio/mpmf20/Makefile N ports/audio/mpmf20/pkg/COMMENT N ports/audio/mpmf20/pkg/DESCR N ports/audio/mpmf20/pkg/PLIST N ports/audio/mpmf20/pkg/MESSAGE N ports/audio/mpmf20/files/md5 N ports/audio/mpmf20/patches/patch-aa N ports/audio/mpmf20/patches/patch-ab N ports/audio/mpmf20/patches/patch-ac No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 10:51:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B2A157E5; Mon, 27 Sep 1999 10:51:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67344; Mon, 27 Sep 1999 10:51:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271751.KAA67344@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 10:51:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 10:51:52 PDT Modified files: audio Makefile Log: Activate mpmf20 Revision Changes Path 1.106 +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 Mon Sep 27 11: 2:31 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 0866114E10; Mon, 27 Sep 1999 11:02:29 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id F328E1CD469; Mon, 27 Sep 1999 11:02:28 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Mon, 27 Sep 1999 11:02:28 -0700 (PDT) From: Kris Kennaway To: Joseph Koshy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.sgml In-Reply-To: <199909270838.BAA70468@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 27 Sep 1999, Joseph Koshy wrote: > jkoshy 1999/09/27 01:38:56 PDT > > Modified files: > en/news press.sgml > Log: > Add CAMPnet report. The winner during the "Linux Death March" contest > used FreeBSD to win out over Linux attackers. Actually someone who was more directly involved reported to one of the mailing lists a week or two later that they didn't in fact run FreeBSD, but they did use a FreeBSD CD to obtain some distfiles, which was erroneously reported out of context. The message should be available in the archives (I think -advocacy). It would be nice press, but I don't think it's true :/ Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 11:11:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1618515575; Mon, 27 Sep 1999 11:11:49 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA69821; Mon, 27 Sep 1999 11:11:49 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271811.LAA69821@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 11:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 11:11:48 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Markus Holmberg for the mpmf20 port Revision Changes Path 1.114 +5 -1 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 Mon Sep 27 11:17:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BAB814CCF; Mon, 27 Sep 1999 11:17:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70392; Mon, 27 Sep 1999 11:17:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909271817.LAA70392@freefall.freebsd.org> From: Chris Piazza Date: Mon, 27 Sep 1999 11:17:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpmf20 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/27 11:17:44 PDT Modified files: audio/mpmf20 Makefile Log: freebsd.org -> FreeBSD.org Revision Changes Path 1.2 +2 -2 ports/audio/mpmf20/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 11:30:40 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id B278214D35; Mon, 27 Sep 1999 11:30:20 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA12878; Mon, 27 Sep 1999 11:30:18 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199909271830.LAA12878@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/etc/sendmail freebsd.mc In-Reply-To: <199909271334.GAA96844@freefall.freebsd.org> from "Jonathan M. Bresler" at "Sep 27, 1999 06:34:18 am" To: jmb@FreeBSD.org (Jonathan M. Bresler) Date: Mon, 27 Sep 1999 11:30:18 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > jmb 1999/09/27 06:34:18 PDT > > Modified files: (Branch: RELENG_3) > etc/sendmail freebsd.mc > Log: > MFC. > > Add DUL filtering. Enabled or disabled by default? If enabled would this affect the ability of a dialup FreeBSD box, which has it's dynamic IP listed in the DUL, to work correctly? DUL is nice, but not all boxes should run DUL. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 11:52:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DA1515461; Mon, 27 Sep 1999 11:52:36 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA73600; Mon, 27 Sep 1999 11:52:36 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <199909271852.LAA73600@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 27 Sep 1999 11:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes Makefile ports/java/jikes/files jikes.1 ports/java/jikes/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 1999/09/27 11:52:36 PDT Modified files: java/jikes Makefile java/jikes/patches patch-aa Removed files: java/jikes/files jikes.1 Log: Jikes comes with its own man page now, so install that one instead of the placeholder man page. Revision Changes Path 1.15 +2 -2 ports/java/jikes/Makefile 1.6 +1 -1 ports/java/jikes/patches/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 Sep 27 12:56:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE3BF15574; Mon, 27 Sep 1999 12:56:08 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81821; Mon, 27 Sep 1999 12:56:08 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <199909271956.MAA81821@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 27 Sep 1999 12:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xkeycaps Makefile ports/x11/xkeycaps/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmz 1999/09/27 12:56:07 PDT Modified files: x11/xkeycaps Makefile x11/xkeycaps/files md5 Log: Update to v2.45 PR: ports/13538 Submitted by: Dominic Mitchell Revision Changes Path 1.12 +3 -4 ports/x11/xkeycaps/Makefile 1.6 +1 -1 ports/x11/xkeycaps/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 12:59: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57A94154F0; Mon, 27 Sep 1999 12:59:01 -0700 (PDT) (envelope-from pst@FreeBSD.org) Received: (from pst@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82304; Mon, 27 Sep 1999 12:59:01 -0700 (PDT) (envelope-from pst@FreeBSD.org) Message-Id: <199909271959.MAA82304@freefall.freebsd.org> From: Paul Traina Date: Mon, 27 Sep 1999 12:59:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gnats Makefile ports/databases/gnats/files md5 ports/databases/gnats/patches patch-ac patch-aa patch-ab ports/databases/gnats/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pst 1999/09/27 12:59:01 PDT Modified files: databases/gnats Makefile databases/gnats/files md5 databases/gnats/patches patch-aa patch-ab databases/gnats/pkg MESSAGE PLIST Added files: databases/gnats/patches patch-ac Log: Update to 3.112 Submitted by: Martti Kuparinen Revision Changes Path 1.24 +3 -2 ports/databases/gnats/Makefile 1.9 +1 -1 ports/databases/gnats/files/md5 1.9 +2 -2 ports/databases/gnats/patches/patch-aa 1.8 +7 -7 ports/databases/gnats/patches/patch-ab 1.3 +2 -1 ports/databases/gnats/pkg/MESSAGE 1.14 +2 -1 ports/databases/gnats/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 13:41:28 1999 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id 6D73B15353; Mon, 27 Sep 1999 13:40:51 -0700 (PDT) From: "Jonathan M. Bresler" To: freebsd@gndrsh.dnsmgr.net Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199909271830.LAA12878@gndrsh.dnsmgr.net> (freebsd@gndrsh.dnsmgr.net) Subject: Re: cvs commit: src/etc/sendmail freebsd.mc Message-Id: <19990927204051.6D73B15353@hub.freebsd.org> Date: Mon, 27 Sep 1999 13:40:51 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk DUL is disabled by default in both -current and -stable. the local sysadmin must uncomment and use m4 to create sendmail.cf from the freebsd.mc file. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 13:50: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 160E1155F0; Mon, 27 Sep 1999 13:49:29 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86246; Mon, 27 Sep 1999 13:49:29 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272049.NAA86246@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 13:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es availability.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 13:49:29 PDT Modified files: es availability.sgml Log: Update minimum requirements Revision Changes Path 1.5 +4 -4 www/es/availability.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 13:55:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C29715365; Mon, 27 Sep 1999 13:55:16 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86868; Mon, 27 Sep 1999 13:55:15 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272055.NAA86868@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 13:55:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/internal developer.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 13:55:15 PDT Modified files: es/internal developer.sgml Log: Add link to "Committers Guide" Revision Changes Path 1.4 +5 -2 www/es/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:10: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9EB1560C; Mon, 27 Sep 1999 14:10:00 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88992; Mon, 27 Sep 1999 14:10:00 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272110.OAA88992@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:09:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases Makefile index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:09:59 PDT Modified files: es/releases Makefile index.sgml Log: Add 3.3-RELEASE Revision Changes Path 1.5 +3 -2 www/es/releases/Makefile 1.10 +22 -7 www/es/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:15: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id BBD151540C; Mon, 27 Sep 1999 14:15:01 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.9.3/8.9.3) with ESMTP id OAA19455; Mon, 27 Sep 1999 14:15:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 27 Sep 1999 14:15:00 -0700 (PDT) From: Doug White To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libalias alias_db.c In-Reply-To: <199909270840.BAA70659@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 27 Sep 1999, Ruslan Ermilov wrote: > ru 1999/09/27 01:40:36 PDT > > Modified files: > lib/libalias alias_db.c > Log: > Properly handle the case when either the aliasing or source address of > the link are equal to the default aliasing address. Do not zero them! > > This will fix the problem with non-working links added with the source > and/or aliasing address equal to the default aliasing address, but the > default aliasing address is set later, after the link has been set up, > like both natd(8) and ppp(8) do (for objective reasons). Yay! :) Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:22:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB3F414FE9; Mon, 27 Sep 1999 14:22:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89793; Mon, 27 Sep 1999 14:22:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272122.OAA89793@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:22:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases/3.3R Makefile announce.sgml errata.sgml notes.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:22:53 PDT Added files: es/releases/3.3R Makefile announce.sgml errata.sgml notes.sgml Log: Add 3.3-RELEASE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:45:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD01156E6; Mon, 27 Sep 1999 14:45:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92022; Mon, 27 Sep 1999 14:45:48 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272145.OAA92022@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:45:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:45:48 PDT Modified files: es support.sgml Log: New user groups: DEBUG, Add LFUG and VanBUG Revision Changes Path 1.24 +17 -2 www/es/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:48:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B401714CA9; Mon, 27 Sep 1999 14:48:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92214; Mon, 27 Sep 1999 14:48:28 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199909272148.OAA92214@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 27 Sep 1999 14:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/09/27 14:48:28 PDT Modified files: release/sysinstall tcpip.c Log: Oh bollocks, I really screwed up the "auto" check here. Time to crack the K&R; I must have forgotten the C language. :) Embarrassingly noticed by: Howard Gutch Revision Changes Path 1.94 +2 -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 Sep 27 14:52: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81187156B8; Mon, 27 Sep 1999 14:51:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92455; Mon, 27 Sep 1999 14:51:53 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272151.OAA92455@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:51:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/docproj sgml.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:51:52 PDT Modified files: es/docproj sgml.sgml Log: Delete reference to out of date docbook documentation Revision Changes Path 1.6 +3 -4 www/es/docproj/sgml.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:56: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 919CE14BC7; Mon, 27 Sep 1999 14:56:00 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92765; Mon, 27 Sep 1999 14:56:00 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272156.OAA92765@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es includes.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:56:00 PDT Modified files: es includes.sgml Log: Update entities a.latest.not and a.latest.ann to newest release Revision Changes Path 1.5 +3 -3 www/es/includes.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 14:57:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0619714C19; Mon, 27 Sep 1999 14:57:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92950; Mon, 27 Sep 1999 14:57:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199909272157.OAA92950@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 27 Sep 1999 14:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/09/27 14:57:09 PDT Modified files: (Branch: RELENG_3) release/sysinstall tcpip.c Log: MFC: fix auto keyword botch. Revision Changes Path 1.74.2.8 +2 -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 Sep 27 14:57:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D38DF14C19; Mon, 27 Sep 1999 14:57:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93019; Mon, 27 Sep 1999 14:57:56 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272157.OAA93019@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 14:57:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es where.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 14:57:56 PDT Modified files: es where.sgml Log: Update link to 3.3-RELEASE Revision Changes Path 1.9 +3 -3 www/es/where.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 15: 7: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3EB714E85; Mon, 27 Sep 1999 15:07:02 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93530; Mon, 27 Sep 1999 15:07:02 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272207.PAA93530@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 15:07:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 15:07:02 PDT Modified files: es/news newsflash.sgml Log: Add 3.3-RELEASE Revision Changes Path 1.20 +14 -3 www/es/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 Sep 27 15:11:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EBF515634; Mon, 27 Sep 1999 15:11:10 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93821; Mon, 27 Sep 1999 15:11:09 -0700 (PDT) (envelope-from jesusr@FreeBSD.org) Message-Id: <199909272211.PAA93821@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Mon, 27 Sep 1999 15:11:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/09/27 15:11:09 PDT Modified files: es/news qnewsletter.sgml Log: Add Quick Newsletter for March/April, May/June and September Revision Changes Path 1.4 +6 -3 www/es/news/qnewsletter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 15:39:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 206171549D; Mon, 27 Sep 1999 15:39:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96889; Mon, 27 Sep 1999 15:39:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199909272239.PAA96889@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 27 Sep 1999 15:39:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile ports/security/krb5-beta/files md5 ports/security/krb5-beta/patches patch-ai patch-aj patch-as patch-av patch-aa patch-ak patch-am patch-ap patch-aq patch-ar ports/security/krb5-beta/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/09/27 15:39:18 PDT Modified files: security/krb5-beta Makefile security/krb5-beta/files md5 security/krb5-beta/patches patch-ai patch-aj patch-as patch-av security/krb5-beta/pkg PLIST Removed files: security/krb5-beta/patches patch-aa patch-ak patch-am patch-ap patch-aq patch-ar Log: Update from 1.0.6 to 1.1-beta1 after repository copy. Revision Changes Path 1.15 +11 -12 ports/security/krb5-beta/Makefile 1.3 +3 -3 ports/security/krb5-beta/files/md5 1.2 +17 -25 ports/security/krb5-beta/patches/patch-ai 1.2 +0 -27 ports/security/krb5-beta/patches/patch-aj 1.2 +2 -2 ports/security/krb5-beta/patches/patch-as 1.3 +6 -4 ports/security/krb5-beta/patches/patch-av 1.5 +82 -77 ports/security/krb5-beta/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 15:40:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA6015233; Mon, 27 Sep 1999 15:39:59 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96984; Mon, 27 Sep 1999 15:39:59 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199909272239.PAA96984@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 27 Sep 1999 15:39:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/09/27 15:39:59 PDT Modified files: security Makefile Log: Activate krb5-beta after repository copy. Revision Changes Path 1.67 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 15:41:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFEE115736; Mon, 27 Sep 1999 15:41:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97112; Mon, 27 Sep 1999 15:41:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199909272241.PAA97112@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 27 Sep 1999 15:41:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/09/27 15:41:18 PDT Modified files: . modules Log: krb5-beta -> ports/security/krb5-beta Revision Changes Path 1.430 +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 Sep 27 15:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id 9A0FE15684; Mon, 27 Sep 1999 15:43:17 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from localhost (localhost [127.0.0.1]) by gw.nectar.com (Postfix) with ESMTP id 3C256BE08; Mon, 27 Sep 1999 17:45:10 -0500 (CDT) To: nectar@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/krb5-beta Makefile ... From: Jacques Vidrine In-Reply-To: <199909272239.PAA96889@freefall.freebsd.org> References: <199909272239.PAA96889@freefall.freebsd.org> X-Mailer: Mew version 1.94 on XEmacs 21.1 (20 Minutes to Nikko) X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990927174510C.nectar@nectar.com> Date: Mon, 27 Sep 1999 17:45:10 -0500 X-Dispatcher: imput version 990905(IM130) Lines: 19 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 27 Sep 1999 15:39:18 -0700 (PDT), Jacques Vidrine wrote: > nectar 1999/09/27 15:39:18 PDT > > Modified files: > security/krb5-beta Makefile > security/krb5-beta/files md5 > security/krb5-beta/patches patch-ai patch-aj patch-as patch-av > security/krb5-beta/pkg PLIST > Removed files: > security/krb5-beta/patches patch-aa patch-ak patch-am patch-ap > patch-aq patch-ar > Log: > Update from 1.0.6 to 1.1-beta1 after repository copy. [snip] Just FYI: I won't be able to test this much until this weekend, but I thought I'd update it so folks can get a head start. Jacques Vidrine / n@nectar.com / 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 Mon Sep 27 17:47:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B165214A1F; Mon, 27 Sep 1999 17:47:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06605; Mon, 27 Sep 1999 17:47:56 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280047.RAA06605@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 17:47:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 17:47:56 PDT Modified files: . modules Log: xpuyopuyo --> ports/games/xpuyopuyo Revision Changes Path 1.431 +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 Sep 27 17:49:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2300D14E9C; Mon, 27 Sep 1999 17:49:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06734; Mon, 27 Sep 1999 17:49:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280049.RAA06734@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 17:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpuyopuyo - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 17:49:14 PDT ports/games/xpuyopuyo - Imported sources Update of /home/ncvs/ports/games/xpuyopuyo In directory freefall.freebsd.org:/x/tmp/cvs-serv6643 Log Message: A puzzle game, somewhat like Tetris PR: 13821 Submitted by: Yin-Jieh Chen Status: Vendor Tag: CHEN Release Tags: v0_1_1 N ports/games/xpuyopuyo/Makefile N ports/games/xpuyopuyo/files/md5 N ports/games/xpuyopuyo/patches/patch-aa N ports/games/xpuyopuyo/pkg/COMMENT N ports/games/xpuyopuyo/pkg/DESCR N ports/games/xpuyopuyo/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 17:50:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E04D14D7D; Mon, 27 Sep 1999 17:50:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06932; Mon, 27 Sep 1999 17:50:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280050.RAA06932@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 17:50:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 17:50:31 PDT Modified files: games Makefile Log: Added xpuyopuyo Revision Changes Path 1.227 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 18:20:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BF08153C4; Mon, 27 Sep 1999 18:20:28 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA08987; Mon, 27 Sep 1999 18:20:27 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909280120.SAA08987@freefall.freebsd.org> From: Dan Moschuk Date: Mon, 27 Sep 1999 18:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/c2html Makefile ports/textproc/c2html/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/27 18:20:27 PDT Modified files: textproc/c2html Makefile textproc/c2html/files md5 Log: Update c2html to version 0.6.3 PR: potrs/14005 Submitted by: Martin Kammerhofer Revision Changes Path 1.6 +2 -2 ports/textproc/c2html/Makefile 1.5 +1 -1 ports/textproc/c2html/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 18:30:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF7914E29; Mon, 27 Sep 1999 18:30:23 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09800; Mon, 27 Sep 1999 18:30:23 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909280130.SAA09800@freefall.freebsd.org> From: Dan Moschuk Date: Mon, 27 Sep 1999 18:30:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/perl2html Makefile ports/textproc/perl2html/files md5 ports/textproc/java2html Makefile ports/textproc/java2html/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/27 18:30:23 PDT Modified files: textproc/perl2html Makefile textproc/perl2html/files md5 textproc/java2html Makefile textproc/java2html/files md5 Log: Update {java,perl}2html to 0.6.3 PR: ports/1400[34] Submitted by: Martin Kammerhofer Revision Changes Path 1.3 +2 -2 ports/textproc/perl2html/Makefile 1.2 +1 -1 ports/textproc/perl2html/files/md5 1.5 +2 -2 ports/textproc/java2html/Makefile 1.4 +1 -1 ports/textproc/java2html/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 18:47:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16CC3156EC; Mon, 27 Sep 1999 18:47:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA10681; Mon, 27 Sep 1999 18:47:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280147.SAA10681@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 18:47:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 18:47:16 PDT Modified files: . modules Log: gru --> ports/games/gru Revision Changes Path 1.432 +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 Sep 27 18:50:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B40EA15723; Mon, 27 Sep 1999 18:50:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11206; Mon, 27 Sep 1999 18:50:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280150.SAA11206@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 18:50:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gru - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 18:50:47 PDT ports/games/gru - Imported sources Update of /home/ncvs/ports/games/gru In directory freefall.freebsd.org:/x/tmp/cvs-serv10695 Log Message: gru is to make your eyes happy if you look into the window for 20 seconds. PR: 13890 Submitted by: HIYAMA Takeshi Status: Vendor Tag: HIYAMA Release Tags: v8087 N ports/games/gru/Makefile N ports/games/gru/pkg/COMMENT N ports/games/gru/pkg/DESCR N ports/games/gru/pkg/PLIST N ports/games/gru/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 18:51:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2CDF156DA; Mon, 27 Sep 1999 18:51:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11296; Mon, 27 Sep 1999 18:51:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280151.SAA11296@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 18:51:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 18:51:09 PDT Modified files: games Makefile Log: Add gru Revision Changes Path 1.228 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19: 1:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D0F14DDF; Mon, 27 Sep 1999 19:01:47 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11995; Mon, 27 Sep 1999 19:01:47 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199909280201.TAA11995@freefall.freebsd.org> From: Kenneth Merry Date: Mon, 27 Sep 1999 19:01:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol modeedit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/09/27 19:01:47 PDT Modified files: sbin/camcontrol modeedit.c Log: Use mkstemp(3) instead of tmpnam(3) when creating temporary files for mode page editing. Submitted by: roberto Reviewed by: imp, ken Revision Changes Path 1.4 +7 -4 src/sbin/camcontrol/modeedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:19:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C00154B6; Mon, 27 Sep 1999 19:19:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13042; Mon, 27 Sep 1999 19:19:47 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280219.TAA13042@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 19:19:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/portlint/src portlint.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 19:19:47 PDT Modified files: devel/portlint/src portlint.pl Log: Recently we must use $FreeBSD instead of $Id in Makefile. So portlint needs this modification. Approved by: maintainer Revision Changes Path 1.10 +3 -3 ports/devel/portlint/src/portlint.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:22:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44A9D154B6; Mon, 27 Sep 1999 19:22:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13288; Mon, 27 Sep 1999 19:22:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909280222.TAA13288@freefall.freebsd.org> From: Steve Price Date: Mon, 27 Sep 1999 19:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lincity Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/27 19:22:33 PDT Modified files: games/lincity Makefile Log: Julian no longer wished to maintain this port. Revision Changes Path 1.7 +2 -2 ports/games/lincity/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:39:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7244614E85; Mon, 27 Sep 1999 19:39:46 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA14905; Mon, 27 Sep 1999 19:39:46 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909280239.TAA14905@freefall.freebsd.org> From: Warner Losh Date: Mon, 27 Sep 1999 19:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.h src/sys/dev/aha aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/27 19:39:46 PDT Modified files: sys/i386/isa isa_compat.h sys/dev/aha aha_isa.c Log: Newbusification of aha. dfr sent me the first cut, and I made it work. Be more verbose when one cannot allocate IRQ, et al since this is a common configuration problem. The cards have the IRQ soft wired into their BIOS and do not try to do collision detection. This can cause problems when this IRQ is the same as another card/device. The PNP hasn't been tested. My PNP board is in a deployed system. I'll sneak in testing of it sometime later. I've been able to mount the 3.3R cdrom that arrived today and access files off it. Submitted by: dfr Revision Changes Path 1.15 +5 -5 src/sys/i386/isa/isa_compat.h 1.13 +166 -130 src/sys/dev/aha/aha_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:40:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A03D15386; Mon, 27 Sep 1999 19:40:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15046; Mon, 27 Sep 1999 19:40:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909280240.TAA15046@freefall.freebsd.org> From: Steve Price Date: Mon, 27 Sep 1999 19:40:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pcre Makefile ports/devel/pcre/files md5 ports/devel/pcre/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/27 19:40:47 PDT Modified files: devel/pcre Makefile devel/pcre/files md5 devel/pcre/pkg DESCR PLIST Log: Update to version 2.08. PR: 13708, 14000 Submitted by: Ollivier Robert , Mike Fisher Revision Changes Path 1.4 +3 -3 ports/devel/pcre/Makefile 1.3 +1 -1 ports/devel/pcre/files/md5 1.2 +4 -4 ports/devel/pcre/pkg/DESCR 1.3 +2 -0 ports/devel/pcre/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:45:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F2114E85; Mon, 27 Sep 1999 19:45:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15681; Mon, 27 Sep 1999 19:45:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909280245.TAA15681@freefall.freebsd.org> From: Warner Losh Date: Mon, 27 Sep 1999 19:45:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/aha Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/27 19:45:35 PDT Modified files: sys/modules Makefile Added files: sys/modules/aha Makefile Log: /tmp/cvswGS523 Revision Changes Path 1.81 +4 -4 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:47:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AA3314E85; Mon, 27 Sep 1999 19:47:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15884; Mon, 27 Sep 1999 19:47:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909280247.TAA15884@freefall.freebsd.org> From: Warner Losh Date: Mon, 27 Sep 1999 19:47:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/aha Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/27 19:47:36 PDT Modified files: sys/modules Makefile sys/modules/aha Makefile Log: Make aha a loadable module. Unloading doesn't work well. Fix slight disordering of SUBDIRs list while I was in modules/Makefile. Revision Changes Path 1.82 +1 -1 src/sys/modules/Makefile 1.2 +1 -1 src/sys/modules/aha/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:56: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4822B14E85; Mon, 27 Sep 1999 19:56:02 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16490; Mon, 27 Sep 1999 19:56:01 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280256.TAA16490@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 19:56:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 19:56:01 PDT Modified files: . modules Log: gracer --> ports/games/gracer Revision Changes Path 1.433 +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 Sep 27 19:57:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C027B15725; Mon, 27 Sep 1999 19:57:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16598; Mon, 27 Sep 1999 19:57:20 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280257.TAA16598@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 19:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gracer - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 19:57:20 PDT ports/games/gracer - Imported sources Update of /home/ncvs/ports/games/gracer In directory freefall.freebsd.org:/x/tmp/cvs-serv16535 Log Message: A 3D motor sports simulator PR: 12924 Submitted by: Juergen Lock Status: Vendor Tag: LOCK Release Tags: v0_1_0 N ports/games/gracer/Makefile N ports/games/gracer/files/md5 N ports/games/gracer/pkg/COMMENT N ports/games/gracer/pkg/DESCR N ports/games/gracer/pkg/PLIST N ports/games/gracer/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 19:58:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 878EA15723; Mon, 27 Sep 1999 19:58:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16743; Mon, 27 Sep 1999 19:58:09 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909280258.TAA16743@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 27 Sep 1999 19:58:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/27 19:58:09 PDT Modified files: games Makefile Log: Add gracer Revision Changes Path 1.229 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 20:30:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74FBB14F82; Mon, 27 Sep 1999 20:30:22 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA18760; Mon, 27 Sep 1999 20:30:21 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <199909280330.UAA18760@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 27 Sep 1999 20:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nyan 1999/09/27 20:30:21 PDT Modified files: (Branch: RELENG_3) sys/pc98/pc98 if_ed.c Log: Merge from sys/i386/isa/if_ed.c revision 1.148.2.3 and 1.148.2.4. Reviewed by: chi@bd.mbn.or.jp (Chiharu Shibata) Revision Changes Path 1.58.2.6 +14 -29 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 20:42:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B62D14F85; Mon, 27 Sep 1999 20:42:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA19701; Mon, 27 Sep 1999 20:42:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909280342.UAA19701@freefall.freebsd.org> From: Steve Price Date: Mon, 27 Sep 1999 20:42:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc am7990.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/27 20:42:32 PDT Modified files: sys/alpha/tc am7990.c Log: Fix breakage caused by last commit. Also accommodate the new interfaces to the bpf* routines so this driver has a fighting chance of actually working once it's compiled. Silently approved by: freebsd-alpha@freebsd.org Revision Changes Path 1.7 +5 -5 src/sys/alpha/tc/am7990.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 20:59:38 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 12444154F1; Mon, 27 Sep 1999 20:59:32 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id XAA02347; Mon, 27 Sep 1999 23:59:26 -0400 (EDT) Date: Mon, 27 Sep 1999 23:59:26 -0400 (EDT) From: "Matthew N. Dodd" To: Warner Losh Cc: KATO Takenori , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909270628.AAA08033@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This sounds about like what I was thinking would be our only 'solution'. I think some interface that would allow one to pass in a base and an array describing the offsets would be useful to avoid having the driver think about such things. Ideally this information would be passed to the PC98 bus routines in resource discover/assignment so that rman_get_bustag()/rman_get_bushandle() would remain unchanged along with existing code. This would involve the pc98 equilivent of eisa_add_iospace()/mca_add_iospace() (not sure how ISA will end up doing it once that interface is redesigned.) to take an additional arg describing the offsets. How does this jive with the resource manager or is this problem already solved? On Mon, 27 Sep 1999, Warner Losh wrote: > I'd also like to get some feedback on a related issue. I'd like to > know what people think of adding a third space to the I386 port. The > third I/O space would be I386_BUS_SPACE_IO_INDIRECT. The code for it > would look like the following. In a nutshel, its bsh is a pointer to > an array of I/O ports, and the offset is an index into that array. So > you'd effectively replace bsh+offset with bsh[offset]. The driver > would be responsible for managing the bsh array for the _INDIRECT > case. > > I think something like this would go a long ways towards merging the > last, few pc98 specific drivers. > > The code for bus_space_write_1, fully optimized as it is now, would > look like: > > ... > #define I386_BUS_SPACE_IO_INDIRECT 2 > ... > static __inline void > bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, > bus_size_t offset, u_int8_t value) > { > #if defined(_I386_BUS_PIO_H_) > #if defined(_I386_BUS_MEMIO_H_) || defined(_I386_BUS_PIOI_H_) > if (tag == I386_BUS_SPACE_IO) > #endif > outb(bsh + offset, value); > #endif > #if defined(_I386_BUS_MEMIO_H_) > #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_PIOI_H_) > else if (tag == I386_BUS_SPACE_MEM) > #endif > *(volatile u_int8_t *)(bsh + offset) = value; > #endif > #if defined(_I386_BUS_PIOI_H_) > #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_MEMIO_H_) > else if (tag == I386_BUS_SPACE_IO_INDIRECT) > #endif > outb(bsh[offset], value); > #endif > } > > I'd be happy to implement the bus.h parts of this, if it would be > useful for the pc98 folks. > > Warner > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 21:11:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C131115011; Mon, 27 Sep 1999 21:11:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA21484; Mon, 27 Sep 1999 21:11:48 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909280411.VAA21484@freefall.freebsd.org> From: Warner Losh Date: Mon, 27 Sep 1999 21:11:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcat.3 strcpy.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/27 21:11:48 PDT Modified files: lib/libc/string strcat.3 strcpy.3 Log: Xref strlcat, strlcpy Inspired by: NetBSD commit message describing this. Revision Changes Path 1.5 +4 -2 src/lib/libc/string/strcat.3 1.4 +3 -2 src/lib/libc/string/strcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 22:14:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FD8D1573F; Mon, 27 Sep 1999 22:14:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25297; Mon, 27 Sep 1999 22:14:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199909280514.WAA25297@freefall.freebsd.org> From: Matt Jacob Date: Mon, 27 Sep 1999 22:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/09/27 22:14:53 PDT Modified files: sys/cam/scsi scsi_sa.c Log: Ooops- forgot to commit this. PR: 14009 Submitted by: jreynold@primenet.com Revision Changes Path 1.34 +6 -2 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 22:17:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3364014DC2; Mon, 27 Sep 1999 22:17:58 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25467; Mon, 27 Sep 1999 22:17:58 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199909280517.WAA25467@freefall.freebsd.org> From: Matt Jacob Date: Mon, 27 Sep 1999 22:17:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/09/27 22:17:58 PDT Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFC: Ooops, forgot to commit this. Quirk entru for Tapestor 8000 PR: 14009 Obtained from: jreynold@primenet.com Revision Changes Path 1.16.2.9 +6 -2 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 22:36: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF1A814F0E; Mon, 27 Sep 1999 22:36:00 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26988; Mon, 27 Sep 1999 22:36:00 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <199909280536.WAA26988@freefall.freebsd.org> From: Alexey Zelkin Date: Mon, 27 Sep 1999 22:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-aout rtld.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phantom 1999/09/27 22:36:00 PDT Modified files: libexec/rtld-aout rtld.1 Log: .Nm += "rtld" apropos(1) now knows about rtld(1) manpage. Revision Changes Path 1.17 +3 -2 src/libexec/rtld-aout/rtld.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 22:48:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1340D157B2; Mon, 27 Sep 1999 22:48:40 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28131; Mon, 27 Sep 1999 22:48:40 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909280548.WAA28131@freefall.freebsd.org> From: Matt Dillon Date: Mon, 27 Sep 1999 22:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_subr.c union_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/27 22:48:40 PDT Modified files: sys/miscfs/union union_subr.c union_vnops.c Log: Make sure file after VOP_OPEN is VMIO'd when transfering control from a lower layer to an upper layer. I'm not sure how necessary this is for reading. Fix bug in union_lookup() (note: there are probably still several bugs in union_lookup()). This one set lerror as a side effect without setting lowervp, causing copyup code further on down to crash on a null lowervp pointer. Changed the side effect to use a temporary variable instead. Revision Changes Path 1.41 +5 -3 src/sys/miscfs/union/union_subr.c 1.65 +5 -3 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 27 23:24:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E0B514A0D; Mon, 27 Sep 1999 23:24:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33476; Mon, 27 Sep 1999 23:24:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199909280624.XAA33476@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 27 Sep 1999 23:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/09/27 23:24:26 PDT Modified files: en/news press.sgml Log: Correct description of 'Hackers on a holiday' article. The winners used FreeBSD tools, not FreeBSD. Submitted by: Kris Kennaway Revision Changes Path 1.105 +4 -3 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 0:24: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D315714D8F; Tue, 28 Sep 1999 00:24:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40254; Tue, 28 Sep 1999 00:24:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909280724.AAA40254@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Sep 1999 00:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/bktr Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/28 00:24:00 PDT Modified files: sys/modules/bktr Makefile Log: Make the bktr module build. The Makefile was badly mangled, including leaving the ".c" out of most of the SRCS= source files. Revision Changes Path 1.7 +10 -8 src/sys/modules/bktr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 0:27:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B3C414D8F; Tue, 28 Sep 1999 00:27:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40610; Tue, 28 Sep 1999 00:27:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199909280727.AAA40610@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Sep 1999 00:27:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen setmode.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/09/28 00:27:14 PDT Modified files: (Branch: RELENG_3) lib/libc/gen setmode.c Log: MFC: make `chmod +s foo' and `chmod +t foodir' work. PR: 13889 Revision Changes Path 1.3.4.1 +6 -2 src/lib/libc/gen/setmode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 0:29: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50B4814D8F; Tue, 28 Sep 1999 00:29:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40833; Tue, 28 Sep 1999 00:29:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909280729.AAA40833@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Sep 1999 00:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/28 00:29:00 PDT Modified files: sys/modules Makefile Log: Reconnect 'bktr' now that world won't (I hope) break again from it. 'make depend' was falling over in it before. Revision Changes Path 1.83 +2 -3 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 0:30:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8D2C14D8F; Tue, 28 Sep 1999 00:30:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41013; Tue, 28 Sep 1999 00:30:25 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Message-Id: <199909280730.AAA41013@freefall.freebsd.org> From: Michael Haro Date: Tue, 28 Sep 1999 00:30:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile ports/ftp/proftpd/files md5 ports/ftp/proftpd/patches patch-ad ports/ftp/proftpd/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mharo 1999/09/28 00:30:24 PDT Modified files: ftp/proftpd Makefile ftp/proftpd/files md5 ftp/proftpd/pkg MESSAGE Removed files: ftp/proftpd/patches patch-ad Log: Update to pre7 Revision Changes Path 1.18 +4 -4 ports/ftp/proftpd/Makefile 1.9 +1 -1 ports/ftp/proftpd/files/md5 1.2 +1 -1 ports/ftp/proftpd/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 1: 1:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C47A714D21; Tue, 28 Sep 1999 01:01:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA43089; Tue, 28 Sep 1999 01:01:46 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199909280801.BAA43089@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 28 Sep 1999 01:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/09/28 01:01:46 PDT Modified files: sbin/natd natd.c Log: Do not defer setting of the aliasing address from interface name if not operating in dynamic mode. Reviewed by: Ari Suutari Revision Changes Path 1.22 +16 -20 src/sbin/natd/natd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 1: 7:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE89B154B9; Tue, 28 Sep 1999 01:07:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA43655; Tue, 28 Sep 1999 01:07:43 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909280807.BAA43655@freefall.freebsd.org> From: KATO Takenori Date: Tue, 28 Sep 1999 01:07:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/28 01:07:42 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync w/ sys/i386/conf/files.i386 revision 1.274. Revision Changes Path 1.117 +1 -2 src/sys/pc98/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 Sep 28 1:16:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A8515137; Tue, 28 Sep 1999 01:16:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44426; Tue, 28 Sep 1999 01:16:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909280816.BAA44426@freefall.freebsd.org> From: KATO Takenori Date: Tue, 28 Sep 1999 01:16:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_compat.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/28 01:16:38 PDT Modified files: sys/pc98/pc98 isa_compat.h Log: Removed aha driver. Revision Changes Path 1.2 +1 -7 src/sys/pc98/pc98/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 1:20:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34954154CC; Tue, 28 Sep 1999 01:19:54 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44819; Tue, 28 Sep 1999 01:19:54 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199909280819.BAA44819@freefall.freebsd.org> From: KATO Takenori Date: Tue, 28 Sep 1999 01:19:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 pcaudio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/09/28 01:19:54 PDT Modified files: sys/pc98/pc98 pcaudio.c Log: Sync w/ sys/i386/isa/pcaudio.c revision 1.54. Revision Changes Path 1.29 +35 -3 src/sys/pc98/pc98/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 1:25:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E512D154BD; Tue, 28 Sep 1999 01:25:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45119; Tue, 28 Sep 1999 01:25:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199909280825.BAA45119@freefall.freebsd.org> From: Doug Rabson Date: Tue, 28 Sep 1999 01:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcm/isa sb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/09/28 01:25:09 PDT Modified files: sys/dev/pcm/isa sb.c Log: Add another ID for the AWE64. Revision Changes Path 1.24 +2 -1 src/sys/dev/pcm/isa/sb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 2:19: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D249715386; Tue, 28 Sep 1999 02:18:59 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49638; Tue, 28 Sep 1999 02:18:59 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199909280918.CAA49638@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 28 Sep 1999 02:18:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pth-devel Makefile ports/devel/pth-devel/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/09/28 02:18:59 PDT Modified files: devel/pth-devel Makefile devel/pth-devel/files md5 Log: Upgrade to GNU Pth (DEVELOPMENT), version 1.2b6 Revision Changes Path 1.14 +3 -3 ports/devel/pth-devel/Makefile 1.10 +1 -1 ports/devel/pth-devel/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 2:21: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB55D15386; Tue, 28 Sep 1999 02:21:03 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49898; Tue, 28 Sep 1999 02:21:03 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199909280921.CAA49898@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 28 Sep 1999 02:21:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pth Makefile ports/devel/pth/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/09/28 02:21:03 PDT Modified files: devel/pth Makefile devel/pth/files md5 Log: Upgrade to GNU Pth (STABLE), version 1.1.6 Revision Changes Path 1.37 +3 -3 ports/devel/pth/Makefile 1.36 +1 -1 ports/devel/pth/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 4:45:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E26EA14F1C; Tue, 28 Sep 1999 04:45:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA01070; Tue, 28 Sep 1999 04:45:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909281145.EAA01070@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Sep 1999 04:45:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha promcons.c src/sys/alpha/tlsb zs_tlsb.c src/sys/dev/syscons syscons.c src/sys/gnu/i386/isa dgb.c dgm.c src/sys/i386/isa cx.c cy.c istallion.c rc.c rp.c si.c stallion.c src/sys/i386/isa/pcvt pcvt_drv.c src/sys/kern tty.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/28 04:45:31 PDT Modified files: sys/alpha/alpha promcons.c sys/alpha/tlsb zs_tlsb.c sys/dev/syscons syscons.c sys/gnu/i386/isa dgb.c dgm.c sys/i386/isa cx.c cy.c istallion.c rc.c rp.c si.c stallion.c sys/i386/isa/pcvt pcvt_drv.c sys/kern tty.c sys/pc98/pc98 syscons.c sys/sys tty.h Log: Introduce ttyread() and ttywrite() which do the canonical thing. Use them in many tty drivers. Reviewed by: julian, bde Revision Changes Path 1.12 +3 -27 src/sys/alpha/alpha/promcons.c 1.20 +3 -19 src/sys/alpha/tlsb/zs_tlsb.c 1.325 +3 -13 src/sys/dev/syscons/syscons.c 1.55 +4 -54 src/sys/gnu/i386/isa/dgb.c 1.20 +3 -51 src/sys/gnu/i386/isa/dgm.c 1.44 +3 -27 src/sys/i386/isa/cx.c 1.96 +2 -20 src/sys/i386/isa/cy.c 1.35 +5 -13 src/sys/i386/isa/istallion.c 1.52 +3 -29 src/sys/i386/isa/rc.c 1.33 +2 -30 src/sys/i386/isa/rp.c 1.97 +2 -26 src/sys/i386/isa/si.c 1.39 +3 -39 src/sys/i386/isa/stallion.c 1.60 +3 -27 src/sys/i386/isa/pcvt/pcvt_drv.c 1.125 +30 -1 src/sys/kern/tty.c 1.133 +3 -13 src/sys/pc98/pc98/syscons.c 1.51 +3 -1 src/sys/sys/tty.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 4:49:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 896BA14EAE; Tue, 28 Sep 1999 04:49:38 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA01403; Tue, 28 Sep 1999 04:49:38 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909281149.EAA01403@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 28 Sep 1999 04:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim/files eximon.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/28 04:49:38 PDT Modified files: mail/exim/files eximon.conf Log: I have no idea when this got fixed in the distribution, but anyway: Quote a string that contains redirection characters '<' and '>'. Revision Changes Path 1.5 +1 -1 ports/mail/exim/files/eximon.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 5:48:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C813152ED; Tue, 28 Sep 1999 05:48:34 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05862; Tue, 28 Sep 1999 05:48:34 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199909281248.FAA05862@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 28 Sep 1999 05:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mm Makefile ports/devel/mm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/09/28 05:48:34 PDT Modified files: devel/mm Makefile devel/mm/files md5 Log: Upgrade to MM (Shared Memory Library), version 1.0.12 Revision Changes Path 1.15 +3 -3 ports/devel/mm/Makefile 1.13 +1 -1 ports/devel/mm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 5:48:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6797E1536D; Tue, 28 Sep 1999 05:48:52 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05926; Tue, 28 Sep 1999 05:48:52 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199909281248.FAA05926@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 28 Sep 1999 05:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/09/28 05:48:52 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.9 + mod_ssl 2.4.4 Revision Changes Path 1.49 +3 -3 ports/www/apache13-modssl/Makefile 1.40 +1 -1 ports/www/apache13-modssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 5:59:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F4915435; Tue, 28 Sep 1999 05:59:18 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06641; Tue, 28 Sep 1999 05:59:18 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199909281259.FAA06641@freefall.freebsd.org> From: Pierre Beyssac Date: Tue, 28 Sep 1999 05:59:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/09/28 05:59:18 PDT Modified files: sys/kern uipc_socket2.c Log: In sbflush(), don't exit the while loop too early: this can cause an empty mbuf to stay in the queue, then causing a needless panic because sb_cc == 0 and sb_mbcnt != 0. But we still need to panic rather than endlessly looping if, for some reason, sb_cc == 0 and there are non-empty mbufs in the queue. PR: kern/11988 Reviewed by: fenner Revision Changes Path 1.51 +9 -2 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:24:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF4BA1548A; Tue, 28 Sep 1999 06:24:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08484; Tue, 28 Sep 1999 06:24:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909281324.GAA08484@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Sep 1999 06:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getcwd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/28 06:24:14 PDT Modified files: lib/libc/gen getcwd.c Log: Explicitly use sigemptyset to clear a sigset_t. Explicit initialization of sa_flags allows us to lose the bzero. $FreeBSD$ tag added. Revision Changes Path 1.18 +4 -1 src/lib/libc/gen/getcwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:26:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B49314E98; Tue, 28 Sep 1999 06:26:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08585; Tue, 28 Sep 1999 06:26:12 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909281326.GAA08585@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Sep 1999 06:26:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/28 06:26:12 PDT Modified files: lib/libc/net res_send.c Log: Explicitly use sigemptyset to clear a sigset_t. Explicit initialization of sa_flags allows us to lose the bzero. Revision Changes Path 1.27 +3 -2 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:33:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E2A015537; Tue, 28 Sep 1999 06:33:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA09041; Tue, 28 Sep 1999 06:33:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909281333.GAA09041@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Sep 1999 06:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/28 06:33:13 PDT Modified files: lib/libftpio ftpio.c Log: Explicitly use sigemptyset to clear a sigset_t. Explicit initialization of sa_flags added so that the 'struct sigaction' can be declared local in both functions that use the global (static) declaration. Remove the global declaration. Revision Changes Path 1.33 +8 -3 src/lib/libftpio/ftpio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:34: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id 9973914E98; Tue, 28 Sep 1999 06:33:50 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.3/8.9.3) with ESMTP id RAA47255; Tue, 28 Sep 1999 17:33:49 +0400 (MSD) (envelope-from tejblum@arc.hq.cti.ru) Message-Id: <199909281333.RAA47255@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-reply-to: Your message of "Tue, 28 Sep 1999 06:24:14 PDT." <199909281324.GAA08484@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 28 Sep 1999 17:33:48 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Explicitly use sigemptyset to clear a sigset_t. Explicit > initialization of sa_flags allows us to lose the bzero. Why you are doing this? (I strongly suspect you should have removed the signal stuff from here (and res_send) completely) Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:43:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E53A914F5D; Tue, 28 Sep 1999 06:43:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA60288; Tue, 28 Sep 1999 06:43:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909281343.GAA60288@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 Sep 1999 06:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libtermcap termcap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/28 06:43:22 PDT Modified files: lib/libtermcap termcap.c Log: Explicitly use sigemptyset to clear a sigset_t. Explicit initialization of sa_flags added so that we can lose the bzero. IIRC, this code is not used anymore since the addition of ncurses. Commit the change anyway so, just to be safe. $FreeBSD$ tag added Revision Changes Path 1.17 +4 -1 src/lib/libtermcap/termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 6:54:34 1999 Delivered-To: cvs-all@freebsd.org Received: from cs0.catv.ne.jp (cs0.catv.ne.jp [202.232.171.20]) by hub.freebsd.org (Postfix) with ESMTP id 20AD1154AE; Tue, 28 Sep 1999 06:54:23 -0700 (PDT) (envelope-from nyan@dd.catv.ne.jp) Received: from localhost by cs0.catv.ne.jp (8.9.1/3.7W) id WAA15925; Tue, 28 Sep 1999 22:53:28 +0900 (JST) To: imp@village.org Cc: winter@jurai.net, kato@FreeBSD.org, nyan@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909270628.AAA08033@harmony.village.org> References: <199909270628.AAA08033@harmony.village.org> From: Takahashi Yoshihiro X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990928225355G.nyan@dd.catv.ne.jp> Date: Tue, 28 Sep 1999 22:53:55 +0900 (JST) X-Dispatcher: imput version 980905(IM100) Lines: 55 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In article <199909270628.AAA08033@harmony.village.org> Warner Losh writes: > I'd also like to get some feedback on a related issue. I'd like to > know what people think of adding a third space to the I386 port. The > third I/O space would be I386_BUS_SPACE_IO_INDIRECT. The code for it > would look like the following. In a nutshel, its bsh is a pointer to > an array of I/O ports, and the offset is an index into that array. So > you'd effectively replace bsh+offset with bsh[offset]. The driver > would be responsible for managing the bsh array for the _INDIRECT > case. I agree this method. But, your code requires some ugly casts. I suggest the following way to fix this problem. bus_space_handle_t is the union instead of u_int. union bus_space_handle { bus_addr_t bsh_base; bus_addr_t *bsh_iat; }; typedef union bus_space_handle bus_space_handle_t; and, for example, bus_space_write_1 is the following: static __inline void bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t offset, u_int8_t value) { #if defined(_I386_BUS_PIO_H_) #if defined(_I386_BUS_MEMIO_H_) || defined(_I386_BUS_PIOI_H_) if (tag == I386_BUS_SPACE_IO) #endif outb(bsh.bsh_base + offset, value); #endif #if defined(_I386_BUS_MEMIO_H_) #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_PIOI_H_) else if (tag == I386_BUS_SPACE_MEM) #endif *(volatile u_int8_t *)(bsh.bsh_base + offset) = value; #endif #if defined(_I386_BUS_PIOI_H_) #if defined(_I386_BUS_PIO_H_) || defined(_I386_BUS_MEMIO_H_) else if (tag == I386_BUS_SPACE_IO_INDIRECT) #endif outb(bsh.bsh_iat[offset], value); #endif } It is unnecessary to do the ugly casts by changing like this. I think that there is no problem with this method. --- Takahashi Yoshihiro / nyan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 7:44:29 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id E4A5214FA1; Tue, 28 Sep 1999 07:44:04 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 3155A1CC1; Tue, 28 Sep 1999 22:44:03 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-reply-to: Your message of "Tue, 28 Sep 1999 06:24:14 MST." <199909281324.GAA08484@freefall.freebsd.org> Date: Tue, 28 Sep 1999 22:44:03 +0800 From: Peter Wemm Message-Id: <19990928144403.3155A1CC1@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Marcel Moolenaar wrote: > marcel 1999/09/28 06:24:14 PDT > > Modified files: > lib/libc/gen getcwd.c > Log: > Explicitly use sigemptyset to clear a sigset_t. Explicit > initialization of sa_flags allows us to lose the bzero. Hmm.. my experience on other systems suggests sigactions should be pre-bzeroed (or memset) for portability reasons. This is required on some OS's as there are hidden fields in there, and doesn't require modifying the whole tree when a new field is added or changed to struct sigaction. eg, on another system: struct sigaction { int sa_flags; void (*sa_handler)(); sigset_t sa_mask; int sa_resv[2]; }; The programmer can't be expected to know what local additions to sigaction an OS may have. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 7:48: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id B571B154AD; Tue, 28 Sep 1999 07:47:36 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id ED9AF1CBF; Tue, 28 Sep 1999 22:47:34 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Pierre Beyssac Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_socket2.c In-reply-to: Your message of "Tue, 28 Sep 1999 05:59:18 MST." <199909281259.FAA06641@freefall.freebsd.org> Date: Tue, 28 Sep 1999 22:47:34 +0800 From: Peter Wemm Message-Id: <19990928144734.ED9AF1CBF@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Pierre Beyssac wrote: > pb 1999/09/28 05:59:18 PDT > > Modified files: > sys/kern uipc_socket2.c > Log: > In sbflush(), don't exit the while loop too early: this can cause > an empty mbuf to stay in the queue, then causing a needless panic > because sb_cc == 0 and sb_mbcnt != 0. > > But we still need to panic rather than endlessly looping if, for > some reason, sb_cc == 0 and there are non-empty mbufs in the queue. Aha!! This sounds an awful lot like a bug I was seeing while using the if_pn driver in certain circumstances... Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 7:56:29 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 8C6FB1550F; Tue, 28 Sep 1999 07:55:15 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 05BF31CBF; Tue, 28 Sep 1999 22:55:14 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libtermcap termcap.c In-reply-to: Your message of "Tue, 28 Sep 1999 06:43:22 MST." <199909281343.GAA60288@freefall.freebsd.org> Date: Tue, 28 Sep 1999 22:55:13 +0800 From: Peter Wemm Message-Id: <19990928145514.05BF31CBF@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Marcel Moolenaar wrote: > Modified files: > lib/libtermcap termcap.c > Log: > Explicitly use sigemptyset to clear a sigset_t. Explicit > initialization of sa_flags added so that we can lose the bzero. Do NOT "loose" the bzero! Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:18:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5829115567; Tue, 28 Sep 1999 08:18:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68670; Tue, 28 Sep 1999 08:18:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199909281518.IAA68670@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Sep 1999 08:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile ports/news/tin/files md5 ports/news/tin/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/09/28 08:18:43 PDT Modified files: news/tin Makefile news/tin/files md5 news/tin/patches patch-aa Log: Upgrade to "Nine While Nine" the 19990927 version. Revision Changes Path 1.75 +3 -3 ports/news/tin/Makefile 1.56 +1 -1 ports/news/tin/files/md5 1.17 +6 -6 ports/news/tin/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:24:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 488A414D52; Tue, 28 Sep 1999 08:24:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA69282; Tue, 28 Sep 1999 08:24:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199909281524.IAA69282@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Sep 1999 08:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bounce/patches patch-01 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/09/28 08:24:48 PDT Modified files: net/bounce/patches patch-01 Log: Quiet `bind()' and `accept()' warnings. PR: 14013 Submitted by: Dominik Rothert Revision Changes Path 1.2 +20 -2 ports/net/bounce/patches/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:31:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC021560C; Tue, 28 Sep 1999 08:31:16 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70241; Tue, 28 Sep 1999 08:31:16 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199909281531.IAA70241@freefall.freebsd.org> From: Dirk Froemberg Date: Tue, 28 Sep 1999 08:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3/files md5 ports/www/apache13-php3/scripts configure.php ports/www/apache13-php4/files md5 ports/www/apache13-php4/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/09/28 08:31:16 PDT Modified files: www/apache13-php3/files md5 www/apache13-php3/scripts configure.php www/apache13-php4/files md5 www/apache13-php4/scripts configure.php Log: Upgrade to mod_ssl 2.4.4. Revision Changes Path 1.65 +1 -1 ports/www/apache13-php3/files/md5 1.57 +1 -1 ports/www/apache13-php3/scripts/configure.php 1.64 +1 -1 ports/www/apache13-php4/files/md5 1.60 +1 -1 ports/www/apache13-php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:31:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B94621585B; Tue, 28 Sep 1999 08:31:32 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70317; Tue, 28 Sep 1999 08:31:32 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199909281531.IAA70317@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 28 Sep 1999 08:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml doc/ja_JP.eucJP/books/handbook/staff chapter.sgml doc/ja_JP.eucJP/books/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/09/28 08:31:31 PDT Modified files: ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/staff chapter.sgml ja_JP.eucJP/books/handbook/ports chapter.sgml Log: MFen: 1.112 -> 1.114 contrib/chapter.sgml 1.69 -> 1.70 staff/chapter.sgml 1.31 -> 1.32 ports/chapter.sgml Revision Changes Path 1.19 +7 -3 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.15 +4 -4 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml 1.11 +17 -2 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:40:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 486F1155EE; Tue, 28 Sep 1999 08:40:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71052; Tue, 28 Sep 1999 08:40:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909281540.IAA71052@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Sep 1999 08:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/28 08:40:18 PDT Modified files: lib/libc/net res_send.c Log: Fix previous commit. The standards specifically say: "The structure sigaction, used to describe an action to be taken, is defined in the header to include at least the following members:" ^^^^^^^^ A sigaction defined on stack with essentially random contents may have just about anything underneath fields that the program doesn't know about. It is not safe to delete the bzero. Revision Changes Path 1.28 +2 -1 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:49:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E31E71536D; Tue, 28 Sep 1999 08:49:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71879; Tue, 28 Sep 1999 08:49:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199909281549.IAA71879@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Sep 1999 08:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/09/28 08:49:48 PDT Modified files: sbin/mount mount.8 Log: Document the "noasync" option. Revision Changes Path 1.29 +4 -1 src/sbin/mount/mount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:50:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68FF415641; Tue, 28 Sep 1999 08:50:16 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71969; Tue, 28 Sep 1999 08:50:16 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909281550.IAA71969@freefall.freebsd.org> From: John Polstra Date: Tue, 28 Sep 1999 08:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup/gnats list.current Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/28 08:50:16 PDT Modified files: cvsup/sup/gnats list.current Log: Don't send out GNATS lock files. Revision Changes Path 1.8 +1 -1 distrib/cvsup/sup/gnats/list.current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 8:53:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1628815893; Tue, 28 Sep 1999 08:53:09 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA72414; Tue, 28 Sep 1999 08:53:09 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909281553.IAA72414@freefall.freebsd.org> From: John Polstra Date: Tue, 28 Sep 1999 08:53:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup supfile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/28 08:53:08 PDT Modified files: cvsup supfile Log: Remove the obsolete "lite2" and "smp" releases of the "src-sys" collection from the supfile. Submitted by: Ruslan Ermilov Revision Changes Path 1.5 +0 -2 distrib/cvsup/supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:10: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 5E78B1572F; Tue, 28 Sep 1999 09:09:54 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id MAA14467; Tue, 28 Sep 1999 12:07:17 -0400 (EDT) (envelope-from wollman) Date: Tue, 28 Sep 1999 12:07:17 -0400 (EDT) From: Garrett Wollman Message-Id: <199909281607.MAA14467@khavrinen.lcs.mit.edu> To: Peter Wemm Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-Reply-To: <19990928144403.3155A1CC1@overcee.netplex.com.au> References: <199909281324.GAA08484@freefall.freebsd.org> <19990928144403.3155A1CC1@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > Hmm.. my experience on other systems suggests sigactions should be > pre-bzeroed (or memset) for portability reasons. This is required on some > OS's as there are hidden fields in there, and doesn't require modifying the > whole tree when a new field is added or changed to struct sigaction. Those other systems are broken. POSIX requires that only those fields defined by the standard need be initialized. Any other fields in struct sigaction must be ignored unless an implementation-specific flag is set by the application. (Hence, when POSIX.1b added sa_sigaction as an alternative to sa_handler, it was necessary to also add the SA_SIGINFO flag.) -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:19:14 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 2C04E15623; Tue, 28 Sep 1999 09:19:09 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id MAA14508; Tue, 28 Sep 1999 12:16:35 -0400 (EDT) (envelope-from wollman) Date: Tue, 28 Sep 1999 12:16:35 -0400 (EDT) From: Garrett Wollman Message-Id: <199909281616.MAA14508@khavrinen.lcs.mit.edu> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-Reply-To: <199909281607.MAA14467@khavrinen.lcs.mit.edu> References: <199909281324.GAA08484@freefall.freebsd.org> <19990928144403.3155A1CC1@overcee.netplex.com.au> <199909281607.MAA14467@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Replying to my own message.... < said: >> Hmm.. my experience on other systems suggests sigactions should be >> pre-bzeroed (or memset) for portability reasons. This is required on some >> OS's as there are hidden fields in there, and doesn't require modifying the >> whole tree when a new field is added or changed to struct sigaction. > Those other systems are broken. POSIX requires that only those fields > defined by the standard need be initialized. Furthermore, since POSIX is built on top of the portable Standard C environment, bzero(), or its Standard counterpart memset(), would never be sufficient to portably initialize a structure. The only way to do so portably is: static struct foo null_foo; struct foo foo; foo = null_foo; -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:22:38 1999 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 D5709156CD; Tue, 28 Sep 1999 09:22:28 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.12 #1) id 11W02m-000Hgg-00; Tue, 28 Sep 1999 16:23:56 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id SAA63325; Tue, 28 Sep 1999 18:22:19 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37F0EB3B.B453D207@scc.nl> Date: Tue, 28 Sep 1999 18:22:19 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Wemm Cc: Marcel Moolenaar , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c References: <19990928144403.3155A1CC1@overcee.netplex.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > > Marcel Moolenaar wrote: > > marcel 1999/09/28 06:24:14 PDT > > > > Modified files: > > lib/libc/gen getcwd.c > > Log: > > Explicitly use sigemptyset to clear a sigset_t. Explicit > > initialization of sa_flags allows us to lose the bzero. > > Hmm.. my experience on other systems suggests sigactions should be > pre-bzeroed (or memset) for portability reasons. Yes, but is portability an issue here? -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:23: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F97615854; Tue, 28 Sep 1999 09:23:04 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75445; Tue, 28 Sep 1999 09:23:04 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199909281623.JAA75445@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 28 Sep 1999 09:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/09/28 09:23:04 PDT Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: added the following checking: "in *_DEPENDS, ${PREFIX} must not be used. use ${LOCALBASE}/${X11BASE} instead of it." Commented by: asami Reviewed by: taoka Revision Changes Path 1.25 +2 -2 ports/devel/portlint/Makefile 1.11 +9 -1 ports/devel/portlint/src/portlint.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:27:18 1999 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 2C6FE15559; Tue, 28 Sep 1999 09:27:16 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id JAA90525; Tue, 28 Sep 1999 09:24:46 -0700 (PDT) (envelope-from dillon) Date: Tue, 28 Sep 1999 09:24:46 -0700 (PDT) From: Matthew Dillon Message-Id: <199909281624.JAA90525@apollo.backplane.com> To: Peter Wemm Cc: Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libtermcap termcap.c References: <19990928145514.05BF31CBF@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :Marcel Moolenaar wrote: :> Modified files: :> lib/libtermcap termcap.c :> Log: :> Explicitly use sigemptyset to clear a sigset_t. Explicit :> initialization of sa_flags added so that we can lose the bzero. : :Do NOT "loose" the bzero! : :Cheers, :-Peter What peter is saying is that the bzero is necessary because the structure may change in the future, perhaps adding a new field that termcap does not know about. Also, other operating systems may implement additional fields that termcap doesn't know about. This is why you generally bzero a structure before initializing it, even if you 'know' you are initializing all the fields. It makes for better portability and compatibility. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:38:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59C4C15523; Tue, 28 Sep 1999 09:38:45 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Received: (from jmas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA76719; Tue, 28 Sep 1999 09:38:45 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Message-Id: <199909281638.JAA76719@freefall.freebsd.org> From: "Jose M. Alcaide" Date: Tue, 28 Sep 1999 09:38:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es applications.sgml availability.sgml index.sgml support.sgml y2kbug.sgml www/es/news press-rel-1.sgml webchanges.sgml www/es/projects newbies.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmas 1999/09/28 09:38:45 PDT Modified files: es applications.sgml availability.sgml index.sgml support.sgml y2kbug.sgml es/news press-rel-1.sgml webchanges.sgml es/projects newbies.sgml Log: Small, cosmetic changes in translation. Substituted "computador" for "ordenador", "español" for "castellano", in order to use words accepted both in Europe (Spain) and America. Revision Changes Path 1.3 +3 -3 www/es/applications.sgml 1.6 +3 -3 www/es/availability.sgml 1.15 +6 -6 www/es/index.sgml 1.25 +3 -3 www/es/support.sgml 1.6 +4 -4 www/es/y2kbug.sgml 1.3 +3 -3 www/es/news/press-rel-1.sgml 1.11 +3 -3 www/es/news/webchanges.sgml 1.9 +4 -4 www/es/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:44:37 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 4527915664; Tue, 28 Sep 1999 09:44:28 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 828B71CBF; Wed, 29 Sep 1999 00:44:27 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Garrett Wollman Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-reply-to: Your message of "Tue, 28 Sep 1999 12:07:17 -0400." <199909281607.MAA14467@khavrinen.lcs.mit.edu> Date: Wed, 29 Sep 1999 00:44:27 +0800 From: Peter Wemm Message-Id: <19990928164427.828B71CBF@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Garrett Wollman wrote: > < said: > > > Hmm.. my experience on other systems suggests sigactions should be > > pre-bzeroed (or memset) for portability reasons. This is required on some > > OS's as there are hidden fields in there, and doesn't require modifying the > > whole tree when a new field is added or changed to struct sigaction. > > Those other systems are broken. POSIX requires that only those fields > defined by the standard need be initialized. Any other fields in > struct sigaction must be ignored unless an implementation-specific > flag is set by the application. (Hence, when POSIX.1b added > sa_sigaction as an alternative to sa_handler, it was necessary to also > add the SA_SIGINFO flag.) I see. That make sense to me, but I don't have a posix spec. It's been a long time (1992 or so) since I regularly did this and it was enough trouble to track down places where people did sa.sa_mask = 0 and that failed if sa_mask was a struct. Fortunately this mostly got hunted down and fixed or we'd be doing it all over again. I withdraw my objections which were based on paranoia and bitter (and outdated) experience. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:48: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBFA15807; Tue, 28 Sep 1999 09:47:55 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Received: (from jmas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA77261; Tue, 28 Sep 1999 09:47:55 -0700 (PDT) (envelope-from jmas@FreeBSD.org) Message-Id: <199909281647.JAA77261@freefall.freebsd.org> From: "Jose M. Alcaide" Date: Tue, 28 Sep 1999 09:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jmas 1999/09/28 09:47:55 PDT Modified files: es index.sgml Log: Oooops, remove an accent introduced in Rev. 1.15. Revision Changes Path 1.16 +5 -6 www/es/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 9:58:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 455471553A; Tue, 28 Sep 1999 09:58:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78287; Tue, 28 Sep 1999 09:58:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909281658.JAA78287@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Sep 1999 09:58:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/28 09:58:47 PDT Modified files: lib/libc/net res_send.c Log: Back out my backout, it was already posix compliant. Any new fields are required to be "announced" by a new bit in sa_flags to indicate the program is aware of and has taken care of them. eg: SA_SIGINFO means the program has used the sa_siginfo field (versus sa_handler). Revision Changes Path 1.29 +1 -2 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10: 1: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 421B714BCF; Tue, 28 Sep 1999 10:01:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78521; Tue, 28 Sep 1999 10:01:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909281701.KAA78521@freefall.freebsd.org> From: Chris Piazza Date: Tue, 28 Sep 1999 10:01:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/geekcode Makefile ports/misc/geekcode/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/28 10:01:03 PDT Modified files: misc/geekcode Makefile misc/geekcode/files md5 Log: Update to version 1.5 Revision Changes Path 1.4 +3 -3 ports/misc/geekcode/Makefile 1.5 +1 -1 ports/misc/geekcode/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10: 6:24 1999 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 11B7A1543B; Tue, 28 Sep 1999 10:06:18 -0700 (PDT) (envelope-from marcel@scc.nl) Received: from [212.238.132.94] (helo=scones.sup.scc.nl) by post.mail.nl.demon.net with esmtp (Exim 2.02 #1) id 11W0hl-0004p7-00; Tue, 28 Sep 1999 17:06:17 +0000 Received: from scc.nl (scones.sup.scc.nl [192.168.2.4]) by scones.sup.scc.nl (8.9.3/8.9.3) with ESMTP id TAA64797; Tue, 28 Sep 1999 19:06:11 +0200 (CEST) (envelope-from marcel@scc.nl) Message-ID: <37F0F581.C8CB9CE2@scc.nl> Date: Tue, 28 Sep 1999 19:06:10 +0200 From: Marcel Moolenaar Organization: SCC vof X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Dillon Cc: Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libtermcap termcap.c References: <19990928145514.05BF31CBF@overcee.netplex.com.au> <199909281624.JAA90525@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Dillon wrote: > > :Marcel Moolenaar wrote: > :> Modified files: > :> lib/libtermcap termcap.c > :> Log: > :> Explicitly use sigemptyset to clear a sigset_t. Explicit > :> initialization of sa_flags added so that we can lose the bzero. > : > :Do NOT "loose" the bzero! > : > :Cheers, > :-Peter > > What peter is saying is that the bzero is necessary because the structure > may change in the future, perhaps adding a new field that termcap does > not know about. I don't think that's a particular good argument. You don't simply add a field to sigaction. You create a complete new interface to handle all the compatibility issues. To put it differently; the argument holds if it is done for every structure there is, not just for sigaction alone. > Also, other operating systems may implement additional > fields that termcap doesn't know about. Yes, but is this termcap not specific to this OS? Isn't it our goal to provide an efficient and compatible libc? Efficiency is improved. Compatibility isn't broken... > This is why you generally bzero a structure before initializing it, even > if you 'know' you are initializing all the fields. It makes for better > portability and compatibility. I understand that, but portability isn't an issue in this case, is it? And as for compatibility; it now uses sigemptyset, and thus is finally compatible. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10: 7:15 1999 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 3C002158D3; Tue, 28 Sep 1999 10:06:58 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d214.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id DAA31974; Wed, 29 Sep 1999 03:07:40 +1000 Date: Wed, 29 Sep 1999 03:06:50 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Takahashi Yoshihiro Cc: imp@village.org, winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <19990928225355G.nyan@dd.catv.ne.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999, Takahashi Yoshihiro wrote: > In article <199909270628.AAA08033@harmony.village.org> > Warner Losh writes: > > > I'd also like to get some feedback on a related issue. I'd like to > > know what people think of adding a third space to the I386 port. The > > third I/O space would be I386_BUS_SPACE_IO_INDIRECT. The code for it > I agree this method. I don't agree with it. It's better for drivers to do the necessary indirections directly (and use indirection for for all bus types that they support) except in very special circumstances (1) && ((2) || (3)): 1) Only one bus type supported, and the tag for that is a compile-time constant. Otherwise, there will be an extra branch in the bus space routines for getting to the inirect case. This branch will cost more than indirection on most machines. 2) i386-style PIO access with the port address in a register, and offset 0. If the port address is in a softc, then there must be an indirection to load it, and the load should load the final address (sc->sc_bshtable[offset]). If the offset is nonzero, then on i386's there must be an instruction to add it, and this will take the same time as an indirection in many cases even if the base address is in a register. 3) MEMIO access with the port in a register, and the offset constant or in a register, and a machine that does suitable (base + index) addressing at no cost. > But, your code requires some ugly casts. > I suggest the following way to fix this problem. > > bus_space_handle_t is the union instead of u_int. > > union bus_space_handle { > bus_addr_t bsh_base; > bus_addr_t *bsh_iat; > }; > typedef union bus_space_handle bus_space_handle_t; Doesn't this require changing all drivers that currently use the bus space functions to be changed to initialise their sc->sc_bsh.base instead of their sc->sc_bsh? This is uglier than casting. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10:23:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84D8414DC7; Tue, 28 Sep 1999 10:23:30 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA80369; Tue, 28 Sep 1999 10:23:30 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909281723.KAA80369@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 28 Sep 1999 10:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv Makefile ports/games/freeciv/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/28 10:23:30 PDT Modified files: games/freeciv Makefile games/freeciv/files md5 Log: Update to FreeCiv v1.8.3, featuring paratroopers and airbases. While I'm in here, bring in a knob for using the gtk-based UI instead of the default Xaw-based one. Reviewed by: cpiazza Revision Changes Path 1.25 +14 -2 ports/games/freeciv/Makefile 1.14 +1 -1 ports/games/freeciv/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10:36:26 1999 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 16A7715695; Tue, 28 Sep 1999 10:36:21 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id KAA91250; Tue, 28 Sep 1999 10:36:15 -0700 (PDT) (envelope-from dillon) Date: Tue, 28 Sep 1999 10:36:15 -0700 (PDT) From: Matthew Dillon Message-Id: <199909281736.KAA91250@apollo.backplane.com> To: Marcel Moolenaar Cc: Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libtermcap termcap.c References: <19990928145514.05BF31CBF@overcee.netplex.com.au> <199909281624.JAA90525@apollo.backplane.com> <37F0F581.C8CB9CE2@scc.nl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :I don't think that's a particular good argument. You don't simply add a :field to sigaction. You create a complete new interface to handle all :the compatibility issues. To put it differently; :the argument holds if it is done for every structure there is, not just :for sigaction alone. : :> Also, other operating systems may implement additional :> fields that termcap doesn't know about. : :Yes, but is this termcap not specific to this OS? Isn't it our goal to :provide an efficient and compatible libc? Efficiency is improved. :Compatibility isn't broken... For the moment. Doesn't mean it's gonna stay that way though! The reason for programming defensively is not to make the program work in current systems, but to make sure the program continues to work in future systems. It's just plain common sense. If you make assumptions about how structures will or will not change over time (for example, you are assuming that sigaction will never ever change for the entire rest of the life of FreeBSD), then all you wind up with in a few years time is a mess. We maintain hundreds of programs while at the same time make major changes to the operating system core and libraries. Programming methodologies such as bzero'ing structures has prevented a lot of grief over time. Let me give you an example. For a very long time the fileno() macro in gnu libc directly addressed a field offset way deep into the FILE structure. Someone thought that making fileno() a macro would be more efficient then making it a library call. Unfortunately, the programmers who used it thought it was a library call. So when the time came to make a modification to the FILE structure suddenly the shared library stopped working for a large number of programs. "Oops". That one mistake caused no end of pain for a period of almost a year. FILE was supposed to be an opaque structure but the macro screwed it up. This is just one example of why most well-written libraries use opaque structures. For the same reason, system-supplied structures must be considered to be as opaque as possible. In otherwords, you only use those fields you are allowed to use and make no assumptions about the rest. :I understand that, but portability isn't an issue in this case, is it? :And as for compatibility; it now uses sigemptyset, and thus is finally :compatible. Portability is always an issue. You never purposefully make something unportable when it costs nothing to keep it portable. -Matt Matthew Dillon : :-- :Marcel Moolenaar mailto:marcel@scc.nl :SCC Internetworking & Databases http://www.scc.nl/ :The FreeBSD project mailto:marcel@FreeBSD.org : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 10:46: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 53D94156CD; Tue, 28 Sep 1999 10:45:53 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA30669; Tue, 28 Sep 1999 11:45:47 -0600 (MDT) (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 LAA04687; Tue, 28 Sep 1999 11:45:44 -0600 (MDT) Message-Id: <199909281745.LAA04687@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Cc: Takahashi Yoshihiro , winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org In-reply-to: Your message of "Wed, 29 Sep 1999 03:06:50 +1000." References: Date: Tue, 28 Sep 1999 11:45:44 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Bruce Evans writes: : 1) Only one bus type supported, and the tag for that is a compile-time : constant. Otherwise, there will be an extra branch in the bus space : routines for getting to the inirect case. This branch will cost : more than indirection on most machines. That's what the ifdefs do. They give you a zero branch function. When you support more buses, then you have more things to support. : 2) i386-style PIO access with the port address in a register, and offset : 0. If the port address is in a softc, then there must be an indirection : to load it, and the load should load the final address : (sc->sc_bshtable[offset]). If the offset is nonzero, then on i386's : there must be an instruction to add it, and this will take the same : time as an indirection in many cases even if the base address is in : a register. I'm not sure I understand why this is bad. When a driver needs to use indiction, it pays a small runtime price to do so (one extra add). When a driver doesn't need to do so, ther eis no extra cost over the current bus_space implementation. : 3) MEMIO access with the port in a register, and the offset constant or in : a register, and a machine that does suitable (base + index) addressing : at no cost. I'm not sure I understand this objection. In the current memio case we have the same overhead we do for pio (namely the addition). : > But, your code requires some ugly casts. : > I suggest the following way to fix this problem. : > : > bus_space_handle_t is the union instead of u_int. : > : > union bus_space_handle { : > bus_addr_t bsh_base; : > bus_addr_t *bsh_iat; : > }; : > typedef union bus_space_handle bus_space_handle_t; : : Doesn't this require changing all drivers that currently use the : bus space functions to be changed to initialise their sc->sc_bsh.base : instead of their sc->sc_bsh? This is uglier than casting. No. There are remarkably few drivers that do math or other naughty things with their bus handle. There are likely only 3-5 in the tree. Doesn't sound like an undue burdon to me. I had an experimental bus space implementation that had both bus_space_handle_t and bus_space_tag_t as structs. The biggest breakage was with the tag_t change since too many places still use the machine dependent I386_BUS_SPACE_FOO tags and I was too lazy to fix it right (actually, I didn't think of how to fix it right until just this instant). bus_space_map/unmap would be easy to implement which would solve the math problem, assuming that's all the do, and they don't mark the region as in use/free. If they do, the implementations get uglier much more quickly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 11: 2: 4 1999 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 B69C7151B9; Tue, 28 Sep 1999 11:01:57 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d214.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id EAA00546; Wed, 29 Sep 1999 04:02:44 +1000 Date: Wed, 29 Sep 1999 04:01:54 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.8 In-Reply-To: <199909281549.IAA71879@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999, David E. O'Brien wrote: > obrien 1999/09/28 08:49:48 PDT > > Modified files: > sbin/mount mount.8 > Log: > Document the "noasync" option. There are about 20 similar negative options (one for each normal option). They shouldn't be documented explicitly. Instead, give the meta-rules. These are rather complicated and broken. For most options "foo", there is a "nofoo" option. For most options "nofoo", there is a "nonofoo" option, but it is spelled "foo". "nonoclusterr" produces a bogus error message saying that "noclusterr" is not supported, but it is "nonoclusterr" that is not supported. For N extra "no"'s the error message says that the option with N-1 extra "no"'s is not supported. The negative options (that don't start out as negative, like noatime) are only useful in conjunction with the new FreeBSD options -o current and -o fstab. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 11:11:45 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0EF3114CBE; Tue, 28 Sep 1999 11:11:41 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA30822; Tue, 28 Sep 1999 12:11:36 -0600 (MDT) (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 MAA04958; Tue, 28 Sep 1999 12:11:33 -0600 (MDT) Message-Id: <199909281811.MAA04958@harmony.village.org> Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Cc: Bruce Evans , Takahashi Yoshihiro , winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org In-reply-to: Your message of "Tue, 28 Sep 1999 11:45:44 MDT." <199909281745.LAA04687@harmony.village.org> References: <199909281745.LAA04687@harmony.village.org> Date: Tue, 28 Sep 1999 12:11:33 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk [[ gotta make sure the cafiene has completely hit the brain before sending ]] In message <199909281745.LAA04687@harmony.village.org> Warner Losh writes: : That's what the ifdefs do. They give you a zero branch function. : When you support more buses, then you have more things to support. ... and so you'll have branches. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 11:39:45 1999 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 D494614E9F; Tue, 28 Sep 1999 11:39:39 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d214.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id EAA01608; Wed, 29 Sep 1999 04:37:52 +1000 Date: Wed, 29 Sep 1999 04:37:01 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Garrett Wollman Cc: Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen getcwd.c In-Reply-To: <199909281607.MAA14467@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999, Garrett Wollman wrote: > < said: > > > Hmm.. my experience on other systems suggests sigactions should be > > pre-bzeroed (or memset) for portability reasons. This is required on some > > OS's as there are hidden fields in there, and doesn't require modifying the > > whole tree when a new field is added or changed to struct sigaction. > > Those other systems are broken. POSIX requires that only those fields > defined by the standard need be initialized. Any other fields in Unfortunately, it seems to only require that "Nonstandard extensions ... should be identified as such in the system documentation" and for the system to provide an environment where plain POSIX applies (POSIX.1- 1996 section 1.3.1.1 (2)). > struct sigaction must be ignored unless an implementation-specific > flag is set by the application. (Hence, when POSIX.1b added I can't find anywhere where POSIX.1-1996 requires such a flag. I didn't check the rationale. The nonstandard extensions may require the nonstandard fields to be filled with nonzero values. Using bzero() just guarantees breakage on such systems. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 12:24:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46B4E15032; Tue, 28 Sep 1999 12:24:44 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA90372; Tue, 28 Sep 1999 12:24:44 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909281924.MAA90372@freefall.freebsd.org> From: Dan Moschuk Date: Tue, 28 Sep 1999 12:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lmmon Makefile ports/sysutils/lmmon/files md5 ports/sysutils/lmmon/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/28 12:24:44 PDT Modified files: sysutils/lmmon Makefile sysutils/lmmon/files md5 sysutils/lmmon/pkg DESCR Log: Updated lmmon to 0.52 PR: ports/14015 Submitted by: Chris D. Faulhaber Revision Changes Path 1.3 +3 -3 ports/sysutils/lmmon/Makefile 1.2 +1 -1 ports/sysutils/lmmon/files/md5 1.2 +1 -1 ports/sysutils/lmmon/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 Sep 28 12:31:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 332C814CB9; Tue, 28 Sep 1999 12:31:46 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91872; Tue, 28 Sep 1999 12:31:45 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909281931.MAA91872@freefall.freebsd.org> From: Dan Moschuk Date: Tue, 28 Sep 1999 12:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmlmmon Makefile ports/sysutils/wmlmmon/files md5 ports/sysutils/wmlmmon/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/28 12:31:45 PDT Modified files: sysutils/wmlmmon Makefile sysutils/wmlmmon/files md5 sysutils/wmlmmon/pkg DESCR Log: Updated wmlmmon to 0.52 PR: ports/14015 Submitted by: Chris D. Faulhaber Revision Changes Path 1.4 +3 -3 ports/sysutils/wmlmmon/Makefile 1.2 +1 -1 ports/sysutils/wmlmmon/files/md5 1.2 +1 -1 ports/sysutils/wmlmmon/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 Sep 28 12:32:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F177158AB; Tue, 28 Sep 1999 12:32:06 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92005; Tue, 28 Sep 1999 12:32:06 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199909281932.MAA92005@freefall.freebsd.org> From: Dirk Froemberg Date: Tue, 28 Sep 1999 12:32:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort Makefile ports/security/snort/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/09/28 12:32:05 PDT Modified files: security/snort Makefile security/snort/files md5 Log: Upgrade to 1.3. Revision Changes Path 1.4 +3 -3 ports/security/snort/Makefile 1.3 +1 -1 ports/security/snort/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 12:48:53 1999 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 EAF1A14BEA; Tue, 28 Sep 1999 12:48:43 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d242.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id FAA03703; Wed, 29 Sep 1999 05:49:21 +1000 Date: Wed, 29 Sep 1999 05:48:29 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Warner Losh Cc: Takahashi Yoshihiro , winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909281745.LAA04687@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999, Warner Losh wrote: > In message Bruce Evans writes: > : 1) Only one bus type supported, and the tag for that is a compile-time > : constant. Otherwise, there will be an extra branch in the bus space > : routines for getting to the inirect case. This branch will cost > : more than indirection on most machines. > > That's what the ifdefs do. They give you a zero branch function. > When you support more buses, then you have more things to support. The ifdefs don't help here. I've already mentioned the critical cases. In more detail: Case 1: only one bus type supported, etc., and that type is the new indirect type. Case 2: multiple bus types supported, including the new indirect type. Driver strategy A: always put indirections in driver (and don't use new bus type. Driver strategy B: always leave indirections to bus space functions. Costs for various combinations: Case 1 - strategy A: 1 indirection (in driver), 0 branches Case 1 - strategy B: 1 indirection (in bus space function), 0 branches Best strategy for case 1: either. Case 2 - strategy A: 1 indirection (in driver), 0 branches Case 2 - strategy B: 1 indirection (in bus space function), 1 branch Best strategy for case 1: strategy A. However, this is only for the new bus types. The old types may lose in some cases due to an extra indirection in a bus space function. > : 2) i386-style PIO access with the port address in a register, and offset > : 0. If the port address is in a softc, then there must be an indirection > : to load it, and the load should load the final address > : (sc->sc_bshtable[offset]). If the offset is nonzero, then on i386's > : there must be an instruction to add it, and this will take the same > : time as an indirection in many cases even if the base address is in > : a register. > > I'm not sure I understand why this is bad. When a driver needs to use > indiction, it pays a small runtime price to do so (one extra add). I think you mean one extra load. > When a driver doesn't need to do so, ther eis no extra cost over the > current bus_space implementation. The point is that in the PIO case, doing the indirection in the driver is normally at least as good, and often better than doing it in the bus space function. > : 3) MEMIO access with the port in a register, and the offset constant or in > : a register, and a machine that does suitable (base + index) addressing > : at no cost. > > I'm not sure I understand this objection. In the current memio case > we have the same overhead we do for pio (namely the addition). Not true. Memory accesses can often be done using base + index addressing, while i386 PIO addressing requires and extra add and is made worse be gcc doing suboptional register allocation. E.g., for *(base + offset) in i386's: movl base,%ebx movb offset(%ebx),%al and for inb(base + offset): movl base,%edx addl $offset,%edx inb %dx,%al > : > bus_space_handle_t is the union instead of u_int. > : > > : > union bus_space_handle { > : > bus_addr_t bsh_base; > : > bus_addr_t *bsh_iat; > : > }; > : > typedef union bus_space_handle bus_space_handle_t; > : > : Doesn't this require changing all drivers that currently use the > : bus space functions to be changed to initialise their sc->sc_bsh.base > : instead of their sc->sc_bsh? This is uglier than casting. > > No. There are remarkably few drivers that do math or other naughty > things with their bus handle. There are likely only 3-5 in the tree. > Doesn't sound like an undue burdon to me. I had an experimental bus It's incompatible with NetBSD, etc. Only the first member of a union can be initialised statically in Standard C. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 12:59:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0548715838; Tue, 28 Sep 1999 12:59:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94282; Tue, 28 Sep 1999 12:59:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909281959.MAA94282@freefall.freebsd.org> From: Warner Losh Date: Tue, 28 Sep 1999 12:59:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/28 12:59:43 PDT Modified files: sys/dev/aha aha_isa.c Log: Use rmand_get_bus{tag,handle} rather than hard wiring things to I386_BUS_SPACE_IO. Compiles now on the Alpha, but likely will not work due to bus space address <-> virtual address mapping bogons that work for i386 but not alpha. Revision Changes Path 1.14 +4 -4 src/sys/dev/aha/aha_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 13: 0:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE1491588B; Tue, 28 Sep 1999 13:00:08 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94349; Tue, 28 Sep 1999 13:00:07 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <199909282000.NAA94349@freefall.freebsd.org> From: Cameron Grant Date: Tue, 28 Sep 1999 13:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcm/isa ad1816.c ad1816.h mss.c mss.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 1999/09/28 13:00:07 PDT Modified files: sys/dev/pcm/isa mss.c mss.h Added files: sys/dev/pcm/isa ad1816.c ad1816.h Log: seperate the ad1816 driver from the mss driver since it shares no code Revision Changes Path 1.29 +15 -347 src/sys/dev/pcm/isa/mss.c 1.7 +1 -66 src/sys/dev/pcm/isa/mss.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 13: 2:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A00BD14EA7; Tue, 28 Sep 1999 13:02:46 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94584; Tue, 28 Sep 1999 13:02:46 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <199909282002.NAA94584@freefall.freebsd.org> From: Cameron Grant Date: Tue, 28 Sep 1999 13:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 1999/09/28 13:02:46 PDT Modified files: sys/conf files Log: add the ad1816 driver Revision Changes Path 1.259 +2 -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 Tue Sep 28 13:10: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 87D2114C3F; Tue, 28 Sep 1999 13:09:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA31366; Tue, 28 Sep 1999 14:09:49 -0600 (MDT) (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 OAA05966; Tue, 28 Sep 1999 14:09:47 -0600 (MDT) Message-Id: <199909282009.OAA05966@harmony.village.org> To: Bruce Evans Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Cc: Takahashi Yoshihiro , winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org In-reply-to: Your message of "Wed, 29 Sep 1999 05:48:29 +1000." References: Date: Tue, 28 Sep 1999 14:09:47 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Bruce Evans writes: : In more detail: I see what you are saying... I'm not sure I necessarily agree with its implied conclusions, however... Must think about this some more. It sounds like you are suggesting that it wouldn't make sense to convert, say, the sio driver to use bus_space even though there appear to be some wins for doing this from a flexibility point of view. The costs for slow machines are too high, if I understand what you are getting at here. : > : > bus_space_handle_t is the union instead of u_int. : > : > : > : > union bus_space_handle { : > : > bus_addr_t bsh_base; : > : > bus_addr_t *bsh_iat; : > : > }; : > : > typedef union bus_space_handle bus_space_handle_t; : > : : > : Doesn't this require changing all drivers that currently use the : > : bus space functions to be changed to initialise their sc->sc_bsh.base : > : instead of their sc->sc_bsh? This is uglier than casting. : > : > No. There are remarkably few drivers that do math or other naughty : > things with their bus handle. There are likely only 3-5 in the tree. : > Doesn't sound like an undue burdon to me. I had an experimental bus : : It's incompatible with NetBSD, etc. Only the first member of a union : can be initialised statically in Standard C. A bus_space_handle_t is an opaue data type. All the drivers in NetBSD that use bus_space that I've looked at are careful to only take the bsh from the config data and never do math on it directly. FreeBSD's tree is a little sloppier here because bus_space was imported incompletely into FreeBSD and isn't as religiously used as in NetBSD. bus_space_handles are never initialized directly by the drivers, in theory. That's why it would be nice to have some extension to rman to take an array of addresses from somewhere (where I'm not sure), package that up into one struct resource * and then have the driver get the bus_space_tag_t/handle_t from there. Where that is, what syntax config things need to use, etc is left up to the pc98's isa bus extentions to cope with this... I think this would make a good topic for FreeBSDCon. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 13:24:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD8D514E0D; Tue, 28 Sep 1999 13:24:30 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA96558; Tue, 28 Sep 1999 13:24:29 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <199909282024.NAA96558@freefall.freebsd.org> From: Cameron Grant Date: Tue, 28 Sep 1999 13:24:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcm/isa sb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 1999/09/28 13:24:29 PDT Modified files: sys/dev/pcm/isa sb.c Log: add a missing blank line Revision Changes Path 1.25 +3 -2 src/sys/dev/pcm/isa/sb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 13:46:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7873B14E98; Tue, 28 Sep 1999 13:46:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98154; Tue, 28 Sep 1999 13:46:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199909282046.NAA98154@freefall.freebsd.org> From: Wolfram Schneider Date: Tue, 28 Sep 1999 13:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en internet.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/09/28 13:46:14 PDT Modified files: en internet.sgml Log: reflect wcarchive's increased capacity/load. Submitted by: "Chris D. Faulhaber" Revision Changes Path 1.18 +6 -6 www/en/internet.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 14:43:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7379014A0D; Tue, 28 Sep 1999 14:43:36 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA04227; Tue, 28 Sep 1999 14:43:36 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <199909282143.OAA04227@freefall.freebsd.org> From: Cameron Grant Date: Tue, 28 Sep 1999 14:43:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcm channel.c channel.h datatypes.h dsp.c feeder.c sound.c sound.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cg 1999/09/28 14:43:36 PDT Modified files: sys/dev/pcm channel.c channel.h datatypes.h dsp.c feeder.c sound.c sound.h Log: * add a non-reset device- will not reset the channel on open. you will have to mknod yourself for now. * don't eat the first write() * partial rvplayer fix- don't panic on unaligned writes unless our feeder chain requires them for downconversion. a fuller fix is on the way. Revision Changes Path 1.4 +9 -7 src/sys/dev/pcm/channel.c 1.3 +2 -1 src/sys/dev/pcm/channel.h 1.3 +3 -1 src/sys/dev/pcm/datatypes.h 1.5 +25 -11 src/sys/dev/pcm/dsp.c 1.4 +14 -11 src/sys/dev/pcm/feeder.c 1.4 +5 -1 src/sys/dev/pcm/sound.c 1.3 +2 -1 src/sys/dev/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:27:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51951150BF; Tue, 28 Sep 1999 15:27:12 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35148; Tue, 28 Sep 1999 15:27:12 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282227.PAA35148@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:27:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum request.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:27:12 PDT Modified files: sys/dev/vinum request.h Log: Add loginfo type for sdiodone. Revision Changes Path 1.15 +2 -1 src/sys/dev/vinum/request.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:33: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A7914BD4; Tue, 28 Sep 1999 15:33:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA37795; Tue, 28 Sep 1999 15:33:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199909282233.PAA37795@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 28 Sep 1999 15:33:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/eresources chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/09/28 15:33:05 PDT Modified files: en_US.ISO_8859-1/books/handbook/eresources chapter.sgml Log: Correct a bit of bogus information about core controlling mailing list membership and reorder some of the lists into more appropriate categories. Revision Changes Path 1.32 +16 -12 doc/en_US.ISO_8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:42: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7D114CF9; Tue, 28 Sep 1999 15:42:07 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38418; Tue, 28 Sep 1999 15:42:07 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282242.PAA38418@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:42:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:42:06 PDT Modified files: sys/dev/vinum vinum.c Log: Minor formatting changes (7th attempt) Revision Changes Path 1.37 +3 -4 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:43:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02B2414CF9; Tue, 28 Sep 1999 15:43:07 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38532; Tue, 28 Sep 1999 15:43:07 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282243.PAA38532@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:43:07 PDT Modified files: sys/dev/vinum vinumconfig.c Log: Remove some superfluous comments. get_empty_volume: initialize plexes to -1 (not allocated) remove_drive_entry: Remove recurse parameter (there's nothing below a drive in the hierarchy). Use remove_sd_entry to remove sds, don't do it ourselves. Log errors, don't throw rude remarks. remove_plex_entry: Don't use plex->subdisks as a loop limit, it gets changed in the loop. This caused some removals to only remove half the subdisks. Change logging of some "impossible" situations. remove_volume_entry: Use remove_plex_entry to remove plexes, don't do it ourselves. update_sd_config: Use set_sd_state to do the work. Revision Changes Path 1.30 +41 -63 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:44:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8980D15823; Tue, 28 Sep 1999 15:44:00 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38649; Tue, 28 Sep 1999 15:44:00 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282244.PAA38649@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumext.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:44:00 PDT Modified files: sys/dev/vinum vinumext.h Log: Change remove_drive_entry Add parityops Revision Changes Path 1.21 +6 -2 src/sys/dev/vinum/vinumext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:45:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B08214F06; Tue, 28 Sep 1999 15:45:22 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38772; Tue, 28 Sep 1999 15:45:22 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282245.PAA38772@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:45:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:45:22 PDT Modified files: sys/dev/vinum vinuminterrupt.c Log: sdio_done: Log events if DEBUG_LASTREQS set. Revision Changes Path 1.20 +5 -1 src/sys/dev/vinum/vinuminterrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:46:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90E7314F06; Tue, 28 Sep 1999 15:46:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38879; Tue, 28 Sep 1999 15:46:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282246.PAA38879@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:46:40 PDT Modified files: sys/dev/vinum vinumio.c Log: open_drive: Don't call set_drive_state to take a drive down, do it ourselves. This breaks a vicious circle which caused vinum to dereference a null vp if device nodes were missing. Reported-by: Brad Chisholm Alec Wolman check_drive: Don't take a drive down if it's only referenced. read_drive: Remove unused variable. Revision Changes Path 1.44 +4 -4 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:47:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E123015512; Tue, 28 Sep 1999 15:47:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38929; Tue, 28 Sep 1999 15:47:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909282247.PAA38929@freefall.freebsd.org> From: Chris Piazza Date: Tue, 28 Sep 1999 15:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/28 15:47:14 PDT Modified files: games/freeciv Makefile Log: The last commit had a bogus path in the MASTER_SITE and I forgot to tell sheldonh before he committed it.. Revision Changes Path 1.26 +2 -2 ports/games/freeciv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:47:42 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id BA19014F06; Tue, 28 Sep 1999 15:47:40 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from localhost (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA25023; Tue, 28 Sep 1999 15:47:12 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Bruce Evans Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT In-reply-to: Your message of "Sat, 25 Sep 1999 23:30:07 +1000." Date: Tue, 28 Sep 1999 15:47:12 -0700 Message-ID: <25018.938558832@localhost> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > I thought it was intentional (to keep soft updates linted). We don't > distribute binaries for LINT. No, but LINT is supposed to compile all the way through so you can also lint everything after the point where the soft updates object builds would fail due to missing symlinks on a "stock" system. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:51:11 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 732B614F06; Tue, 28 Sep 1999 15:51:03 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11W65O-0004QF-00; Wed, 29 Sep 1999 00:51:02 +0200 From: Sheldon Hearn To: Chris Piazza Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games/freeciv Makefile In-reply-to: Your message of "Tue, 28 Sep 1999 15:47:14 MST." <199909282247.PAA38929@freefall.freebsd.org> Date: Wed, 29 Sep 1999 00:51:02 +0200 Message-ID: <17002.938559062@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999 15:47:14 MST, Chris Piazza wrote: > The last commit had a bogus path in the MASTER_SITE and I forgot > to tell sheldonh before he committed it.. Ta. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:55: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61DBB14F06; Tue, 28 Sep 1999 15:54:59 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39393; Tue, 28 Sep 1999 15:54:59 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282254.PAA39393@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:54:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:54:59 PDT Modified files: sys/dev/vinum vinumio.h Log: Reduce MAX_IOCTL_REPLY to 1024; the previous value was more than ioctl could stand. Define the correct return lengths for a number of ioctls. Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully implemented. Revision Changes Path 1.15 +11 -9 src/sys/dev/vinum/vinumio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:55:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5BD714F06; Tue, 28 Sep 1999 15:55:39 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39466; Tue, 28 Sep 1999 15:55:39 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282255.PAA39466@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:55:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumioctl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:55:39 PDT Modified files: sys/dev/vinum vinumioctl.c Log: Add ioctls VINUM_CHECKPARITY and VINUM_RESETPARITY, still to be fully implemented. Revision Changes Path 1.22 +9 -1 src/sys/dev/vinum/vinumioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:56: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A746155B6; Tue, 28 Sep 1999 15:56:04 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39524; Tue, 28 Sep 1999 15:56:04 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282256.PAA39524@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:56:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumlock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:56:04 PDT Modified files: sys/dev/vinum vinumlock.c Log: Don't count iterations while waiting for a lock to become free. Revision Changes Path 1.17 +10 -11 src/sys/dev/vinum/vinumlock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:56:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDFDD14F06; Tue, 28 Sep 1999 15:56:55 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39633; Tue, 28 Sep 1999 15:56:55 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282256.PAA39633@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:56:55 PDT Modified files: sys/dev/vinum vinumrequest.c Log: logrq: add sdiodone case. launch_requests: Remove debug code sdio: Reformat log call. Revision Changes Path 1.36 +8 -10 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:57:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9674C14F06; Tue, 28 Sep 1999 15:57:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39686; Tue, 28 Sep 1999 15:57:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282257.PAA39686@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:57:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrevive.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:57:30 PDT Modified files: sys/dev/vinum vinumrevive.c Log: revive_block: set b_resid correctly. parityops: New function to check and rebuild RAID-5 parity blocks. Not yet usable. Revision Changes Path 1.18 +209 -5 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 15:58:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F6B014F06; Tue, 28 Sep 1999 15:58:08 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39752; Tue, 28 Sep 1999 15:58:08 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282258.PAA39752@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:58:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 15:58:08 PDT Modified files: sys/dev/vinum vinumvar.h Log: struct plex: Add variables checkblock and rebuildblock to keep track of parity check and rebuild operations. This enables us to stop the operation and restart at a later time. enum parityop: Trivial enum to decide what parityops() is going to do. Revision Changes Path 1.27 +9 -2 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 16: 0: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B332A14F06; Tue, 28 Sep 1999 16:00:06 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA39973; Tue, 28 Sep 1999 16:00:06 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282300.QAA39973@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 16:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum commands.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 16:00:06 PDT Modified files: sbin/vinum commands.c Log: vinum_init: Fix message typo. vinum_start: bzero the statinfo.dinfo struct. The lack of this was causing sporadic failures of the start command. Add body of vinum_checkparity command. Revision Changes Path 1.26 +51 -2 src/sbin/vinum/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 16: 2:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B712A14F06; Tue, 28 Sep 1999 16:02:14 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40208; Tue, 28 Sep 1999 16:02:14 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282302.QAA40208@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 16:02:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum list.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 16:02:14 PDT Modified files: sbin/vinum list.c Log: Brucify comments. vinum_lpi: Add information about progress of rebuildparity and checkparity commands. listconfig: Print object counts in a different format, don't refer to the internal number of slots allocated: Caused-confusion-to: Norbert Meissner vinum_info: Change format of device numbers so that they fit in the column (ignore high-order minor number bits, which aren't really of much interest). Revision Changes Path 1.21 +68 -25 src/sbin/vinum/list.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 16: 3:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74B1B14F06; Tue, 28 Sep 1999 16:03:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40334; Tue, 28 Sep 1999 16:03:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282303.QAA40334@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 16:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 16:03:30 PDT Modified files: sbin/vinum vinum.8 Log: Add description of checkparity and rebuildparity. Remove a half-started message. Reported-by: "Jeffrey J. Mountin" Revision Changes Path 1.30 +10 -5 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 Tue Sep 28 16:40: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5020614EF5; Tue, 28 Sep 1999 16:39:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42257; Tue, 28 Sep 1999 16:39:59 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909282339.QAA42257@freefall.freebsd.org> From: Satoshi Taoka Date: Tue, 28 Sep 1999 16:39:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/mule-common/files site-start.el.tmpl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/28 16:39:58 PDT Modified files: editors/mule-common/files site-start.el.tmpl Log: Added "%%LOCALBASE%%/share/mule/info" into site-start.el Reported by: Inagaki Kentaro Obtained from: ports-jp@jp.freebsd.org Revision Changes Path 1.4 +1 -0 ports/editors/mule-common/files/site-start.el.tmpl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 17:23:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D6C614D40; Tue, 28 Sep 1999 17:23:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA44401; Tue, 28 Sep 1999 17:23:30 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199909290023.RAA44401@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 28 Sep 1999 17:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/09/28 17:23:29 PDT Modified files: en/releases index.sgml Log: Put 2.2.8 in its proper place. Revision Changes Path 1.32 +10 -10 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 Tue Sep 28 18: 2:57 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 0E6BD15824; Tue, 28 Sep 1999 18:02:52 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id VAA26083; Tue, 28 Sep 1999 21:02:39 -0400 (EDT) Date: Tue, 28 Sep 1999 21:02:38 -0400 (EDT) From: "Matthew N. Dodd" To: Bruce Evans Cc: Warner Losh , Takahashi Yoshihiro , kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 29 Sep 1999, Bruce Evans wrote: > Not true. Memory accesses can often be done using base + index addressing, > while i386 PIO addressing requires and extra add and is made worse be gcc > doing suboptional register allocation. E.g., for *(base + offset) in i386's: > > movl base,%ebx > movb offset(%ebx),%al > > and for inb(base + offset): > > movl base,%edx > addl $offset,%edx > inb %dx,%al If I understand you correctly you argue that both types of PIO access (normal and noncontig PC98) should use the method suggested for the PC98 case, namely that the eventual macro expend to: inb(regs[offset]) / outb(regs[offset], val) In the PC98 case we have to supply the length of the bus_space and a map describing the PIO offsets so we can compute each value of the array (regs[]). For the normal PIO bus_space we just fill out the array from base + 0 to base + len. This would make the bus_space_{read,write} calles the same for the PC98 case and the normal PIO case and would, I believe, require no other driver/consumer changes save in the PC98 case which would require the setup to supply the offset map. Right? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 18:15:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 027E514DB9; Tue, 28 Sep 1999 18:15:29 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48001; Tue, 28 Sep 1999 18:15:29 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <199909290115.SAA48001@freefall.freebsd.org> From: "Howard F. Hu" Date: Tue, 28 Sep 1999 18:15:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/09/28 18:15:29 PDT Modified files: devel/ORBit Makefile devel/ORBit/files md5 Log: Update ORBit to 0.4.95. Submitted by : maintainer. Revision Changes Path 1.23 +2 -2 ports/devel/ORBit/Makefile 1.10 +1 -1 ports/devel/ORBit/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 18:24:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEF6D14D48; Tue, 28 Sep 1999 18:24:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48643; Tue, 28 Sep 1999 18:24:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909290124.SAA48643@freefall.freebsd.org> From: Steve Price Date: Tue, 28 Sep 1999 18:24:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/opendx/patches patch-ai Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/28 18:24:53 PDT Added files: graphics/opendx/patches patch-ai Log: Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' and you have this in your code, 'double alpha[30];'. The preprocessor does what it's supposed to do and replaces all of occurrences of alpha with 1 and the compiler sees code like this 'double 1[10]' which it summarily yacks on. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 18:58:59 1999 Delivered-To: cvs-all@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id 8D59A14DDD; Tue, 28 Sep 1999 18:58:49 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id KAA04214; Wed, 29 Sep 1999 10:56:43 +0900 (JST) To: bde@zeta.org.au Cc: imp@village.org, winter@jurai.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 From: KATO Takenori In-Reply-To: Your message of "Mon, 27 Sep 1999 23:52:49 +1000 (EST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990929105613Q.kato@gneiss.eps.nagoya-u.ac.jp> Date: Wed, 29 Sep 1999 10:56:13 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > I don't like this much. At least for PIO, indirection may be best in > all cases. I use it for most accesses in sio. I pre-compute all the > heavily used port addresses at attach time to avoid additions at > compile time. > > E.g., the line status port is accessed via com->line_status_port instead > of via (com->iobase + com_lsr). The former is always faster (since gcc > doesn't (can't?) know enough about aliasing to use a previously loaded > value of com->iobase, and the addition takes some time. Even if > com->iobase is explicitly loaded into a (register) variable, the > computation of (iobase + com_lsr) takes the same time as the load of > com->line_status_register provided the machine is an i386 and > com->line_status_register is in the L1 cache. (This is where MEMIO may > benefit if we use (iobase + com_lsr). On machines with base+index > addressing, the addition tends to be free. This is also the only excuse > for pushing the addition to the bus space functions.) If all drivers use your method, it may not have any problem except you pointed. But if there is a bus_space_foo with non-zero offset, it may not work on non-contig address space bus (e.g., ISA-like 16-bit bus on PC98). Of cource, such code can be rewrited to solve this problem. On the point of performance, I think Bruce's method is better than Warner's method, but on the point of readablity or beauty of source code, I think Warner's method is better. Hmm.... -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.2: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 19: 9:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4977D15841; Tue, 28 Sep 1999 19:09:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA51850; Tue, 28 Sep 1999 19:09:44 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <199909290209.TAA51850@freefall.freebsd.org> From: John Baldwin Date: Tue, 28 Sep 1999 19:09:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/09/28 19:09:43 PDT Modified files: share/sgml man-refs.ent Log: Add an entity for portlint(1) which is needed by the ports-specific section of the committers' guide. Revision Changes Path 1.12 +2 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 19:12:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 061DC158AE; Tue, 28 Sep 1999 19:12:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA52010; Tue, 28 Sep 1999 19:12:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <199909290212.TAA52010@freefall.freebsd.org> From: John Baldwin Date: Tue, 28 Sep 1999 19:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/09/28 19:12:37 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Merge the ports committers' guide into the new committers' guide. Reviewed by: nik Revision Changes Path 1.10 +340 -0 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 19:54:23 1999 Delivered-To: cvs-all@freebsd.org Received: from mta2.rcsntx.swbell.net (mta2.rcsntx.swbell.net [151.164.30.26]) by hub.freebsd.org (Postfix) with ESMTP id F02CB15034; Tue, 28 Sep 1999 19:54:19 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org ([216.62.157.60]) by mta2.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0FIS00B0TVNZ03@mta2.rcsntx.swbell.net>; Tue, 28 Sep 1999 21:45:35 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id VAA48762; Tue, 28 Sep 1999 21:45:18 -0500 (CDT envelope-from chris) X-URL: http://www.FreeBSD.org/~chris/ Date: Tue, 28 Sep 1999 21:45:18 -0500 From: Chris Costello Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml In-reply-to: <199909290212.TAA52010@freefall.freebsd.org> To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <19990928214517.D95465@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i X-Operating-System: FreeBSD 4.0-CURRENT (i386) References: <199909290212.TAA52010@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Sep 28, 1999, John Baldwin wrote: > Log: > Merge the ports committers' guide into the new committers' guide. > > Reviewed by: nik > > Revision Changes Path > 1.10 +340 -0 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml When's this moving into books/? :) -- |Chris Costello |Familiarity breeds children. `---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 20:33:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65BF615084; Tue, 28 Sep 1999 20:33:20 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56979; Tue, 28 Sep 1999 20:33:20 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909290333.UAA56979@freefall.freebsd.org> From: John Polstra Date: Tue, 28 Sep 1999 20:33:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup/pkg DESCR ports/net/cvsup-bin/pkg DESCR ports/net/cvsup-mirror/pkg DESCR ports/net/cvsupd-bin/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/28 20:33:19 PDT Modified files: net/cvsup/pkg DESCR net/cvsup-bin/pkg DESCR net/cvsup-mirror/pkg DESCR net/cvsupd-bin/pkg DESCR Log: Add WWW link. Submitted by: Christian Weisgerber Revision Changes Path 1.4 +2 -0 ports/net/cvsup/pkg/DESCR 1.3 +2 -0 ports/net/cvsup-bin/pkg/DESCR 1.4 +2 -0 ports/net/cvsup-mirror/pkg/DESCR 1.3 +2 -0 ports/net/cvsupd-bin/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 Sep 28 20:44:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6ED6158C0; Tue, 28 Sep 1999 20:44:30 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58043; Tue, 28 Sep 1999 20:44:29 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909290344.UAA58043@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 20:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/09/28 20:44:29 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumio.c Log: MFC: open_drive: Don't call set_drive_state to take a drive down, do it ourselves. This breaks a vicious circle which caused vinum to dereference a null vp if device nodes were missing. Reported-by: Brad Chisholm Alec Wolman check_drive: Don't take a drive down if it's only referenced. Revision Changes Path 1.7.2.10 +4 -3 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 20:47:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 989481549E; Tue, 28 Sep 1999 20:47:16 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58328; Tue, 28 Sep 1999 20:47:16 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909290347.UAA58328@freefall.freebsd.org> From: Dan Moschuk Date: Tue, 28 Sep 1999 20:47:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/28 20:47:16 PDT Modified files: . modules Log: wmtune --> ports/audio/wmtune Revision Changes Path 1.434 +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 Sep 28 20:49: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C150E1549E; Tue, 28 Sep 1999 20:48:58 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58485; Tue, 28 Sep 1999 20:48:58 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909290348.UAA58485@freefall.freebsd.org> From: Dan Moschuk Date: Tue, 28 Sep 1999 20:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmtune - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/28 20:48:58 PDT ports/audio/wmtune - Imported sources Update of /home/ncvs/ports/audio/wmtune In directory freefall.freebsd.org:/d/users/dan/wmtune Log Message: Dock app radio program for the BT848/878 cards. In particular, this program works with the Happauge WinTV cards with onboard FM tuners. PR: ports/14029 Submitted by: Chris D. Faulhaber Status: Vendor Tag: SOREN Release Tags: r1_0 N ports/audio/wmtune/Makefile N ports/audio/wmtune/pkg/PLIST N ports/audio/wmtune/pkg/COMMENT N ports/audio/wmtune/pkg/DESCR N ports/audio/wmtune/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 20:52:59 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id DE5EF14E6B; Tue, 28 Sep 1999 20:52:38 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA32845; Tue, 28 Sep 1999 21:52:29 -0600 (MDT) (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 VAA08480; Tue, 28 Sep 1999 21:52:31 -0600 (MDT) Message-Id: <199909290352.VAA08480@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 Cc: Bruce Evans , Takahashi Yoshihiro , kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org In-reply-to: Your message of "Tue, 28 Sep 1999 21:02:38 EDT." References: Date: Tue, 28 Sep 1999 21:52:31 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message "Matthew N. Dodd" writes: : If I understand you correctly you argue that both types of PIO access : (normal and noncontig PC98) should use the method suggested for the PC98 : case, namely that the eventual macro expend to: : : inb(regs[offset]) / outb(regs[offset], val) Actually, I think that he'd like to have everything precomputed in the softc and use symbolic names. see sio for what I think he's saying. : In the PC98 case we have to supply the length of the bus_space and a map : describing the PIO offsets so we can compute each value of the array : (regs[]). For the normal PIO bus_space we just fill out the array from : base + 0 to base + len. I'm not sure I'd like requiring indirection in all cases... I can have regions up to 256 registers (iirc) for pci (and eisa?) devices. For these cases, simple addition seems better. : This would make the bus_space_{read,write} calles the same for the PC98 : case and the normal PIO case and would, I believe, require no other : driver/consumer changes save in the PC98 case which would require the : setup to supply the offset map. Right? Right. However, if the config system gave the driver the bst and bsh to use (never mind how for the moment), there would be no changes needed to those drivers that used bus_space to work on those cards that have creative mappings. The config system would somehow know what that mapping is (maybe because the driver's probe or init routine told it via a pc98_register_zone method (I'm making up the name as I'm going along). The config system would then cache this information and do a more complex version of what we're doing today with hints. That would allow the pc98 attachments to behave almost like ISA. I've not put pen to paper on a design or code on how this would work exactly. These are just thoughts I've had while contemplating how to expand the bus_space system to deal with the strange mappings that are present in a pc98 machine. I get a little fuzzy on this part of the system sometimes, but I think that's what the middle levels are for. Anyway, just thinking out loud. My goals are certainly slanted towards maintainability of code over extreme optimization. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 20:55:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C181D158CE; Tue, 28 Sep 1999 20:55:56 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59039; Tue, 28 Sep 1999 20:55:56 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909290355.UAA59039@freefall.freebsd.org> From: Dan Moschuk Date: Tue, 28 Sep 1999 20:55:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gcombust Makefile ports/sysutils/gcombust/files md5 ports/sysutils/gcombust/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/28 20:55:55 PDT Modified files: sysutils/gcombust Makefile sysutils/gcombust/files md5 sysutils/gcombust/patches patch-aa Log: Updated port to 0.1.25 PR: ports/14025 Submitted by: Maintainer Revision Changes Path 1.9 +3 -3 ports/sysutils/gcombust/Makefile 1.8 +1 -1 ports/sysutils/gcombust/files/md5 1.6 +43 -91 ports/sysutils/gcombust/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 21:43:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D098815116; Tue, 28 Sep 1999 21:43:16 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61996; Tue, 28 Sep 1999 21:43:16 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199909290443.VAA61996@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 28 Sep 1999 21:43:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common interp.c interp_forth.c src/sys/boot/ficl Makefile dict.c ficl.c ficl.h math64.c math64.h stack.c sysdep.c sysdep.h testmain.c vm.c words.c src/sys/boot/ficl/softwords ficllocal.fr ifbrack.fr softcore.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/09/28 21:43:16 PDT Modified files: sys/boot/common interp.c interp_forth.c sys/boot/ficl Makefile dict.c ficl.c ficl.h math64.c math64.h stack.c sysdep.c sysdep.h testmain.c vm.c words.c sys/boot/ficl/softwords softcore.fr Added files: sys/boot/ficl/softwords ficllocal.fr ifbrack.fr Log: Bring in ficl version 2.03. No version bump for loader. Revision Changes Path 1.20 +2 -2 src/sys/boot/common/interp.c 1.15 +9 -11 src/sys/boot/common/interp_forth.c 1.12 +3 -2 src/sys/boot/ficl/Makefile 1.5 +3 -2 src/sys/boot/ficl/dict.c 1.13 +123 -110 src/sys/boot/ficl/ficl.c 1.10 +71 -39 src/sys/boot/ficl/ficl.h 1.2 +289 -59 src/sys/boot/ficl/math64.c 1.2 +32 -14 src/sys/boot/ficl/math64.h 1.3 +6 -4 src/sys/boot/ficl/stack.c 1.7 +11 -7 src/sys/boot/ficl/sysdep.c 1.3 +72 -20 src/sys/boot/ficl/sysdep.h 1.4 +38 -3 src/sys/boot/ficl/testmain.c 1.5 +84 -28 src/sys/boot/ficl/vm.c 1.22 +485 -446 src/sys/boot/ficl/words.c 1.7 +4 -32 src/sys/boot/ficl/softwords/softcore.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 21:46: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D8D14F45; Tue, 28 Sep 1999 21:46:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62256; Tue, 28 Sep 1999 21:46:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199909290446.VAA62256@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 28 Sep 1999 21:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/bootforth menuconf.4th Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/09/28 21:46:02 PDT Modified files: share/examples/bootforth menuconf.4th Log: Fixes a silly bug that somehow escaped my notice all these months. Revision Changes Path 1.4 +4 -4 src/share/examples/bootforth/menuconf.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 22: 1: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF97F14E54; Tue, 28 Sep 1999 22:01:05 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA63239; Tue, 28 Sep 1999 22:00:44 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909290500.WAA63239@freefall.freebsd.org> From: John Polstra Date: Tue, 28 Sep 1999 22:00:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/modula-3-lib Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/28 22:00:44 PDT Modified files: lang/modula-3-lib Makefile Log: Don't try to get the GCC-2.7.2.1 sources from "/usr/src". They aren't there any more in -current. Revision Changes Path 1.20 +3 -13 ports/lang/modula-3-lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 22: 2:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 531D814E54; Tue, 28 Sep 1999 22:02:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA63387; Tue, 28 Sep 1999 22:02:57 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909290502.WAA63387@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 Sep 1999 22:02:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/28 22:02:57 PDT Modified files: ru_RU.KOI8-R Makefile Log: Disconnect the 'books' subdir since it breaks the release build. Please fix it before re-enabling it. ===> faq /usr/local/bin/jade -V html-manifest -ioutput.html -c /home/src/doc/ru_RU.KOI8-R/books/faq/../../../share/sgml/catalog -c /usr/local/share/sgml/docbook/dsssl/modular/catalog -c /usr/local/share/sgml/docbook/catalog -c /usr/local/share/sgml/jade/catalog -d /home/src/doc/ru_RU.KOI8-R/books/faq/../../../share/sgml/freebsd.dsl -t sgml /home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5532:5:E: document type does not allow element "PARA" here; missing one of "FOOTNOTE", "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE", "TIP", "WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5602:5:E: document type does not allow element "PARA" here; missing one of "FOOTNOTE", "MSGTEXT", "CAUTION", "IMPORTANT", "NOTE", "TIP", "WARNING", "BLOCKQUOTE", "INFORMALEXAMPLE" start-tag /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5606:8:E: end tag for "PARA" omitted, but OMITTAG NO was specified /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:5528:0: start tag was here /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:7092:78:E: character data is not allowed here /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:55:22:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:79:12:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:104:12:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:141:12:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:167:12:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:230:12:E: unexpected element name: QUESTION /usr/local/bin/jade:/home/src/doc/ru_RU.KOI8-R/books/faq/book.sgml:282:12:E: unexpected element name: QUESTION [LOTS MORE] Revision Changes Path 1.8 +2 -2 doc/ru_RU.KOI8-R/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 28 22:27:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3A4514EE4; Tue, 28 Sep 1999 22:27:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA65054; Tue, 28 Sep 1999 22:27:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <199909290527.WAA65054@freefall.freebsd.org> From: John Baldwin Date: Tue, 28 Sep 1999 22:27:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/09/28 22:27:47 PDT Modified files: ru_RU.KOI8-R/books/faq book.sgml Log: Fix the Russian FAQ build. - Add a missing tag to the end of a paragraph. - Move a period at the end of a paragraph so that it is before the tag and thus inside the actual paragraph text. Note that the "errors" regarding QUESTION and ANSWER elements can be safely ignored for the time being. The FAQ will still build successfully. Noticed by: peter Revision Changes Path 1.7 +3 -3 doc/ru_RU.KOI8-R/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 0:27:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34BB41505E; Wed, 29 Sep 1999 00:27:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA06832; Wed, 29 Sep 1999 00:27:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199909290727.AAA06832@freefall.freebsd.org> From: Doug Rabson Date: Wed, 29 Sep 1999 00:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcm/isa sb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/09/29 00:27:36 PDT Modified files: sys/dev/pcm/isa sb.c Log: Add ID for ESS ES1869. Revision Changes Path 1.26 +5 -1 src/sys/dev/pcm/isa/sb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 0:31: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD55414BFD; Wed, 29 Sep 1999 00:31:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA07223; Wed, 29 Sep 1999 00:31:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909290731.AAA07223@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 00:31:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 00:31:03 PDT Modified files: print/yatex Makefile Log: Fix compile error Create MANIFEST.yatex correctly Revision Changes Path 1.13 +8 -7 ports/print/yatex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 0:32:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28FDD14D1A; Wed, 29 Sep 1999 00:32:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA07291; Wed, 29 Sep 1999 00:32:31 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909290732.AAA07291@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 00:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 00:32:30 PDT Modified files: japanese/lookup-mule Makefile Log: Create MANIFEST.lookup correctly Revision Changes Path 1.5 +2 -2 ports/japanese/lookup-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 1:53:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 823E51519A; Wed, 29 Sep 1999 01:53:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA14132; Wed, 29 Sep 1999 01:53:27 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909290853.BAA14132@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 01:53:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile ports/print/yatex/files INSTALL.tmpl Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 01:53:27 PDT Modified files: print/yatex Makefile print/yatex/files INSTALL.tmpl Log: Cannot make by an error of INSTALL Noticed by: asami Revision Changes Path 1.14 +3 -1 ports/print/yatex/Makefile 1.8 +1 -1 ports/print/yatex/files/INSTALL.tmpl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 2:42:17 1999 Delivered-To: cvs-all@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id 2DE8515496; Wed, 29 Sep 1999 02:41:52 -0700 (PDT) (envelope-from dima@tejblum.pp.ru) Received: (from uucp@localhost) by arc.hq.cti.ru (8.9.3/8.9.3) with UUCP id NAA57745; Wed, 29 Sep 1999 13:37:20 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Received: from tejblum.pp.ru (localhost [127.0.0.1]) by tejblum.pp.ru (8.9.3/8.9.3) with ESMTP id NAA03307; Wed, 29 Sep 1999 13:41:15 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Message-Id: <199909290941.NAA03307@tejblum.pp.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Marcel Moolenaar Cc: Matthew Dillon , Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Dmitrij Tejblum Subject: Re: cvs commit: src/lib/libtermcap termcap.c In-reply-to: Your message of "Tue, 28 Sep 1999 19:06:10 +0200." <37F0F581.C8CB9CE2@scc.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Sep 1999 13:41:14 +0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Marcel Moolenaar wrote: > I understand that, but portability isn't an issue in this case, is it? > And as for compatibility; it now uses sigemptyset, and thus is finally > compatible. The whole purpose of the sigbal-related code in getcwd.c, res_send.c and termcap.c is binary compatibility with the FreeBSD 2.2 (and below) kernels. For getcwd.c, it allow newer binaries to run on old kernels, without the __getcwd() syscall. For res_send.c, it allow newer binaries to run on old kernels, without the poll() syscall. For termcap.c, it allow newer binaries to run on old kernels, without the issetugid() syscall. I am very glad to see that newer binaries still will be able to run on such an ancient kernels :-) Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 3:58:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F87014D3F; Wed, 29 Sep 1999 03:58:45 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA23469; Wed, 29 Sep 1999 03:58:45 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199909291058.DAA23469@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 29 Sep 1999 03:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl/softwords softcore.awk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/09/29 03:58:44 PDT Modified files: sys/boot/ficl/softwords softcore.awk Log: Fix world-breaking bug, add $FreeBSD$ tag. This happened to be my first "for real" broken world. I had broken it once before, but nobody noticed, so it didn't count. So, how do I get the "I broke world and all I got was the lousy t-shirt" t-shirt? Revision Changes Path 1.3 +2 -1 src/sys/boot/ficl/softwords/softcore.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 4:35:15 1999 Delivered-To: cvs-all@freebsd.org Received: from hda.hda.com (hda-bicnet.bicnet.net [209.244.238.132]) by hub.freebsd.org (Postfix) with ESMTP id E41C915157; Wed, 29 Sep 1999 04:34:30 -0700 (PDT) (envelope-from dufault@hda.hda.com) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id HAA16874; Wed, 29 Sep 1999 07:31:10 -0400 (EDT) From: Peter Dufault Message-Id: <199909291131.HAA16874@hda.hda.com> Subject: Re: cvs commit: src/lib/libc/net res_send.c In-Reply-To: <199909281540.IAA71052@freefall.freebsd.org> from Peter Wemm at "Sep 28, 99 08:40:18 am" To: peter@FreeBSD.org (Peter Wemm) Date: Wed, 29 Sep 1999 07:31:10 -0400 (EDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > peter 1999/09/28 08:40:18 PDT > > Modified files: > lib/libc/net res_send.c > Log: > Fix previous commit. The standards specifically say: "The structure > sigaction, used to describe an action to be taken, is defined in the > header to include at least the following members:" > ^^^^^^^^ > A sigaction defined on stack with essentially random contents may have > just about anything underneath fields that the program doesn't know about. > It is not safe to delete the bzero. It goes on to say: "Adding extensions to this structure, which might change the behavior of the application with respect to this standard when those fields in the structue are uninitialized, also requires that the extensions be enabled as required by 1.3.1.1" 1.3.1.1 Paragraph 2: "The system may provide additional functions or facilities not required by this standard. Nonstandard extensions should be identified as such in the system documentation. Nonstandard extensions, when used, may change the behavior of functions or facilities defined by this standard. The conformance document shall define an environment in which an application can be run with the behavior specified by the standard. In no case shall such an environment require modification of a Strictly Conforming POSIX.1 Application". Adding a bzero to protect against unknown, unspecified, and not explicitly enabled extensions should be avoided. IMHO the non-bzeroed case should work on all flavors of FBSD. I know where Bruce is coming from, I realize that we haven't enabled the strict environment, but in my opinion on any sensible system the bzero shouldn't be needed. Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 4:37:15 1999 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 8C7A515972; Wed, 29 Sep 1999 04:36:21 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from d219.syd2.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id VAA29920; Wed, 29 Sep 1999 21:36:48 +1000 Date: Wed, 29 Sep 1999 21:35:52 +1000 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Warner Losh Cc: "Matthew N. Dodd" , Takahashi Yoshihiro , kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 In-Reply-To: <199909290352.VAA08480@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 28 Sep 1999, Warner Losh wrote: > In message "Matthew N. Dodd" writes: > : If I understand you correctly you argue that both types of PIO access > : (normal and noncontig PC98) should use the method suggested for the PC98 > : case, namely that the eventual macro expend to: > : > : inb(regs[offset]) / outb(regs[offset], val) > > Actually, I think that he'd like to have everything precomputed in the > softc and use symbolic names. see sio for what I think he's saying. The symbolic names would change a little to names for indexes (register numbers). E.g., com->line_status_port would change to sc->sc_regs[COM_LSR] and all entries in sc->sc_regs[] would be initialised, not just the "optimised" ones. There would be no new macros; the old ones would be called with handle sc->sc_regs[REGNO] and offset 0. > : In the PC98 case we have to supply the length of the bus_space and a map > : describing the PIO offsets so we can compute each value of the array > : (regs[]). For the normal PIO bus_space we just fill out the array from > : base + 0 to base + len. The driver must build the register tables. This may be complicated and driver dependent for cases that really need indirection, but is trivial for the normal linearly addressed case. > I'm not sure I'd like requiring indirection in all cases... I can > have regions up to 256 registers (iirc) for pci (and eisa?) devices. > For these cases, simple addition seems better. Tables that large may cause too many cache collisions. I hope the indirect case is unusual for devices with lots of registers. > Right. However, if the config system gave the driver the bst and bsh > to use (never mind how for the moment), there would be no changes > needed to those drivers that used bus_space to work on those cards > that have creative mappings. The config system would somehow know > what that mapping is (maybe because the driver's probe or init routine > told it via a pc98_register_zone method (I'm making up the name as I'm > going along). The config system would then cache this information and > do a more complex version of what we're doing today with hints. That I think it's unreasonable for the config system to set up the mappings except the linear case. I've only been thinking of simple i/o routines. Routines like bus_space_read_region_1() probably need access to the register array so that they can step through it instead of using a constant step. Ugh. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 4:40:12 1999 Delivered-To: cvs-all@freebsd.org Received: from hda.hda.com (hda-bicnet.bicnet.net [209.244.238.132]) by hub.freebsd.org (Postfix) with ESMTP id 480C91521D; Wed, 29 Sep 1999 04:39:58 -0700 (PDT) (envelope-from dufault@hda.hda.com) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id HAA16892; Wed, 29 Sep 1999 07:33:56 -0400 (EDT) From: Peter Dufault Message-Id: <199909291133.HAA16892@hda.hda.com> Subject: Re: cvs commit: src/lib/libtermcap termcap.c In-Reply-To: <19990928145514.05BF31CBF@overcee.netplex.com.au> from Peter Wemm at "Sep 28, 99 10:55:13 pm" To: peter@netplex.com.au (Peter Wemm) Date: Wed, 29 Sep 1999 07:33:55 -0400 (EDT) Cc: marcel@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Marcel Moolenaar wrote: > > Modified files: > > lib/libtermcap termcap.c > > Log: > > Explicitly use sigemptyset to clear a sigset_t. Explicit > > initialization of sa_flags added so that we can lose the bzero. > > Do NOT "loose" the bzero! Do lose the bzero! Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 4:53:54 1999 Delivered-To: cvs-all@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 3B8C914E0E; Wed, 29 Sep 1999 04:53:49 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id HAA18854; Wed, 29 Sep 1999 07:54:02 -0400 (EDT) (envelope-from jobaldwi@vt.edu) Message-Id: <199909291154.HAA18854@server.baldwin.cx> X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19990928214517.D95465@holly.calldei.com> Date: Wed, 29 Sep 1999 07:54:02 -0400 (EDT) From: John Baldwin To: Chris Costello Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide a Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, nik@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 29-Sep-99 Chris Costello wrote: > On Tue, Sep 28, 1999, John Baldwin wrote: >> Log: >> Merge the ports committers' guide into the new committers' guide. >> >> Reviewed by: nik >> >> Revision Changes Path >> 1.10 +340 -0 >> doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml > > When's this moving into books/? :) Output from wc (the English versions): 348 1294 11532 articles/diskless-x/article.sgml 464 1967 16226 articles/formatting-media/article.sgml 682 3721 26685 articles/multi-os/article.sgml 704 4250 31044 articles/mh/article.sgml 943 4252 35842 articles/new-users/article.sgml 951 3433 32268 articles/fonts/article.sgml 1115 5510 44881 articles/committers-guide/article.sgml 1835 9173 73534 articles/programming-tools/article.sgml 5998 23477 213806 books/fdp-primer/[*/]*.sgml 8332 39723 322113 books/faq/book.sgml 47454 179325 1712412 books/handbook/[*/]*.sgml As you can see, the smallest book is nearly 6000 lines, whereas the committers guide is only about 1100 lines. So, the CG would have to expand to about 5 times its current size before it would be eligible for "book status". :) Nik, does 5000 lines sound like a good cutoff point for decisions in the future about whether things should be a book or article? > -- >|Chris Costello >|Familiarity breeds children. > `---------------------------------- --- John Baldwin -- http://www.cslab.vt.edu/~jobaldwi/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/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 Sep 29 4:56:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EE2C15056; Wed, 29 Sep 1999 04:56:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29985; Wed, 29 Sep 1999 04:56:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <199909291156.EAA29985@freefall.freebsd.org> From: John Baldwin Date: Wed, 29 Sep 1999 04:56:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/09/29 04:56:20 PDT Modified files: ru_RU.KOI8-R Makefile Log: Since the Russian FAQ now builds again, turn it back on. Revision Changes Path 1.9 +2 -2 doc/ru_RU.KOI8-R/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 5:45:56 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id DB4491507D; Wed, 29 Sep 1999 05:45:49 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id OAA20461; Wed, 29 Sep 1999 14:45:48 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id OAA70745; Wed, 29 Sep 1999 14:45:47 +0200 (MET DST) Date: Wed, 29 Sep 1999 14:45:46 +0200 From: Eivind Eklund To: "Jordan K. Hubbard" Cc: Bruce Evans , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf LINT Message-ID: <19990929144546.H70023@bitbox.follo.net> References: <25018.938558832@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <25018.938558832@localhost> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Sep 28, 1999 at 03:47:12PM -0700, Jordan K. Hubbard wrote: > > I thought it was intentional (to keep soft updates linted). We don't > > distribute binaries for LINT. > > No, but LINT is supposed to compile all the way through so you can > also lint everything after the point where the soft updates object > builds would fail due to missing symlinks on a "stock" system. :) The question is who uses LINT as a compile tool (as opposed to a reference tool). I think having softupdates in there makes sensel; my comment to phk was due to this being an obvious side-effect change, not something that seemed to be done deliberately. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 7:51:16 1999 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 673DB153D1; Wed, 29 Sep 1999 07:49:24 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA19308; Wed, 29 Sep 1999 10:49:18 -0400 (EDT) (envelope-from wollman) Date: Wed, 29 Sep 1999 10:49:18 -0400 (EDT) From: Garrett Wollman Message-Id: <199909291449.KAA19308@khavrinen.lcs.mit.edu> To: Dmitrij Tejblum Cc: Marcel Moolenaar , Matthew Dillon , Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libtermcap termcap.c In-Reply-To: <199909290941.NAA03307@tejblum.pp.ru> References: <37F0F581.C8CB9CE2@scc.nl> <199909290941.NAA03307@tejblum.pp.ru> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > The whole purpose of the sigbal-related code in getcwd.c, res_send.c and > termcap.c is binary compatibility with the FreeBSD 2.2 (and below) kernels. That is about to go by the wayside, since we are about to change all of the signal-related system calls. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 7:52:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21EF71575A; Wed, 29 Sep 1999 07:52:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA56572; Wed, 29 Sep 1999 07:52:05 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909291452.HAA56572@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 07:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 07:52:05 PDT Modified files: . modules Log: nexfontsel --> ports/x11-fonts/nexfontsel Revision Changes Path 1.435 +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 Sep 29 7:56:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB74015571; Wed, 29 Sep 1999 07:56:08 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA56944; Wed, 29 Sep 1999 07:56:08 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909291456.HAA56944@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 07:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/nexfontsel - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 07:56:08 PDT ports/x11-fonts/nexfontsel - Imported sources Update of /home/ncvs/ports/x11-fonts/nexfontsel In directory freefall.freebsd.org:/x/tmp/cvs-serv56609 Log Message: A neXtaw based replacement for xfontsel Status: Vendor Tag: TAOKA Release Tags: v2_0 N ports/x11-fonts/nexfontsel/Makefile N ports/x11-fonts/nexfontsel/files/md5 N ports/x11-fonts/nexfontsel/patches/patch-aa N ports/x11-fonts/nexfontsel/pkg/COMMENT N ports/x11-fonts/nexfontsel/pkg/DESCR N ports/x11-fonts/nexfontsel/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 7:57:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 935BA158EB; Wed, 29 Sep 1999 07:56:53 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA57016; Wed, 29 Sep 1999 07:56:53 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909291456.HAA57016@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 29 Sep 1999 07:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/29 07:56:53 PDT Modified files: x11-fonts Makefile Log: Add nexfontsel Revision Changes Path 1.7 +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 Wed Sep 29 8: 1:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE20314FD5; Wed, 29 Sep 1999 08:01:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57351; Wed, 29 Sep 1999 08:01:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291501.IAA57351@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 08:01:22 PDT Modified files: sys/kern syscalls.master Log: sigset_t change (part 1 of 5) ----------------------------- Rename sigaction, sigprocmask, sigpending and sigsuspend to osigaction, osigprocmask, osigpending and osigsuspend (resp) and add new syscalls for them to support the new sisgset_t without breaking existing binaries. Change the prototype of sigaltstack to use the typedef stack_t instead of struct sigaltstack to reflect that it is SUSv2 compliant. Also, rename sigreturn to osigreturn and add a new syscall to support the modified stackframe. The change is caused by sigreturn operating on ucontext_t now and the fact that siginfo_t has been updated to conform to SUSv2. Revision Changes Path 1.65 +17 -9 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8: 3:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D882A153D1; Wed, 29 Sep 1999 08:03:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57798; Wed, 29 Sep 1999 08:03:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291503.IAA57798@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:03:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c kern_exit.c kern_ktrace.c kern_sig.c kern_synch.c syscalls.c tty.c tty_pty.c src/sys/sys ucontext.h ktrace.h param.h proc.h signal.h signalvar.h syscall-hide.h syscall.h syscall.mk sysent.h sysproto.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 08:03:48 PDT Modified files: sys/kern init_sysent.c kern_exit.c kern_ktrace.c kern_sig.c kern_synch.c syscalls.c tty.c tty_pty.c sys/sys ktrace.h param.h proc.h signal.h signalvar.h syscall-hide.h syscall.h syscall.mk sysent.h sysproto.h sys/coda coda_psdev.c sys/miscfs/procfs procfs_ctl.c sys/nfs nfs.h nfs_socket.c sys/ufs/mfs mfs_vfsops.c Added files: sys/sys ucontext.h Log: sigset_t change (part 2 of 5) ----------------------------- The core of the signalling code has been rewritten to operate on the new sigset_t. No methodological changes have been made. Most references to a sigset_t object are through macros (see signalvar.h) to create a level of abstraction and to provide a basis for further improvements. The NSIG constant has not been changed to reflect the maximum number of signals possible. The reason is that it breaks programs (especially shells) which assume that all signals have a non-null name in sys_signame. See src/bin/sh/trap.c for an example. Instead _SIG_MAXSIG has been introduced to hold the maximum signal possible with the new sigset_t. struct sigprop has been moved from signalvar.h to kern_sig.c because a) it is only used there, and b) access must be done though function sigprop(). The latter because the table doesn't holds properties for all signals, but only for the first NSIG signals. signal.h has been reorganized to make reading easier and to add the new and/or modified structures. The "old" structures are moved to signalvar.h to prevent namespace polution. Especially the coda filesystem suffers from the change, because it contained lines like (p->p_sigmask == SIGIO), which is easy to do for integral types, but not for compound types. NOTE: kdump (and port linux_kdump) must be recompiled. Thanks to Garrett Wollman and Daniel Eischen for pressing the importance of changing sigreturn as well. Revision Changes Path 1.72 +13 -6 src/sys/kern/init_sysent.c 1.84 +2 -2 src/sys/kern/kern_exit.c 1.32 +4 -4 src/sys/kern/kern_ktrace.c 1.65 +555 -342 src/sys/kern/kern_sig.c 1.79 +3 -3 src/sys/kern/kern_synch.c 1.65 +13 -6 src/sys/kern/syscalls.c 1.126 +16 -14 src/sys/kern/tty.c 1.71 +4 -5 src/sys/kern/tty_pty.c 1.18 +3 -3 src/sys/sys/ktrace.h 1.55 +2 -2 src/sys/sys/param.h 1.88 +3 -2 src/sys/sys/proc.h 1.17 +118 -107 src/sys/sys/signal.h 1.28 +151 -79 src/sys/sys/signalvar.h 1.59 +11 -6 src/sys/sys/syscall-hide.h 1.63 +12 -7 src/sys/sys/syscall.h 1.17 +12 -7 src/sys/sys/syscall.mk 1.24 +4 -2 src/sys/sys/sysent.h 1.52 +42 -18 src/sys/sys/sysproto.h 1.13 +50 -25 src/sys/coda/coda_psdev.c 1.19 +2 -2 src/sys/miscfs/procfs/procfs_ctl.c 1.50 +5 -3 src/sys/nfs/nfs.h 1.55 +7 -4 src/sys/nfs/nfs_socket.c 1.76 +7 -4 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8: 8: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A581B15811; Wed, 29 Sep 1999 08:06:28 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58226; Wed, 29 Sep 1999 08:06:28 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291506.IAA58226@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 genassym.c locore.s machdep.c src/sys/i386/include sigframe.h ucontext.h db_machdep.h frame.h setjmp.h signal.h src/sys/alpha/alpha machdep.c src/sys/alpha/include sigframe.h ucontext.h signal.h ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 08:06:28 PDT Modified files: sys/i386/i386 genassym.c locore.s machdep.c sys/i386/include db_machdep.h frame.h setjmp.h signal.h sys/alpha/alpha machdep.c sys/alpha/include signal.h sys/pc98/i386 machdep.c Added files: sys/i386/include sigframe.h ucontext.h sys/alpha/include sigframe.h ucontext.h Log: sigset_t change (part 3 of 5) ----------------------------- By introducing a new sigframe so that the signal handler operates on the new siginfo_t and on ucontext_t instead of sigcontext, we now need two version of sendsig and sigreturn. A flag in struct proc determines whether the process expects an old sigframe or a new sigframe. The signal trampoline handles which sigreturn to call. It does this by testing for a magic cookie in the frame. The alpha uses osigreturn to implement longjmp. This means that osigreturn is not only used for compatibility with existing binaries. To handle the new sigset_t, setjmp saves it in sc_reserved (see NOTE). the struct sigframe has been moved from frame.h to sigframe.h to handle the complex header dependencies that was caused by the new sigframe. NOTE: For the i386, the size of jmp_buf has been increased to hold the new sigset_t. On the alpha this has been prevented by using sc_reserved in sigcontext. Revision Changes Path 1.79 +13 -5 src/sys/i386/i386/genassym.c 1.128 +30 -10 src/sys/i386/i386/locore.s 1.362 +276 -71 src/sys/i386/i386/machdep.c 1.15 +2 -1 src/sys/i386/include/db_machdep.h 1.20 +1 -39 src/sys/i386/include/frame.h 1.4 +2 -2 src/sys/i386/include/setjmp.h 1.10 +30 -28 src/sys/i386/include/signal.h 1.54 +198 -41 src/sys/alpha/alpha/machdep.c 1.4 +5 -3 src/sys/alpha/include/signal.h 1.133 +277 -71 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:10:51 1999 Delivered-To: cvs-all@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id 124E21525A; Wed, 29 Sep 1999 08:10:35 -0700 (PDT) (envelope-from tejblum@arc.hq.cti.ru) Received: from arc.hq.cti.ru (localhost [127.0.0.1]) by arc.hq.cti.ru (8.9.3/8.9.3) with ESMTP id TAA67807; Wed, 29 Sep 1999 19:02:31 +0400 (MSD) (envelope-from tejblum@arc.hq.cti.ru) Message-Id: <199909291502.TAA67807@arc.hq.cti.ru> X-Mailer: exmh version 2.0zeta 7/24/97 To: Garrett Wollman Cc: Marcel Moolenaar , Matthew Dillon , Peter Wemm , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libtermcap termcap.c In-reply-to: Your message of "Wed, 29 Sep 1999 10:49:18 EDT." <199909291449.KAA19308@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Sep 1999 19:02:31 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > < said: > > > The whole purpose of the sigbal-related code in getcwd.c, res_send.c and > > termcap.c is binary compatibility with the FreeBSD 2.2 (and below) kernels. > > That is about to go by the wayside, since we are about to change all > of the signal-related system calls. Yeah, so I still wonder what the sigemptyset() vs bzero() changes was supposed to achieve... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:12:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F8BE14DB4; Wed, 29 Sep 1999 08:12:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59106; Wed, 29 Sep 1999 08:12:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291512.IAA59106@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:12:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c ibcs2_signal.c ibcs2_signal.h ibcs2_sysvec.c src/sys/i386/linux linux.h linux_dummy.c linux_misc.c linux_proto.h linux_signal.c linux_sysent.c linux_sysvec.c syscalls.master src/sys/i386/svr4 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 08:12:18 PDT Modified files: sys/i386/ibcs2 ibcs2_misc.c ibcs2_signal.c ibcs2_signal.h ibcs2_sysvec.c sys/i386/linux linux.h linux_dummy.c linux_misc.c linux_proto.h linux_signal.c linux_sysent.c linux_sysvec.c syscalls.master sys/i386/svr4 svr4_machdep.c svr4_machdep.h sys/svr4 svr4_misc.c svr4_signal.c svr4_signal.h svr4_sysvec.c Log: sigset_t change (part 4 of 5) ----------------------------- The compatibility code and/or emulators have been updated: iBCS2 now mostly uses the older syscalls. SVR4 now properly handles all signals. This has been achieved by using the new sigset_t throughout the emulator. The Linuxulator has been severely updated. Internally the new Linux sigset_t is made the default. These are then mapped to and from the new FreeBSD sigset_t. Also, rt_sigsuspend has been implemented in the Linuxulator. Implementing this syscall basicly caused all this sigset_t changing in the first place and the syscall has been used throughout the change as a means for testing. It basicly is too much work to undo the implementation so that it can later be added again. A special note on the use of sv_sigtbl and sv_sigsize in struct sysentvec: Every signal larger than sv_sigsize is not translated and is passed on to the signal handler unmodified. Signals in the range 1 upto and including sv_sigsize are translated. The rationale is that only the system defined signals need to be translated. The emulators also have been updated so that the translation tables are only indexed for valid (system defined) signals. This change also fixes the translation bug already in the SVR4 emulator. Revision Changes Path 1.34 +3 -3 src/sys/i386/ibcs2/ibcs2_misc.c 1.15 +50 -42 src/sys/i386/ibcs2/ibcs2_signal.c 1.5 +3 -0 src/sys/i386/ibcs2/ibcs2_signal.h 1.17 +4 -3 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.38 +53 -40 src/sys/i386/linux/linux.h 1.16 +1 -2 src/sys/i386/linux/linux_dummy.c 1.74 +14 -8 src/sys/i386/linux/linux_misc.c 1.27 +15 -14 src/sys/i386/linux/linux_proto.h 1.19 +340 -287 src/sys/i386/linux/linux_signal.c 1.28 +2 -2 src/sys/i386/linux/linux_sysent.c 1.50 +51 -47 src/sys/i386/linux/linux_sysvec.c 1.26 +14 -12 src/sys/i386/linux/syscalls.master 1.9 +10 -8 src/sys/i386/svr4/svr4_machdep.c 1.4 +2 -2 src/sys/i386/svr4/svr4_machdep.h 1.7 +5 -6 src/sys/svr4/svr4_misc.c 1.5 +66 -57 src/sys/svr4/svr4_signal.c 1.5 +12 -3 src/sys/svr4/svr4_signal.h 1.7 +2 -5 src/sys/svr4/svr4_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:18:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EA1315144; Wed, 29 Sep 1999 08:18:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59949; Wed, 29 Sep 1999 08:18:48 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291518.IAA59949@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:18:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libreadline Makefile.inc src/include ucontext.h signal.h src/lib/libc Makefile src/lib/libc/alpha/gen setjmp.S src/lib/libc/compat-43 sigcompat.c src/lib/libc/gen sigsetops.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 08:18:46 PDT Modified files: usr.bin Makefile gnu/lib/libdialog Makefile gnu/lib/libreadline Makefile.inc include signal.h lib/libc Makefile lib/libc/alpha/gen setjmp.S lib/libc/compat-43 sigcompat.c lib/libc/gen sigsetops.c lib/libc/i386/gen _setjmp.S setjmp.S sigsetjmp.S lib/libc/i386/sys Makefile.inc lib/libc_r/uthread pthread_private.h uthread_fork.c uthread_info.c uthread_kern.c uthread_sig.c uthread_sigmask.c uthread_sigprocmask.c uthread_sigwait.c lib/libedit Makefile lib/libftpio Makefile lib/libss Makefile usr.sbin/pcvt/vttest Makefile usr.sbin/rpc.statd statd.c Added files: include ucontext.h Log: sigset_t change (part 5 of 5) ----------------------------- Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG. There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest. NOTE: libncurses already had an version bump and has not been given one now. NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-) NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround. Revision Changes Path 1.132 +2 -2 src/usr.bin/Makefile 1.26 +2 -2 src/gnu/lib/libdialog/Makefile 1.4 +2 -2 src/gnu/lib/libreadline/Makefile.inc 1.13 +55 -8 src/include/signal.h 1.24 +3 -3 src/lib/libc/Makefile 1.6 +7 -4 src/lib/libc/alpha/gen/setjmp.S 1.3 +20 -12 src/lib/libc/compat-43/sigcompat.c 1.6 +28 -5 src/lib/libc/gen/sigsetops.c 1.9 +4 -4 src/lib/libc/i386/gen/_setjmp.S 1.10 +20 -14 src/lib/libc/i386/gen/setjmp.S 1.13 +24 -19 src/lib/libc/i386/gen/sigsetjmp.S 1.15 +5 -4 src/lib/libc/i386/sys/Makefile.inc 1.27 +6 -6 src/lib/libc_r/uthread/pthread_private.h 1.14 +2 -2 src/lib/libc_r/uthread/uthread_fork.c 1.14 +9 -3 src/lib/libc_r/uthread/uthread_info.c 1.23 +2 -2 src/lib/libc_r/uthread/uthread_kern.c 1.20 +10 -4 src/lib/libc_r/uthread/uthread_sig.c 1.5 +6 -3 src/lib/libc_r/uthread/uthread_sigmask.c 1.6 +6 -3 src/lib/libc_r/uthread/uthread_sigprocmask.c 1.9 +4 -2 src/lib/libc_r/uthread/uthread_sigwait.c 1.17 +5 -0 src/lib/libedit/Makefile 1.7 +5 -1 src/lib/libftpio/Makefile 1.22 +4 -1 src/lib/libss/Makefile 1.5 +4 -1 src/usr.sbin/pcvt/vttest/Makefile 1.5 +2 -2 src/usr.sbin/rpc.statd/statd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:27:39 1999 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 16E4D14E23; Wed, 29 Sep 1999 08:27:29 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id LAA13342; Wed, 29 Sep 1999 11:26:21 -0400 (EDT) Date: Wed, 29 Sep 1999 11:26:21 -0400 (EDT) From: Daniel Eischen Message-Id: <199909291526.LAA13342@pcnet1.pcnet.com> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, marcel@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libreadline Makefile.inc src/include ucontext.h signal.h src/lib/libc Makefile src/lib/libc/alpha/gen setjmp.S src/lib/libc/compat-43 sigcompat.c src/lib/libc/gen sigsetops.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > There are version bumps for the following libraries: > libdialog > libreadline > libc > libc_r libc_r doesn't need a version bump because it already had one in -current, and there has not been a 4.0 release yet. [ Sorry Marcel, you got this twice because I forgot to hit reply all the first time. ] Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:37:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 264931557A; Wed, 29 Sep 1999 08:37:32 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61812; Wed, 29 Sep 1999 08:37:32 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909291537.IAA61812@freefall.freebsd.org> From: Dan Moschuk Date: Wed, 29 Sep 1999 08:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/29 08:37:26 PDT Modified files: audio Makefile Log: Activate wmtune. Revision Changes Path 1.107 +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 Wed Sep 29 8:41:40 1999 Delivered-To: cvs-all@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id A29F515890; Wed, 29 Sep 1999 08:38:29 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id AAA06210; Thu, 30 Sep 1999 00:38:08 +0900 (JST) To: bde@zeta.org.au Cc: nyan@FreeBSD.org, imp@village.org, winter@jurai.net, kato@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 From: KATO Takenori In-Reply-To: Your message of "Wed, 29 Sep 1999 03:06:50 +1000 (EST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990930003738A.kato@gneiss.eps.nagoya-u.ac.jp> Date: Thu, 30 Sep 1999 00:37:38 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 31 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > Doesn't this require changing all drivers that currently use the > bus space functions to be changed to initialise their sc->sc_bsh.base > instead of their sc->sc_bsh? This is uglier than casting. It would be hard work. But compilng LINT kernel may tell us missing changes. > 1) Only one bus type supported, and the tag for that is a compile-time > constant. Otherwise, there will be an extra branch in the bus space > routines for getting to the inirect case. This branch will cost > more than indirection on most machines. Of cource, your method has advantage to performance. But if we use your method (using bus_space_foo with zero offset) in a driver, I think that there isn't much meaing of usinge bus space. If performance loss is not negligible, separating such code into MD part and using inb/outb may solve the problem. If performance loss is negligible, using bus_space_foo with non-zero offset could not have performacne problem. -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.2: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:41:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B84151AF; Wed, 29 Sep 1999 08:39:42 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA62096; Wed, 29 Sep 1999 08:39:41 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199909291539.IAA62096@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 29 Sep 1999 08:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/09/29 08:39:41 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the (not-yet-merged) changes in the old-LinuxDoc English version. 1.10 -> 1.13 applications.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.7 +42 -11 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 8:42:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 552AF1597C; Wed, 29 Sep 1999 08:40:35 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA62242; Wed, 29 Sep 1999 08:40:34 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199909291540.IAA62242@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 29 Sep 1999 08:40:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/printing chapter.sgml doc/ja_JP.eucJP/books/handbook/linuxemu chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/09/29 08:40:34 PDT Modified files: ja_JP.eucJP/books/handbook/printing chapter.sgml ja_JP.eucJP/books/handbook/linuxemu chapter.sgml Log: MFen: 1.14 -> 1.15 printing/chapter.sgml 1.19 -> 1.20 linuxemu/chapter.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.4 +45 -8 doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml 1.6 +77 -18 doc/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 9: 8:40 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 121281592D; Wed, 29 Sep 1999 09:02:43 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA35369; Wed, 29 Sep 1999 10:02:42 -0600 (MDT) (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 KAA03335; Wed, 29 Sep 1999 10:02:38 -0600 (MDT) Message-Id: <199909291602.KAA03335@harmony.village.org> To: Marcel Moolenaar Subject: Re: cvs commit: src/usr.bin Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libreadline Makefile.inc src/include ucontext.h signal.h src/lib/libc Makefile src/lib/libc/alpha/gen setjmp.S src/lib/libc/compat-43 sigcompat.c src/lib/libc/gen sigsetops.c ... Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, chat@FreeBSD.org Reply-To: chat@FreeBSD.org In-reply-to: Your message of "Wed, 29 Sep 1999 08:18:47 PDT." <199909291518.IAA59949@freefall.freebsd.org> References: <199909291518.IAA59949@freefall.freebsd.org> Date: Wed, 29 Sep 1999 10:02:38 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909291518.IAA59949@freefall.freebsd.org> Marcel Moolenaar writes: : According to good taste this means that I will receive a : badge which either will be glued or mechanically stapled, : drilled or otherwise violently forced onto me :-) Yup. However, they do leave cool scars when removed later in life. There's a growing cult that gets together to practices its unspeakable rituals in large FreeBSD committer gatherings :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 9:36:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 596BA14D7A; Wed, 29 Sep 1999 09:36:51 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67416; Wed, 29 Sep 1999 09:36:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909291636.JAA67416@freefall.freebsd.org> From: John Polstra Date: Wed, 29 Sep 1999 09:36:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup-mirror/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/29 09:36:50 PDT Modified files: net/cvsup-mirror/scripts configure Log: Change default master site to cvsup-master.freebsd.org. Submitted by: Josef Karthauser Revision Changes Path 1.4 +1 -1 ports/net/cvsup-mirror/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 9:49:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 012A615565; Wed, 29 Sep 1999 09:49:18 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68434; Wed, 29 Sep 1999 09:49:18 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909291649.JAA68434@freefall.freebsd.org> From: Matt Dillon Date: Wed, 29 Sep 1999 09:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 malloc.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/29 09:49:18 PDT Modified files: share/man/man9 malloc.9 Log: Bring kernel malloc documentation up to date, including the example. PR: docs/10059 Revision Changes Path 1.12 +17 -10 src/share/man/man9/malloc.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 10:16:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEC9515938; Wed, 29 Sep 1999 10:14:59 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70728; Wed, 29 Sep 1999 10:14:59 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199909291714.KAA70728@freefall.freebsd.org> From: Matt Dillon Date: Wed, 29 Sep 1999 10:14:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_serv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/09/29 10:14:59 PDT Modified files: sys/nfs nfs_serv.c Log: Make FreeBSD less conservative in determining when to return a cookie error for a directory. I have made this change after a great deal of review although I cannot be absolutely sure that this meets the spec. The issue devolves into whether changes in an underlying (UFS) directory can cause NFS directory blocks to be renumbered. My read of the code indicates that NFS directory blocks will not be renumbered, which means that the cookies should still remain valid after a change is made to the underlying directory. This being the case, a cookie error should not be returned when a change is made to the underlying directory and, instead, the NFS client should rely on mtime detection to invalidate and reload the directory. The use of mtime is problematic in of itself, due to insufficient resolution, which is why I believe the original conservative error handling was done. Still, there have been dozens of bug reports by people needing solaris<->FreeBSD interoperability and these have to be accomodated. Revision Changes Path 1.86 +5 -1 src/sys/nfs/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 11:32:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF691596B; Wed, 29 Sep 1999 11:32:18 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79133; Wed, 29 Sep 1999 11:32:18 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <199909291832.LAA79133@freefall.freebsd.org> From: Stefan Esser Date: Wed, 29 Sep 1999 11:32:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/acm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk se 1999/09/29 11:32:18 PDT Modified files: games/acm Makefile Log: Fetch with FTP instead of HTTP. Revision Changes Path 1.19 +2 -2 ports/games/acm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 12:53:23 1999 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 18E4915043; Wed, 29 Sep 1999 12:52:42 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: from kilt.nothing-going-on.org (kilt.nothing-going-on.org [192.168.1.18]) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) with ESMTP id UAA23221; Wed, 29 Sep 1999 20:44:29 +0100 (BST) (envelope-from nik@catkin.nothing-going-on.org) Received: (from nik@localhost) by kilt.nothing-going-on.org (8.9.3/8.9.3) id UAA03203; Wed, 29 Sep 1999 20:44:35 +0100 (BST) (envelope-from nik@catkin.nothing-going-on.org) Date: Wed, 29 Sep 1999 20:44:34 +0100 From: Nik Clayton To: Chris Costello Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml Message-ID: <19990929204434.A2567@kilt.nothing-going-on.org> References: <199909290212.TAA52010@freefall.freebsd.org> <19990928214517.D95465@holly.calldei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990928214517.D95465@holly.calldei.com>; from Chris Costello on Tue, Sep 28, 1999 at 09:45:18PM -0500 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Sep 28, 1999 at 09:45:18PM -0500, Chris Costello wrote: > On Tue, Sep 28, 1999, John Baldwin wrote: > > Log: > > Merge the ports committers' guide into the new committers' guide. > > > > Reviewed by: nik > > > > Revision Changes Path > > 1.10 +340 -0 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml > > When's this moving into books/? :) If it ever looks like being a book. The distinction is fuzzy. Pretty much it's "Could this be rewritten with chapters that are 10 or so pages in length?". If so then it's a book, otherwise it's an article. I realise this is a completely arbitrary distinction, but it's the best I've got so far. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 13: 5:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2315C14D11; Wed, 29 Sep 1999 13:05:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA01948; Wed, 29 Sep 1999 13:05:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909292005.NAA01948@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Sep 1999 13:05:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c vfs_subr.c vfs_syscalls.c src/sys/miscfs/specfs spec_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ufs ufs_bmap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/29 13:05:34 PDT Modified files: sys/kern vfs_cluster.c vfs_subr.c vfs_syscalls.c sys/miscfs/specfs spec_vnops.c sys/sys mount.h vnode.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_bmap.c Log: Remove v_maxio from struct vnode. Replace it with mnt_iosize_max in struct mount. Nits from: bde Revision Changes Path 1.91 +5 -5 src/sys/kern/vfs_cluster.c 1.229 +2 -2 src/sys/kern/vfs_subr.c 1.137 +2 -1 src/sys/kern/vfs_syscalls.c 1.115 +1 -8 src/sys/miscfs/specfs/spec_vnops.c 1.80 +2 -1 src/sys/sys/mount.h 1.102 +1 -2 src/sys/sys/vnode.h 1.106 +5 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.34 +2 -3 src/sys/ufs/ufs/ufs_bmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 13: 9:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62FA214E2C; Wed, 29 Sep 1999 13:09:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02381; Wed, 29 Sep 1999 13:09:23 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909292009.NAA02381@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 13:09:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd AsyncIO.c bios.c debug.c dos.c doscmd.c doscmd.h ems.c emuint.c int.c int10.c int13.c intff.c mouse.c port.c register.h signal.c trace.c trap.c tty.c xms.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 13:09:22 PDT Modified files: usr.bin/doscmd AsyncIO.c bios.c debug.c dos.c doscmd.c doscmd.h ems.c emuint.c int.c int10.c int13.c intff.c mouse.c port.c register.h signal.c trace.c trap.c tty.c xms.c Log: Unbreak doscmd after the sigset_t change: doscmd heavily depends on struct sigcontext which luckily is mostly passed between functions as usion regcontext_t. By redefining union regcontext_t in terms of mcontext_t almost all bases are covered. It also seems to me that doscmd was in a transitional state. The redundant definitions made it difficult to get a clear overview and could easily cause oversight. To make sure my changes were ok, I went as far as to complete the transition. It was not exactly necessary, but I expect to have to come back here some more ("whistle" if I'm wrong :-). Revision Changes Path 1.3 +4 -1 src/usr.bin/doscmd/AsyncIO.c 1.5 +2 -2 src/usr.bin/doscmd/bios.c 1.3 +3 -3 src/usr.bin/doscmd/debug.c 1.7 +36 -36 src/usr.bin/doscmd/dos.c 1.10 +11 -11 src/usr.bin/doscmd/doscmd.c 1.6 +5 -1 src/usr.bin/doscmd/doscmd.h 1.3 +4 -4 src/usr.bin/doscmd/ems.c 1.3 +3 -3 src/usr.bin/doscmd/emuint.c 1.3 +9 -9 src/usr.bin/doscmd/int.c 1.3 +67 -67 src/usr.bin/doscmd/int10.c 1.4 +4 -4 src/usr.bin/doscmd/int13.c 1.7 +8 -8 src/usr.bin/doscmd/intff.c 1.3 +9 -9 src/usr.bin/doscmd/mouse.c 1.4 +7 -7 src/usr.bin/doscmd/port.c 1.3 +23 -69 src/usr.bin/doscmd/register.h 1.5 +3 -3 src/usr.bin/doscmd/signal.c 1.3 +6 -6 src/usr.bin/doscmd/trace.c 1.6 +28 -28 src/usr.bin/doscmd/trap.c 1.7 +9 -9 src/usr.bin/doscmd/tty.c 1.6 +3 -3 src/usr.bin/doscmd/xms.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 13:12:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13CD314E2C; Wed, 29 Sep 1999 13:12:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02719; Wed, 29 Sep 1999 13:12:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909292012.NAA02719@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 13:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_socket.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 13:12:43 PDT Modified files: sys/nfs nfs_socket.c Log: Careless use of struct proc *p caused major problems. 'p' is allowed to be NULL in this function (nfs_sigintr). Reorder the statements and guard them all with a single if (p != NULL). reported, reviewed and tested by: jdp Revision Changes Path 1.56 +9 -5 src/sys/nfs/nfs_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 13:14:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A006815598; Wed, 29 Sep 1999 13:13:38 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02818; Wed, 29 Sep 1999 13:13:37 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909292013.NAA02818@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 13:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/29 13:13:36 PDT Modified files: usr.bin Makefile Log: Reconnect doscmd. It's been fixed. Revision Changes Path 1.133 +2 -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 Wed Sep 29 13:36:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF68314D9B; Wed, 29 Sep 1999 13:36:10 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04771; Wed, 29 Sep 1999 13:36:10 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199909292036.NAA04771@freefall.freebsd.org> From: Dan Moschuk Date: Wed, 29 Sep 1999 13:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gracer Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/29 13:36:09 PDT Modified files: games/gracer Makefile Log: Fix dependancy problem (gif.3 -> gif.5) PR: ports/14038 Submitted by: Yin-Jieh Chen Revision Changes Path 1.2 +2 -2 ports/games/gracer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 13:40:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A81815935; Wed, 29 Sep 1999 13:38:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA05064; Wed, 29 Sep 1999 13:38:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909292038.NAA05064@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 29 Sep 1999 13:38:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-xemacs Makefile ports/print/yatex-xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/29 13:38:42 PDT Modified files: japanese/lookup-xemacs Makefile print/yatex-xemacs-mule Makefile Log: Remove FORBIDDEN=hang -- they don't hang anymore (although they don't build currently). Taoka-san has been notified. Revision Changes Path 1.5 +1 -6 ports/japanese/lookup-xemacs/Makefile 1.10 +1 -5 ports/print/yatex-xemacs-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:10: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEFA5155D3; Wed, 29 Sep 1999 14:09:42 -0700 (PDT) (envelope-from guido@FreeBSD.org) Received: (from guido@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA00913; Wed, 29 Sep 1999 14:09:42 -0700 (PDT) (envelope-from guido@FreeBSD.org) Message-Id: <199909292109.OAA00913@freefall.freebsd.org> From: Guido van Rooij Date: Wed, 29 Sep 1999 14:09:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1999/09/29 14:09:42 PDT Modified files: sys/kern uipc_usrreq.c Log: Do not follow symlinks when binding a unix domain socket. This fixes the ssh 1.2.27 vulnerability as reported in bugtraq. Revision Changes Path 1.49 +2 -2 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:10:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B036154D6; Wed, 29 Sep 1999 14:10:26 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01022; Wed, 29 Sep 1999 14:10:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199909292110.OAA01022@freefall.freebsd.org> From: John Polstra Date: Wed, 29 Sep 1999 14:10:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen setjmp.S Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/09/29 14:10:25 PDT Modified files: lib/libc/alpha/gen setjmp.S Log: Fix misspelling of the "addq" opcode. Revision Changes Path 1.7 +2 -2 src/lib/libc/alpha/gen/setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:17:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDA3C158CE; Wed, 29 Sep 1999 14:16:28 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01370; Wed, 29 Sep 1999 14:16:28 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199909292116.OAA01370@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 29 Sep 1999 14:16:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mrtg/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/29 14:16:28 PDT Modified files: net/mrtg/pkg DESCR Log: Correct WWW:; Reformat and add a URL that was never added; GIF -> PNG Revision Changes Path 1.3 +5 -4 ports/net/mrtg/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:43:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3001155EF; Wed, 29 Sep 1999 14:43:33 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA00880; Wed, 29 Sep 1999 14:43:33 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <199909292143.OAA00880@freefall.freebsd.org> From: Chris Costello Date: Wed, 29 Sep 1999 14:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/memcontrol memcontrol.8 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chris 1999/09/29 14:43:33 PDT Modified files: usr.sbin/memcontrol Makefile Added files: usr.sbin/memcontrol memcontrol.8 Log: Add and activate the man page for memcontrol(8). Reviewed by: msmith Revision Changes Path 1.2 +3 -1 src/usr.sbin/memcontrol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:48:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F1C715063; Wed, 29 Sep 1999 14:48:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01360; Wed, 29 Sep 1999 14:48:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909292148.OAA01360@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 29 Sep 1999 14:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-xemacs Makefile ports/print/yatex-xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/29 14:48:04 PDT Modified files: japanese/lookup-xemacs Makefile print/yatex-xemacs-mule Makefile Log: I spoke too soon, they are still hanging.... Revision Changes Path 1.6 +5 -1 ports/japanese/lookup-xemacs/Makefile 1.11 +5 -1 ports/print/yatex-xemacs-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 14:53:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B6CB151D0; Wed, 29 Sep 1999 14:53:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA01814; Wed, 29 Sep 1999 14:53:15 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909292153.OAA01814@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 29 Sep 1999 14:53:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpuyopuyo Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/29 14:53:14 PDT Modified files: games/xpuyopuyo Makefile Log: xpuyopuyo needs xpm to compile. (Try saying that five times.) Found by: obento Revision Changes Path 1.2 +3 -1 ports/games/xpuyopuyo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 15: 4:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D20C515644; Wed, 29 Sep 1999 15:04:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02512; Wed, 29 Sep 1999 15:04:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909292204.PAA02512@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 29 Sep 1999 15:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xisp Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/29 15:04:46 PDT Modified files: net/xisp Makefile Log: xisp isn't xpm-free. Found by: obento Revision Changes Path 1.2 +3 -2 ports/net/xisp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 15:29:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0196B14C94; Wed, 29 Sep 1999 15:29:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA04242; Wed, 29 Sep 1999 15:29:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909292229.PAA04242@freefall.freebsd.org> From: Warner Losh Date: Wed, 29 Sep 1999 15:29:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/29 15:29:17 PDT Modified files: . UPDATING Log: Fix typo in november Add signal breakage **** NEW KERNEL NEEDED FOR MAKE WORLD **** Revision Changes Path 1.46 +20 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 16: 8:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E26F215004; Wed, 29 Sep 1999 16:08:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA06695; Wed, 29 Sep 1999 16:08:13 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909292308.QAA06695@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 16:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/enfle Makefile ports/graphics/enfle/files md5 ports/graphics/enfle/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 16:08:13 PDT Modified files: graphics/enfle Makefile graphics/enfle/files md5 Removed files: graphics/enfle/patches patch-aa patch-ab Log: Update to 19990929 PR: 14039 Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/graphics/enfle/Makefile 1.2 +1 -1 ports/graphics/enfle/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 17:52:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 153E9153D4; Wed, 29 Sep 1999 17:52:17 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13248; Wed, 29 Sep 1999 17:52:17 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <199909300052.RAA13248@freefall.freebsd.org> From: Bill Fenner Date: Wed, 29 Sep 1999 17:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rrdtool/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk fenner 1999/09/29 17:52:17 PDT Added files: net/rrdtool/patches patch-aa Log: Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can import MUST_DISABLE_FPMASK. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 18:39:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D609314D5A; Wed, 29 Sep 1999 18:38:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA16679; Wed, 29 Sep 1999 18:38:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909300138.SAA16679@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 29 Sep 1999 18:38:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/29 18:38:55 PDT Modified files: games/freeciv/pkg PLIST Log: Sample scenario files are moved and renamed. Found by: o-bento Revision Changes Path 1.8 +6 -3 ports/games/freeciv/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:17:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3578D14CD2; Wed, 29 Sep 1999 20:17:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06706; Wed, 29 Sep 1999 20:17:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300317.UAA06706@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:17:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:17:09 PDT Modified files: . modules Log: wmminichess --> ports/games/wmminichess Revision Changes Path 1.436 +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 Sep 29 20:18:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75DD314A0D; Wed, 29 Sep 1999 20:18:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06769; Wed, 29 Sep 1999 20:18:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300318.UAA06769@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wmminichess - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:18:30 PDT ports/games/wmminichess - Imported sources Update of /home/ncvs/ports/games/wmminichess In directory freefall.freebsd.org:/d/users/cpiazza/work/wmminichess Log Message: Import of wmminichess. A dockapp that puts the power of gnu chess in a windowmaker dockapp. *warning*: severe eye strain if you play this! PR: 13942 Submitted by: Will Andrews Status: Vendor Tag: ANDREWS Release Tags: v_0_8 N ports/games/wmminichess/Makefile N ports/games/wmminichess/files/md5 N ports/games/wmminichess/pkg/PLIST N ports/games/wmminichess/pkg/DESCR N ports/games/wmminichess/pkg/COMMENT N ports/games/wmminichess/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:19:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C096151BA; Wed, 29 Sep 1999 20:19:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06834; Wed, 29 Sep 1999 20:19:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300319.UAA06834@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:19:17 PDT Modified files: games Makefile Log: Activate wmminichess Revision Changes Path 1.230 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:31:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 464011558D; Wed, 29 Sep 1999 20:31:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08026; Wed, 29 Sep 1999 20:31:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300331.UAA08026@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:31:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/cgoban Makefile ports/games/cgoban/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:31:13 PDT Modified files: games/cgoban Makefile games/cgoban/files md5 Log: Update to version 1.9.8 PR: 13880 Submitted by: Steve Coltrin Revision Changes Path 1.11 +4 -5 ports/games/cgoban/Makefile 1.8 +1 -1 ports/games/cgoban/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:37:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D48DF151F6; Wed, 29 Sep 1999 20:37:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08619; Wed, 29 Sep 1999 20:37:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300337.UAA08619@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ftnchek Makefile ports/devel/ftnchek/files md5 ports/devel/ftnchek/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:37:33 PDT Modified files: devel/ftnchek Makefile devel/ftnchek/files md5 devel/ftnchek/pkg DESCR Log: Update to version 2.11.0 PR: 13881 Submitted by: maintainer Revision Changes Path 1.6 +3 -2 ports/devel/ftnchek/Makefile 1.4 +1 -1 ports/devel/ftnchek/files/md5 1.2 +2 -0 ports/devel/ftnchek/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:40:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DECA215205; Wed, 29 Sep 1999 20:40:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA08963; Wed, 29 Sep 1999 20:40:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300340.UAA08963@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:40:45 PDT Modified files: audio/icecast/pkg DESCR Log: Change a reference to "The Shoutcast linux server" and make it "The shoutcast server" It's multi platform. Revision Changes Path 1.4 +1 -1 ports/audio/icecast/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:42:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04D211528E; Wed, 29 Sep 1999 20:42:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09148; Wed, 29 Sep 1999 20:42:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300342.UAA09148@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:42:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xtris/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:42:43 PDT Modified files: games/xtris/patches patch-aa Log: Respect CC and CFLAGS PR: 13851 Submitted by: Maxim Sobolev Revision Changes Path 1.2 +9 -5 ports/games/xtris/patches/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 Sep 29 20:47:38 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 1307915978; Wed, 29 Sep 1999 20:47:31 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 06BE71C29; Wed, 29 Sep 1999 22:51:03 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 038003817; Wed, 29 Sep 1999 22:51:02 -0400 (EDT) Date: Wed, 29 Sep 1999 22:51:02 -0400 (EDT) From: Bill Fumerola To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-Reply-To: <199909292229.PAA04242@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 29 Sep 1999, Warner Losh wrote: > Add signal breakage > > **** NEW KERNEL NEEDED FOR MAKE WORLD **** On a side note: 3.x -> 4.0-CURRENT can no longer be accomplished with a quick buildworld + kernel build. I've talked to Marcel about this (I don't mean for this to sound like a Big Angry Letter) and it looks like we're going to need an upgrade of 'make upgrade'. Users will want to do this once we have 4.0-RELEASE. So it needs to either (a) be backported or (b) have usr/src/Make* be taught some stuff. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.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 Wed Sep 29 20:52:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05A8614D3F; Wed, 29 Sep 1999 20:52:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA10242; Wed, 29 Sep 1999 20:52:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909300352.UAA10242@freefall.freebsd.org> From: Chris Piazza Date: Wed, 29 Sep 1999 20:52:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/interbase4 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/29 20:52:22 PDT Modified files: databases/interbase4 Makefile Log: Point the user to a more internationally-friendly web site (english instead of japanese) PR: 13755 Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/databases/interbase4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 20:53:20 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6ED3E151F6; Wed, 29 Sep 1999 20:53:11 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA38131; Wed, 29 Sep 1999 21:53:09 -0600 (MDT) (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 VAA08374; Wed, 29 Sep 1999 21:53:10 -0600 (MDT) Message-Id: <199909300353.VAA08374@harmony.village.org> To: Bill Fumerola Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 29 Sep 1999 22:51:02 EDT." References: Date: Wed, 29 Sep 1999 21:53:10 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message Bill Fumerola writes: : On a side note: 3.x -> 4.0-CURRENT can no longer be accomplished with a : quick buildworld + kernel build. Yes, but can't it be accomplished by a make kernel, install reboot make world? Or is that what make upgrade is envisioned to do for the 3.x -> 4.0 case. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 21:37:14 1999 Delivered-To: cvs-all@freebsd.org Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 9B0F314C29 for ; Wed, 29 Sep 1999 21:37:04 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40331>; Thu, 30 Sep 1999 14:33:49 +1000 Content-return: prohibited Date: Thu, 30 Sep 1999 14:36:46 +1000 From: Peter Jeremy Subject: Re: cvs commit: src UPDATING In-reply-to: <199909300353.VAA08374@harmony.village.org> To: Warner Losh Cc: cvs-all@FreeBSD.ORG Reply-To: peter.jeremy@alcatel.com.au Message-Id: <99Sep30.143349est.40331@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0pre3i Content-type: text/plain; charset=us-ascii References: <199909300353.VAA08374@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, Sep 30, 1999 at 01:53:10PM +1000, Warner Losh wrote: >In message Bill Fumerola writes: >: On a side note: 3.x -> 4.0-CURRENT can no longer be accomplished with a >: quick buildworld + kernel build. > >Yes, but can't it be accomplished by a make kernel, install reboot >make world? The problems I've encountered to date[1] are: - 3.2 (and presumably -stable) can't configure a -current (GENERIC) kernel. This can be solved by building a -current config(8) first. - gcc 2.7.2 can't compile a -current kernel. The problem is that the asm constraints in i386/include/atomic.h aren't compatible between 2.7.2 and ECGS. Neither Matt Dillon nor Alan Cox (they're the two people I know have been working on those constraits) have been able to come up with a solution. The work-arounds I can think of are either build/install ECGS first, or replace the -current i386/include/atomic.h with the one from -stable before compiling the kernel. The latter produces a cleanly linked kernel. I can't quickly check whether the resultant kernel actually works, and whether it is compatible enough with a -stable world to enable you to build and install a -current world. [1] These are based on 3.2-RELEASE off the CD-ROM and a sys from cvs-all about 14 hours ago - before the Peter -- Peter Jeremy (VK2PJ) peter.jeremy@alcatel.com.au Alcatel Australia Limited 41 Mandible St Phone: +61 2 9690 5019 ALEXANDRIA NSW 2015 Fax: +61 2 9690 5982 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 21:47: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5464B14CA8 for ; Wed, 29 Sep 1999 21:47:00 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id WAA38267; Wed, 29 Sep 1999 22:46:59 -0600 (MDT) (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 WAA08765; Wed, 29 Sep 1999 22:47:01 -0600 (MDT) Message-Id: <199909300447.WAA08765@harmony.village.org> To: peter.jeremy@alcatel.com.au Subject: Re: cvs commit: src UPDATING Cc: cvs-all@FreeBSD.ORG In-reply-to: Your message of "Thu, 30 Sep 1999 14:36:46 +1000." <99Sep30.143349est.40331@border.alcanet.com.au> References: <99Sep30.143349est.40331@border.alcanet.com.au> <199909300353.VAA08374@harmony.village.org> Date: Wed, 29 Sep 1999 22:47:00 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <99Sep30.143349est.40331@border.alcanet.com.au> Peter Jeremy writes: : The problems I've encountered to date[1] are: : - 3.2 (and presumably -stable) can't configure a -current (GENERIC) : kernel. This can be solved by building a -current config(8) first. This is generally required. With luck config(8) will die before 4.0... However, it still builds on 3.x systems. : - gcc 2.7.2 can't compile a -current kernel. The problem is that : the asm constraints in i386/include/atomic.h aren't compatible : between 2.7.2 and ECGS. Neither Matt Dillon nor Alan Cox (they're : the two people I know have been working on those constraits) have : been able to come up with a solution. The work-arounds I can : think of are either build/install ECGS first, or replace the : -current i386/include/atomic.h with the one from -stable before : compiling the kernel. The latter produces a cleanly linked : kernel. I had some patches that tried to work around this, but there were too many problems with them. Easier to build egcs... : I can't quickly check whether the resultant kernel actually works, : and whether it is compatible enough with a -stable world to enable : you to build and install a -current world. Somewhere I have ifdefs to atomic.h. It basically replaced it with the -stable version if GNU_C_MINOR was 7 or less. I know that it won't work for MP kernel. Alan Cox had some concerns with booting kernels using the old atomic.h, but I don't recall what they were. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 21:49:45 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id CC981151F2; Wed, 29 Sep 1999 21:49:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 97E101CA7; Thu, 30 Sep 1999 12:49:17 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Fumerola Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-reply-to: Your message of "Wed, 29 Sep 1999 22:51:02 -0400." Date: Thu, 30 Sep 1999 12:49:17 +0800 From: Peter Wemm Message-Id: <19990930044917.97E101CA7@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > On Wed, 29 Sep 1999, Warner Losh wrote: > > > Add signal breakage > > > > **** NEW KERNEL NEEDED FOR MAKE WORLD **** > > > On a side note: 3.x -> 4.0-CURRENT can no longer be accomplished with a > quick buildworld + kernel build. > > I've talked to Marcel about this (I don't mean for this to sound like a > Big Angry Letter) and it looks like we're going to need an upgrade of > 'make upgrade'. There is a problem with 'upgrade' anyway. I think there are a few problems in buildworld too. They get their host vs. target stuff mixed up. It builds a set of tools to run under the current kernel, includes and libraries, then uses those tools to "cross" compile the new stuff and isn't meant to run them but in a few cases it does. ncurses is one example as bde points out to me often. 'make upgrade's use of -DNOTOOLS etc is another thing that needs to be fixed. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 21:55:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94F7614CA8; Wed, 29 Sep 1999 21:55:24 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14722; Wed, 29 Sep 1999 21:55:24 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199909300455.VAA14722@freefall.freebsd.org> From: Mike Pritchard Date: Wed, 29 Sep 1999 21:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.firewall Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mpp 1999/09/29 21:55:24 PDT Modified files: etc rc.firewall Log: Fix a typo in a comment. Revision Changes Path 1.24 +2 -2 src/etc/rc.firewall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 21:56:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BD7314CA8; Wed, 29 Sep 1999 21:56:28 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14811; Wed, 29 Sep 1999 21:56:28 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199909300456.VAA14811@freefall.freebsd.org> From: Mike Pritchard Date: Wed, 29 Sep 1999 21:56:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.firewall Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mpp 1999/09/29 21:56:28 PDT Modified files: (Branch: RELENG_3) etc rc.firewall Log: MFC: Fix a typo in a comment. Revision Changes Path 1.19.2.3 +2 -2 src/etc/rc.firewall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 22:30: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B83B155C7; Wed, 29 Sep 1999 22:30:00 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA16848; Wed, 29 Sep 1999 22:30:00 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199909300530.WAA16848@freefall.freebsd.org> From: Mike Smith Date: Wed, 29 Sep 1999 22:30:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/09/29 22:29:59 PDT Modified files: sys/kern subr_disk.c Log: Test the slices for openness before we close them; doing it the other way around meant that the higher level close routine never gets called. (phk is on the road; this is a quick fix to get things working and may need more polish) Revision Changes Path 1.7 +2 -2 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 29 23:38:48 1999 Delivered-To: cvs-all@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 2BBF014F3E; Wed, 29 Sep 1999 23:38:37 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id IAA74504; Thu, 30 Sep 1999 08:35:24 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <199909300635.IAA74504@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: src UPDATING In-Reply-To: <19990930044917.97E101CA7@overcee.netplex.com.au> from Peter Wemm at "Sep 30, 1999 12:49:17 pm" To: peter@netplex.com.au (Peter Wemm) Date: Thu, 30 Sep 1999 08:35:24 +0200 (SAT) Cc: billf@jade.chc-chimes.com (Bill Fumerola), imp@FreeBSD.org (Warner Losh), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > > > Add signal breakage > > > > > > **** NEW KERNEL NEEDED FOR MAKE WORLD **** > > > > > > On a side note: 3.x -> 4.0-CURRENT can no longer be accomplished with a > > quick buildworld + kernel build. > > > > I've talked to Marcel about this (I don't mean for this to sound like a > > Big Angry Letter) and it looks like we're going to need an upgrade of > > 'make upgrade'. > > There is a problem with 'upgrade' anyway. I think there are a few problems > in buildworld too. They get their host vs. target stuff mixed up. It > builds a set of tools to run under the current kernel, includes and libraries, > then uses those tools to "cross" compile the new stuff and isn't meant to run > them but in a few cases it does. ncurses is one example as bde points out > to me often. 'make upgrade's use of -DNOTOOLS etc is another thing that > needs to be fixed. > Well up to yesterday I have been able to use a single 3.3-STABLE machine to build 3.3-STABLE snaps and 4.0-CURRENT snaps, but it looks like that won't be possible anymore. :-) John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0: 2:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A7CB152D6; Thu, 30 Sep 1999 00:02:28 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA23985; Thu, 30 Sep 1999 00:02:28 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199909300702.AAA23985@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 30 Sep 1999 00:02:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile ports/print/yatex/files INSTALL.tmpl ports/print/yatex-mule Makefile ports/print/yatex-xemacs Makefile ports/print/yatex-xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/30 00:02:28 PDT Modified files: print/yatex Makefile print/yatex/files INSTALL.tmpl print/yatex-mule Makefile print/yatex-xemacs Makefile print/yatex-xemacs-mule Makefile Log: Could not compile in "parallel package build" by Asami-san Modified BUILD_DEPENDS in master port and version number in slave ports Noticed by: asami Revision Changes Path 1.15 +3 -3 ports/print/yatex/Makefile 1.9 +3 -0 ports/print/yatex/files/INSTALL.tmpl 1.9 +3 -3 ports/print/yatex-mule/Makefile 1.9 +3 -3 ports/print/yatex-xemacs/Makefile 1.12 +3 -3 ports/print/yatex-xemacs-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0:11:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BAB0152D6; Thu, 30 Sep 1999 00:11:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25094; Thu, 30 Sep 1999 00:11:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909300711.AAA25094@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 30 Sep 1999 00:11:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/sys conf.h src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/30 00:11:30 PDT Modified files: sys/dev/vn vn.c sys/gnu/ext2fs ext2_vfsops.c sys/isofs/cd9660 cd9660_vfsops.c sys/sys conf.h sys/ufs/ffs ffs_vfsops.c Log: Remove the D_NOCLUSTER[RW] options which were added because vn had problems. Now that Matt has fixed vn, this can go. The vn driver should have used d_maxio (now si_iosize_max) anyway. Revision Changes Path 1.100 +1 -2 src/sys/dev/vn/vn.c 1.55 +1 -15 src/sys/gnu/ext2fs/ext2_vfsops.c 1.66 +1 -9 src/sys/isofs/cd9660/cd9660_vfsops.c 1.93 +1 -4 src/sys/sys/conf.h 1.107 +1 -16 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0:20:37 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 9EB4E15934; Thu, 30 Sep 1999 00:20:33 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (silvia [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id AAA12233; Thu, 30 Sep 1999 00:20:30 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA35816; Thu, 30 Sep 1999 00:20:26 -0700 (PDT) To: "Howard F. Hu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 References: <199909290115.SAA48001@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 30 Sep 1999 00:20:23 -0700 In-Reply-To: "Howard F. Hu"'s message of "Tue, 28 Sep 1999 18:15:29 -0700 (PDT)" Message-ID: Lines: 21 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Howard, * foxfair 1999/09/28 18:15:29 PDT * * Modified files: * devel/ORBit Makefile * devel/ORBit/files md5 * Log: * Update ORBit to 0.4.95. * * Submitted by : maintainer. People seem to be having some trouble contacting the maintainer of this port (see e.g., PR ports/13994). Can you ask him if he is willing to transfer maintainership of this port to Mr. Nakai (nakai@FreeBSD.org), who is already maintaining all the other gnome ports and is willing to take over this one as well? Thanks Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0:23:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CEBD1560E; Thu, 30 Sep 1999 00:23:20 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25840; Thu, 30 Sep 1999 00:23:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199909300723.AAA25840@freefall.freebsd.org> From: Brian Somers Date: Thu, 30 Sep 1999 00:23:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp filter.c filter.h ip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/09/30 00:23:14 PDT Modified files: usr.sbin/ppp filter.c filter.h ip.c Log: Support GRE packets Submitted by: Harry Starr Revision Changes Path 1.38 +25 -2 src/usr.sbin/ppp/filter.c 1.21 +4 -1 src/usr.sbin/ppp/filter.h 1.75 +23 -1 src/usr.sbin/ppp/ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0:35:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 877B214CE2; Thu, 30 Sep 1999 00:35:51 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27493; Thu, 30 Sep 1999 00:35:51 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199909300735.AAA27493@freefall.freebsd.org> From: Dmitrij Tejblum Date: Thu, 30 Sep 1999 00:35:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/09/30 00:35:50 PDT Modified files: sys/vm vm_zone.c Log: Plug an accounting leak: count pages in ZONE_INTERRUPT zones as wired. Revision Changes Path 1.28 +3 -1 src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 0:39:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A71D314E8E; Thu, 30 Sep 1999 00:39:22 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27684; Thu, 30 Sep 1999 00:39:22 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199909300739.AAA27684@freefall.freebsd.org> From: Dmitrij Tejblum Date: Thu, 30 Sep 1999 00:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/09/30 00:39:21 PDT Modified files: sys/kern vfs_bio.c Log: Count bogus_page as wired. Revision Changes Path 1.230 +2 -1 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 1:32:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 360BB14DCF; Thu, 30 Sep 1999 01:32:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30878; Thu, 30 Sep 1999 01:32:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199909300832.BAA30878@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Thu, 30 Sep 1999 01:32:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall tcpip.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/09/30 01:32:36 PDT Modified files: release/sysinstall tcpip.c Log: Sigh, too many late nights! Revision Changes Path 1.95 +2 -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 Thu Sep 30 2: 1:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC1315185; Thu, 30 Sep 1999 02:01:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA32917; Thu, 30 Sep 1999 02:01:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909300901.CAA32917@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 30 Sep 1999 02:01:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/enfle Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/30 02:01:28 PDT Modified files: graphics/enfle Makefile Log: Add dependency to bzip2 and make minor change to CONFIGURE_ARGS. Submitted by: maintainer Noticed by: bento (bzip2 problem) Revision Changes Path 1.3 +3 -2 ports/graphics/enfle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 2:26:22 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 77B46151FA; Thu, 30 Sep 1999 02:26:14 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.037 #1) id 11WcTd-0003Oy-00; Thu, 30 Sep 1999 11:26:13 +0200 From: Sheldon Hearn To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games/freeciv/pkg PLIST In-reply-to: Your message of "Wed, 29 Sep 1999 18:38:55 MST." <199909300138.SAA16679@freefall.freebsd.org> Date: Thu, 30 Sep 1999 11:26:13 +0200 Message-ID: <13079.938683573@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 29 Sep 1999 18:38:55 MST, Satoshi Asami wrote: > Modified files: > games/freeciv/pkg PLIST > Log: > Sample scenario files are moved and renamed. Sorry. :-( 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 Sep 30 2:36:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50C3C1596B; Thu, 30 Sep 1999 02:36:00 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35213; Thu, 30 Sep 1999 02:36:00 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199909300936.CAA35213@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 30 Sep 1999 02:35:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ppc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/09/30 02:35:55 PDT Modified files: share/man/man4/man4.i386 ppc.4 Log: Correct typos and -mdoc usage. Improve clarity of language. PR: docs/140007 (partial) Submitted by: Adam Wight Revision Changes Path 1.9 +27 -16 src/share/man/man4/man4.i386/ppc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 2:40:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E22B91525F; Thu, 30 Sep 1999 02:40:45 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35550; Thu, 30 Sep 1999 02:40:45 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <199909300940.CAA35550@freefall.freebsd.org> From: Joseph Koshy Date: Thu, 30 Sep 1999 02:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ppc.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1999/09/30 02:40:45 PDT Modified files: share/man/man4/man4.i386 ppc.4 Log: (null commit). > PR: docs/140007 That should be: PR: docs/14007 Revision Changes Path 1.10 +1 -1 src/share/man/man4/man4.i386/ppc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 2:49:27 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id 535FB159B1; Thu, 30 Sep 1999 02:49:23 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (silvia [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id CAA12581; Thu, 30 Sep 1999 02:49:21 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA36803; Thu, 30 Sep 1999 02:49:14 -0700 (PDT) To: Sheldon Hearn Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games/freeciv/pkg PLIST References: <13079.938683573@axl.noc.iafrica.com> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 30 Sep 1999 02:49:11 -0700 In-Reply-To: Sheldon Hearn's message of "Thu, 30 Sep 1999 11:26:13 +0200" Message-ID: Lines: 5 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Sorry. :-( 'ts ok. Be careful next time. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 3:45:57 1999 Delivered-To: cvs-all@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id CA48B15070; Thu, 30 Sep 1999 03:45:50 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id MAA09827; Thu, 30 Sep 1999 12:45:49 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id MAA77200; Thu, 30 Sep 1999 12:45:33 +0200 (MET DST) Date: Thu, 30 Sep 1999 12:45:33 +0200 From: Eivind Eklund To: chat@FreeBSD.org Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libreadline Makefile.inc src/include ucontext.h signal.h src/lib/libc Makefile src/lib/libc/alpha/gen setjmp.S src/lib/libc/compat-43 sigcompat.c src/lib/libc/gen sigsetops.c ... Message-ID: <19990930124533.D71340@bitbox.follo.net> References: <199909291518.IAA59949@freefall.freebsd.org> <199909291602.KAA03335@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <199909291602.KAA03335@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, Sep 29, 1999 at 10:02:38AM -0600, Warner Losh wrote: > In message <199909291518.IAA59949@freefall.freebsd.org> Marcel Moolenaar writes: > : According to good taste this means that I will receive a > : badge which either will be glued or mechanically stapled, > : drilled or otherwise violently forced onto me :-) > > Yup. However, they do leave cool scars when removed later in life. "Pain is temporary. Glory is forever. Chicks dig scars." - Anonymous Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 4: 7: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8913F14E23; Thu, 30 Sep 1999 04:07:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42391; Thu, 30 Sep 1999 04:06:59 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909301106.EAA42391@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 30 Sep 1999 04:06:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/30 04:06:55 PDT Modified files: . INDEX Log: New INDEX file, with 2,671 ports. 2,671 is a prime. This means I can't blurt any witty quotes. Drats. Revision Changes Path 1.242 +212 -189 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 5:41:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA11414DB9; Thu, 30 Sep 1999 05:41:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49357; Thu, 30 Sep 1999 05:41:48 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199909301241.FAA49357@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 30 Sep 1999 05:41:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/09/30 05:41:48 PDT Modified files: security/krb5-beta Makefile Log: Use a valid PKGNAME Reminded by: Our Ports Wraith Revision Changes Path 1.16 +2 -1 ports/security/krb5-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 5:42:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 707B114DB9; Thu, 30 Sep 1999 05:42:40 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49495; Thu, 30 Sep 1999 05:42:40 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199909301242.FAA49495@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 30 Sep 1999 05:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/09/30 05:42:39 PDT Removed files: security/krb5-beta/patches patch-ab Log: I missed removing this patch previously. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 5:46:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A84314FE4; Thu, 30 Sep 1999 05:46:38 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50036; Thu, 30 Sep 1999 05:46:38 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <199909301246.FAA50036@freefall.freebsd.org> From: "R. Imura" Date: Thu, 30 Sep 1999 05:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/kdegraphics11-i18n Makefile ports/misc/kdeutils11-i18n Makefile ports/net/kdenetwork11-i18n Makefile ports/net/kdenetwork11-i18n/files md5 ports/x11/kdebase11-i18n Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imura 1999/09/30 05:46:38 PDT Modified files: graphics/kdegraphics11-i18n Makefile misc/kdeutils11-i18n Makefile net/kdenetwork11-i18n Makefile net/kdenetwork11-i18n/files md5 x11/kdebase11-i18n Makefile Log: add missing some LIB_DEPENDS Revision Changes Path 1.35 +3 -2 ports/graphics/kdegraphics11-i18n/Makefile 1.40 +4 -1 ports/misc/kdeutils11-i18n/Makefile 1.47 +5 -4 ports/net/kdenetwork11-i18n/Makefile 1.15 +1 -1 ports/net/kdenetwork11-i18n/files/md5 1.56 +3 -1 ports/x11/kdebase11-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 5:55:14 1999 Delivered-To: cvs-all@freebsd.org Received: from zabagek.ihf.rwth-aachen.de (zabagek.ihf.RWTH-Aachen.DE [134.130.90.60]) by hub.freebsd.org (Postfix) with ESMTP id DD28E159F4; Thu, 30 Sep 1999 05:55:04 -0700 (PDT) (envelope-from tg@ihf.rwth-aachen.de) Received: (from tg@localhost) by zabagek.ihf.rwth-aachen.de (8.9.3/8.9.3) id OAA96210; Thu, 30 Sep 1999 14:58:24 +0200 (CEST) (envelope-from tg) To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/cad/pcb Makefile References: <199909210244.TAA76585@freefall.freebsd.org> From: Thomas Gellekum In-Reply-To: Satoshi Asami's message of "Mon, 20 Sep 1999 19:44:08 -0700 (PDT)" Date: 30 Sep 1999 14:58:22 +0200 Message-ID: Lines: 14 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Satoshi Asami writes: > asami 1999/09/20 19:44:08 PDT > > Modified files: > cad/pcb Makefile > Log: > This port doesn't build because texindex is missing. Note that. > (Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't > include texindex anymore.) We could build it from /usr/src/contrib/texinfo/util. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 6: 4:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22E3515947; Thu, 30 Sep 1999 06:04:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA51331; Thu, 30 Sep 1999 06:04:24 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199909301304.GAA51331@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 30 Sep 1999 06:04:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/09/30 06:04:24 PDT Modified files: games/freeciv Makefile Log: Mail to maintainer bounces. Make myself maintainer and bump version required while I'm here. Revision Changes Path 1.27 +3 -3 ports/games/freeciv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 7:39:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE39514F0D; Thu, 30 Sep 1999 07:39:24 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Received: (from mpp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07988; Thu, 30 Sep 1999 07:39:24 -0700 (PDT) (envelope-from mpp@FreeBSD.org) Message-Id: <199909301439.HAA07988@freefall.freebsd.org> From: Mike Pritchard Date: Thu, 30 Sep 1999 07:39:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mpp 1999/09/30 07:39:23 PDT Modified files: share/man/man7 mdoc.samples.7 Log: Correctly escape a macro call in the description of the .D1 macro. Also use the correct macro (.D1, not .Dl) to format the text, and in the example output. PR: docs/14051 Submitted by: Revision Changes Path 1.22 +3 -3 src/share/man/man7/mdoc.samples.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 7:51:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07B0414ED9; Thu, 30 Sep 1999 07:51:33 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08949; Thu, 30 Sep 1999 07:51:33 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909301451.HAA08949@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 30 Sep 1999 07:51:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_sigwait.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/30 07:51:33 PDT Modified files: lib/libc_r/uthread uthread_sigwait.c Log: Add the proper headers so that the SIGNOTEMPTY and SIGSETAND macros are defined. Revision Changes Path 1.10 +3 -1 src/lib/libc_r/uthread/uthread_sigwait.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 7:54:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35DAC14ED9; Thu, 30 Sep 1999 07:54:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA09183; Thu, 30 Sep 1999 07:54:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909301454.HAA09183@freefall.freebsd.org> From: Warner Losh Date: Thu, 30 Sep 1999 07:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/30 07:54:49 PDT Modified files: . UPDATING Log: Sort by date, reindent sigset_t entry Revision Changes Path 1.47 +9 -9 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 8: 7:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A1EE14FFF; Thu, 30 Sep 1999 08:07:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10079; Thu, 30 Sep 1999 08:07:44 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909301507.IAA10079@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 30 Sep 1999 08:07:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/30 08:07:44 PDT Modified files: lib/libc_r Makefile Log: Add sigprocmask to HIDDEN_SYSCALLS. This renames the syscall to _thread_sys_sisprocmask in libc_r. This solves the undefined symbol... Reported by: Kenneth Wayne Culver Revision Changes Path 1.20 +3 -2 src/lib/libc_r/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 8:47: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from eclogite.eps.nagoya-u.ac.jp (eclogite.eps.nagoya-u.ac.jp [133.6.124.145]) by hub.freebsd.org (Postfix) with ESMTP id ECB2914EA7; Thu, 30 Sep 1999 08:46:57 -0700 (PDT) (envelope-from kato@ganko.eps.nagoya-u.ac.jp) Received: from localhost (gneiss.eps.nagoya-u.ac.jp [133.6.124.148]) by eclogite.eps.nagoya-u.ac.jp (8.9.3/3.7W) with ESMTP id AAA09726; Fri, 1 Oct 1999 00:45:48 +0900 (JST) To: bde@zeta.org.au Cc: imp@village.org, winter@jurai.net, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, nyan@FreeBSD.org, FreeBSD98-hackers@jp.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/conf files.i386 From: KATO Takenori In-Reply-To: Your message of "Mon, 27 Sep 1999 23:52:49 +1000 (EST)" References: X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) X-PGP-Fingerprint: 03 72 85 36 62 46 23 03 52 B1 10 22 44 10 0D 9E Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991001004518D.kato@gneiss.eps.nagoya-u.ac.jp> Date: Fri, 01 Oct 1999 00:45:18 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 31 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bruce Evans wrote: > E.g., the line status port is accessed via com->line_status_port instead > of via (com->iobase + com_lsr). The former is always faster (since gcc > doesn't (can't?) know enough about aliasing to use a previously loaded > value of com->iobase, and the addition takes some time. Even if > com->iobase is explicitly loaded into a (register) variable, the > computation of (iobase + com_lsr) takes the same time as the load of > com->line_status_register provided the machine is an i386 and > com->line_status_register is in the L1 cache. (This is where MEMIO may > benefit if we use (iobase + com_lsr). On machines with base+index > addressing, the addition tends to be free. This is also the only excuse > for pushing the addition to the bus space functions.) Now, I think that this method has advantage because of bus stuff implementation. Both bus tag and handle are set via rman_set_* by bus_alloc_resource. Howerver, bus space stuff in FreeBSD cannot manage discontinuouse resources. This means that it is difficult to implement array-like code as Warner said. That is, I/O port addresses should be stored in variables in softc structure as Bruce said and a driver should allocate resources for each I/O port by calling bus_alloc_resource with count = 1. Hmm.... -----------------------------------------------+--------------------------+ KATO Takenori | FreeBSD | Dept. Earth Planet. Sci, Nagoya Univ. | The power to serve! | Nagoya, 464-8602, Japan | http://www.FreeBSD.org/ | ++++ FreeBSD(98) 3.2: Rev. 01 available! |http://www.jp.FreeBSD.org/| ++++ FreeBSD(98) 2.2.8: Rev. 02 available! +==========================+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 9:22:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 488B314C10; Thu, 30 Sep 1999 09:22:23 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16615; Thu, 30 Sep 1999 09:22:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199909301622.JAA16615@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 30 Sep 1999 09:22:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gifs gourchin3.gif Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/09/30 09:22:22 PDT Modified files: en/gifs Makefile Added files: en/gifs gourchin3.gif Log: Added Urchin logo. Revision Changes Path 1.28 +3 -1 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 Thu Sep 30 9:25:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ECCB14ED1; Thu, 30 Sep 1999 09:25:33 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17156; Thu, 30 Sep 1999 09:25:33 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199909301625.JAA17156@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 30 Sep 1999 09:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal Makefile about.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/09/30 09:25:33 PDT Modified files: en/internal Makefile about.sgml Log: Fix Urchin logo URL. Revision Changes Path 1.18 +2 -2 www/en/internal/Makefile 1.29 +3 -3 www/en/internal/about.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 9:27:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36AD214EC8; Thu, 30 Sep 1999 09:27:12 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17425; Thu, 30 Sep 1999 09:27:12 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199909301627.JAA17425@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 30 Sep 1999 09:27:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/09/30 09:27:11 PDT Modified files: en/internal Makefile Log: undo last commit. Revision Changes Path 1.19 +1 -1 www/en/internal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 9:35: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BF4415A2D; Thu, 30 Sep 1999 09:35:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18362; Thu, 30 Sep 1999 09:35:02 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199909301635.JAA18362@freefall.freebsd.org> From: Chris Piazza Date: Thu, 30 Sep 1999 09:35:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/30 09:35:01 PDT Modified files: mail/fetchmail Makefile mail/fetchmail/files md5 Log: Update to version 5.1.1 Revision Changes Path 1.81 +3 -3 ports/mail/fetchmail/Makefile 1.72 +1 -1 ports/mail/fetchmail/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 11: 5: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C1DC14EF6; Thu, 30 Sep 1999 11:03:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25896; Thu, 30 Sep 1999 11:03:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <199909301803.LAA25896@freefall.freebsd.org> From: John Baldwin Date: Thu, 30 Sep 1999 11:03:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/ports chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jhb 1999/09/30 11:03:41 PDT Modified files: en_US.ISO_8859-1/books/handbook/ports chapter.sgml Log: Fix two misspelled make variables. WKRSRC -> WRKSRC and WKRDIRPREFIX -> WRKDIRPREFIX. The PR noted the second one and I found the first one while fixing the second one. PR: docs/14053 Submitted by: Andrew Revision Changes Path 1.58 +3 -3 doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 11:52:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 759C71510B; Thu, 30 Sep 1999 11:51:57 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29777; Thu, 30 Sep 1999 11:51:57 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199909301851.LAA29777@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 30 Sep 1999 11:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/09/30 11:51:57 PDT Modified files: sys/alpha/conf GENERIC Log: Add ahc driver. The adaptec driver works just dandy on my xp1000 using a 2940UW. The dp264 (and ds20, I think) have an AIC7895 on board so it is important the ahc driver be in GENERIC so that FreeBSD can install on these boxes. Revision Changes Path 1.43 +2 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 11:54:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABB315107; Thu, 30 Sep 1999 11:53:35 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29962; Thu, 30 Sep 1999 11:53:34 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <199909301853.LAA29962@freefall.freebsd.org> From: Mark Murray Date: Thu, 30 Sep 1999 11:53:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_unix Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/09/30 11:53:34 PDT Modified files: lib/libpam/modules/pam_unix Makefile Log: Add libcrypt. This previously/coincidentally worked for login, because login was already linked against it, but others have a problem. Revision Changes Path 1.4 +3 -3 src/lib/libpam/modules/pam_unix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 12: 3:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDBD4154EB; Thu, 30 Sep 1999 12:03:13 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30787; Thu, 30 Sep 1999 12:03:13 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199909301903.MAA30787@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 30 Sep 1999 12:03:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxpreg.h if_fxpvar.h if_fxp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/09/30 12:03:13 PDT Modified files: sys/pci if_fxpreg.h if_fxpvar.h if_fxp.c Log: Make the fxp driver work on alpha, rather than panic the machine on boot and/or when using the card. o Convert the driver to using bus_space. This allows alphas with fxp's to boot, rather than panic'ing because rman_get_virtual() doesn't really return a virtual address on alphas. o Fix an alpha unaligned access error caused by some misfeature of gcc/egcs: if link_addr & rbd_addr in the fxp_rfa struct are 32 bit quantities, egcs will assume they are naturally aligned. So it will do a ldl & some shifty/masky to twiddle 16 bit values in fxp_lwcopy(). However, if they are 16-bit aligned, the ldl will actually be done on a 16-bit aligned value & we will panic with an unaligned access error... Changing their definition to an array of chars seems to fix this. I obtained this from NetBSD. I've tested this on both i386 & alpha. Revision Changes Path 1.18 +3 -3 src/sys/pci/if_fxpreg.h 1.9 +3 -19 src/sys/pci/if_fxpvar.h 1.77 +16 -11 src/sys/pci/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 12: 3:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 223C81551A; Thu, 30 Sep 1999 12:03:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30811; Thu, 30 Sep 1999 12:03:27 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909301903.MAA30811@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 30 Sep 1999 12:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/30 12:03:27 PDT Modified files: sys/kern subr_disk.c Log: Fix disk_close once more, and better this time. Spotted by: bde Revision Changes Path 1.8 +3 -3 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 12: 9:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C1C81504D; Thu, 30 Sep 1999 12:09:23 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31215; Thu, 30 Sep 1999 12:09:23 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199909301909.MAA31215@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 30 Sep 1999 12:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci tsunami.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/09/30 12:09:23 PDT Modified files: sys/alpha/pci tsunami.c Log: This fix allows cards inserted in one of the bottem-most slots on an xp1000 (behind the built-in ppb on hose 1) to be found: When testing the adaptec controller on alpha, I realized I misread the xp1000 documentation and the way I'm calculating the bus number for PCI config space accesses on the tsunami is wrong. I had thought that a bus behind a ppb should be numbered as the nth bus in that hose, but it actually needs to be the nth global bus within the system. The bus number for the primary bus on a hose must always remain 0 when calculating config space addresses. Revision Changes Path 1.5 +3 -3 src/sys/alpha/pci/tsunami.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 12:13:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FD3514C42; Thu, 30 Sep 1999 12:13:19 -0700 (PDT) (envelope-from guido@FreeBSD.org) Received: (from guido@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31425; Thu, 30 Sep 1999 12:13:19 -0700 (PDT) (envelope-from guido@FreeBSD.org) Message-Id: <199909301913.MAA31425@freefall.freebsd.org> From: Guido van Rooij Date: Thu, 30 Sep 1999 12:13:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk guido 1999/09/30 12:13:19 PDT Modified files: sys/kern uipc_syscalls.c Log: Plug a potential filedescriptor leak. This will probably almost never be triggered. Reviewed by: David Greenman Revision Changes Path 1.59 +7 -2 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 12:55: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87D99152F6; Thu, 30 Sep 1999 12:55:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34159; Thu, 30 Sep 1999 12:55:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909301955.MAA34159@freefall.freebsd.org> From: Peter Wemm Date: Thu, 30 Sep 1999 12:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c media.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/30 12:55:01 PDT Modified files: release/sysinstall dist.c media.c Log: Use sigemptyset rather than sa_mask = 0. Submitted by: "John W. DeBoskey" Revision Changes Path 1.151 +2 -2 src/release/sysinstall/dist.c 1.103 +2 -2 src/release/sysinstall/media.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 13:35: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 81ADB14C07 for ; Thu, 30 Sep 1999 13:35:00 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.8.7/8.8.7) with ESMTP id NAA13822 for ; Thu, 30 Sep 1999 13:35:00 -0700 Date: Thu, 30 Sep 1999 13:34:52 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: cvs-all@freebsd.org Subject: wierdness in CVS? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Or is it just me? cvs update: checksum failure after patch to contrib/amd/amq/pawd.1; will refetch P gnu/usr.bin/patch/EXTERN.h cvs update: checksum failure after patch to gnu/usr.bin/patch/EXTERN.h; will refetch P gnu/usr.bin/patch/INTERN.h cvs update: checksum failure after patch to gnu/usr.bin/patch/INTERN.h; will refetch P gnu/usr.bin/patch/common.h cvs update: checksum failure after patch to gnu/usr.bin/patch/common.h; will refetch P gnu/usr.bin/patch/inp.c cvs update: checksum failure after patch to gnu/usr.bin/patch/inp.c; will refetch P gnu/usr.bin/patch/inp.h cvs update: checksum failure after patch to gnu/usr.bin/patch/inp.h; will refetch P gnu/usr.bin/patch/patch.1 cvs update: checksum failure after patch to gnu/usr.bin/patch/patch.1; will refetch P gnu/usr.bin/patch/patch.c cvs update: checksum failure after patch to gnu/usr.bin/patch/patch.c; will refetch P gnu/usr.bin/patch/pch.c cvs update: checksum failure after patch to gnu/usr.bin/patch/pch.c; will refetch P gnu/usr.bin/patch/pch.h cvs update: checksum failure after patch to gnu/usr.bin/patch/pch.h; will refetch P gnu/usr.bin/patch/util.h cvs update: checksum failure after patch to gnu/usr.bin/patch/util.h; will refetch P gnu/usr.bin/patch/version.c cvs update: checksum failure after patch to gnu/usr.bin/patch/version.c; will refetch P gnu/usr.bin/patch/version.h cvs update: checksum failure after patch to gnu/usr.bin/patch/version.h; will refetch M gnu/usr.bin/perl/utils/Makefile P lib/libc/stdlib/strhash.c cvs update: checksum failure after patch to lib/libc/stdlib/strhash.c; will refetch P release/sysinstall/dist.c P release/sysinstall/media.c cvs update: move away share/man/man0/man4; it is in the way C share/man/man0/man4 P sys/contrib/dev/oltr/trlld.h cvs update: checksum failure after patch to sys/contrib/dev/oltr/trlld.h; will refetch P usr.bin/compress/doc/revision.log cvs update: checksum failure after patch to usr.bin/compress/doc/revision.log; will refetch P usr.sbin/pcvt/kbdio/kbdio.y cvs update: checksum failure after patch to usr.sbin/pcvt/kbdio/kbdio.y; will refetch P usr.sbin/pcvt/kbdio/lex.l cvs update: checksum failure after patch to usr.sbin/pcvt/kbdio/lex.l; will refetch P usr.sbin/pcvt/vgaio/lex.l cvs update: checksum failure after patch to usr.sbin/pcvt/vgaio/lex.l; will refetch P usr.sbin/pcvt/vgaio/vgaio.h cvs update: checksum failure after patch to usr.sbin/pcvt/vgaio/vgaio.h; will refetch P usr.sbin/pcvt/vgaio/vgaio.y cvs update: checksum failure after patch to usr.sbin/pcvt/vgaio/vgaio.y; will refetch P usr.sbin/pkg_install/tkpkg cvs update: checksum failure after patch to usr.sbin/pkg_install/tkpkg; will refetch P usr.sbin/xntpd/parse/clk_trimtaip.c cvs update: checksum failure after patch to usr.sbin/xntpd/parse/clk_trimtaip.c; will refetch P usr.sbin/xntpd/parse/clk_trimtsip.c cvs update: checksum failure after patch to usr.sbin/xntpd/parse/clk_trimtsip.c; will refetch P usr.sbin/xntpd/parse/util/parsetest.c cvs update: checksum failure after patch to usr.sbin/xntpd/parse/util/parsetest.c; will refetch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 14:14:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8D015637; Thu, 30 Sep 1999 14:14:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39852; Thu, 30 Sep 1999 14:14:30 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199909302114.OAA39852@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 30 Sep 1999 14:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/09/30 14:14:29 PDT Modified files: sys/kern subr_disk.c Log: Make all slices/partitions correctly inherit si_* fields. Lightly tested by: msmith Revision Changes Path 1.9 +14 -7 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 16: 6:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18B851503C; Thu, 30 Sep 1999 16:06:54 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47522; Thu, 30 Sep 1999 16:06:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199909302306.QAA47522@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 30 Sep 1999 16:06:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/roxen Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/09/30 16:06:53 PDT Modified files: www/roxen Makefile Log: You can't write into ${PKGDIR} -- move ${PKGMESSAGE} to ${WRKSRC}. Found by: obento Revision Changes Path 1.7 +3 -2 ports/www/roxen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 16:56:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CFBA14D4A; Thu, 30 Sep 1999 16:56:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50913; Thu, 30 Sep 1999 16:56:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <199909302356.QAA50913@freefall.freebsd.org> From: Steve Price Date: Thu, 30 Sep 1999 16:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/09/30 16:56:27 PDT Modified files: java/tya Makefile java/tya/files md5 Log: Update to version 1.5. Submitted by: maintainer Revision Changes Path 1.10 +5 -5 ports/java/tya/Makefile 1.5 +1 -1 ports/java/tya/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 17: 0:46 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id 0E4C414D4A; Thu, 30 Sep 1999 17:00:38 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id SAA10137; Thu, 30 Sep 1999 18:00:38 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id SAA01156; Thu, 30 Sep 1999 18:00:37 -0600 Date: Thu, 30 Sep 1999 18:00:37 -0600 Message-Id: <199910010000.SAA01156@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 In-Reply-To: <199909302356.QAA50913@freefall.freebsd.org> References: <199909302356.QAA50913@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > steve 1999/09/30 16:56:27 PDT > > Modified files: > java/tya Makefile > java/tya/files md5 > Log: > Update to version 1.5. > > Submitted by: maintainer Thanks again Steve. FWIW, this also works great under that oldy/goodey OS, FreeBSD 2.2.8. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 17: 4:11 1999 Delivered-To: cvs-all@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 7D1DB14D4E; Thu, 30 Sep 1999 17:04:08 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA24774; Thu, 30 Sep 1999 19:04:02 -0500 (CDT) Date: Thu, 30 Sep 1999 19:04:01 -0500 (CDT) From: Steve Price To: Nate Williams Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 In-Reply-To: <199910010000.SAA01156@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 30 Sep 1999, Nate Williams wrote: # Thanks again Steve. FWIW, this also works great under that oldy/goodey # OS, FreeBSD 2.2.8. :) NP. Since I saw Albrecht's announcement I've been running it on 3.3 and 4.0 so I think we've got things covered. :) Seeing Jake's (non)PR show up on -ports was my cue to go ahead and commit the changes. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 17:10:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB4EB15095; Thu, 30 Sep 1999 17:10:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA51724; Thu, 30 Sep 1999 17:10:40 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <199910010010.RAA51724@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 30 Sep 1999 17:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-mule Makefile ports/japanese/lookup-xemacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/09/30 17:10:40 PDT Modified files: japanese/lookup-mule Makefile japanese/lookup-xemacs/pkg PLIST Log: XEmacs can register info files in "M-x info" automatically. So "install-info" does not need. Revision Changes Path 1.6 +3 -1 ports/japanese/lookup-mule/Makefile 1.4 +0 -2 ports/japanese/lookup-xemacs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 17:13:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5597314D4E; Thu, 30 Sep 1999 17:13:45 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA51975; Thu, 30 Sep 1999 17:13:45 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199910010013.RAA51975@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 30 Sep 1999 17:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/09/30 17:13:45 PDT Modified files: etc/defaults rc.conf Log: If dumpdev exists, it's automatically enabled. Change comment to reflect. Revision Changes Path 1.38 +2 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 18:30:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 053A2154BA; Thu, 30 Sep 1999 18:30:22 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56931; Thu, 30 Sep 1999 18:30:22 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910010130.SAA56931@freefall.freebsd.org> From: Dan Moschuk Date: Thu, 30 Sep 1999 18:30:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker-i18n Makefile ports/x11-wm/windowmaker-i18n/files md5 ports/x11-wm/windowmaker-i18n/patches patch-ad patch-bb ports/x11-wm/windowmaker-i18n/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/09/30 18:30:22 PDT Modified files: x11-wm/windowmaker-i18n Makefile x11-wm/windowmaker-i18n/files md5 x11-wm/windowmaker-i18n/patches patch-ad patch-bb x11-wm/windowmaker-i18n/pkg PLIST Log: Update windowmaker-i18n to 0.61.0. NOTE: I made a minor tweak or three to the Makefile to hush portlint -c somewhat. However, I am unable to ensure that I didn't break the port (the distfile is 1.7M, and is downloading at 300bytes/sec (yes, my cable connection sucks)). Can someone please check this? Revision Changes Path 1.64 +5 -6 ports/x11-wm/windowmaker-i18n/Makefile 1.29 +1 -2 ports/x11-wm/windowmaker-i18n/files/md5 1.21 +5 -5 ports/x11-wm/windowmaker-i18n/patches/patch-ad 1.5 +8 -8 ports/x11-wm/windowmaker-i18n/patches/patch-bb 1.26 +5 -6 ports/x11-wm/windowmaker-i18n/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 18:50:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A75BA15021; Thu, 30 Sep 1999 18:50:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA58616; Thu, 30 Sep 1999 18:50:36 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910010150.SAA58616@freefall.freebsd.org> From: Chris Piazza Date: Thu, 30 Sep 1999 18:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gindent Makefile ports/devel/gindent/files md5 ports/devel/gindent/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/09/30 18:50:36 PDT Modified files: devel/gindent Makefile devel/gindent/files md5 Removed files: devel/gindent/patches patch-ac Log: Update to gindent ver 2.2.2 Revision Changes Path 1.9 +8 -7 ports/devel/gindent/Makefile 1.6 +1 -1 ports/devel/gindent/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 19:41:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B39E1509F; Thu, 30 Sep 1999 19:41:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62232; Thu, 30 Sep 1999 19:41:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910010241.TAA62232@freefall.freebsd.org> From: Matt Jacob Date: Thu, 30 Sep 1999 19:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf files.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/09/30 19:41:31 PDT Modified files: sys/alpha/conf files.alpha Log: make sure a trivial apm.h is created, as some people have assumed that all architectures have apm and have just included apm.h blindly. Revision Changes Path 1.31 +6 -1 src/sys/alpha/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 20:12:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A6914BE5; Thu, 30 Sep 1999 20:12:15 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64128; Thu, 30 Sep 1999 20:12:15 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910010312.UAA64128@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 30 Sep 1999 20:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/aha aha_mca.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/30 20:12:15 PDT Modified files: sys/conf files Added files: sys/dev/aha aha_mca.c Log: Add support for the AHA-1640 SCSI adapter. The changes to sys/dev/aha/aha.c that allow these cards to function properly will be here in a day or 2. Revision Changes Path 1.260 +2 -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 Thu Sep 30 21:10:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E43B714C07; Thu, 30 Sep 1999 21:10:21 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67689; Thu, 30 Sep 1999 21:10:21 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199910010410.VAA67689@freefall.freebsd.org> From: Kenneth Merry Date: Thu, 30 Sep 1999 21:10:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol modeedit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ken 1999/09/30 21:10:21 PDT Modified files: (Branch: RELENG_3) sbin/camcontrol modeedit.c Log: MFC, revision 1.4: Use mkstemp(3) instead of tmpnam(3) when creating temporary files for mode page editing. Submitted by: roberto Reviewed by: imp, ken Revision Changes Path 1.1.2.3 +7 -4 src/sbin/camcontrol/modeedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 22:24:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24CD514D4A; Thu, 30 Sep 1999 22:24:28 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73073; Thu, 30 Sep 1999 22:24:28 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910010524.WAA73073@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 30 Sep 1999 22:24:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/isa wd.c if_ep.c if_epreg.h src/sys/i386/conf files.i386 src/sys/i386/eisa 3c5x9.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/30 22:24:28 PDT Modified files: sys/conf files sys/i386/isa wd.c sys/i386/conf files.i386 Removed files: sys/i386/isa if_ep.c if_epreg.h sys/i386/eisa 3c5x9.c Log: Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver. Turn on the 'new' if_ep driver which supports: ISA 3c509 MCA 3c529 EISA 3c579 PCCARD 3c589 I think all we're missing is support for the VME bus and S-100 bus Etherlink III cards. The new code has been tested by a number of people and all the important bits work. I've not been able to test the EISA code but will do so once my hardware arrives. Since I've changed nothing in the EISA code I suspect it will perform the same manner as before. Future changes involve whacking the ISA and PCCARD front ends to use newbus and to convert the driver to bus_space and make it use ifmedia. This is the first working network driver that supports MCA bus devices btw. Enjoy. Revision Changes Path 1.261 +8 -3 src/sys/conf/files 1.211 +19 -1 src/sys/i386/isa/wd.c 1.275 +1 -3 src/sys/i386/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 22:31:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA4014D4A; Thu, 30 Sep 1999 22:31:34 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73510; Thu, 30 Sep 1999 22:31:28 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910010531.WAA73510@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 30 Sep 1999 22:31:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/09/30 22:31:28 PDT Modified files: sys/i386/isa wd.c Log: Back out an unintended commit. This wasn't supposed to be in my work directory on freefall. Revision Changes Path 1.212 +1 -19 src/sys/i386/isa/wd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 30 22:32:20 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 3934D14D4A; Thu, 30 Sep 1999 22:32:14 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with ESMTP id BAA24825; Fri, 1 Oct 1999 01:32:14 -0400 (EDT) Date: Fri, 1 Oct 1999 01:32:14 -0400 (EDT) From: "Matthew N. Dodd" To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/i386/isa wd.c if_ep.c if_epreg.h src/sys/i386/conf files.i386 src/sys/i386/eisa 3c5x9.c In-Reply-To: <199910010524.WAA73073@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 30 Sep 1999, Matthew N. Dodd wrote: > mdodd 1999/09/30 22:24:28 PDT > > Modified files: > sys/conf files > sys/i386/isa wd.c ^^^^^^^^^^^^^^^^^^^^^^^^^ I've backed this out. Sorry for the spamage. --- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 0:22:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC4BA15109; Fri, 1 Oct 1999 00:22:51 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80269; Fri, 1 Oct 1999 00:22:51 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910010722.AAA80269@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Oct 1999 00:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/01 00:22:51 PDT Modified files: sys/i386/i386 machdep.c Log: Don't check %cs *after* it has being set in sigreturn. If the check fails, applications could end up running in kernel mode (oops). Submitted by: bde Revision Changes Path 1.363 +7 -6 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 0:49:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E083150CF; Fri, 1 Oct 1999 00:49:39 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81971; Fri, 1 Oct 1999 00:49:39 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910010749.AAA81971@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 1 Oct 1999 00:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/01 00:49:38 PDT Modified files: sys/alpha/alpha machdep.c sys/i386/i386 machdep.c Log: Implement the use of si_addr in siginfo_t. Suggested by: jdp Revision Changes Path 1.55 +2 -1 src/sys/alpha/alpha/machdep.c 1.364 +2 -1 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 0:53:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44E1C14D4A; Fri, 1 Oct 1999 00:53:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA82201; Fri, 1 Oct 1999 00:53:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <199910010753.AAA82201@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 1 Oct 1999 00:53:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep sleep.1 sleep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ru 1999/10/01 00:53:41 PDT Modified files: bin/sleep sleep.1 sleep.c Log: Let sleep(1) handle fractions of a second (up to nanosecond). This is a conservative change. It does the same thing in weird cases like the old one. For example, 'sleep abcd' still sleeps for zero seconds. `sleep 10.a' and `sleep 10.05aa' do the best and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds). Revision Changes Path 1.13 +17 -9 src/bin/sleep/sleep.1 1.9 +57 -5 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 1:18:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B10BC14D24; Fri, 1 Oct 1999 01:18:33 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83881; Fri, 1 Oct 1999 01:18:33 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <199910010818.BAA83881@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 1 Oct 1999 01:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nakai 1999/10/01 01:18:33 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Good-bye my days as a porter! Revision Changes Path 1.55 +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 Fri Oct 1 1:20:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EC9C14EB7; Fri, 1 Oct 1999 01:20:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA84050; Fri, 1 Oct 1999 01:20:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199910010820.BAA84050@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 1 Oct 1999 01:20:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/3.3R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/10/01 01:20:36 PDT Modified files: en/releases/3.3R errata.sgml Log: Add new errata item. Revision Changes Path 1.3 +21 -2 www/en/releases/3.3R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 1:26: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AF0914D24; Fri, 1 Oct 1999 01:26:07 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA84379; Fri, 1 Oct 1999 01:26:07 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <199910010826.BAA84379@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 1 Oct 1999 01:26:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nakai 1999/10/01 01:26:07 PDT Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Cood-bye my days as a porter, and welcome those as a committer... Revision Changes Path 1.71 +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 Fri Oct 1 1:46:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EC5314CF0; Fri, 1 Oct 1999 01:46:16 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA86056; Fri, 1 Oct 1999 01:46:16 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <199910010846.BAA86056@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 1 Oct 1999 01:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gogo Makefile ports/audio/gogo/files md5 README ports/audio/gogo/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nakai 1999/10/01 01:46:16 PDT Modified files: audio/gogo Makefile audio/gogo/files md5 audio/gogo/pkg COMMENT DESCR PLIST Removed files: audio/gogo/files README Log: Update version. Revision Changes Path 1.3 +13 -10 ports/audio/gogo/Makefile 1.2 +1 -1 ports/audio/gogo/files/md5 1.3 +1 -1 ports/audio/gogo/pkg/COMMENT 1.3 +9 -3 ports/audio/gogo/pkg/DESCR 1.2 +0 -1 ports/audio/gogo/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 Oct 1 2:28:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BE071512F; Fri, 1 Oct 1999 02:28:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA89143; Fri, 1 Oct 1999 02:28:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199910010928.CAA89143@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 1 Oct 1999 02:28:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/10/01 02:28:34 PDT Modified files: Mk bsd.port.mk Log: Handle distfiles with directory names in it. Helps when the master site has things in different directories. PR: 13926 Submitted by: jdp Reviewed by: steve Revision Changes Path 1.321 +23 -5 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 2:31:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92054152C1; Fri, 1 Oct 1999 02:31:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA89538; Fri, 1 Oct 1999 02:31:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199910010931.CAA89538@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 1 Oct 1999 02:31:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/squeak1 Makefile ports/lang/squeak1/files md5 ports/lang/squeak2 Makefile ports/lang/squeak2/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/10/01 02:31:30 PDT Modified files: lang/squeak1 Makefile lang/squeak1/files md5 lang/squeak2 Makefile lang/squeak2/files md5 Log: Make this work with rev. 1.321 of bsd.port.mk (support for distfiles with directory names). In fact, what these ports were doing before were not supported -- but they can walk under the sun now. Revision Changes Path 1.8 +2 -3 ports/lang/squeak1/Makefile 1.3 +1 -1 ports/lang/squeak1/files/md5 1.13 +2 -3 ports/lang/squeak2/Makefile 1.5 +1 -1 ports/lang/squeak2/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 2:34:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8346614C20; Fri, 1 Oct 1999 02:34:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA89745; Fri, 1 Oct 1999 02:34:11 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199910010934.CAA89745@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 1 Oct 1999 02:34:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/10/01 02:34:11 PDT Modified files: sys/cam/scsi scsi_cd.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c Log: Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi. Somewhat reviewed by: ken Revision Changes Path 1.28 +37 -90 src/sys/cam/scsi/scsi_cd.c 1.39 +47 -117 src/sys/cam/scsi/scsi_da.c 1.17 +2 -5 src/sys/cam/scsi/scsi_pass.c 1.15 +2 -7 src/sys/cam/scsi/scsi_pt.c 1.35 +2 -6 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 3: 3:54 1999 Delivered-To: cvs-all@freebsd.org Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (Postfix) with ESMTP id B258115051; Fri, 1 Oct 1999 03:03:37 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (silvia [209.111.213.92]) by vader.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id DAA16125; Fri, 1 Oct 1999 03:03:35 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA42045; Fri, 1 Oct 1999 03:03:29 -0700 (PDT) To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/windowmaker-i18n Makefile ports/x11-wm/windowmaker-i18n/files md5 ports/x11-wm/windowmaker-i18n/patches patch-ad patch-bb ports/x11-wm/windowmaker-i18n/pkg PLIST References: <199910010130.SAA56931@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 01 Oct 1999 03:03:27 -0700 In-Reply-To: Dan Moschuk's message of "Thu, 30 Sep 1999 18:30:22 -0700 (PDT)" Message-ID: Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * connection sucks)). Can someone please check this? http://bento.FreeBSD.org/errorlogs/ :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 5:29:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00D2714D9A; Fri, 1 Oct 1999 05:29:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04262; Fri, 1 Oct 1999 05:29:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199910011229.FAA04262@freefall.freebsd.org> From: KATO Takenori Date: Fri, 1 Oct 1999 05:29:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/10/01 05:29:49 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync w/ sys/i386/conf/files.i386 revision 1.275. Revision Changes Path 1.118 +1 -3 src/sys/pc98/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 Fri Oct 1 5:39: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0773B1515F; Fri, 1 Oct 1999 05:38:55 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA04964; Fri, 1 Oct 1999 05:38:54 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <199910011238.FAA04964@freefall.freebsd.org> From: "R. Imura" Date: Fri, 1 Oct 1999 05:38:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt-i18n Makefile ports/x11-toolkits/qt-i18n/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imura 1999/10/01 05:38:54 PDT Modified files: x11-toolkits/qt-i18n Makefile x11-toolkits/qt-i18n/files md5 Log: i18n-patch updated Revision Changes Path 1.42 +2 -2 ports/x11-toolkits/qt-i18n/Makefile 1.13 +1 -1 ports/x11-toolkits/qt-i18n/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 5:46:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AC9315194; Fri, 1 Oct 1999 05:46:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05577; Fri, 1 Oct 1999 05:46:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <199910011246.FAA05577@freefall.freebsd.org> From: KATO Takenori Date: Fri, 1 Oct 1999 05:46:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/10/01 05:46:09 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync w/ sys/i386/i386/machdep.c revision 1.364. Revision Changes Path 1.134 +9 -8 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 Fri Oct 1 5:52:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 544E4153E6; Fri, 1 Oct 1999 05:52:45 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06030; Fri, 1 Oct 1999 05:52:45 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <199910011252.FAA06030@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 1 Oct 1999 05:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/10/01 05:52:39 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.9 + mod_ssl 2.4.5 Revision Changes Path 1.50 +3 -3 ports/www/apache13-modssl/Makefile 1.41 +1 -1 ports/www/apache13-modssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 6:19:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D377815488; Fri, 1 Oct 1999 06:19:31 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA08059; Fri, 1 Oct 1999 06:19:31 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199910011319.GAA08059@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 1 Oct 1999 06:19:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal about.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/10/01 06:19:31 PDT Modified files: en/internal about.sgml Log: Update update time of the web pages. Revision Changes Path 1.30 +3 -3 www/en/internal/about.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:10:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B08241565D; Fri, 1 Oct 1999 07:10:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68332; Fri, 1 Oct 1999 07:10:52 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011410.HAA68332@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:10:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys wormio.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:10:51 PDT Modified files: sys/sys wormio.h Log: Move a couple of ioctl defines from wormcontrol.c to wormio.h. These are used in the dev/ata/atapi-cd driver too. Revision Changes Path 1.6 +4 -0 src/sys/sys/wormio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:12:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1392B1539F; Fri, 1 Oct 1999 07:12:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68622; Fri, 1 Oct 1999 07:12:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011412.HAA68622@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wormcontrol wormcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:12:47 PDT Modified files: usr.sbin/wormcontrol wormcontrol.c Log: Use the sys/wormio.h definitions of CDRIOCNEXTWRITEABLEADDR and CDRIOCBLANK ioctls. Revision Changes Path 1.11 +1 -3 src/usr.sbin/wormcontrol/wormcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:14:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FAB914C1B; Fri, 1 Oct 1999 07:14:21 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68798; Fri, 1 Oct 1999 07:14:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011414.HAA68798@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:14:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:14:20 PDT Modified files: sys/dev/ata atapi-cd.h Log: Use the sys/wormio.h definitions of the CDRIOCNEXTWRITEABLEADDR and CDRIOCBLANK ioctls rather than duplicating them. Revision Changes Path 1.8 +1 -4 src/sys/dev/ata/atapi-cd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:21:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F12114A1C; Fri, 1 Oct 1999 07:21:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA69781; Fri, 1 Oct 1999 07:21:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011421.HAA69781@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys malloc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:21:51 PDT Modified files: sys/sys malloc.h Log: Force the "calls" count for malloc types to be 64 bit where it keeps track of the number of times a particular type has been used. It's rather easy to overflow. One site I'm looking at seems to do it in a matter of days. On the Alpha this is a no-op since 'long' is 64 bit already. The sole user of this interface seems to be vmstat -m and friends which will need a recompile. The overheads of using a 64 bit int should be pretty light as the kernel just does "calls++" type operations and that's it. Revision Changes Path 1.46 +3 -3 src/sys/sys/malloc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:23:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BABE14A1C; Fri, 1 Oct 1999 07:23:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA70071; Fri, 1 Oct 1999 07:23:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011423.HAA70071@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_stream.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:23:37 PDT Modified files: sys/svr4 svr4_stream.c Log: Zap a trigraph (???) Revision Changes Path 1.6 +2 -2 src/sys/svr4/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 7:26:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C944114C06; Fri, 1 Oct 1999 07:26:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA70416; Fri, 1 Oct 1999 07:26:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910011426.HAA70416@freefall.freebsd.org> From: Peter Wemm Date: Fri, 1 Oct 1999 07:26:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/svr4 svr4_stream.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/01 07:26:29 PDT Modified files: sys/svr4 svr4_stream.c Log: Oops. That'll teach me to commit without testing. I either replaced one trigraph with another, or completely missed the point. Kill it for real this time. Revision Changes Path 1.7 +2 -2 src/sys/svr4/svr4_stream.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 8: 6:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F0C9159CE; Fri, 1 Oct 1999 08:06:37 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73960; Fri, 1 Oct 1999 08:06:36 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <199910011506.IAA73960@freefall.freebsd.org> From: Wolfram Schneider Date: Fri, 1 Oct 1999 08:06:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/10/01 08:06:36 PDT Modified files: en/projects projects.sgml Log: Added Enteruser: A Replacement for Adduser Revision Changes Path 1.75 +2 -1 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 8:17:18 1999 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 225E415A1A; Fri, 1 Oct 1999 08:16:55 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id IAA26304; Fri, 1 Oct 1999 08:16:49 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <199910011516.IAA26304@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-Reply-To: <199910010722.AAA80269@freefall.freebsd.org> from Marcel Moolenaar at "Oct 1, 1999 00:22:51 am" To: marcel@FreeBSD.org (Marcel Moolenaar) Date: Fri, 1 Oct 1999 08:16:49 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > marcel 1999/10/01 00:22:51 PDT > > Modified files: > sys/i386/i386 machdep.c > Log: > Don't check %cs *after* it has being set in sigreturn. If the check > fails, applications could end up running in kernel mode (oops). Hummm... could you implement CMKRN for me.... :-) :-) I'd love to be able to run in kernel mode from user land address space. Don't ask why, or at least, not yet :-). -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 9:59:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5379315A94; Fri, 1 Oct 1999 09:58:42 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82898; Fri, 1 Oct 1999 09:58:41 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199910011658.JAA82898@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 1 Oct 1999 09:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/10/01 09:58:41 PDT Modified files: sys/pci pci.c Log: Backout part of the changes made in 1.111 For unknown devices the output will now be pci0: unknown card (vendor=0x109e, dev=0x0878) at 14.1 irq 19 instead of pci0: unknown card DD^0878 (vendor=0x109e, dev=0x0878) at 14.1 irq 19 Before this change, the code used to take the PCI vendor id and translate it into a three letter ASCII name. For PnP devices, the vendor id _does_ map to a nice ASCII name (eg Creative Labs PnP ID maps to "CTL", ESS PnP ID maps to "ESS") But there is no such mapping for PCI devices, as can be seen by the example above where the Brooktree PCI vendor ID maps to "DD^" The PCI Special Interest Group confirmed they do not have any mappings from vendor ID to ASCII. Revision Changes Path 1.119 +2 -10 src/sys/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 Fri Oct 1 10: 8:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E59FA14BCD; Fri, 1 Oct 1999 10:08:51 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: (from pb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83525; Fri, 1 Oct 1999 10:08:51 -0700 (PDT) (envelope-from pb@FreeBSD.org) Message-Id: <199910011708.KAA83525@freefall.freebsd.org> From: Pierre Beyssac Date: Fri, 1 Oct 1999 10:08:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pb 1999/10/01 10:08:51 PDT Modified files: (Branch: RELENG_3) sys/kern uipc_socket2.c Log: MFC: in sbflush(), don't exit the while loop too early: this can cause an empty mbuf to stay in the queue, then causing a needless panic because sb_cc == 0 and sb_mbcnt != 0. But we still need to panic rather than endlessly looping if, for some reason, sb_cc == 0 and there are non-empty mbufs in the queue. PR: kern/11988 Revision Changes Path 1.43.2.6 +9 -2 src/sys/kern/uipc_socket2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 10:14:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C59A14CA1; Fri, 1 Oct 1999 10:14:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83949; Fri, 1 Oct 1999 10:14:13 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199910011714.KAA83949@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 1 Oct 1999 10:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr CHANGELOG.TXT bktr_audio.c bktr_audio.h bktr_card.c bktr_card.h bktr_core.c bktr_core.h bktr_i2c.c bktr_i2c.h bktr_os.c bktr_os.h bktr_reg.h bktr_tuner.c bktr_tuner.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/10/01 10:14:13 PDT Added files: (Branch: RELENG_3) sys/dev/bktr CHANGELOG.TXT bktr_audio.c bktr_audio.h bktr_card.c bktr_card.h bktr_core.c bktr_core.h bktr_i2c.c bktr_i2c.h bktr_os.c bktr_os.h bktr_reg.h bktr_tuner.c bktr_tuner.h Log: MFC: Sync with the latest driver from -current. The bktr Bt848/Bt878 driver has been moved to /sys/dev/bktr and has also been broken down into smaller files for tuner,audio,card detection,video capture and OS specific parts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 10:32:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E746514FF5; Fri, 1 Oct 1999 10:32:15 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85642; Fri, 1 Oct 1999 10:32:15 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <199910011732.KAA85642@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 1 Oct 1999 10:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3/files md5 ports/www/apache13-php3/scripts configure.php ports/www/apache13-php4/files md5 ports/www/apache13-php4/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/10/01 10:32:15 PDT Modified files: www/apache13-php3/files md5 www/apache13-php3/scripts configure.php www/apache13-php4/files md5 www/apache13-php4/scripts configure.php Log: Upgrade to mod_ssl 2.4.5. Revision Changes Path 1.66 +1 -1 ports/www/apache13-php3/files/md5 1.58 +1 -1 ports/www/apache13-php3/scripts/configure.php 1.65 +1 -1 ports/www/apache13-php4/files/md5 1.61 +1 -1 ports/www/apache13-php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 10:49:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75D9D157F4; Fri, 1 Oct 1999 10:48:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87022; Fri, 1 Oct 1999 10:48:57 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011748.KAA87022@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 10:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 10:48:56 PDT Modified files: . modules Log: mmencode --> ports/converters/mmencode Revision Changes Path 1.437 +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 Oct 1 10:54:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A8EA14C1A; Fri, 1 Oct 1999 10:54:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87395; Fri, 1 Oct 1999 10:54:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011754.KAA87395@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 10:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mmencode - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 10:54:16 PDT ports/converters/mmencode - Imported sources Update of /home/ncvs/ports/converters/mmencode In directory freefall.freebsd.org:/d/users/cpiazza/work/mmencode Log Message: Import of mmencode. mmencode is actually part of metamail, but at least one port, bgrab, requires this to run. bgrab is a console application, and metamail requires X (not good). mmencode simply converts a byte stream into (or out of) one of one of the standard encoding formats defined by MIME. PR: 14054 Submitted by: Kelly Yancey Status: Vendor Tag: KBYANC Release Tags: v_2_7 N ports/converters/mmencode/Makefile N ports/converters/mmencode/pkg/PLIST N ports/converters/mmencode/pkg/COMMENT N ports/converters/mmencode/pkg/DESCR N ports/converters/mmencode/files/md5 N ports/converters/mmencode/patches/patch-aa N ports/converters/mmencode/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 10:54:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C14A159F0; Fri, 1 Oct 1999 10:54:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87451; Fri, 1 Oct 1999 10:54:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011754.KAA87451@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 10:54:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 10:54:53 PDT Modified files: converters Makefile Log: Activate mmencode Revision Changes Path 1.25 +2 -1 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 10:56: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFC61518E; Fri, 1 Oct 1999 10:56:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87617; Fri, 1 Oct 1999 10:56:00 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011756.KAA87617@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 10:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mmencode Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 10:56:00 PDT Modified files: converters/mmencode Makefile Log: ${INSTALL_MAN} instead of ${CP} Revision Changes Path 1.2 +2 -2 ports/converters/mmencode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 11: 7: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A00D15ABA; Fri, 1 Oct 1999 11:06:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89203; Fri, 1 Oct 1999 11:06:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011806.LAA89203@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 11:06:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/bgrab Makefile ports/news/bgrab/files Makefile.dist md5 ports/news/bgrab/patches patch-aa patch-ab patch-ac patch-ad ports/news/bgrab/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 11:06:35 PDT Modified files: news/bgrab Makefile news/bgrab/files md5 news/bgrab/patches patch-aa patch-ab patch-ac news/bgrab/pkg COMMENT DESCR Added files: news/bgrab/files Makefile.dist Removed files: news/bgrab/patches patch-ad Log: Update to version 1.2.3 PR: 13960 Submitted by: maintainer Revision Changes Path 1.4 +13 -4 ports/news/bgrab/Makefile 1.2 +1 -1 ports/news/bgrab/files/md5 1.2 +9 -20 ports/news/bgrab/patches/patch-aa 1.2 +16 -17 ports/news/bgrab/patches/patch-ab 1.2 +13 -9 ports/news/bgrab/patches/patch-ac 1.2 +1 -1 ports/news/bgrab/pkg/COMMENT 1.2 +3 -1 ports/news/bgrab/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 Oct 1 11: 9:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66CB115B7C; Fri, 1 Oct 1999 11:07:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89384; Fri, 1 Oct 1999 11:07:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011807.LAA89384@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 11:07:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/bgrab Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 11:07:18 PDT Modified files: news/bgrab Makefile Log: Er, that was PR: 13860 Revision Changes Path 1.5 +1 -1 ports/news/bgrab/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 11:42:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C533B15190; Fri, 1 Oct 1999 11:42:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91785; Fri, 1 Oct 1999 11:42:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910011842.LAA91785@freefall.freebsd.org> From: Chris Piazza Date: Fri, 1 Oct 1999 11:42:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xbattle Makefile ports/games/xbattle/patches patch-aa ports/games/xbattle/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/01 11:42:08 PDT Modified files: games/xbattle Makefile games/xbattle/patches patch-aa games/xbattle/pkg PLIST Log: Install in share/*, not /etc/*. Obtained from: OpenBSD Revision Changes Path 1.6 +14 -5 ports/games/xbattle/Makefile 1.2 +3 -3 ports/games/xbattle/patches/patch-aa 1.3 +18 -18 ports/games/xbattle/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 Oct 1 13:16:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C0DB14CD1; Fri, 1 Oct 1999 13:16:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA97500; Fri, 1 Oct 1999 13:16:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910012016.NAA97500@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 1 Oct 1999 13:16:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape46-communicator.us Makefile ports/www/netscape46-communicator.us/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/01 13:16:44 PDT Modified files: www/netscape46-communicator.us Makefile www/netscape46-communicator.us/files md5 Log: Upgrade to 4.7 128-bit (U.S.) encription version. Revision Changes Path 1.19 +6 -6 ports/www/netscape46-communicator.us/Makefile 1.6 +1 -1 ports/www/netscape46-communicator.us/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 14:12:37 1999 Delivered-To: cvs-all@freebsd.org Received: from dt011n66.san.rr.com (dt011n66.san.rr.com [204.210.13.102]) by hub.freebsd.org (Postfix) with ESMTP id 54402151ED; Fri, 1 Oct 1999 14:12:28 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from localhost (doug@localhost) by dt011n66.san.rr.com (8.9.3/8.8.8) with ESMTP id OAA09184; Fri, 1 Oct 1999 14:12:28 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Fri, 1 Oct 1999 14:12:28 -0700 (PDT) From: Doug X-Sender: doug@dt011n66.san.rr.com To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape46-communicator.us Makefile ports/www/netscape46-communicator.us/files md5 In-Reply-To: <199910012016.NAA97500@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 1 Oct 1999, David E. O'Brien wrote: > obrien 1999/10/01 13:16:44 PDT > > Modified files: > www/netscape46-communicator.us Makefile > www/netscape46-communicator.us/files md5 > Log: > Upgrade to 4.7 128-bit (U.S.) encription version. Do we want to change the name of this port, or better yet just eliminate all of the netscapeN ports in favor of a more concise system? :) Doug -- "Stop it, I'm gettin' misty." - Mel Gibson as Porter, "Payback" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 15:39:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C63714C39; Fri, 1 Oct 1999 15:39:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA06948; Fri, 1 Oct 1999 15:39:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199910012239.PAA06948@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 1 Oct 1999 15:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bb Makefile ports/net/bb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/10/01 15:39:24 PDT Modified files: net/bb Makefile net/bb/pkg PLIST Log: Maintainer timeout -- move symlink source to share/doc/apache/manual/bb. Also create cgi-bin dir. Revision Changes Path 1.37 +5 -2 ports/net/bb/Makefile 1.12 +3 -2 ports/net/bb/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 Oct 1 15:41: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6628B14C39; Fri, 1 Oct 1999 15:41:04 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA07085; Fri, 1 Oct 1999 15:41:04 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <199910012241.PAA07085@freefall.freebsd.org> From: John Polstra Date: Fri, 1 Oct 1999 15:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/10/01 15:41:04 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup7.freebsd.org. Revision Changes Path 1.39 +6 -1 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 17:20:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 1151A14C30; Fri, 1 Oct 1999 17:20:26 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA37489; Sat, 2 Oct 1999 09:50:25 +0930 (CST) Date: Sat, 2 Oct 1999 09:50:24 +0930 From: Greg Lehey To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/svr4 svr4_stream.c Message-ID: <19991002095024.G496@freebie.lemis.com> References: <199910011426.HAA70416@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199910011426.HAA70416@freefall.freebsd.org>; from Peter Wemm on Fri, Oct 01, 1999 at 07:26:29AM -0700 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 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Friday, 1 October 1999 at 7:26:29 -0700, Peter Wemm wrote: > peter 1999/10/01 07:26:29 PDT > > Modified files: > sys/svr4 svr4_stream.c > Log: > Oops. That'll teach me to commit without testing. I either replaced > one trigraph with another, or completely missed the point. Kill it for > real this time. From src/sys/svr4/svr4_stream.c: MAINTAINER= newton@freebsd.org Wouldn't it have been up to Mark to decide how to do it? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 18:20:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E125814C16; Fri, 1 Oct 1999 18:19:41 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA16185; Fri, 1 Oct 1999 18:19:41 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020119.SAA16185@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 18:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja includes.sgml internet.sgml www/ja/docproj current.sgml sgml.sgml www/ja/internal about.sgml developer.sgml www/ja/news news.sgml newsflash.sgml qnewsletter.sgml webchanges.sgml www/ja/ports portindex ports.inc categories ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 18:19:41 PDT Modified files: ja includes.sgml internet.sgml ja/docproj current.sgml sgml.sgml ja/internal about.sgml developer.sgml ja/news news.sgml newsflash.sgml qnewsletter.sgml webchanges.sgml ja/ports portindex ports.inc categories ja/projects newbies.sgml projects.sgml Log: MFen: 1.28 -> 1.30 includes.sgml 1.17 -> 1.18 internet.sgml 1.16 -> 1.17 docproj/current.sgml 1.9 -> 1.11 docproj/sgml.sgml 1.27 -> 1.28 internal/about.sgml 1.4 -> 1.5 internal/developer.sgml 1.16 -> 1.17 news/news.sgml 1.127 -> 1.135 news/newsflash.sgml 1.13 -> 1.15 news/qnewsletter.sgml 1.51 -> 1.53 news/webchanges.sgml 1.25 -> 1.26 ports/portindex 1.35 -> 1.41 ports/ports.inc 1.10 -> 1.11 projects/newbies.sgml 1.72 -> 1.74 projects/projects.sgml 1.3 -> 1.7 ports/categories Submitted by: Shun SUZUKI Reviewed by: kuriyama Revision Changes Path 1.17 +8 -5 www/ja/includes.sgml 1.9 +5 -5 www/ja/internet.sgml 1.12 +10 -7 www/ja/docproj/current.sgml 1.12 +6 -9 www/ja/docproj/sgml.sgml 1.17 +8 -3 www/ja/internal/about.sgml 1.6 +4 -6 www/ja/internal/developer.sgml 1.14 +3 -3 www/ja/news/news.sgml 1.36 +54 -6 www/ja/news/newsflash.sgml 1.12 +6 -3 www/ja/news/qnewsletter.sgml 1.12 +3 -3 www/ja/news/webchanges.sgml 1.16 +3 -3 www/ja/ports/portindex 1.12 +13 -7 www/ja/ports/ports.inc 1.3 +7 -2 www/ja/ports/categories 1.13 +4 -4 www/ja/projects/newbies.sgml 1.12 +12 -4 www/ja/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 18:20:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E48FD14F81; Fri, 1 Oct 1999 18:20:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA16234; Fri, 1 Oct 1999 18:20:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020120.SAA16234@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 18:20:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 18:20:30 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the (not-yet-merged) changes in the old-LinuxDoc English version. 1.4 -> 1.8 commercial.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.8 +13 -12 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 18:48:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 638A5150B5; Fri, 1 Oct 1999 18:46:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17705; Fri, 1 Oct 1999 18:46:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910020146.SAA17705@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 1 Oct 1999 18:46:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/01 18:46:59 PDT src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory freefall.freebsd.org:/x/tmp/cvs-serv17690 Log Message: Virgin import of EGCS 1.1.2 Status: Vendor Tag: FSF Release Tags: egcs_1_1_2 U src/contrib/gcc/COPYING U src/contrib/gcc/INSTALL No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 19:16: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DCD814D17; Fri, 1 Oct 1999 19:15:59 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19075; Fri, 1 Oct 1999 19:15:59 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020215.TAA19075@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 19:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 19:15:58 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the (not-yet-merged) changes in the old-LinuxDoc English version. 1.24 -> 1.29 network.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.9 +109 -52 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 19:17: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5392514D17; Fri, 1 Oct 1999 19:16:58 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19156; Fri, 1 Oct 1999 19:16:58 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020216.TAA19156@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 19:16:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/ports chapter.sgml doc/ja_JP.eucJP/books/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 19:16:58 PDT Modified files: ja_JP.eucJP/books/handbook/ports chapter.sgml ja_JP.eucJP/books/handbook/install chapter.sgml Log: MFen: 1.32 -> 1.33 ports/chapter.sgml 1.11 -> 1.14 install/chapter.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.12 +46 -20 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml 1.4 +247 -94 doc/ja_JP.eucJP/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 19:17:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B8014D17; Fri, 1 Oct 1999 19:17:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19211; Fri, 1 Oct 1999 19:17:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020217.TAA19211@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 19:17:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent doc/ja_JP.eucJP/books/handbook/staff chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 19:17:21 PDT Modified files: ja_JP.eucJP/books/handbook authors.ent ja_JP.eucJP/books/handbook/staff chapter.sgml Log: MFen: 1.54 -> 1.55 authors.ent 1.70 -> 1.71 staff/chapter.sgml Revision Changes Path 1.16 +4 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.16 +6 -2 doc/ja_JP.eucJP/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 Oct 1 19:57:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBC3E14CC6; Fri, 1 Oct 1999 19:57:26 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21227; Fri, 1 Oct 1999 19:57:26 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020257.TAA21227@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 19:57:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/install chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 19:57:26 PDT Modified files: ja_JP.eucJP/books/handbook/install chapter.sgml Log: Remove trailing whitespaces. Revision Changes Path 1.5 +68 -68 doc/ja_JP.eucJP/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 19:58: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA9A14CC6; Fri, 1 Oct 1999 19:58:00 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21314; Fri, 1 Oct 1999 19:58:00 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910020258.TAA21314@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 1 Oct 1999 19:58:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/printing chapter.sgml doc/ja_JP.eucJP/books/handbook/ports chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/01 19:58:00 PDT Modified files: ja_JP.eucJP/books/handbook/printing chapter.sgml ja_JP.eucJP/books/handbook/ports chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml Log: MFen: 1.15 -> 1.21 printing/chapter.sgml 1.33 -> 1.37 ports/chapter.sgml 1.36 -> 1.39 mirrors/chapter.sgml Revision Changes Path 1.5 +16 -13 doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml 1.13 +5 -4 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml 1.9 +18 -3 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 20:26:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2CE614C86; Fri, 1 Oct 1999 20:26:09 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23254; Fri, 1 Oct 1999 20:26:09 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <199910020326.UAA23254@freefall.freebsd.org> From: "R. Imura" Date: Fri, 1 Oct 1999 20:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt20 Makefile ports/x11-toolkits/qt20/files manpages md5 ports/x11-toolkits/qt20/patches patch-aa patch-ab ports/x11-toolkits/qt20/pkg PLIST ports/x11-toolkits/qt201 Makefile ports/x11-toolkits/qt201/files manpages md5 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imura 1999/10/01 20:26:09 PDT Modified files: x11-toolkits/qt20 Makefile x11-toolkits/qt20/files manpages md5 x11-toolkits/qt20/patches patch-aa patch-ab x11-toolkits/qt20/pkg PLIST Removed files: x11-toolkits/qt201 Makefile x11-toolkits/qt201/files manpages md5 x11-toolkits/qt201/patches patch-aa patch-ab x11-toolkits/qt201/pkg COMMENT DESCR PLIST Log: Update to Qt-2.0.2 Revision Changes Path 1.38 +9 -7 ports/x11-toolkits/qt20/Makefile 1.2 +3 -0 ports/x11-toolkits/qt20/files/manpages 1.11 +1 -1 ports/x11-toolkits/qt20/files/md5 1.7 +6 -6 ports/x11-toolkits/qt20/patches/patch-aa 1.3 +3 -3 ports/x11-toolkits/qt20/patches/patch-ab 1.21 +13 -2 ports/x11-toolkits/qt20/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 Oct 1 20:28:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AFE14C86; Fri, 1 Oct 1999 20:28:08 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23405; Fri, 1 Oct 1999 20:28:08 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <199910020328.UAA23405@freefall.freebsd.org> From: "R. Imura" Date: Fri, 1 Oct 1999 20:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imura 1999/10/01 20:28:07 PDT Modified files: x11-toolkits Makefile Log: Changed qt201 -> qt20 Revision Changes Path 1.42 +2 -2 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 Oct 1 20:31:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D5A14C86; Fri, 1 Oct 1999 20:31:33 -0700 (PDT) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23587; Fri, 1 Oct 1999 20:31:33 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <199910020331.UAA23587@freefall.freebsd.org> From: "R. Imura" Date: Fri, 1 Oct 1999 20:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imura 1999/10/01 20:31:32 PDT Modified files: . modules Log: qt20 --> ports/x11-toolkits/qt20 Revision Changes Path 1.438 +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 Fri Oct 1 20:34:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDE031503D; Fri, 1 Oct 1999 20:34:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23724; Fri, 1 Oct 1999 20:34:16 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199910020334.UAA23724@freefall.freebsd.org> From: Nick Sayer Date: Fri, 1 Oct 1999 20:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.h apm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/10/01 20:34:16 PDT Modified files: sys/i386/apm apm.c Added files: sys/i386/apm apm.h Log: Prepare for the apm_saver screen saver module. 1. Break out the definition of the soft state structure into an include file. 2. un-static the soft state and apm_display(), and group them under a comment that notes the dependency. Revision Changes Path 1.109 +8 -26 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 20:45:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14F8D14E47; Fri, 1 Oct 1999 20:45:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA24370; Fri, 1 Oct 1999 20:45:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910020345.UAA24370@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 1 Oct 1999 20:45:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc ORDERS README.RS6000 README.ACORN README.ALTOS README.APOLLO README.FRESCO README.NS32K README.X11 bc-emit.c bc-emit.h bc-optab.c bc-optab.h bc-typecd.def bc-typecd.h bi-arity.c bi-defs.h bi-lexer.c bi-opcode.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/01 20:45:32 PDT Removed files: contrib/gcc ORDERS README.RS6000 README.ACORN README.ALTOS README.APOLLO README.FRESCO README.NS32K README.X11 bc-emit.c bc-emit.h bc-optab.c bc-optab.h bc-typecd.def bc-typecd.h bi-arity.c bi-defs.h bi-lexer.c bi-opcode.c bi-opname.c bi-parser.y bi-reverse.c bi-run.h bytecode.def bytecode.h bytetypes.h install.sh modemap.def objc-act.c objc-act.h objc-tree.def Log: GCC 2.7.x files not present in EGCS 1.1.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 20:56:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EAB314E21; Fri, 1 Oct 1999 20:56:42 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA25082; Fri, 1 Oct 1999 20:56:42 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <199910020356.UAA25082@freefall.freebsd.org> From: Nick Sayer Date: Fri, 1 Oct 1999 20:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons Makefile src/sys/modules/syscons/apm Makefile apm_saver.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsayer 1999/10/01 20:56:42 PDT Modified files: sys/modules/syscons Makefile Added files: sys/modules/syscons/apm Makefile apm_saver.c Log: Add the apm_saver syscons screen saver module. apm_saver uses the apm_display() routine from the apm system to "suspend" the "display" part of the machine. This is beneficial for some laptops (or other machines with non-traditional displays) that choke on the 'green' saver's effect. Another way of looking at this is that it's the same as a screen saver that does an 'apm -d 0' to blank the display and an 'apm -d 1' to bring it back. One probably ought to use these commands to make sure the effect will be correct before using it unattended. Revision Changes Path 1.11 +2 -1 src/sys/modules/syscons/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 21: 6:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1579514C2A; Fri, 1 Oct 1999 21:06:25 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25595; Fri, 1 Oct 1999 21:06:25 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <199910020406.VAA25595@freefall.freebsd.org> From: Boris Popov Date: Fri, 1 Oct 1999 21:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netncp ncp.h ncp_conn.c ncp_conn.h ncp_crypt.c ncp_login.c ncp_mod.c ncp_ncp.c ncp_ncp.h ncp_nls.c ncp_nls.h ncp_rq.c ncp_rq.h ncp_sock.c ncp_sock.h ncp_subr.c ncp_subr.h ncp_user.h nwerror.h src/sys/nwfs nwfs.h nwfs_io.c nwfs_ioctl.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 1999/10/01 21:06:25 PDT Added files: sys/netncp ncp.h ncp_conn.c ncp_conn.h ncp_crypt.c ncp_login.c ncp_mod.c ncp_ncp.c ncp_ncp.h ncp_nls.c ncp_nls.h ncp_rq.c ncp_rq.h ncp_sock.c ncp_sock.h ncp_subr.c ncp_subr.h ncp_user.h nwerror.h sys/nwfs nwfs.h nwfs_io.c nwfs_ioctl.c nwfs_mount.h nwfs_node.c nwfs_node.h nwfs_subr.c nwfs_subr.h nwfs_vfsops.c nwfs_vnops.c Log: Import kernel part of ncplib: netncp and nwfs Reviewed by: msmith, peter Obtained from: ncplib To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 21:12:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 371A714C2A; Fri, 1 Oct 1999 21:12:36 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25979; Fri, 1 Oct 1999 21:12:36 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199910020412.VAA25979@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 1 Oct 1999 21:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/10/01 21:12:36 PDT Modified files: Mk bsd.port.mk Log: Change qt2 directory according to 2.0.1 -> 2.0.2 upgrade. Revision Changes Path 1.322 +2 -2 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 22:31:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37E6D14C3F; Fri, 1 Oct 1999 22:30:41 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28943; Fri, 1 Oct 1999 22:30:41 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <199910020530.WAA28943@freefall.freebsd.org> From: Boris Popov Date: Fri, 1 Oct 1999 22:30:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 1999/10/01 22:30:40 PDT Modified files: sys/conf files options sys/i386/conf LINT Log: ncplib continued: add appropriate options to LINT. Revision Changes Path 1.262 +16 -1 src/sys/conf/files 1.157 +3 -1 src/sys/conf/options 1.654 +4 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 22:46:43 1999 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5026914DB8; Fri, 1 Oct 1999 22:46:32 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA46603; Fri, 1 Oct 1999 23:46:31 -0600 (MDT) (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 XAA19977; Fri, 1 Oct 1999 23:46:58 -0600 (MDT) Message-Id: <199910020546.XAA19977@harmony.village.org> To: Satoshi Asami Subject: Re: cvs commit: ports INDEX Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 30 Sep 1999 04:06:59 PDT." <199909301106.EAA42391@freefall.freebsd.org> References: <199909301106.EAA42391@freefall.freebsd.org> Date: Fri, 01 Oct 1999 23:46:58 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <199909301106.EAA42391@freefall.freebsd.org> Satoshi Asami writes: : New INDEX file, with 2,671 ports. 2,671 is a prime. This means I can't : blurt any witty quotes. Drats. Ah! You found my p in my public key! Time to change it :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 23: 0: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4304914C85; Fri, 1 Oct 1999 23:00:05 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA30387; Fri, 1 Oct 1999 23:00:05 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <199910020600.XAA30387@freefall.freebsd.org> From: Jim Mock Date: Fri, 1 Oct 1999 23:00:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmtz/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jim 1999/10/01 23:00:05 PDT Added files: x11-clocks/wmtz/patches patch-ab Log: Fixed the reversed September and October months. PR: 14076 Submitted by: Keith Stevenson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 23: 4:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C2EE15129; Fri, 1 Oct 1999 23:04:26 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA30752; Fri, 1 Oct 1999 23:04:26 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <199910020604.XAA30752@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 1 Oct 1999 23:04:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pci README.bt848 brktree_reg.h brooktree848.c bt848_i2c.c bt848_i2c.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/10/01 23:04:25 PDT Modified files: (Branch: RELENG_3) sys/conf files Removed files: (Branch: RELENG_3) sys/pci README.bt848 brktree_reg.h brooktree848.c bt848_i2c.c bt848_i2c.h Log: MFC: Switch from the old bktr Bt848/878 driver to the new one. Revision Changes Path 1.190.2.13 +7 -3 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 23: 5:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3857A14C85; Fri, 1 Oct 1999 23:05:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA30884; Fri, 1 Oct 1999 23:05:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <199910020605.XAA30884@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 1 Oct 1999 23:05:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lookup-xemacs Makefile ports/print/yatex-xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/10/01 23:05:40 PDT Modified files: japanese/lookup-xemacs Makefile print/yatex-xemacs-mule Makefile Log: Seems they are finally building! Approved by: obento Revision Changes Path 1.7 +1 -5 ports/japanese/lookup-xemacs/Makefile 1.13 +1 -5 ports/print/yatex-xemacs-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 23:32:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC94114F27; Fri, 1 Oct 1999 23:32:36 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA32249; Fri, 1 Oct 1999 23:32:36 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <199910020632.XAA32249@freefall.freebsd.org> From: Boris Popov Date: Fri, 1 Oct 1999 23:32:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ncp Makefile src/sys/modules/nwfs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bp 1999/10/01 23:32:36 PDT Modified files: sys/modules Makefile Added files: sys/modules/ncp Makefile sys/modules/nwfs Makefile Log: ncplib modules: bring up new ncp.ko and nwfs.ko Revision Changes Path 1.84 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Oct 1 23:57:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E65A150ED; Fri, 1 Oct 1999 23:56:28 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33611; Fri, 1 Oct 1999 23:56:27 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <199910020656.XAA33611@freefall.freebsd.org> From: Jim Mock Date: Fri, 1 Oct 1999 23:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gemdropx/pkg COMMENT ports/graphics/giftrans/pkg COMMENT ports/editors/gwp/pkg COMMENT ports/comms/hylafax/pkg COMMENT ports/audio/lame/pkg COMMENT ports/astro/luna/pkg COMMENT ports/deskutils/recycler/pkg COMMENT ports/games/tetrinet-x/pkg ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jim 1999/10/01 23:56:27 PDT Modified files: games/gemdropx/pkg COMMENT graphics/giftrans/pkg COMMENT editors/gwp/pkg COMMENT comms/hylafax/pkg COMMENT audio/lame/pkg COMMENT astro/luna/pkg COMMENT deskutils/recycler/pkg COMMENT games/tetrinet-x/pkg COMMENT irc/xchat/pkg COMMENT Log: Attack of the COMMENT police. Fixed a bunch of typos, grammatical errors and descriptions. PR: 14031 Submitted by: chris Revision Changes Path 1.3 +1 -1 ports/games/gemdropx/pkg/COMMENT 1.3 +1 -1 ports/graphics/giftrans/pkg/COMMENT 1.2 +1 -1 ports/editors/gwp/pkg/COMMENT 1.5 +1 -1 ports/comms/hylafax/pkg/COMMENT 1.5 +1 -1 ports/audio/lame/pkg/COMMENT 1.3 +1 -1 ports/astro/luna/pkg/COMMENT 1.3 +1 -1 ports/deskutils/recycler/pkg/COMMENT 1.2 +1 -1 ports/games/tetrinet-x/pkg/COMMENT 1.3 +1 -1 ports/irc/xchat/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 0:10:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BAB314C56; Sat, 2 Oct 1999 00:10:32 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA34259; Sat, 2 Oct 1999 00:10:32 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <199910020710.AAA34259@freefall.freebsd.org> From: Jim Mock Date: Sat, 2 Oct 1999 00:10:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ctags/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jim 1999/10/02 00:10:32 PDT Modified files: devel/ctags/pkg COMMENT Log: Attack of the COMMENT police revisted. I missed this one in the last commit. PR: 14031 Submitted by: chris Revision Changes Path 1.3 +1 -1 ports/devel/ctags/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 0:34:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1420414EB2; Sat, 2 Oct 1999 00:34:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35469; Sat, 2 Oct 1999 00:34:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910020734.AAA35469@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 00:34:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 00:34:08 PDT Modified files: www Makefile Log: bye-bye netscape46-communicator.us, hello netscape47-communicator.us Revision Changes Path 1.156 +2 -2 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 Sat Oct 2 0:34:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1982150D8; Sat, 2 Oct 1999 00:34:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35499; Sat, 2 Oct 1999 00:34:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910020734.AAA35499@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 00:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_devstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 00:34:12 PDT Modified files: sys/kern subr_devstat.c Log: Removed unnecessary splclock() protection for getmicrotime() and getmicrouptime(). Removed unused includes. Reviewed by: ken Revision Changes Path 1.16 +2 -17 src/sys/kern/subr_devstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 0:37:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9AF6150D8; Sat, 2 Oct 1999 00:35:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35556; Sat, 2 Oct 1999 00:35:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910020735.AAA35556@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 00:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 00:34:52 PDT Modified files: . modules Log: bye-bye netscape46-communicator.us, hello netscape47-communicator.us Revision Changes Path 1.439 +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 Sat Oct 2 2:28:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C60FE14C25; Sat, 2 Oct 1999 02:28:51 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA40168; Sat, 2 Oct 1999 02:28:51 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <199910020928.CAA40168@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 2 Oct 1999 02:28:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/10/02 02:28:51 PDT Modified files: (Branch: RELENG_3) release Makefile Log: MFC: allow rm to return nonzero status. Revision Changes Path 1.460.2.30 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 2:46:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B022D14F13; Sat, 2 Oct 1999 02:46:12 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA40776; Sat, 2 Oct 1999 02:46:12 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <199910020946.CAA40776@freefall.freebsd.org> From: Jim Mock Date: Sat, 2 Oct 1999 02:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile ports/irc/xchat/files md5 ports/irc/xchat/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jim 1999/10/02 02:46:12 PDT Modified files: irc/xchat Makefile irc/xchat/files md5 Added files: irc/xchat/patches patch-aa Log: Updated to version 1.3.3 Revision Changes Path 1.30 +6 -5 ports/irc/xchat/Makefile 1.20 +1 -1 ports/irc/xchat/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 3:21:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FBE14FC1; Sat, 2 Oct 1999 03:21:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA42056; Sat, 2 Oct 1999 03:21:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199910021021.DAA42056@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 2 Oct 1999 03:21:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/10/02 03:21:11 PDT Modified files: share/man/man5 rc.conf.5 Log: Fix typo. Pointed out by: Kelly Yancey Revision Changes Path 1.53 +2 -2 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 3:21:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 278DC15173; Sat, 2 Oct 1999 03:21:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA42120; Sat, 2 Oct 1999 03:21:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199910021021.DAA42120@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 2 Oct 1999 03:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/10/02 03:21:37 PDT Modified files: (Branch: RELENG_3) share/man/man5 rc.conf.5 Log: MFC: Fix typo. Pointed out by: Kelly Yancey Revision Changes Path 1.27.2.17 +40 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 4:18: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7609914D38; Sat, 2 Oct 1999 04:17:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46714; Sat, 2 Oct 1999 04:17:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199910021117.EAA46714@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Oct 1999 04:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_physio.c subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/10/02 04:17:55 PDT Modified files: sys/kern kern_physio.c subr_disk.c Log: Fix a problem relating to si_iosize_max which broke scsi devices. Revision Changes Path 1.42 +5 -1 src/sys/kern/kern_physio.c 1.10 +8 -6 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:28: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B50514DB8; Sat, 2 Oct 1999 05:27:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA52280; Sat, 2 Oct 1999 05:27:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910021227.FAA52280@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 05:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys tty.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 05:27:52 PDT Modified files: sys/sys tty.h Log: Fixed style bugs in prototypes. Revision Changes Path 1.52 +11 -14 src/sys/sys/tty.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:33:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D36C0151EA; Sat, 2 Oct 1999 05:33:37 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA52770; Sat, 2 Oct 1999 05:33:37 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199910021233.FAA52770@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 2 Oct 1999 05:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles Makefile fortunes2 fortunes2-o src/games/fortune/fortune fortune.c src/games/fortune/strfile strfile.c strfile.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/10/02 05:33:37 PDT Modified files: games/fortune/datfiles Makefile fortunes2 fortunes2-o Log: Change path order in makefile so newer fortune files will be built with the latest fortune (strfile/caesar) sources. Correct a separator type in fortunes2. Add Unix geeks dating instructions (reference card style). Revision Changes Path 1.16 +6 -5 src/games/fortune/datfiles/Makefile 1.15 +2 -1 src/games/fortune/datfiles/fortunes2 1.4 +4 -0 src/games/fortune/datfiles/fortunes2-o Modified files: games/fortune/fortune fortune.c Log: Ignore comment lines in files marked as having them. Revision Changes Path 1.16 +10 -1 src/games/fortune/fortune/fortune.c Modified files: games/fortune/strfile strfile.c strfile.h Log: Add -C flag to indicate the presence of comments. Files thus processed will be marked as having comments, which are indicated by two delimiter characters at the beginning of a line. Revision Changes Path 1.12 +10 -2 src/games/fortune/strfile/strfile.c 1.3 +2 -0 src/games/fortune/strfile/strfile.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:47:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3FA315001; Sat, 2 Oct 1999 05:47:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53377; Sat, 2 Oct 1999 05:47:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910021247.FAA53377@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 05:47:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 05:47:00 PDT Modified files: sys/sys disklabel.h Log: Fixed breakage of userland K&R support in rev.1.39. Kernel inline functions with new-style function definitions were exported. Revision Changes Path 1.47 +3 -3 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:49:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84DEE1522E; Sat, 2 Oct 1999 05:49:43 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53591; Sat, 2 Oct 1999 05:49:43 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199910021249.FAA53591@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 2 Oct 1999 05:49:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 splash.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/10/02 05:49:43 PDT Modified files: share/man/man4/man4.i386 splash.4 Log: Update man page to loader.conf(5) days. Revision Changes Path 1.6 +15 -24 src/share/man/man4/man4.i386/splash.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:57:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8A69151FC; Sat, 2 Oct 1999 05:57:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53922; Sat, 2 Oct 1999 05:57:02 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199910021257.FAA53922@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 2 Oct 1999 05:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 splash.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/10/02 05:56:57 PDT Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 splash.4 Log: MFC: loader.conf(5) days. PR: doc/12679 Revision Changes Path 1.1.2.6 +15 -24 src/share/man/man4/man4.i386/splash.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 5:58: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B356E1523D; Sat, 2 Oct 1999 05:57:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA54033; Sat, 2 Oct 1999 05:57:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910021257.FAA54033@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 05:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys imgact_aout.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 05:57:41 PDT Modified files: sys/sys imgact_aout.h Log: Fixed style bugs in prototype for aout_coredump() (mainly wrapping it with __BEGIN_DECLS/__END_DECLS to support C++ in 0.001% of the kernel). Revision Changes Path 1.12 +2 -4 src/sys/sys/imgact_aout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 6:17:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 923F114A1B; Sat, 2 Oct 1999 06:17:19 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56371; Sat, 2 Oct 1999 06:17:19 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199910021317.GAA56371@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 2 Oct 1999 06:17:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/10/02 06:17:19 PDT Modified files: security/krb5-beta Makefile Log: Set NO_LATEST_LINK. Revision Changes Path 1.17 +2 -1 ports/security/krb5-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 9: 7:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B33B14E3E; Sat, 2 Oct 1999 09:07:40 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15903; Sat, 2 Oct 1999 09:07:40 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021607.JAA15903@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 09:07:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 09:07:40 PDT Modified files: . modules Log: flashplayer --> ports/graphics/flashplayer Revision Changes Path 1.440 +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 Sat Oct 2 9:15:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 582AA14E3E; Sat, 2 Oct 1999 09:15:41 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16328; Sat, 2 Oct 1999 09:15:35 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021615.JAA16328@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 09:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/flashplayer - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 09:15:35 PDT ports/graphics/flashplayer - Imported sources Update of /home/ncvs/ports/graphics/flashplayer In directory freefall.freebsd.org:/d/users/dan/flashplayer Log Message: This is a standalone Macromedia Flash player. The Netscape plugin which is compiled from the same source distribution will be a seperate port. PR: ports/14081 Submitted by: Akinori MUSHA Status: Vendor Tag: KNU Release Tags: r0_4_3 N ports/graphics/flashplayer/Makefile N ports/graphics/flashplayer/files/md5 N ports/graphics/flashplayer/pkg/PLIST N ports/graphics/flashplayer/pkg/COMMENT N ports/graphics/flashplayer/pkg/DESCR N ports/graphics/flashplayer/patches/patch-aa N ports/graphics/flashplayer/patches/patch-ab N ports/graphics/flashplayer/patches/patch-ac N ports/graphics/flashplayer/patches/patch-ad N ports/graphics/flashplayer/patches/patch-ae N ports/graphics/flashplayer/patches/patch-af No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 9:16:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93E69152D5; Sat, 2 Oct 1999 09:16:23 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16509; Sat, 2 Oct 1999 09:16:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021616.JAA16509@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 09:16:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 09:16:17 PDT Modified files: x11-wm/windowmaker Makefile Log: Add a hook for a single icon per application instance. PR: 13033 Submitted by: Ben Hutchinson Revision Changes Path 1.60 +5 -1 ports/x11-wm/windowmaker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 9:37:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7C9A14A0B; Sat, 2 Oct 1999 09:37:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18196; Sat, 2 Oct 1999 09:37:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021637.JAA18196@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 09:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/dap/patches patch-ae patch-af patch-ag patch-ac patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 09:37:39 PDT Modified files: audio/dap/patches patch-ac patch-ad Added files: audio/dap/patches patch-ae patch-af patch-ag Log: Fix the use of BIGENDIAN where it should not have been PR: 11935 Respect CC/CXX/CXXFLAGS/CFLAGS Revision Changes Path 1.3 +18 -20 ports/audio/dap/patches/patch-ac 1.2 +22 -1 ports/audio/dap/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 9:43:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EE3414BC6; Sat, 2 Oct 1999 09:43:48 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18886; Sat, 2 Oct 1999 09:43:48 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199910021643.JAA18886@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 2 Oct 1999 09:43:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/syncal Makefile ports/palm/syncal/files md5 ports/palm/syncal/patches patch-ab patch-ac patch-aa ports/palm/syncal/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/10/02 09:43:47 PDT Modified files: palm/syncal Makefile palm/syncal/files md5 palm/syncal/patches patch-aa palm/syncal/pkg PLIST Added files: palm/syncal/patches patch-ab patch-ac Log: upgrade to 0.8.1. PR: 13690 Reviewed by: maintainer Revision Changes Path 1.4 +9 -6 ports/palm/syncal/Makefile 1.2 +1 -1 ports/palm/syncal/files/md5 1.2 +18 -17 ports/palm/syncal/patches/patch-aa 1.2 +2 -0 ports/palm/syncal/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 Oct 2 9:52:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45E1A14C59; Sat, 2 Oct 1999 09:52:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA19872; Sat, 2 Oct 1999 09:52:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021652.JAA19872@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 09:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile ports/ftp/downloader/files md5 ports/ftp/downloader/patches patch-aa patch-ad patch-ae patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 09:52:50 PDT Modified files: ftp/downloader Makefile ftp/downloader/files md5 ftp/downloader/patches patch-aa patch-ad patch-ae patch-af Log: Update to version 1.0b5 PR: 14017 Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/ftp/downloader/Makefile 1.3 +1 -1 ports/ftp/downloader/files/md5 1.3 +10 -7 ports/ftp/downloader/patches/patch-aa 1.3 +8 -4 ports/ftp/downloader/patches/patch-ad 1.3 +4 -4 ports/ftp/downloader/patches/patch-ae 1.2 +21 -21 ports/ftp/downloader/patches/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 9:55: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB3A415374; Sat, 2 Oct 1999 09:54:39 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA20064; Sat, 2 Oct 1999 09:54:39 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <199910021654.JAA20064@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sat, 2 Oct 1999 09:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/fftw Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sumikawa 1999/10/02 09:54:39 PDT Modified files: math/fftw Makefile Log: changed maintainer's mail address. Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/math/fftw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 10:40:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A649D14D29; Sat, 2 Oct 1999 10:40:09 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22429; Sat, 2 Oct 1999 10:40:09 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910021740.KAA22429@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 2 Oct 1999 10:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/10/02 10:40:08 PDT Modified files: sys/dev/aha aha.c Log: Use the PRVERB() macro instead of 'if (bootverbose) printf()... Add debuging for all failure cases in aha_cmd(). Always check DATAIN_REG_READY even if we're ready to exit the read loop. The last fix allows the AHA-1640 MCA SCSI adapter to operate correctly and likely fixes problems on a few other oddball adapters. (I suspect my Dell Drive Array in 1540 mode needs this.) Reviewed by: Warner Losh Revision Changes Path 1.31 +9 -4 src/sys/dev/aha/aha.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 10:49:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3356314C15; Sat, 2 Oct 1999 10:49:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA23071; Sat, 2 Oct 1999 10:49:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <199910021749.KAA23071@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 2 Oct 1999 10:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile ports/security/krb5-beta/files md5 ports/security/krb5-beta/patches patch-az ports/security/krb5-beta/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/10/02 10:49:14 PDT Modified files: security/krb5-beta Makefile security/krb5-beta/files md5 security/krb5-beta/pkg PLIST Added files: security/krb5-beta/patches patch-az Log: Update 1.1b1 to 1.1 (release). Revision Changes Path 1.18 +47 -120 ports/security/krb5-beta/Makefile 1.4 +1 -3 ports/security/krb5-beta/files/md5 1.6 +1 -1 ports/security/krb5-beta/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 Oct 2 11: 4:42 1999 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [209.98.143.44]) by hub.freebsd.org (Postfix) with ESMTP id EFB011501D; Sat, 2 Oct 1999 11:04:30 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from localhost (localhost [127.0.0.1]) by gw.nectar.com (Postfix) with ESMTP id 56B8EBEF7; Sat, 2 Oct 1999 13:04:25 -0500 (CDT) To: nectar@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/krb5-beta [...] From: Jacques Vidrine In-Reply-To: <199910021749.KAA23071@freefall.freebsd.org> References: <199910021749.KAA23071@freefall.freebsd.org> X-Mailer: Mew version 1.94 on XEmacs 21.1 (20 Minutes to Nikko) X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991002130425F.nectar@nectar.com> Date: Sat, 02 Oct 1999 13:04:25 -0500 X-Dispatcher: imput version 990905(IM130) Lines: 92 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 2 Oct 1999 10:49:14 -0700 (PDT), Jacques Vidrine wrote: > nectar 1999/10/02 10:49:14 PDT > > Modified files: > security/krb5-beta Makefile > security/krb5-beta/files md5 > security/krb5-beta/pkg PLIST > Added files: > security/krb5-beta/patches patch-az > Log: > Update 1.1b1 to 1.1 (release). > > Revision Changes Path > 1.18 +47 -120 ports/security/krb5-beta/Makefile > 1.4 +1 -3 ports/security/krb5-beta/files/md5 > 1.6 +1 -1 ports/security/krb5-beta/pkg/PLIST This is Kerberos V 1.1 Release. Tomorrow perhaps I'll update the krb5 port to 1.1 and remove this port. I want to have a day to catch snafus. BTW, the krb5 port has a krb5_1_0_6 tag if, after it is upgraded, folks need to grab the old version for some reason. Here's what is new in Kerberos V 1.1 Release (verbatim from the annuncement). Please especially note ``LAST MINUTE NOTICES''. On 01 Oct 1999 21:03:41 -0400, Tom Yu wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > The MIT Kerberos Team is proud to announce the availability of MIT > Kerberos 5 Release 1.1. Major new features include: > > * Triple DES support is included; however, it is only usable for > service keys at the moment, due to a large number of compatibility > issues. For example, the GSSAPI library has some (buggy) support > for a triple DES session key, but it is intentionally disabled. > > * The principal database now uses the btree backend of Berkeley DB. > This should result in improved KDC performance. > > * The build system has been redesigned somewhat; there are now > no longer configure scripts for each individual directory. > > * As part of the build system redesign, shared library builds are > under a new framework; at this point only Solaris (2.x), Irix (6.5), > NetBSD (1.4 i386), and possibly Linux are known to work. All other > working shared library builds may be figments of your > imagination. > > * Mac and Windows builds should work better than they did in > the 1.0 releases. > > LAST MINUTE NOTICES > =================== > These last minute notes are not in the documentation for the release. > > * Syslog-based logging has a possible denial-of-service bug, which > will be fixed in an upcoming release. For now, do *NOT* use > syslog-based logging for the KDC or kadmind. File-based logging > will still work, and is not vulnerable to the denial-of-service > attack. > > RETRIEVING KERBEROS 5 RELEASE 1.1 > ================================= > You may retrieve the Kerberos 5 Release 1.1 source from the following > URL: > > http://web.mit.edu/network/kerberos-form.html > > Further information about Kerberos 5 may be found at the following > URL: > > http://web.mit.edu/kerberos/www/index.html > > ========================= > Tom Yu > MIT Information Systems > Kerberos Development Team > > -----BEGIN PGP SIGNATURE----- > Version: 2.6.2 > > iQCVAwUBN/VWoabDgE/zdoE9AQFYPQP/asxmkBOlQG9aiCibqD04V56UWjvG7oeQ > WNmDFMK+BC07wL7NEtJNwsXQe+yvHYCYtvFDFCf5ShIq9LkelqvAAbpnk+qcaGZp > FAsa9Csf3xcTaOzbOykop348SiPY9st15axu1BrfDmuyp22u4UoBf1QF1UGi7KbB > GWVzl+J1Bpk= > =OcCi > -----END PGP SIGNATURE----- > Jacques Vidrine / n@nectar.com / 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 Sat Oct 2 11:16:16 1999 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 557BE1525C; Sat, 2 Oct 1999 11:15:07 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA64405; Sat, 2 Oct 1999 11:15:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA14977; Sat, 2 Oct 1999 11:15:06 -0700 (PDT) (envelope-from obrien) Date: Sat, 2 Oct 1999 11:15:06 -0700 From: "David O'Brien" To: Doug Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape46-communicator.us Makefile ports/www/netscape46-communicator.us/files md5 Message-ID: <19991002111505.A14956@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199910012016.NAA97500@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > obrien 1999/10/01 13:16:44 PDT > > > > Modified files: > > www/netscape46-communicator.us Makefile > > www/netscape46-communicator.us/files md5 > > Log: > > Upgrade to 4.7 128-bit (U.S.) encription version. > > Do we want to change the name of this port, or better yet just > eliminate all of the netscapeN ports in favor of a more concise system? :) I did the upgrade because I had time and was at a computer with fast Inet access. At the same time, I emailed Satoshi for a repo copy. So I just changed the order just slightly from what we usually do. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 11:39: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE1F14D6E; Sat, 2 Oct 1999 11:38:47 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25669; Sat, 2 Oct 1999 11:38:47 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021838.LAA25669@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 11:38:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 11:38:47 PDT Modified files: . modules Log: code2html --> ports/www/code2html Revision Changes Path 1.441 +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 Sat Oct 2 11:40:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C70041522A; Sat, 2 Oct 1999 11:39:51 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25713; Sat, 2 Oct 1999 11:39:51 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021839.LAA25713@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 11:39:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/code2html - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 11:39:51 PDT ports/www/code2html - Imported sources Update of /home/ncvs/ports/www/code2html In directory freefall.freebsd.org:/d/users/dan/code2html Log Message: Sourcecode to HTML converter code2html converts a program source code to syntax highlighted HTML. It may be called as a CGI script and can also handle include commands in HTML files. Support for the following languages: Ada, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, Awk, m4, groff. PR: ports/14082 Submitted by: Chris D. Faulhaber Status: Vendor Tag: CDF Release Tags: r0_8_6 N ports/www/code2html/Makefile N ports/www/code2html/pkg/COMMENT N ports/www/code2html/pkg/DESCR N ports/www/code2html/pkg/PLIST N ports/www/code2html/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 11:42: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC5D814A2B; Sat, 2 Oct 1999 11:42:01 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26016; Sat, 2 Oct 1999 11:42:01 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021842.LAA26016@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 11:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 11:42:01 PDT Modified files: www Makefile Log: Activated flashplayer Revision Changes Path 1.157 +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 Sat Oct 2 11:43:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D313A14D86; Sat, 2 Oct 1999 11:42:47 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26101; Sat, 2 Oct 1999 11:42:47 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021842.LAA26101@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 11:42:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 11:42:47 PDT Modified files: graphics Makefile Log: Activate flashplayer Revision Changes Path 1.147 +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 Sat Oct 2 11:51:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 051D01528D; Sat, 2 Oct 1999 11:51:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26761; Sat, 2 Oct 1999 11:51:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021851.LAA26761@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 11:51:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 11:51:47 PDT Modified files: . modules Log: numchar --> ports/misc/numchar Revision Changes Path 1.442 +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 Sat Oct 2 11:55:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A259152D3; Sat, 2 Oct 1999 11:52:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26834; Sat, 2 Oct 1999 11:52:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021852.LAA26834@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 11:52:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/numchar - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 11:52:51 PDT ports/misc/numchar - Imported sources Update of /home/ncvs/ports/misc/numchar In directory freefall.freebsd.org:/d/users/cpiazza/work/numchar Log Message: Import of numchar. This port contains two phone number conversion utilities: 1. numchar - converts a phone number to all possible combinations of digits and characters; 2. phdecode - decodes a phone number containing characters into one containing only digits. PR: 12974 Submitted by: G. Adam Stanislav Status: Vendor Tag: ADAM Release Tags: v_1_0 N ports/misc/numchar/Makefile N ports/misc/numchar/files/md5 N ports/misc/numchar/pkg/COMMENT N ports/misc/numchar/pkg/DESCR N ports/misc/numchar/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 11:55:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 165A915397; Sat, 2 Oct 1999 11:53:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26896; Sat, 2 Oct 1999 11:53:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021853.LAA26896@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 11:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 11:53:21 PDT Modified files: misc Makefile Log: Activate numchar Revision Changes Path 1.237 +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 Sat Oct 2 12: 4:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2743A14D29; Sat, 2 Oct 1999 12:04:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27847; Sat, 2 Oct 1999 12:04:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910021904.MAA27847@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 12:04:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/xcopilot/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 12:04:44 PDT Added files: palm/xcopilot/patches patch-ab Log: Fix odd markup in the man page PR: 12921 Submitted by: nik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:12: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9B3914D65; Sat, 2 Oct 1999 12:11:57 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28322; Sat, 2 Oct 1999 12:11:57 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021911.MAA28322@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:11:57 PDT Modified files: . modules Log: libunp --> ports/net/libunp Revision Changes Path 1.443 +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 Sat Oct 2 12:13:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 807BA153CC; Sat, 2 Oct 1999 12:13:07 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28376; Sat, 2 Oct 1999 12:13:07 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021913.MAA28376@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:13:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libunp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:13:06 PDT ports/net/libunp - Imported sources Update of /home/ncvs/ports/net/libunp In directory freefall.freebsd.org:/d/users/dan/libunp Log Message: libunp is the library used in W. Richard Steven's book "UNIX Network Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon Status: Vendor Tag: STEVENS Release Tags: r1_0 N ports/net/libunp/Makefile N ports/net/libunp/pkg/COMMENT N ports/net/libunp/pkg/DESCR N ports/net/libunp/pkg/PLIST N ports/net/libunp/files/md5 N ports/net/libunp/patches/patch-aa N ports/net/libunp/patches/patch-ab N ports/net/libunp/patches/patch-ac N ports/net/libunp/patches/patch-ad N ports/net/libunp/patches/patch-ae N ports/net/libunp/patches/patch-af N ports/net/libunp/patches/patch-ag N ports/net/libunp/patches/patch-ah N ports/net/libunp/patches/patch-ai N ports/net/libunp/patches/patch-aj N ports/net/libunp/patches/patch-ak N ports/net/libunp/patches/patch-al N ports/net/libunp/patches/patch-am N ports/net/libunp/patches/patch-an N ports/net/libunp/patches/patch-ao N ports/net/libunp/patches/patch-ap N ports/net/libunp/patches/patch-aq No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:14:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C95B15392; Sat, 2 Oct 1999 12:14:08 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28420; Sat, 2 Oct 1999 12:14:08 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021914.MAA28420@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:14:08 PDT Modified files: net Makefile Log: Activate libunp Revision Changes Path 1.301 +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 Sat Oct 2 12:17: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD3714C21; Sat, 2 Oct 1999 12:16:57 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28760; Sat, 2 Oct 1999 12:16:57 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021916.MAA28760@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:16:57 PDT Modified files: . modules Log: libunpipc --> ports/net/libunpipc Revision Changes Path 1.444 +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 Sat Oct 2 12:18:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC621538C; Sat, 2 Oct 1999 12:17:58 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28851; Sat, 2 Oct 1999 12:17:58 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021917.MAA28851@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:17:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libunpipc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:17:58 PDT ports/net/libunpipc - Imported sources Update of /home/ncvs/ports/net/libunpipc In directory freefall.freebsd.org:/d/users/dan/libunpipc Log Message: libunp is the library used in W. Richard Steven's book "UNIX Network Programming Volume 2, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. For more information on the book, see http://www.phptr.com/ptrbooks/ptr_013490012X.html For more info on W. Richard Stevens, see http://www.kohala.com/~rstevens/ PR: ports/14058 Submitted by: James FitzGibbon Status: Vendor Tag: STEVENS Release Tags: r1_0 N ports/net/libunpipc/Makefile I ports/net/libunpipc/pkg/CVS N ports/net/libunpipc/pkg/COMMENT N ports/net/libunpipc/pkg/DESCR N ports/net/libunpipc/pkg/PLIST I ports/net/libunpipc/files/CVS N ports/net/libunpipc/files/md5 N ports/net/libunpipc/patches/patch-aa N ports/net/libunpipc/patches/patch-ab N ports/net/libunpipc/patches/patch-ac N ports/net/libunpipc/patches/patch-ad N ports/net/libunpipc/patches/patch-ae No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:18:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51687153F3; Sat, 2 Oct 1999 12:18:33 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28899; Sat, 2 Oct 1999 12:18:33 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021918.MAA28899@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:18:33 PDT Modified files: net Makefile Log: Activate libunpipc Revision Changes Path 1.302 +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 Sat Oct 2 12:24:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5343714A2E; Sat, 2 Oct 1999 12:24:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29194; Sat, 2 Oct 1999 12:24:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910021924.MAA29194@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Oct 1999 12:24:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 sigcompat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/02 12:24:24 PDT Modified files: lib/libc/compat-43 sigcompat.c Log: o Add $FreeBSD$ as a rcsid instead of in a comment. o Fix formatting o Return the error if sigprocmask fails instead of undefined data. Submitted by: bde Revision Changes Path 1.4 +12 -5 src/lib/libc/compat-43/sigcompat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:29:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD03314D4C; Sat, 2 Oct 1999 12:29:05 -0700 (PDT) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29645; Sat, 2 Oct 1999 12:29:05 -0700 (PDT) (envelope-from dan@FreeBSD.org) Message-Id: <199910021929.MAA29645@freefall.freebsd.org> From: Dan Moschuk Date: Sat, 2 Oct 1999 12:29:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libunp/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dan 1999/10/02 12:29:05 PDT Modified files: net/libunp/pkg DESCR Log: Fixed spelling with Mr. Stevens' name. May he RIP. Revision Changes Path 1.2 +1 -1 ports/net/libunp/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:33:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE0D14CFF; Sat, 2 Oct 1999 12:33:25 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30084; Sat, 2 Oct 1999 12:33:25 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910021933.MAA30084@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Oct 1999 12:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include signal.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/02 12:33:24 PDT Modified files: include signal.h Log: Remove the inline versions of sigaddset, sigdelset, sigemptyset, sigfillset and sigismember. Submitted by: bde Revision Changes Path 1.14 +1 -54 src/include/signal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:37:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA26914BD0; Sat, 2 Oct 1999 12:37:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30411; Sat, 2 Oct 1999 12:37:14 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199910021937.MAA30411@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Oct 1999 12:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sigsetops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/10/02 12:37:14 PDT Modified files: lib/libc/gen sigsetops.c Log: o Add $FreeBSD$ as a rcsid instead of in a comment o Remove bitrotted #undef directives o Actually set errno now and order the functions Submitted by: bde Revision Changes Path 1.7 +28 -31 src/lib/libc/gen/sigsetops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:41:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5775B14BD0; Sat, 2 Oct 1999 12:41:39 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (from tom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30641; Sat, 2 Oct 1999 12:41:39 -0700 (PDT) (envelope-from tom@FreeBSD.org) Message-Id: <199910021941.MAA30641@freefall.freebsd.org> From: Tom Hukins Date: Sat, 2 Oct 1999 12:41:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tom 1999/10/02 12:41:39 PDT Modified files: en/commercial software.raw Log: Add Vital, Inc. to list of software vendors PR: docs/13955 Submitted by: Michael Lyon Revision Changes Path 1.18 +10 -0 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 Sat Oct 2 12:43:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E3B9153CC; Sat, 2 Oct 1999 12:42:47 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30742; Sat, 2 Oct 1999 12:42:47 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199910021942.MAA30742@freefall.freebsd.org> From: Matt Dillon Date: Sat, 2 Oct 1999 12:42:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/10/02 12:42:47 PDT Modified files: sbin/mount_nfs mount_nfs.c Log: Print a warning that includes the mount source when the foreground mount fails prior to going into the background when a background NFS mount is requested. PR: misc/12376 Revision Changes Path 1.31 +2 -1 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 12:46:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C8D14FD2; Sat, 2 Oct 1999 12:46:13 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31173; Sat, 2 Oct 1999 12:46:13 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <199910021946.MAA31173@freefall.freebsd.org> From: Matt Dillon Date: Sat, 2 Oct 1999 12:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/10/02 12:46:13 PDT Modified files: (Branch: RELENG_3) sbin/mount_nfs mount_nfs.c Log: MFC from current (1.31) to stable, print a warning that includes the name of the mount source when a foreground NFS mount fails and shifts to background mode (when the background option has been specified). Revision Changes Path 1.29.2.2 +2 -1 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:15:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E4215392; Sat, 2 Oct 1999 13:15:26 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (from tom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA32887; Sat, 2 Oct 1999 13:15:26 -0700 (PDT) (envelope-from tom@FreeBSD.org) Message-Id: <199910022015.NAA32887@freefall.freebsd.org> From: Tom Hukins Date: Sat, 2 Oct 1999 13:15:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial misc.raw Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tom 1999/10/02 13:15:25 PDT Modified files: en/commercial misc.raw Log: Add ScotGold Products to Miscellaneous Commercial Vendors list PR: docs/13971 Submitted by: "Chris Engel" Revision Changes Path 1.6 +6 -0 www/en/commercial/misc.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:17:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5058E14FA2; Sat, 2 Oct 1999 13:17:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33052; Sat, 2 Oct 1999 13:17:22 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022017.NAA33052@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:17:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:17:17 PDT Modified files: sys/cam/scsi scsi_sa.c Log: Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000), and add a config option that allows one to default to 1FM@EOD for tapes otherwise unquirked or unknown as to which to prefer. Note that tcopy will be broken for these tapes until tcopy is fixed. Revision Changes Path 1.36 +10 -12 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:20:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 928A714BF1; Sat, 2 Oct 1999 13:20:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33233; Sat, 2 Oct 1999 13:20:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022020.NAA33233@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:20:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:20:00 PDT Modified files: (Branch: RELENG_3) sys/cam/scsi scsi_sa.c Log: MFC:Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000), and add a config option that allows one to default to 1FM@EOD for tapes otherwise unquirked or unknown as to which to prefer. Note that tcopy will be broken for these tapes until tcopy is fixed. Revision Changes Path 1.16.2.10 +10 -12 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:21:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 696FC15448; Sat, 2 Oct 1999 13:20:33 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33283; Sat, 2 Oct 1999 13:20:33 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022020.NAA33283@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:20:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:20:33 PDT Modified files: sys/i386/conf LINT Log: Document SA_1FM_AT_EOD option. Revision Changes Path 1.655 +3 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:22: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 738C5153B9; Sat, 2 Oct 1999 13:21:50 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33409; Sat, 2 Oct 1999 13:21:49 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <199910022021.NAA33409@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 2 Oct 1999 13:21:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_physio.c subr_disk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/10/02 13:21:49 PDT Modified files: sys/kern kern_physio.c subr_disk.c Log: In some drivers we use two devices to be able to boot. So if si_iosize_max is allready set, dont mess with it.. Also just log the problem with maxphys not being set once. designed by: phk tested by: sos Revision Changes Path 1.43 +2 -1 src/sys/kern/kern_physio.c 1.11 +3 -2 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:23:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69922153F3; Sat, 2 Oct 1999 13:22:27 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33448; Sat, 2 Oct 1999 13:22:26 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <199910022022.NAA33448@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sat, 2 Oct 1999 13:22:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_eisa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 1999/10/02 13:22:26 PDT Modified files: sys/dev/ep if_ep_eisa.c Log: Fix includes. I missed this the first time around. Revision Changes Path 1.15 +4 -2 src/sys/dev/ep/if_ep_eisa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:23:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8841F1546A; Sat, 2 Oct 1999 13:22:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33476; Sat, 2 Oct 1999 13:22:33 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022022.NAA33476@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:22:33 PDT Modified files: (Branch: RELENG_3) sys/i386/conf LINT Log: MFC: Document the SA_1FM_AT_EOD option. Revision Changes Path 1.539.2.40 +3 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:24:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5B57153F5; Sat, 2 Oct 1999 13:23:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33565; Sat, 2 Oct 1999 13:23:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022023.NAA33565@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:23:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:23:53 PDT Modified files: sys/conf options Log: add SA_1FM_AT_EOD option for scsi_sa- this causes a default behaviour of one filemark at end of media for tapes otherwise neither quirked nor known. Revision Changes Path 1.158 +2 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 13:25:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2C86159EA; Sat, 2 Oct 1999 13:24:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33643; Sat, 2 Oct 1999 13:24:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199910022024.NAA33643@freefall.freebsd.org> From: Matt Jacob Date: Sat, 2 Oct 1999 13:24:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/10/02 13:24:39 PDT Modified files: (Branch: RELENG_3) sys/conf options Log: MFC:add SA_1FM_AT_EOD option for scsi_sa- this causes a default behaviour of one filemark at end of media for tapes otherwise neither quirked nor known. Revision Changes Path 1.121.2.14 +2 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 14:42:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE674153F5; Sat, 2 Oct 1999 14:41:36 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37007; Sat, 2 Oct 1999 14:41:36 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <199910022141.OAA37007@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 2 Oct 1999 14:41:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/10/02 14:41:36 PDT Modified files: (Branch: RELENG_3) share/man/man5 rc.conf.5 Log: Hit myself repeatedly over the head with a two-by-four and back out the unintentional parts of the previous commit. Revision Changes Path 1.27.2.18 +0 -40 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 14:50:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9107A14C1B; Sat, 2 Oct 1999 14:50:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37598; Sat, 2 Oct 1999 14:50:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910022150.OAA37598@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 14:50:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc choose-temp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 14:50:07 PDT Modified files: contrib/gcc choose-temp.c Log: * We have /var/tmp, not /usr/tmp. So use that where EGCS used the latter. * In the absence of the env vars TMPDIR, TMP, TEMP (which override this ordering), attempt to create temperary files in /tmp, P_tmpdir (/var/tmp), /usr/tmp, and . until successful. Revision Changes Path 1.2 +8 -4 src/contrib/gcc/choose-temp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 14:54:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B38CC14C15; Sat, 2 Oct 1999 14:54:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37842; Sat, 2 Oct 1999 14:54:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910022154.OAA37842@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 14:54:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 14:54:33 PDT src/contrib/gcc - Imported sources Update of /home/ncvs/src/contrib/gcc In directory freefall.freebsd.org:/x/tmp/cvs-serv37827 Log Message: Virgin import of EGCS 1.1.2 Status: Vendor Tag: FSF Release Tags: egcs_1_1_2 U src/contrib/gcc/COPYING U src/contrib/gcc/INSTALL U src/contrib/gcc/defaults.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 16:55: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 977B914EE8; Sat, 2 Oct 1999 16:54:54 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44200; Sat, 2 Oct 1999 16:54:54 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910022354.QAA44200@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 16:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 16:54:54 PDT Modified files: . modules Log: gensig --> ports/mail/gensig Revision Changes Path 1.445 +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 Sat Oct 2 16:57: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1202154D7; Sat, 2 Oct 1999 16:56:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44343; Sat, 2 Oct 1999 16:56:22 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910022356.QAA44343@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 16:56:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gensig - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 16:56:22 PDT ports/mail/gensig - Imported sources Update of /home/ncvs/ports/mail/gensig In directory freefall.freebsd.org:/d/users/cpiazza/work/gensig Log Message: Gensig is a random signature generator. It is intended to be usable with any mail- or newsreader. PR: 14073 Submitted by: arensb@ooblick.com Status: Vendor Tag: ARENSB Release Tags: v_2_2 N ports/mail/gensig/Makefile N ports/mail/gensig/pkg/COMMENT N ports/mail/gensig/pkg/DESCR N ports/mail/gensig/pkg/PLIST N ports/mail/gensig/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 16:57: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C4A14EE8; Sat, 2 Oct 1999 16:56:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44419; Sat, 2 Oct 1999 16:56:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910022356.QAA44419@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 16:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 16:56:53 PDT Modified files: mail Makefile Log: Activate gensig Revision Changes Path 1.105 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 17: 5:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF7F151E2; Sat, 2 Oct 1999 17:05:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45009; Sat, 2 Oct 1999 17:05:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910030005.RAA45009@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 17:05:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gtksheet Makefile ports/devel/gtksheet/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 17:05:17 PDT Modified files: devel/gtksheet Makefile devel/gtksheet/files md5 Log: Update to version 7.10 PR: 14019 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/devel/gtksheet/Makefile 1.3 +1 -1 ports/devel/gtksheet/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 17:33:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BA6814DE1; Sat, 2 Oct 1999 17:33:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48103; Sat, 2 Oct 1999 17:33:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030033.RAA48103@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 17:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 17:33:43 PDT Modified files: shells/bash2 Makefile Log: change master site Submitted by: Chet Ramey Revision Changes Path 1.40 +2 -2 ports/shells/bash2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 17:45: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6573F14C9A; Sat, 2 Oct 1999 17:44:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48453; Sat, 2 Oct 1999 17:44:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030044.RAA48453@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 17:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 17:44:57 PDT Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: add ru_SU.ISO_8859-5 locale dirs Revision Changes Path 1.50 +3 -1 src/etc/mtree/BSD.local.dist 1.170 +5 -1 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 17:49:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D8F414C9A; Sat, 2 Oct 1999 17:48:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48582; Sat, 2 Oct 1999 17:48:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030048.RAA48582@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 17:48:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc locale.alias Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 17:48:25 PDT Modified files: etc locale.alias Log: add ru_RU->ru_SU alias for 8859-5 Revision Changes Path 1.6 +1 -0 src/etc/locale.alias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 17:56:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E22514FD2; Sat, 2 Oct 1999 17:56:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48955; Sat, 2 Oct 1999 17:56:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030056.RAA48955@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 17:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mklocale/data ru_SU.ISO_8859-5.src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 17:56:30 PDT Modified files: usr.bin/mklocale/data Makefile Added files: usr.bin/mklocale/data ru_SU.ISO_8859-5.src Log: ISO8859-5 locale Submitted by: Nikolai Saoukh Revision Changes Path 1.21 +2 -1 src/usr.bin/mklocale/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 18: 0:30 1999 Delivered-To: cvs-all@freebsd.org Received: from shattered.disturbed.net (shattered.disturbed.net [205.236.147.18]) by hub.freebsd.org (Postfix) with ESMTP id 61BC514F14; Sat, 2 Oct 1999 18:00:10 -0700 (PDT) (envelope-from veers@disturbed.net) Received: from shattered.disturbed.net ([205.236.147.18]:19981 "EHLO shattered.disturbed.net") by disturbed.net with ESMTP id ; Sat, 2 Oct 1999 20:59:50 -0400 Date: Sat, 2 Oct 1999 20:59:50 -0400 (EDT) From: Alex Perel To: Dan Moschuk Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile In-Reply-To: <199910021842.LAA26016@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 2 Oct 1999, Dan Moschuk wrote: > dan 1999/10/02 11:42:01 PDT > > Modified files: > www Makefile > Log: > Activated flashplayer s/flashplayer/code2html/ Alex G. Perel -=- AP5081 veers@disturbed.net -=- veers@webhosting.com play -=- work Disturbed Networks - Powered exclusively by 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 Sat Oct 2 18:23:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB8A314FCA; Sat, 2 Oct 1999 18:21:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA49996; Sat, 2 Oct 1999 18:21:33 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030121.SAA49996@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 18:21:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef scan.l Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 18:21:33 PDT Modified files: usr.bin/colldef scan.l Log: allow comments in map files Revision Changes Path 1.11 +2 -1 src/usr.bin/colldef/scan.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 18:23:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA341153F6; Sat, 2 Oct 1999 18:22:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50058; Sat, 2 Oct 1999 18:22:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030122.SAA50058@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 18:22:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef/data map.ISO_8859-5 ru_SU.ISO_8859-5.src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 18:22:22 PDT Modified files: usr.bin/colldef/data Makefile Added files: usr.bin/colldef/data map.ISO_8859-5 ru_SU.ISO_8859-5.src Log: ISO8859-5 collate Submitted by: Nikolai Saoukh Revision Changes Path 1.25 +2 -1 src/usr.bin/colldef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 18:41:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA99D14C17; Sat, 2 Oct 1999 18:41:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA50696; Sat, 2 Oct 1999 18:41:17 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030141.SAA50696@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 18:41:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef/data ru_SU.ISO_8859-5.src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 18:41:17 PDT Modified files: share/timedef/data Makefile Added files: share/timedef/data ru_SU.ISO_8859-5.src Log: ISO8859-5 time definition Revision Changes Path 1.34 +2 -1 src/share/timedef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 19:13:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45D6A14E8A; Sat, 2 Oct 1999 19:13:27 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA51799; Sat, 2 Oct 1999 19:13:27 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030213.TAA51799@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 19:13:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef/data sv_SE.DIS_8859-15.src sv_SE.ISO_8859-1.src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 19:13:27 PDT Modified files: usr.bin/colldef/data Makefile Added files: usr.bin/colldef/data sv_SE.DIS_8859-15.src sv_SE.ISO_8859-1.src Log: sv_SE collate add one missing dependance PR: 13928 Submitted by: Palle Girgensohn Revision Changes Path 1.26 +8 -3 src/usr.bin/colldef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 19:16: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FBA214BC3; Sat, 2 Oct 1999 19:15:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA52064; Sat, 2 Oct 1999 19:15:56 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199910030215.TAA52064@freefall.freebsd.org> From: Brian Somers Date: Sat, 2 Oct 1999 19:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ppp ppp.conf.isdn Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/10/02 19:15:56 PDT Modified files: share/examples/ppp ppp.conf.isdn Log: Set the i4b bandwidth - i4b doesn't report it via tcgetattr. Suggested by: Joe Karthauser Revision Changes Path 1.4 +2 -1 src/share/examples/ppp/ppp.conf.isdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 19:30:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C5914C2C; Sat, 2 Oct 1999 19:30:18 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA52701; Sat, 2 Oct 1999 19:30:18 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <199910030230.TAA52701@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 2 Oct 1999 19:30:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/koi8r-ps/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/10/02 19:30:18 PDT Modified files: russian/koi8r-ps/pkg MESSAGE Log: update from author Submitted by: Mikhail Teterin Revision Changes Path 1.2 +24 -18 ports/russian/koi8r-ps/pkg/MESSAGE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 19:43:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4583614DDB; Sat, 2 Oct 1999 19:43:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA53464; Sat, 2 Oct 1999 19:43:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910030243.TAA53464@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 19:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile src/gnu/lib/libgcc_r Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 19:43:20 PDT Modified files: gnu/lib/libgcc Makefile gnu/lib/libgcc_r Makefile Log: Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile. ${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date. Revision Changes Path 1.28 +3 -1 src/gnu/lib/libgcc/Makefile 1.4 +3 -3 src/gnu/lib/libgcc_r/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 20:34:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E6D31537D; Sat, 2 Oct 1999 20:34:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56270; Sat, 2 Oct 1999 20:34:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <199910030334.UAA56270@freefall.freebsd.org> From: Chris Piazza Date: Sat, 2 Oct 1999 20:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rosegarden Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cpiazza 1999/10/02 20:34:28 PDT Modified files: audio/rosegarden Makefile Log: Should USE_X_PREFIX so the program can find it's app-defaults Submitted by: Juergen Lock Revision Changes Path 1.12 +2 -2 ports/audio/rosegarden/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 20:37:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B5414C2F; Sat, 2 Oct 1999 20:37:25 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56485; Sat, 2 Oct 1999 20:37:25 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <199910030337.UAA56485@freefall.freebsd.org> From: Jim Mock Date: Sat, 2 Oct 1999 20:37:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jim 1999/10/02 20:37:25 PDT Modified files: news/tin Makefile Log: Move USE_BZIP2 down to where it belongs so portlint no longer complains and spits fatal errors. Revision Changes Path 1.76 +2 -2 ports/news/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 21:12:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6A6614E85; Sat, 2 Oct 1999 21:12:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58115; Sat, 2 Oct 1999 21:12:08 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199910030412.VAA58115@freefall.freebsd.org> From: Bruce Evans Date: Sat, 2 Oct 1999 21:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa atapi-cd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/10/02 21:12:08 PDT Modified files: sys/i386/isa atapi-cd.h Log: Removed redefinitions of CDRIOCBLANK and CDRIOCNEXTWRITEABLEADDR. Revision Changes Path 1.6 +1 -4 src/sys/i386/isa/atapi-cd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 22:14:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE1014A06; Sat, 2 Oct 1999 22:14:50 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA60687; Sat, 2 Oct 1999 22:14:50 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910030514.WAA60687@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 2 Oct 1999 22:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/02 22:14:49 PDT Modified files: ja y2kbug.sgml Log: MFen: 1.21 -> 1.31 y2kbug.sgml Submitted by: Shun SUZUKI Reviewed by: kuriyama Revision Changes Path 1.11 +85 -61 www/ja/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 23:33:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5725414C58; Sat, 2 Oct 1999 23:32:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA63308; Sat, 2 Oct 1999 23:32:57 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199910030632.XAA63308@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 2 Oct 1999 23:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/10/02 23:32:57 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the (not-yet-merged) changes in the old-LinuxDoc English version. 1.15 -> 1.18 install.sgml Submitted by: Hiroki Sato Reviewed by: kuriyama Revision Changes Path 1.10 +16 -1 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 23:43:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F5C314E9C; Sat, 2 Oct 1999 23:43:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA63745; Sat, 2 Oct 1999 23:43:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199910030643.XAA63745@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Oct 1999 23:43:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/10/02 23:43:57 PDT Modified files: release Makefile Log: Fix building non-crypto releases. Revision Changes Path 1.515 +4 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Oct 2 23:59:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5FA614E28; Sat, 2 Oct 1999 23:59:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA64904; Sat, 2 Oct 1999 23:59:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910030659.XAA64904@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 2 Oct 1999 23:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape46-communicator.us Makefile ports/www/netscape46-communicator.us/files mailcap md5 netscape.sh ports/www/netscape46-communicator.us/patches patch-aa ports/www/netscape46-communicator.us/pkg COMMENT DESCR PLIST ports/www/netscape46-communicator.us/scripts ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/02 23:59:38 PDT Removed files: www/netscape46-communicator.us Makefile www/netscape46-communicator.us/files mailcap md5 netscape.sh www/netscape46-communicator.us/patches patch-aa www/netscape46-communicator.us/pkg COMMENT DESCR PLIST www/netscape46-communicator.us/scripts configure Log: Eat dust. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message