From owner-cvs-all Sun Jan 7 0: 9:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72FCA37B6A3; Sun, 7 Jan 2001 00:08:55 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0788tW31080; Sun, 7 Jan 2001 00:08:55 -0800 (PST) (envelope-from imp) Message-Id: <200101070808.f0788tW31080@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 00:08:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 00:08:54 PST Modified files: sys/dev/pccard card_if.m pccard.c sys/dev/pccbb pccbb.c Log: Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested by even a compile of the OLDCARD code, was unapproved by me the keeper of OLDCARD and broke OLDCARD and the ray driver. Adjust new code to cope with the older interface. If the interface changes in the future, it ***MUST*** be cleared by me so that the OLDCARD impacts taken into account. It code in card_if.m is used jointly by both OLDCARD and NEWCARD. Revision Changes Path 1.11 +1 -2 src/sys/dev/pccard/card_if.m 1.30 +12 -6 src/sys/dev/pccard/pccard.c 1.9 +9 -9 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 2:36:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 6D53637B400; Sun, 7 Jan 2001 02:36:26 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f07AasB01440; Sun, 7 Jan 2001 02:36:55 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101071036.f07AasB01440@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Jonathan Chen Cc: Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/pccbb pccbb.c pccbbvar.h In-Reply-To: <20010106234646.B77540@spock.org> Date: Sun, 07 Jan 2001 02:36:54 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jonathan Chen wrote: > On Sun, Jan 07, 2001 at 10:54:25AM +1030, Greg Lehey wrote: > > On Saturday, 6 January 2001 at 10:04:56 -0800, Jonathan Chen wrote: > > > > > > * pccard begins to work > > > - pccard can now use higher memory space (and uses it by default). > > > > How high? Does this mean that, for normal PCMCIA cards, we're no > > longer bound to the 64 kB at 0xd0000? > > Correct. > > > I'm a little hazy about the status of CardBus/pccard support in > > -CURRENT. Is it still an either/or proposition? > > If you want stable pccard support, oldcard provides that, but not cardbus. > Under the latest newcard, cardbus appears to be working great. > Under the latest newcard, pccard support is very experimental, but should > mostly work with the pccbb bridge. There is a nasty bug in the pccard.c code that will break most of the better newbusified drivers that do proper resource allocation/deallocation. The only pccards that I'd expect to work at present are those that allocate their resources in their probe routine, and pass them to the attach via the persistant softc method. The newcard'ified pccard drivers tend to allocate their resources and free them at the end of probe, and then reallocate them if their attach method is called. > With newcard, cardbus and pccard can be used together. You can load the > cardbus module for cardbus support, pccard for pccard support, or both if > so desired. The pccbb bridge will do the right thing depending on what > card you inserted. One caveat.. the pccbb code does not seem to be disabling the old-style isa pcic interface at 0x3e0/3e1 on my machine. I've been looking through the ACPI AML code for my laptop and can see the inb/outb sequences that are used to turn this on and off, but we dont seem to do it in the driver. Hence, the isa pcic driver will "see" the compatability ports and get somewhat upset by thinking that you have four pccard slots. Fortunately, it fails to initialize the isa compatability ports once the pccbb code has initialized itself - the act of initializing it in cardbus mode seems to break the isa port access method just enough to stop it working. If the setup methods are pretty standard on the yenta interface chips, then perhaps we can take the 'disable 0x3e0' sequence and use that.... Alternatively, be sure to leave out 'device pcic' from your cardbus kernel config. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 3:29:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 907CC37B400; Sun, 7 Jan 2001 03:29:09 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07BT9d49193; Sun, 7 Jan 2001 03:29:09 -0800 (PST) (envelope-from vanilla) Message-Id: <200101071129.f07BT9d49193@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 7 Jan 2001 03:29:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/07 03:29:09 PST Modified files: astro/xearth/files freebsd.committers.markers Log: foxfair live in Taipei now.. Approved by: clive Revision Changes Path 1.48 +1 -2 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 4:44: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69E3137B6BD; Sun, 7 Jan 2001 04:38:24 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07CcO459240; Sun, 7 Jan 2001 04:38:24 -0800 (PST) (envelope-from andreas) Message-Id: <200101071238.f07CcO459240@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 7 Jan 2001 04:38:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/07 04:38:24 PST Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: add my PGP key to the ``developers'' section Revision Changes Path 1.52 +53 -1 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 4:48:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id D1DD137B69D; Sun, 7 Jan 2001 04:41:42 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f07Cfut00392; Sun, 7 Jan 2001 04:42:01 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101071242.f07Cfut00392@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: Greg Lehey , Jonathan Chen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/pccbb pccbb.c pccbbvar.h In-Reply-To: <200101070649.f076nYs67762@harmony.village.org> Date: Sun, 07 Jan 2001 04:41:56 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > In message <20010107105425.H44092@wantadilla.lemis.com> Greg Lehey writes: > : On Saturday, 6 January 2001 at 10:04:56 -0800, Jonathan Chen wrote: > : > > : > * pccard begins to work > : > - pccard can now use higher memory space (and uses it by default). > : > : How high? Does this mean that, for normal PCMCIA cards, we're no > : longer bound to the 64 kB at 0xd0000? > > For newcard, yes. The 64k limit still exists, but it can be anywhere > (the 64k limit is in the size of the registers). But this is true > *ONLY* for pci cardbus bridges, not isa pcic ones. > > : I'm a little hazy about the status of CardBus/pccard support in > : -CURRENT. Is it still an either/or proposition? > > It was either-or until this change. Now NEWCARD has the ability to > support pccards, but we need to add a bunch of stuff to the probe > routines. Correction.. "had", not "has". Your changes have just broken NEWCARD and it now panics in the pccard_ccr_write function. You need to back out Warner's 'back out' in order to get a working NEWCARD again. > We need to do this in a compatible with OLDCARD manner, and I'm not > sure that the changes Jonathan committed do this since he didn't run > them by me first. And he broke OLDCARD while doing it, it seems, > since he changed an interface that oldcard and newcard share. :-(. > Yes, I'm grumpy about this... Well, I'm a bit grumpy about having gone on the wild goose chase over your breakage of pccbb/pccard too. > Warner -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 5:10:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E86B637B400; Sun, 7 Jan 2001 05:10:07 -0800 (PST) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07DA7p63711; Sun, 7 Jan 2001 05:10:07 -0800 (PST) (envelope-from lkoeller) Message-Id: <200101071310.f07DA7p63711@freefall.freebsd.org> From: Lars Koeller Date: Sun, 7 Jan 2001 05:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xmhtml Makefile pkg-plist ports/x11-toolkits/xmhtml/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lkoeller 2001/01/07 05:10:07 PST Modified files: x11-toolkits/xmhtml Makefile pkg-plist x11-toolkits/xmhtml/files patch-aa Log: - Cleanup of Makefile - Properly support of CC/CFLAGS/PREFIX added - Remove version number from dirnames (share/doc/XmHTML, share/examples/XmHTML) - Exclude (archtecture dependent) binary program from share/examples/XmHTML - Respect NOPORTDOCS - Increase PORTREVISON to 1 PR: 23832 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.12 +21 -30 ports/x11-toolkits/xmhtml/Makefile 1.4 +194 -204 ports/x11-toolkits/xmhtml/pkg-plist 1.4 +25 -30 ports/x11-toolkits/xmhtml/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 5:21: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65ED937B400; Sun, 7 Jan 2001 05:20:46 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07DKkT64398; Sun, 7 Jan 2001 05:20:46 -0800 (PST) (envelope-from jedgar) Message-Id: <200101071320.f07DKkT64398@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 7 Jan 2001 05:20:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/svr4_base pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/07 05:20:46 PST Modified files: emulators/svr4_base pkg-comment Log: Spelling fix (Compatability -> Compatibility) Submitted by: Sergii Laskavyi Revision Changes Path 1.2 +1 -1 ports/emulators/svr4_base/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 5:33:32 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 9771137B402; Sun, 7 Jan 2001 05:33:12 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f07DXlt11106; Sun, 7 Jan 2001 05:33:47 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101071333.f07DXlt11106@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c In-Reply-To: <200101070808.f0788tW31080@freefall.freebsd.org> Date: Sun, 07 Jan 2001 05:33:46 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > imp 2001/01/07 00:08:54 PST > > Modified files: > sys/dev/pccard card_if.m pccard.c > sys/dev/pccbb pccbb.c > Log: > Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested > by even a compile of the OLDCARD code, was unapproved by me the keeper > of OLDCARD and broke OLDCARD and the ray driver. > > Adjust new code to cope with the older interface. But this is incomplete and cannot work. :-( You are calling methods that do not exist. (there is no CARD_GET_MEMORY_OFFSET() in pccbb yet). For what it is worth, this is all that would have been required to get ray and oldcard to work without breaking newcard: Index: dev/ray/if_ray.c =================================================================== RCS file: /home/ncvs/src/sys/dev/ray/if_ray.c,v retrieving revision 1.47 diff -u -2 -r1.47 if_ray.c --- dev/ray/if_ray.c 2001/01/02 20:29:25 1.47 +++ dev/ray/if_ray.c 2001/01/07 13:06:41 @@ -3367,5 +3367,5 @@ offset); error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), - sc->dev, sc->am_rid, 0); + sc->dev, sc->am_rid, 0, NULL); if (error) { RAY_PRINTF(sc, "CARD_SET_MEMORY_OFFSET returned 0x%0x", @@ -3455,5 +3455,5 @@ offset); error = CARD_SET_MEMORY_OFFSET(device_get_parent(sc->dev), - sc->dev, sc->cm_rid, 0); + sc->dev, sc->cm_rid, 0, NULL); if (error) { RAY_PRINTF(sc, "CARD_SET_MEMORY_OFFSET returned 0x%0x", Index: pccard/pccard_nbk.c =================================================================== RCS file: /home/ncvs/src/sys/pccard/pccard_nbk.c,v retrieving revision 1.23 diff -u -2 -r1.23 pccard_nbk.c --- pccard/pccard_nbk.c 2000/09/28 07:22:30 1.23 +++ pccard/pccard_nbk.c 2001/01/07 13:08:00 @@ -306,8 +306,8 @@ static int pccard_set_memory_offset(device_t bus, device_t child, int rid, - u_int32_t offset) + u_int32_t offset, u_int32_t *offsetp) { return CARD_SET_MEMORY_OFFSET(device_get_parent(bus), child, rid, - offset); + offset, offsetp); } Index: pccard/pcic.c =================================================================== RCS file: /home/ncvs/src/sys/pccard/pcic.c,v retrieving revision 1.100 diff -u -2 -r1.100 pcic.c --- pccard/pcic.c 2000/12/11 15:02:50 1.100 +++ pccard/pcic.c 2001/01/07 13:08:27 @@ -978,5 +978,6 @@ static int -pcic_set_memory_offset(device_t bus, device_t child, int rid, u_int32_t offset) +pcic_set_memory_offset(device_t bus, device_t child, int rid, u_int32_t offset, + u_int32_t *offsetp) { struct pccard_devinfo *devi = device_get_ivars(child); @@ -984,4 +985,6 @@ mp->card = offset; + if (offsetp) + *offsetp = offset; return (pcic_memory(devi->slt, rid)); This is pretty trivial and is essentially a NOP for the existing drivers. Anyway, I am running just happily with this commit backed out and with the above patch. All of the modules and drivers compile. pccbb0: at device 12.0 on pci0 cardbus0: on pccbb0 pccard0: <16-bit PCCard bus> on pccbb0 pccbb1: at device 12.1 on pci0 cardbus1: on pccbb1 pccard1: <16-bit PCCard bus> on pccbb1 ... dc0: port 0x3000-0x30ff mem 0x44020000-0x4403ffff,0x44002000-0x440023ff irq 9 at device 0.0 on cardbus0 dc0: Ethernet address: 00:e0:98:8e:e5:d0 miibus0: on dc0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ed0: at port 0x300-0x31f irq 9 function 0 config 32 on pccard1 ed0: address 38:ff:90:c8:c6:df, type NE2000 (16 bit) dc0: flags=8843 mtu 1500 inet 10.0.0.5 netmask 0xffffff00 broadcast 10.0.0.255 ether 00:e0:98:8e:e5:d0 media: autoselect (100baseTX ) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none ed0: flags=8843 mtu 1500 inet 10.1.1.2 netmask 0xffffff00 broadcast 10.1.1.255 ether 38:ff:90:c8:c6:df Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 5:52:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C28537B400; Sun, 7 Jan 2001 05:52:24 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07DqOO66612; Sun, 7 Jan 2001 05:52:24 -0800 (PST) (envelope-from dirk) Message-Id: <200101071352.f07DqOO66612@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 7 Jan 2001 05:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql322-server/files patch-aq ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files patch-aq X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/07 05:52:24 PST Modified files: databases/mysql322-server Makefile databases/mysql323-server Makefile Removed files: databases/mysql322-server/files patch-aq databases/mysql323-server/files patch-aq Log: --with-low-memory serves a similar purpose as patch-aq. Revision Changes Path 1.88 +3 -2 ports/databases/mysql322-server/Makefile 1.95 +3 -2 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 5:56: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0758437B400; Sun, 7 Jan 2001 05:55:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07DtgT66882; Sun, 7 Jan 2001 05:55:43 -0800 (PST) (envelope-from peter) Message-Id: <200101071355.f07DtgT66882@freefall.freebsd.org> From: Peter Wemm Date: Sun, 7 Jan 2001 05:55:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/07 05:55:42 PST Modified files: sys/conf files Log: The ep pccard code had newcard hooks added to it, but it isn't being compiled under newcard yet. ep works just fine under newcard with the missing ID matching code added (not committed yet): ep0: <3Com 3c589 10Mbps Ethernet> at port 0x300-0x30f irq 9 function 0 config 1 on pccard1 ep0: Ethernet address 00:10:4b:df:48:57 Revision Changes Path 1.465 +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 Sun Jan 7 6: 7:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 989AE37B402; Sun, 7 Jan 2001 06:06:57 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07E6vH69967; Sun, 7 Jan 2001 06:06:57 -0800 (PST) (envelope-from lioux) Message-Id: <200101071406.f07E6vH69967@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 7 Jan 2001 06:06:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lame Makefile pkg-plist ports/audio/lame/files template-extra-patch-lib_version patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/01/07 06:06:57 PST Modified files: audio/lame Makefile pkg-plist Added files: audio/lame/files template-extra-patch-lib_version Removed files: audio/lame/files patch-aa Log: 1) Add shared library build support. A Good Thing(TM) 2) Install both shared and static library. Numbering .1 according to handbook rules for newly added libraries. Also, install header file. 3) PORTREVISION bump. 4) Add provisions for easier update of library version: - internal Makefile variable - patch template - PLIST_SUB 5) patch-aa superseeded by new patch template Approved by: maintainer Revision Changes Path 1.17 +22 -5 ports/audio/lame/Makefile 1.5 +4 -0 ports/audio/lame/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 Jan 7 6:50: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E151937B6B8; Sun, 7 Jan 2001 06:14:55 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07EEtI70580; Sun, 7 Jan 2001 06:14:55 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101071414.f07EEtI70580@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 06:14:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 06:14:55 PST Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Fix breakage (escape '<' and '>'). Revision Changes Path 1.53 +5 -5 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 6:54:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33A4337B754; Sun, 7 Jan 2001 06:36:05 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Ea5a72122; Sun, 7 Jan 2001 06:36:05 -0800 (PST) (envelope-from lioux) Message-Id: <200101071436.f07Ea5a72122@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 7 Jan 2001 06:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avifile Makefile ports/graphics/avifile/files patch-af patch-ag patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/01/07 06:36:04 PST Modified files: graphics/avifile Makefile Added files: graphics/avifile/files patch-af patch-ag patch-ah patch-ai Log: 1) Add audio/lame as a LIB_DEPENDS 2) Have this port use the port's system shared version of the lame library instead of building its own static version. Add both some detection code and necessary hooks to avifile's configure system (defensive programming) using some patches 3) Add a simple stale port's tree defensive check. After the library dependency phase, if one gets a lame library but no shared library ... bogus. The avifile depending on the new version of lame port was added after the aforementioned. Warn the user about it. A side effect (of LIB_DEPENDS) is that the new lame dependency is always built even if there is an old version of lame installed. 4) PORTREVISION bump Approved by: maintainer Revision Changes Path 1.5 +17 -2 ports/graphics/avifile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 6:58:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 731D837B6C6; Sun, 7 Jan 2001 06:51:49 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07EpnH73661; Sun, 7 Jan 2001 06:51:49 -0800 (PST) (envelope-from dirk) Message-Id: <200101071451.f07EpnH73661@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 7 Jan 2001 06:51:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/07 06:51:49 PST Modified files: databases/mysql322-server Makefile databases/mysql323-server Makefile Log: Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGS to work around a problem causing mysqld to crash under heavy load and multiple connections at the same time. PORTREVISION bumped. Revision Changes Path 1.89 +5 -1 ports/databases/mysql322-server/Makefile 1.96 +5 -1 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 6:58:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8F137B6DD; Sun, 7 Jan 2001 06:52:31 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07EqV473784; Sun, 7 Jan 2001 06:52:31 -0800 (PST) (envelope-from dirk) Message-Id: <200101071452.f07EqV473784@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 7 Jan 2001 06:52:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-client Makefile ports/databases/mysql323-client Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/07 06:52:31 PST Modified files: databases/mysql322-client Makefile databases/mysql323-client Makefile Log: Override PORTREVISION from master port. Revision Changes Path 1.66 +2 -1 ports/databases/mysql322-client/Makefile 1.67 +2 -1 ports/databases/mysql323-client/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 7: 3: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 12DC137B6A4; Sun, 7 Jan 2001 07:01:09 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f07F13s06277; Sun, 7 Jan 2001 08:01:04 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101071501.f07F13s06277@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 07 Jan 2001 05:33:46 PST." <200101071333.f07DXlt11106@mobile.wemm.org> References: <200101071333.f07DXlt11106@mobile.wemm.org> Date: Sun, 07 Jan 2001 08:01:03 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101071333.f07DXlt11106@mobile.wemm.org> Peter Wemm writes: : For what it is worth, this is all that would have been required to get : ray and oldcard to work without breaking newcard: : + if (offsetp) : + *offsetp = offset; Except that the NEWCARD stuff doesn't check offsetp not being null and always uses it. Also, the *offsetp parameter isn't what it sets the offset (in cardspace) to, but rather the delta from the requested value to the actual value. Since that was hard to do, I punted back on level and backed out the interface change. And there were a couple of other spots that you must have missed because sys/pccard/pccard.c also has the function in question, which means we'd hit stack garbage. I didn't want to break OLDCARD, even for a short while, which is why I went ahead and committed the back out. It seemed the easiest thing to do. I'm sorry that I broke NEWCARD in the process. If you'll send me some patches to try, I'll test both oldcard and newcard here (I have a ray card to test) and commit the change. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 7: 4:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB5137B404; Sun, 7 Jan 2001 07:03:02 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07F32W74739; Sun, 7 Jan 2001 07:03:02 -0800 (PST) (envelope-from kevlo) Message-Id: <200101071503.f07F32W74739@freefall.freebsd.org> From: Kevin Lo Date: Sun, 7 Jan 2001 07:03:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f2c Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/07 07:03:02 PST Modified files: lang/f2c Makefile distinfo Log: Upgrade to 3.0.0 PR: 24115 Submitted by: MAINTAINER Revision Changes Path 1.5 +3 -3 ports/lang/f2c/Makefile 1.2 +1 -1 ports/lang/f2c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 7: 7: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF73437B400; Sun, 7 Jan 2001 07:06:46 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07F6ko77230; Sun, 7 Jan 2001 07:06:46 -0800 (PST) (envelope-from kevlo) Message-Id: <200101071506.f07F6ko77230@freefall.freebsd.org> From: Kevin Lo Date: Sun, 7 Jan 2001 07:06:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pdnsd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/07 07:06:46 PST Modified files: net/pdnsd Makefile distinfo Log: Upgrade to 1.1.0 PR: 24118 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/net/pdnsd/Makefile 1.2 +1 -1 ports/net/pdnsd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 7: 7:54 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 482C237B400; Sun, 7 Jan 2001 07:07:37 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f07F7Ws06368; Sun, 7 Jan 2001 08:07:32 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101071507.f07F7Ws06368@harmony.village.org> Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 07 Jan 2001 08:01:03 MST." <200101071501.f07F13s06277@harmony.village.org> References: <200101071501.f07F13s06277@harmony.village.org> <200101071333.f07DXlt11106@mobile.wemm.org> Date: Sun, 07 Jan 2001 08:07:31 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101071501.f07F13s06277@harmony.village.org> Warner Losh writes: : And there were a couple of other spots that you must have missed : because sys/pccard/pccard.c also has the function in question, which : means we'd hit stack garbage. Actually, that part of my statement is completely bogus and should be ignored. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 7:19:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 741E337B69D; Sun, 7 Jan 2001 07:15:41 -0800 (PST) Received: (from hoek@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07FFf083650; Sun, 7 Jan 2001 07:15:41 -0800 (PST) (envelope-from hoek) Message-Id: <200101071515.f07FFf083650@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 7 Jan 2001 07:15:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/octave pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hoek 2001/01/07 07:15:41 PST Modified files: math/octave pkg-descr Log: WWW: http://www.octave.org/ Revision Changes Path 1.2 +2 -0 ports/math/octave/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 Jan 7 7:20:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CBAE37B6A2; Sun, 7 Jan 2001 07:16:07 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07FG7O84882; Sun, 7 Jan 2001 07:16:07 -0800 (PST) (envelope-from kevlo) Message-Id: <200101071516.f07FG7O84882@freefall.freebsd.org> From: Kevin Lo Date: Sun, 7 Jan 2001 07:16:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Jabber pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/07 07:16:07 PST Modified files: net/p5-Net-Jabber pkg-plist Log: Fix pkg-plist PR: 24124 Submitted by: MAINTAINER Revision Changes Path 1.3 +1 -1 ports/net/p5-Net-Jabber/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 Jan 7 7:24: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D477F37B6B1; Sun, 7 Jan 2001 07:17:11 -0800 (PST) Received: (from hoek@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07FHBf88316; Sun, 7 Jan 2001 07:17:11 -0800 (PST) (envelope-from hoek) Message-Id: <200101071517.f07FHBf88316@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 7 Jan 2001 07:17:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xkeycaps pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hoek 2001/01/07 07:17:11 PST Modified files: x11/xkeycaps pkg-descr Log: WWW: http://www.jwz.org/xkeycaps/ Revision Changes Path 1.2 +2 -0 ports/x11/xkeycaps/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 Jan 7 7:45:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F82237B6D0; Sun, 7 Jan 2001 07:40:12 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07FeCp56659; Sun, 7 Jan 2001 07:40:12 -0800 (PST) (envelope-from will) Message-Id: <200101071540.f07FeCp56659@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 07:40:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 07:40:11 PST Modified files: security/racoon pkg-descr Log: Fix typo. PR: 24127 Submitted by: Alex D. Chen Revision Changes Path 1.2 +1 -1 ports/security/racoon/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 Jan 7 8:17:29 2001 Delivered-To: cvs-all@freebsd.org Received: from mout0.freenet.de (mout0.freenet.de [194.97.50.131]) by hub.freebsd.org (Postfix) with ESMTP id 8968A37B400; Sun, 7 Jan 2001 08:17:12 -0800 (PST) Received: from [194.97.50.136] (helo=mx3.freenet.de) by mout0.freenet.de with esmtp (Exim 3.20 #2) id 14FIVA-0007tD-00; Sun, 07 Jan 2001 17:17:00 +0100 Received: from a358b.pppool.de ([213.6.53.139] helo=Magelan.Leidinger.net) by mx3.freenet.de with esmtp (Exim 3.20 #2) id 14FIUw-0006yV-00; Sun, 07 Jan 2001 17:16:47 +0100 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.11.1/8.11.1) with ESMTP id f07G12Z12010; Sun, 7 Jan 2001 17:01:03 +0100 (CET) (envelope-from netchild@Leidinger.net) Message-Id: <200101071601.f07G12Z12010@Magelan.Leidinger.net> Date: Sun, 7 Jan 2001 17:01:01 +0100 (CET) From: Alexander Leidinger Reply-To: lame-dev@lists.sourceforge.net Subject: Re: cvs commit: ports/audio/lame Makefile pkg-plist ports/audio/lame/files template-extra-patch-lib_version patch-aa To: lioux@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG, yoshiaki@kt.rim.or.jp In-Reply-To: <200101071406.f07E6vH69967@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 7 Jan, Mario Sergio Fujikawa Ferreira wrote: > Log: > 1) Add shared library build support. A Good Thing(TM) > 2) Install both shared and static library. Numbering .1 according > to handbook rules for newly added libraries. Also, install header > file. > 3) PORTREVISION bump. > 4) Add provisions for easier update of library version: > - internal Makefile variable > - patch template > - PLIST_SUB > 5) patch-aa superseeded by new patch template > > Approved by: maintainer Please revert this and the avifile commit. We work on shared library support in LAME 3.88, but 3.88 is still in CVS and not ready to be used as a shared library. I'm in doubt LAME 3.70 can really be used as a shared library (too much unsharable global variables). If it works for you jump around and be happy, but please don't release this to the public. If you want to discuss this further send a mail to lame-dev@lists.sourceforge.net (I've set the reply-to to it). Bye, Alexander. -- Intel: where Quality is job number 0.9998782345! http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:26:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3AA037B400; Sun, 7 Jan 2001 08:26:02 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GQ2n62417; Sun, 7 Jan 2001 08:26:02 -0800 (PST) (envelope-from jeh) Message-Id: <200101071626.f07GQ2n62417@freefall.freebsd.org> From: "James E. Housley" Date: Sun, 7 Jan 2001 08:26:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/07 08:26:02 PST Modified files: sysutils/healthd Makefile distinfo Log: Update to version 0.6.4 Fix problems introduced in version 0.6.3 Revision Changes Path 1.20 +2 -2 ports/sysutils/healthd/Makefile 1.16 +1 -1 ports/sysutils/healthd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:31:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D22E337B400; Sun, 7 Jan 2001 08:31:10 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GVAb62969; Sun, 7 Jan 2001 08:31:10 -0800 (PST) (envelope-from imp) Message-Id: <200101071631.f07GVAb62969@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 08:31:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pcic i82365.c i82365var.h src/sys/dev/ray if_ray.c src/sys/dev/pccbb pccbb.c src/sys/pccard pccard_nbk.c pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 08:31:10 PST Modified files: sys/dev/pccard card_if.m pccard.c sys/dev/pcic i82365.c i82365var.h sys/dev/ray if_ray.c sys/dev/pccbb pccbb.c sys/pccard pccard_nbk.c pcic.c Log: o Now that I've had time to test the new interface, reintegrate it back in. o Fix OLDCARD to use the new interface. o Rename the offsetp argument to deltap to more closely reflect what it is returning (it returns the delta from the requested value to the actual value). o Remove duplicate $FreeBSD$ in pccbb.c o Allow deltap to be NULL. o Convert new isa pcic driver and add XXX comments that this function isn't actually implemented there (which means that NEWCARD pccard stuff won't work there until it is). o Revert attempts to make old inferface work in NEWCARD. Subitted by: peter (Parts of the new version code) Revision Changes Path 1.12 +2 -1 src/sys/dev/pccard/card_if.m 1.31 +4 -8 src/sys/dev/pccard/pccard.c 1.33 +5 -3 src/sys/dev/pcic/i82365.c 1.26 +2 -2 src/sys/dev/pcic/i82365var.h 1.48 +3 -3 src/sys/dev/ray/if_ray.c 1.10 +12 -13 src/sys/dev/pccbb/pccbb.c 1.24 +3 -3 src/sys/pccard/pccard_nbk.c 1.101 +6 -3 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:47:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0B4537B402; Sun, 7 Jan 2001 08:47:21 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GlLA64368; Sun, 7 Jan 2001 08:47:21 -0800 (PST) (envelope-from will) Message-Id: <200101071647.f07GlLA64368@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 08:47:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 08:47:21 PST Modified files: x11-toolkits/qt22 Makefile pkg-plist Log: Install threaded qt2 library. Nuke GL dependency (should have listened to garbanzo long ago), to reduce complications involved when building on X4.0.2 with thread support. We don't need GL anyway. Bump PORTREVISION (unconditionally this time) to 3. Submitted by: Jeremy Shaffner Revision Changes Path 1.71 +5 -6 ports/x11-toolkits/qt22/Makefile 1.38 +2 -0 ports/x11-toolkits/qt22/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:49:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94A6337B402; Sun, 7 Jan 2001 08:48:57 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Gmva64571; Sun, 7 Jan 2001 08:48:57 -0800 (PST) (envelope-from sos) Message-Id: <200101071648.f07Gmva64571@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 7 Jan 2001 08:48:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/07 08:48:57 PST Modified files: sys/dev/ata atapi-cd.c Log: On open try to close the drivetray and wait for drive ready. Idea from PR24109 but implemented differently Revision Changes Path 1.72 +3 -1 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:51:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADC8F37B400; Sun, 7 Jan 2001 08:50:53 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GorC64791; Sun, 7 Jan 2001 08:50:53 -0800 (PST) (envelope-from sos) Message-Id: <200101071650.f07GorC64791@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 7 Jan 2001 08:50:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/07 08:50:53 PST Modified files: (Branch: RELENG_4) sys/dev/ata atapi-cd.c Log: MFC: On open try to close the drivetray and wait for drive ready. Revision Changes Path 1.48.2.7 +3 -1 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:55:13 2001 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 3A2E137B402; Sun, 7 Jan 2001 08:54:57 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id BD32718DD; Sun, 7 Jan 2001 11:54:56 -0500 (EST) Date: Sun, 7 Jan 2001 11:54:56 -0500 From: Will Andrews To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c Message-ID: <20010107115456.S1611@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101071650.f07GorC64791@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200101071650.f07GorC64791@freefall.freebsd.org>; from sos@FreeBSD.org on Sun, Jan 07, 2001 at 08:50:53AM -0800 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 07, 2001 at 08:50:53AM -0800, Søren Schmidt wrote: > Log: > MFC: > On open try to close the drivetray and wait for drive ready. Uhm, immediate MFC? -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 8:56: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 319F037B69D; Sun, 7 Jan 2001 08:55:21 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GtLj65157; Sun, 7 Jan 2001 08:55:21 -0800 (PST) (envelope-from sos) Message-Id: <200101071655.f07GtLj65157@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 7 Jan 2001 08:55:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/07 08:55:20 PST Modified files: (Branch: RELENG_4) sys/dev/ata atapi-cd.c atapi-cd.h Log: MFC: Add BurnProof(tm) support for ATAPI burners that has that feature. Revision Changes Path 1.48.2.8 +3 -1 src/sys/dev/ata/atapi-cd.c 1.15.2.5 +5 -3 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 Sun Jan 7 8:59:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 894B337B69B; Sun, 7 Jan 2001 08:58:38 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id RAA05273; Sun, 7 Jan 2001 17:58:35 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101071658.RAA05273@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c In-Reply-To: <20010107115456.S1611@puck.firepipe.net> from Will Andrews at "Jan 7, 2001 11:54:56 am" To: will@physics.purdue.edu (Will Andrews) Date: Sun, 7 Jan 2001 17:58:35 +0100 (CET) Cc: sos@FreeBSD.org (=?ISO-8859-1?Q?S=F8ren?= Schmidt), 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Will Andrews wrote: > On Sun, Jan 07, 2001 at 08:50:53AM -0800, Søren Schmidt wrote: > > Log: > > MFC: > > On open try to close the drivetray and wait for drive ready. > > Uhm, immediate MFC? No there was almost 2 mins between those :) Seriously this patch is so simple I deemed this trivial enough to put in right away, I even asked the MAINTAINER :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 9: 1:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B6C7F37B400; Sun, 7 Jan 2001 09:00:10 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07H0Aj65619; Sun, 7 Jan 2001 09:00:10 -0800 (PST) (envelope-from sos) Message-Id: <200101071700.f07H0Aj65619@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 7 Jan 2001 09:00:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/07 09:00:10 PST Modified files: sys/dev/ata ata-dma.c Log: Try better this time at a patch that properly backspeeds on the Acer chips. Revision Changes Path 1.54 +3 -3 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 9:26:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B44D837B400; Sun, 7 Jan 2001 09:26:10 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07HQA070256; Sun, 7 Jan 2001 09:26:10 -0800 (PST) (envelope-from ben) Message-Id: <200101071726.f07HQA070256@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 7 Jan 2001 09:26:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/timed/timed readmsg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/07 09:26:10 PST Modified files: (Branch: RELENG_4) usr.sbin/timed/timed readmsg.c Log: MFC: rev 1.16, 1.17: prevent segfault and other possible problems by checking data received from the network more carefully. Revision Changes Path 1.5.2.1 +25 -3 src/usr.sbin/timed/timed/readmsg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 9:29:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 863F137B400; Sun, 7 Jan 2001 09:29:36 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07HTZM70568; Sun, 7 Jan 2001 09:29:35 -0800 (PST) (envelope-from ben) Message-Id: <200101071729.f07HTZM70568@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 7 Jan 2001 09:29:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/timed/timed readmsg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/07 09:29:35 PST Modified files: (Branch: RELENG_4) usr.sbin/timed/timed readmsg.c Log: (null commit) The previous commit was, of course, an MFC of revisions 1.6 and 1.7, not 1.16 and 1.17 which don't exist in this file. Revision Changes Path 1.5.2.2 +1 -1 src/usr.sbin/timed/timed/readmsg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 9:52: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BBB237B6A0; Sun, 7 Jan 2001 09:46:45 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Hkjo73068; Sun, 7 Jan 2001 09:46:45 -0800 (PST) (envelope-from sobomax) Message-Id: <200101071746.f07Hkjo73068@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 09:46:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/jedit pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 09:46:44 PST Modified files: editors/jedit pkg-comment Log: Fix typo. Submitted by: Sergii Laskavyi Revision Changes Path 1.2 +1 -1 ports/editors/jedit/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 9:53:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1D337B6FB; Sun, 7 Jan 2001 09:49:52 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07HnqH73928; Sun, 7 Jan 2001 09:49:52 -0800 (PST) (envelope-from will) Message-Id: <200101071749.f07HnqH73928@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 09:49:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/pyweather Makefile ports/audio/snowstar Makefile ports/biology/povchem Makefile ports/chinese/big5con Makefile ports/converters/kdesupport2 Makefile ports/devel/doxygen Makefile ports/devel/kelp Makefile ports/irc/kvirc Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 09:49:52 PST Modified files: astro/pyweather Makefile audio/snowstar Makefile biology/povchem Makefile chinese/big5con Makefile converters/kdesupport2 Makefile devel/doxygen Makefile devel/kelp Makefile irc/kvirc Makefile irc/roxirc Makefile irc/tirc Makefile japanese/p5-Jcode Makefile net/p0f Makefile misc/rfc Makefile mail/muttzilla Makefile net/rsync Makefile security/portsentry Makefile www/bkmrkconv Makefile www/evg Makefile www/fhttpd Makefile x11/xbanner Makefile x11-toolkits/qt145 Makefile audio/holyshout Makefile Log: Clean up inefficient perl invocations; use multiple REs in the same call. Revision Changes Path 1.8 +3 -3 ports/astro/pyweather/Makefile 1.6 +3 -5 ports/audio/snowstar/Makefile 1.7 +3 -3 ports/biology/povchem/Makefile 1.17 +2 -3 ports/chinese/big5con/Makefile 1.43 +3 -3 ports/converters/kdesupport2/Makefile 1.7 +4 -5 ports/devel/doxygen/Makefile 1.2 +3 -3 ports/devel/kelp/Makefile 1.18 +4 -5 ports/irc/kvirc/Makefile 1.10 +3 -3 ports/irc/roxirc/Makefile 1.8 +2 -3 ports/irc/tirc/Makefile 1.10 +3 -3 ports/japanese/p5-Jcode/Makefile 1.3 +3 -3 ports/net/p0f/Makefile 1.11 +4 -4 ports/misc/rfc/Makefile 1.10 +3 -14 ports/mail/muttzilla/Makefile 1.51 +3 -4 ports/net/rsync/Makefile 1.11 +3 -3 ports/security/portsentry/Makefile 1.5 +3 -3 ports/www/bkmrkconv/Makefile 1.8 +4 -4 ports/www/evg/Makefile 1.6 +3 -3 ports/www/fhttpd/Makefile 1.10 +3 -3 ports/x11/xbanner/Makefile 1.51 +5 -5 ports/x11-toolkits/qt145/Makefile 1.4 +3 -5 ports/audio/holyshout/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10: 3:55 2001 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 8588D37B6E6; Sun, 7 Jan 2001 10:00:32 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id TAA01692; Sun, 7 Jan 2001 19:00:24 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.1/8.11.1) id f07Hxh696396; Sun, 7 Jan 2001 18:59:43 +0100 (CET) (envelope-from andreas) Date: Sun, 7 Jan 2001 18:59:43 +0100 From: Andreas Klemm To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Message-ID: <20010107185943.A96353@titan.klemm.gtn.com> References: <200101071414.f07EEtI70580@freefall.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101071414.f07EEtI70580@freefall.freebsd.org>; from kuriyama@FreeBSD.org on Sun, Jan 07, 2001 at 06:14:55AM -0800 X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 07, 2001 at 06:14:55AM -0800, Jun Kuriyama wrote: > kuriyama 2001/01/07 06:14:55 PST > > Modified files: > en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml > Log: > Fix breakage (escape '<' and '>'). Thank you. I looked multiple times over the SGML skeleton and then finally overlooked escaping those signs in the data I finally included. -- Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:22:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85A3E37B402; Sun, 7 Jan 2001 10:22:32 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07IMWi79932; Sun, 7 Jan 2001 10:22:32 -0800 (PST) (envelope-from will) Message-Id: <200101071822.f07IMWi79932@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 10:22:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/id3lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 10:22:32 PST Modified files: audio/id3lib Makefile Log: Add USE_NEWGCC since this port doesn't compile with RELENG_3 gcc. PR: 22608 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/audio/id3lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:33:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2650437B698; Sun, 7 Jan 2001 10:32:17 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07IWHF81045; Sun, 7 Jan 2001 10:32:17 -0800 (PST) (envelope-from fenner) Message-Id: <200101071832.f07IWHF81045@freefall.freebsd.org> From: Bill Fenner Date: Sun, 7 Jan 2001 10:32:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/yacl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/01/07 10:32:16 PST Modified files: devel/yacl Makefile Log: Remove albast@xs4all.nl as MAINTAINER; mail has been bouncing for 3 months. Revision Changes Path 1.10 +1 -3 ports/devel/yacl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:42:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E73337B400; Sun, 7 Jan 2001 10:42:29 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07IgT482273; Sun, 7 Jan 2001 10:42:29 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101071842.f07IgT482273@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 10:42:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 10:42:29 PST Modified files: gnu/usr.bin/send-pr send-pr.sh Log: Assume that the submitter knows what he is doing and order the suggested actions accordingly. S)end should be the first one. Revision Changes Path 1.21 +2 -2 src/gnu/usr.bin/send-pr/send-pr.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:43:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E9637B400; Sun, 7 Jan 2001 10:43:31 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07IhVK82400; Sun, 7 Jan 2001 10:43:31 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101071843.f07IhVK82400@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 10:43:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 10:43:31 PST Modified files: etc MAKEDEV Log: Give the USB devices sensible default permissions. Suggested by: Kaltashkin Eugene Revision Changes Path 1.285 +29 -13 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:46:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 350BA37B400; Sun, 7 Jan 2001 10:46:00 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Ik0082613; Sun, 7 Jan 2001 10:46:00 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101071846.f07Ik0082613@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 10:45:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 10:45:59 PST Modified files: (Branch: RELENG_4) sys/dev/usb ugen.c Log: MFC r.1.45. Implement basic support for isochronous transfers. From NetBSD. Submitted by: Christopher Masto Revision Changes Path 1.38.2.5 +180 -13 src/sys/dev/usb/ugen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 10:57:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FFDF37B400; Sun, 7 Jan 2001 10:57:25 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07IvP983537; Sun, 7 Jan 2001 10:57:25 -0800 (PST) (envelope-from mharo) Message-Id: <200101071857.f07IvP983537@freefall.freebsd.org> From: Michael Haro Date: Sun, 7 Jan 2001 10:57:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iplog Makefile pkg-plist ports/net/iplog/files iplog.sh.tmpl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/07 10:57:24 PST Modified files: net/iplog Makefile pkg-plist Added files: net/iplog/files iplog.sh.tmpl Log: add an example of a PREFIX/rc.d/iplog.sh script for startup as daemon. PR: 24128 Submitted by: MAINTAINER Revision Changes Path 1.13 +5 -1 ports/net/iplog/Makefile 1.4 +1 -0 ports/net/iplog/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 Jan 7 11: 3:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B979A37B400; Sun, 7 Jan 2001 11:03:15 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07J3FC84182; Sun, 7 Jan 2001 11:03:15 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101071903.f07J3FC84182@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 11:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 11:03:15 PST Modified files: sys/dev/vn vn.c Log: Remove cdevsw when unloading the vn module. Submitted by: dunno... :-( Revision Changes Path 1.123 +2 -1 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 Jan 7 11: 8:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F07F37B400; Sun, 7 Jan 2001 11:08:33 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07J8Xv86653; Sun, 7 Jan 2001 11:08:33 -0800 (PST) (envelope-from mharo) Message-Id: <200101071908.f07J8Xv86653@freefall.freebsd.org> From: Michael Haro Date: Sun, 7 Jan 2001 11:08:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/naim Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/07 11:08:33 PST Modified files: net/naim Makefile distinfo Log: update 0.9.6.2010 -> 0.10.1 PR: 23654 Submitted by: Joseph Scott Revision Changes Path 1.17 +2 -4 ports/net/naim/Makefile 1.6 +1 -1 ports/net/naim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 11:21:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1D3937B402; Sun, 7 Jan 2001 11:21:06 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07JL6288037; Sun, 7 Jan 2001 11:21:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200101071921.f07JL6288037@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 11:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys acl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 11:21:06 PST Modified files: sys/sys acl.h Log: o Correct typos in comment fields. o Update copyright to 2001. Submitted by: jedgar Revision Changes Path 1.10 +5 -5 src/sys/sys/acl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 11:46:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D4DA37B404; Sun, 7 Jan 2001 11:46:03 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Jk3590215; Sun, 7 Jan 2001 11:46:03 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101071946.f07Jk3590215@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 11:46:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 11:46:03 PST Modified files: (Branch: RELENG_4) sys/dev/usb ugen.c Log: MFC: K&R -> ANSI Revision Changes Path 1.38.2.6 +17 -66 src/sys/dev/usb/ugen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 11:50:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E71837B402; Sun, 7 Jan 2001 11:50:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07JoMO90724; Sun, 7 Jan 2001 11:50:22 -0800 (PST) (envelope-from sobomax) Message-Id: <200101071950.f07JoMO90724@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 11:50:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 11:50:22 PST Modified files: lang/librep Makefile distinfo pkg-plist Log: Update to 0.13.4. Revision Changes Path 1.23 +2 -2 ports/lang/librep/Makefile 1.15 +1 -1 ports/lang/librep/distinfo 1.15 +7 -5 ports/lang/librep/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 11:52:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4339237B400; Sun, 7 Jan 2001 11:52:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07JqOW90985; Sun, 7 Jan 2001 11:52:24 -0800 (PST) (envelope-from sobomax) Message-Id: <200101071952.f07JqOW90985@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 11:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist ports/x11-wm/sawfish/files zh_TW.Big5.po X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 11:52:23 PST Modified files: x11-wm/sawfish Makefile distinfo pkg-plist Removed files: x11-wm/sawfish/files zh_TW.Big5.po Log: Update to 0.35. Revision Changes Path 1.38 +2 -6 ports/x11-wm/sawfish/Makefile 1.24 +1 -1 ports/x11-wm/sawfish/distinfo 1.29 +8 -0 ports/x11-wm/sawfish/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 12:23:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47A1F37B400; Sun, 7 Jan 2001 12:22:57 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07KMv407193; Sun, 7 Jan 2001 12:22:57 -0800 (PST) (envelope-from hrs) Message-Id: <200101072022.f07KMv407193@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 7 Jan 2001 12:22:56 -0800 (PST) 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/cutting-edge chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/01/07 12:22:56 PST Modified files: ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml Log: Merge the following from the English version: 1.358 -> 1.359 contrib/chapter.sgml 1.58 -> 1.59 cutting-edge/chapter.sgml 1.105 -> 1.106 mirrors/chapter.sgml Revision Changes Path 1.54 +6 -2 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.23 +3 -3 doc/ja_JP.eucJP/books/handbook/cutting-edge/chapter.sgml 1.40 +8 -2 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 Sun Jan 7 12:36:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD6A737B400; Sun, 7 Jan 2001 12:36:27 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07KaRA08995; Sun, 7 Jan 2001 12:36:27 -0800 (PST) (envelope-from imp) Message-Id: <200101072036.f07KaRA08995@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 12:36:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 12:36:27 PST Modified files: sys/dev/pccard pccard.c Log: For bus_setup_intr, cookiep is a pointer to storage for the parent bus to use. We need to set it here. This fixes the problem where a probe routine establishes and disestablishes the interrupt and then we get a panic in the probe routine. However, we pass the pointer to the interrupt hanlder count to the parent bus, which writes its own cookie there, so there may be some problems with that which isn't apparent at the moment. Commit made from: laptop running NEWCARD with sn driver (which works, but gets the wrong ethernet address). Revision Changes Path 1.32 +2 -2 src/sys/dev/pccard/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 Jan 7 12:40:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CA2437B69D; Sun, 7 Jan 2001 12:40:24 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07KeOs09343; Sun, 7 Jan 2001 12:40:24 -0800 (PST) (envelope-from imp) Message-Id: <200101072040.f07KeOs09343@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 12:40:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 12:40:24 PST Modified files: sys/dev/pccard pccard.c Log: This file follows style(9), so adjust various nits in the last few commits to conform to style(9), plus one other convention that I use: o Declare variables at the start of the function, rather than in blocks when it doesn't help understanding (mine). o 80 column limit. o BSD style statement continuation, rather than "gnu" style. Revision Changes Path 1.33 +25 -18 src/sys/dev/pccard/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 Jan 7 12:52:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B357237B404; Sun, 7 Jan 2001 12:52:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07KqgN10031; Sun, 7 Jan 2001 12:52:42 -0800 (PST) (envelope-from peter) Message-Id: <200101072052.f07KqgN10031@freefall.freebsd.org> From: Peter Wemm Date: Sun, 7 Jan 2001 12:52:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/07 12:52:42 PST Modified files: sys/dev/cardbus cardbus_cis.c Log: This cannot possibly be right: foo(int *nret) { for (i = 0; i < nret; i++) { free(array[i], .... Fix to do the logically correct thing.. (s/nret/*nret/) Revision Changes Path 1.8 +4 -4 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F03337B69F; Sun, 7 Jan 2001 13:07:25 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07L7Ps13036; Sun, 7 Jan 2001 13:07:25 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072107.f07L7Ps13036@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 13:07:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 13:07:25 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Remove unnecessary sanity check involving requested offset of extended attribute read--the offset is required to be 0 by an earlier check, meaning that it will always be within the scope of the attribute data. This change should have no impact on executed code paths other than removing the unnecessary check: please report if any new failures start to occur as a result. Obtained from: TrustedBSD Project Revision Changes Path 1.16 +1 -6 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:15:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B60B937B400; Sun, 7 Jan 2001 13:15:40 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LFea13797; Sun, 7 Jan 2001 13:15:40 -0800 (PST) (envelope-from obrien) Message-Id: <200101072115.f07LFea13797@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 13:15:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-elf-gcc295 22849 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 13:15:40 PST Removed files: devel/arm-elf-gcc295 22849 Log: Refering to the PR in the import is suffient, one does not need to import the actual PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:26:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C56E37B402; Sun, 7 Jan 2001 13:24:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LOg714456; Sun, 7 Jan 2001 13:24:42 -0800 (PST) (envelope-from peter) Message-Id: <200101072124.f07LOg714456@freefall.freebsd.org> From: Peter Wemm Date: Sun, 7 Jan 2001 13:24:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/07 13:24:42 PST Modified files: sys/dev/ep if_ep_pccard.c Log: Add the 3COM ID's that I could find in the pccarddevs file that seemed to match the pccard.conf file. There are more ID's that need adding, but these seem to be the common ones. This was committed on an ep0 interface under NEWCARD: ep0: <3Com 3c589 10Mbps Ethernet> at port 0x300-0x30f irq 9 function 0 config 1 on pccard1 ep0: Ethernet address 00:10:4b:df:48:57 Reviewed by: imp Revision Changes Path 1.19 +23 -1 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 Jan 7 13:28:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9A237B402; Sun, 7 Jan 2001 13:28:10 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LSAr14834; Sun, 7 Jan 2001 13:28:10 -0800 (PST) (envelope-from asmodai) Message-Id: <200101072128.f07LSAr14834@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 7 Jan 2001 13:28:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/07 13:28:10 PST Modified files: textproc/ispell Makefile Log: Clean up some space/tabbing as hinted about by portlint. This improves internal style so that forthcoming additions will be, hopefully, in the same style. Revision Changes Path 1.43 +6 -6 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:32:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9192737B400; Sun, 7 Jan 2001 13:32:05 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LW5D15054; Sun, 7 Jan 2001 13:32:05 -0800 (PST) (envelope-from peter) Message-Id: <200101072132.f07LW5D15054@freefall.freebsd.org> From: Peter Wemm Date: Sun, 7 Jan 2001 13:32:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/07 13:32:05 PST Modified files: sys/dev/pccard pccard.c Log: This is a bandaid for a problem that is not entirely fixed yet. The pccard_function_init() call creates a bunch of inactive resources that are persistant and configured on demand. When the child driver "allocates" a resource it is connected up to one of these. When the child releases the resource, we should not delete our copy, just deactivate it again. Otherwise there is nothing to recreate it again after several probe functions have run and done an alloc/release cycle. INVARIANTS shows 0xdeadc0de without this. More work is needed to do a sweep though the pccard_function_disable() call to actually delete the resources for real. Right now, we leak memory on eject (at best), so Dont Do That(TM) yet. This affects 16 bit pccards on a cardbus bridge only. This will be fixed soon, but for now it gets the cards working. Reviewed by: imp Revision Changes Path 1.34 +6 -2 src/sys/dev/pccard/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 Jan 7 13:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90C3137B404; Sun, 7 Jan 2001 13:38:26 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LcQK15422; Sun, 7 Jan 2001 13:38:26 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072138.f07LcQK15422@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 13:38:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 13:38:26 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() use NULL as the credential, not 0, so as to make it more clear what's going on. Obtained from: TrustedBSD Project Revision Changes Path 1.17 +2 -2 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:41:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1695F37B404; Sun, 7 Jan 2001 13:41:06 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Lf6415682; Sun, 7 Jan 2001 13:41:06 -0800 (PST) (envelope-from jedgar) Message-Id: <200101072141.f07Lf6415682@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 7 Jan 2001 13:41:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_support.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/07 13:41:06 PST Modified files: lib/libposix1e acl_support.c Log: Correct check of getgrnam output Approved by: rwatson Revision Changes Path 1.4 +2 -2 src/lib/libposix1e/acl_support.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:42:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A7EE37B698; Sun, 7 Jan 2001 13:42:17 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LgH115799; Sun, 7 Jan 2001 13:42:17 -0800 (PST) (envelope-from green) Message-Id: <200101072142.f07LgH115799@freefall.freebsd.org> From: Brian Feldman Date: Sun, 7 Jan 2001 13:42:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh/pam_ssh pam_ssh.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/07 13:42:17 PST Modified files: (Branch: RELENG_4) crypto/openssh/pam_ssh pam_ssh.c Log: MFC recent fixes (up to HEAD r1.11) Revision Changes Path 1.3.2.3 +4 -3 src/crypto/openssh/pam_ssh/pam_ssh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:44:28 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 9E6ED37B400; Sun, 7 Jan 2001 13:44:07 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA10518; Sun, 7 Jan 2001 13:44:08 -0800 Date: Sun, 7 Jan 2001 13:44:06 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: Wilko Bulte , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Matt Jacob , "David O'Brien" Subject: Re: cvs commit: src/sys/boot/arc/lib arcdisk.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John- I don't recall seeing the mail. I do know that -stable was broken for several days, but it's fixed now I believe. No problem, man.... > > On 05-Jan-01 Wilko Bulte wrote: > > On Fri, Jan 05, 2001 at 11:29:55AM -0800, David O'Brien wrote: > >> On Fri, Jan 05, 2001 at 09:37:52AM -0800, Matt Jacob wrote: > >> > Modified files: (Branch: RELENG_4) > >> > sys/boot/arc/lib arcdisk.c > >> > Log: > >> > MFC: revision 1.4 (Fix some of the arcdisk devsw functions ...) > >> > I dunno how 4.2 for alpha could have been built w/o this. > >> > >> ??? We don't use the ARC firmware. Thus this bit of code is was not an > >> issue in 4.2. > > > > I was having buildworld failures in this area (arc) yesterday with 4-stable > > on alpha. I guess that is what Matt is fixing right now. Maybe 4.2R > > did not have arc-builds included? (wild guess) > > A bunch of little loader fixes were MFC'd very recently (post 4.2) which is > what caused the breakage on the alpha. Did anyone read my mail to -alpha or did > you all just ignore it? :) > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:45:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF0B637B6A5; Sun, 7 Jan 2001 13:45:37 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Ljb816092; Sun, 7 Jan 2001 13:45:37 -0800 (PST) (envelope-from obrien) Message-Id: <200101072145.f07Ljb816092@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 13:45:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc295 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 13:45:37 PST Modified files: lang/gcc295 Makefile distinfo Log: Update to GCC 2.95.3 release candidate "test1" Revision Changes Path 1.75 +13 -11 ports/lang/gcc295/Makefile 1.26 +5 -5 ports/lang/gcc295/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:52:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 486E937B402; Sun, 7 Jan 2001 13:52:38 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07LqcH16737; Sun, 7 Jan 2001 13:52:38 -0800 (PST) (envelope-from trevor) Message-Id: <200101072152.f07LqcH16737@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 7 Jan 2001 13:52:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile distinfo ports/x11-wm/aewm/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/07 13:52:38 PST Modified files: x11-wm/aewm Makefile distinfo x11-wm/aewm/files patch-Makefile Log: Update to 1.1.1. Revision Changes Path 1.2 +2 -2 ports/x11-wm/aewm/Makefile 1.2 +1 -1 ports/x11-wm/aewm/distinfo 1.2 +12 -10 ports/x11-wm/aewm/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 13:59:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C60A137B402; Sun, 7 Jan 2001 13:59:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Lx1K17261; Sun, 7 Jan 2001 13:59:01 -0800 (PST) (envelope-from obrien) Message-Id: <200101072159.f07Lx1K17261@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 13:59:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc295 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 13:59:01 PST Modified files: lang/gcc295 Makefile Log: Introduce `TARGLIB' from gcc-devel to clean this thing up. Also change the ELF vs. aout logic so other formats can be targeted. Revision Changes Path 1.76 +17 -17 ports/lang/gcc295/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 14:14:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D39837B402; Sun, 7 Jan 2001 14:14:08 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07ME8W20644; Sun, 7 Jan 2001 14:14:08 -0800 (PST) (envelope-from jmz) Message-Id: <200101072214.f07ME8W20644@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 7 Jan 2001 14:14:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mgetty+sendfax Makefile distinfo ports/comms/mgetty+sendfax/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/07 14:14:07 PST Modified files: comms/mgetty+sendfax Makefile distinfo Added files: comms/mgetty+sendfax/files patch-aj Log: Upgrade to version 1.1.24-Jan07 Change MASTER_SITE Revision Changes Path 1.35 +5 -5 ports/comms/mgetty+sendfax/Makefile 1.13 +1 -1 ports/comms/mgetty+sendfax/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 14:30:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D52137B698; Sun, 7 Jan 2001 14:30:24 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07MUOM21714; Sun, 7 Jan 2001 14:30:24 -0800 (PST) (envelope-from grog) Message-Id: <200101072230.f07MUOM21714@freefall.freebsd.org> From: Greg Lehey Date: Sun, 7 Jan 2001 14:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/07 14:30:24 PST Modified files: en support.sgml Log: Add Free Unix for Indianapolis. Alan Day Tidy up entry for the Berkeley UNIX User Group (i.e. the one in Berkeley). Change name and tidy entry for BAFUG -> BABUG. Revision Changes Path 1.210 +23 -16 www/en/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 Jan 7 14:33:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF26B37B400; Sun, 7 Jan 2001 14:32:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07MWtn21943; Sun, 7 Jan 2001 14:32:55 -0800 (PST) (envelope-from sobomax) Message-Id: <200101072232.f07MWtn21943@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 14:32:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libmorph Makefile ports/graphics/morpheus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 14:32:55 PST Modified files: graphics/libmorph Makefile graphics/morpheus Makefile Log: Fix fennerism (MASTER_SITE has been slightly changed). Revision Changes Path 1.2 +2 -2 ports/graphics/libmorph/Makefile 1.3 +2 -2 ports/graphics/morpheus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 14:37:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 712A737B400; Sun, 7 Jan 2001 14:37:05 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Mb5j22166; Sun, 7 Jan 2001 14:37:05 -0800 (PST) (envelope-from sobomax) Message-Id: <200101072237.f07Mb5j22166@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 14:37:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lbreakout pkg-descr ports/games/ltris pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 14:37:05 PST Modified files: games/lbreakout pkg-descr games/ltris pkg-descr Log: Fix fennerism in pkg-descr. Revision Changes Path 1.2 +1 -1 ports/games/lbreakout/pkg-descr 1.2 +1 -1 ports/games/ltris/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 Jan 7 14:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id AE44D37B400; Sun, 7 Jan 2001 14:39:49 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 699B96A90D; Mon, 8 Jan 2001 09:09:47 +1030 (CST) Date: Mon, 8 Jan 2001 09:09:47 +1030 From: Greg Lehey To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Alan Day Subject: Re: cvs commit: www/en support.sgml Message-ID: <20010108090947.J52707@wantadilla.lemis.com> References: <200101072230.f07MUOM21714@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101072230.f07MUOM21714@freefall.freebsd.org>; from grog@FreeBSD.org on Sun, Jan 07, 2001 at 02:30:24PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 7 January 2001 at 14:30:24 -0800, Greg Lehey wrote: > grog 2001/01/07 14:30:24 PST > > Modified files: > en support.sgml > Log: > Add Free Unix for Indianapolis. > > Alan Day Oops. That should have been "Submitted By". Too early in the morning. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 14:52: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BD56537B400; Sun, 7 Jan 2001 14:51:44 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 0FC636A90D; Mon, 8 Jan 2001 09:21:42 +1030 (CST) Date: Mon, 8 Jan 2001 09:21:42 +1030 From: Greg Lehey To: Soren Schmidt Cc: Will Andrews , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c Message-ID: <20010108092141.L52707@wantadilla.lemis.com> References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200101071658.RAA05273@freebsd.dk>; from sos@freebsd.dk on Sun, Jan 07, 2001 at 05:58:35PM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 7 January 2001 at 17:58:35 +0100, Søren Schmidt wrote: > It seems Will Andrews wrote: >> On Sun, Jan 07, 2001 at 08:50:53AM -0800, Søren Schmidt wrote: >>> Log: >>> MFC: >>> On open try to close the drivetray and wait for drive ready. >> >> Uhm, immediate MFC? > > No there was almost 2 mins between those :) > > Seriously this patch is so simple I deemed this trivial enough to > put in right away, I even asked the MAINTAINER :) -core has had an official complaint about instant MFCs (not this one). We haven't come to any conclusion, but I'm pretty sure that when we do, we wouldn't condone this kind of thing. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 14:52:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 814CB37B400; Sun, 7 Jan 2001 14:52:37 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07MqbQ23221; Sun, 7 Jan 2001 14:52:37 -0800 (PST) (envelope-from gibbs) Message-Id: <200101072252.f07MqbQ23221@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 7 Jan 2001 14:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcireg.h src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/07 14:52:37 PST Modified files: (Branch: RELENG_4) sys/pci pcireg.h Log: MFC: Add a define for the capability pointer register on header type 0 devices. Revision Changes Path 1.24.2.3 +2 -1 src/sys/pci/Attic/pcireg.h Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: MFC: Fix for brkadrint panic on cold boot for 2940 narrow adapters. Several timeout handling bug fixes. A few performance improvements. This brings stable to the same code level as my 1/5/2001 commit to current. Revision Changes Path 1.15.2.2 +3 -3 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.4 +14 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.41.2.12 +538 -206 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.7 +60 -13 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.5 +12 -10 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.7 +102 -37 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.7.2.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.h 1.3.2.12 +55 -42 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.3 +35 -4 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2.2.5 +74 -33 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.5 +124 -14 src/sys/dev/aic7xxx/aic7xxx_pci.c Modified files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: MFC: Sync perforce ids. Revision Changes Path 1.8.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/Makefile 1.28.2.3 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.11.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.11.2.3 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.13.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.11.2.2 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:28:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D20A537B400; Sun, 7 Jan 2001 15:27:58 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07NRwm27411; Sun, 7 Jan 2001 15:27:58 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072327.f07NRwm27411@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 15:27:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 15:27:58 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Add an additional EA inconsistency reporting opportunity in ufs_extattr_rm. o Make both reporting locations report the function name where the inconsistency is discovered, as well as the inode number in question. Reviewed by: jedgar Revision Changes Path 1.18 +17 -3 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:32: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CBE837B402; Sun, 7 Jan 2001 15:31:51 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07NVpt27701; Sun, 7 Jan 2001 15:31:51 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072331.f07NVpt27701@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 15:31:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 15:31:51 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Zero the ufs_extattr_header length field (not necessary, but not a bad idea either) in ufs_extattr_rm. o More completely fill out the local_aio structure when writing out the zero'd extended attribute in ufs_extattr_rm -- previoulsy, this worked fine, but probably should not have. This corrects extraneous warnings about inconsistent inodes following file deletion. Reviewed by: jedgar Revision Changes Path 1.19 +9 -2 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:37: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6782B37B698; Sun, 7 Jan 2001 15:36:45 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Najh27970; Sun, 7 Jan 2001 15:36:45 -0800 (PST) (envelope-from andreas) Message-Id: <200101072336.f07Najh27970@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 7 Jan 2001 15:36:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arts++ Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/07 15:36:45 PST Modified files: net/arts++ Makefile distinfo Log: - update port from 1-1-a6 to 1-1-a8 => bumped PORTREVISION to 2 - pkg-plist still valid Revision Changes Path 1.3 +3 -3 ports/net/arts++/Makefile 1.2 +1 -1 ports/net/arts++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:41:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9161937B402; Sun, 7 Jan 2001 15:40:53 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Nerg28219; Sun, 7 Jan 2001 15:40:53 -0800 (PST) (envelope-from mjacob) Message-Id: <200101072340.f07Nerg28219@freefall.freebsd.org> From: Matt Jacob Date: Sun, 7 Jan 2001 15:40:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nwclient pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/07 15:40:53 PST Modified files: sysutils/nwclient pkg-descr Log: Legato's main web server consistently fails Bill Fenner's automated ports checker scripts.. I despair of fixing either. If people wanna find Legato, they can do so thru Feral's web page. Revision Changes Path 1.2 +0 -1 ports/sysutils/nwclient/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 Jan 7 15:44:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E545B37B402; Sun, 7 Jan 2001 15:43:55 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Nhts28390; Sun, 7 Jan 2001 15:43:55 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101072343.f07Nhts28390@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 15:43:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 15:43:55 PST Modified files: sys/dev/usb umass.c Log: 1) Return the requestad length - the transferred length as the residue, instead of the requested length. Otherwise all transfers look like 0 byte transfers to CAM. Submitted by: Iwasa Kazmi 2) Finalise the command in the case of CBI transfers with CCI (command completion interrupt). 3) Remove a redundant bzero of a buffer. Revision Changes Path 1.38 +7 -5 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:46:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 149C337B698; Sun, 7 Jan 2001 15:45:57 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Njvh28611; Sun, 7 Jan 2001 15:45:57 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072345.f07Njvh28611@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 15:45:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 15:45:56 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Commit reems of style(9) changes, whitespace improvements, and comment cleanups. Obtained from: TrustedBSD Project Revision Changes Path 1.20 +60 -61 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:54:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D946337B400; Sun, 7 Jan 2001 15:54:34 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07NsYW29163; Sun, 7 Jan 2001 15:54:34 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101072354.f07NsYW29163@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 15:54:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 15:54:34 PST Modified files: sys/dev/usb umass.c Log: Print the correct value in a debugging printf. Submitted by: Iwasa Kazmi Revision Changes Path 1.39 +2 -2 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 15:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD00B37B402; Sun, 7 Jan 2001 15:58:07 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07Nw7G29352; Sun, 7 Jan 2001 15:58:07 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101072358.f07Nw7G29352@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 15:58:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 15:58:07 PST Modified files: sys/dev/usb umass.c Log: Add the Synchronize command to umass_atapi_transform. It seems to work unmodified for ATAPI type devices. Revision Changes Path 1.40 +2 -1 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 16:26:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B83BB37B699; Sun, 7 Jan 2001 16:25:52 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f080Pqj32805; Sun, 7 Jan 2001 16:25:52 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101080025.f080Pqj32805@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 16:25:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 16:25:52 PST Modified files: sys/dev/usb umass.c Log: Add a quirk for drives that do not handle long inquiry data. Add the entry for the Yano U640MO-03 MO drive. (ifdef-0-ed out for now) Fix a hack were an original buffer was modified instead of copied (cmd[] -> (*rcmd)[]) Submitted by: Iwasa Kazmi Revision Changes Path 1.41 +42 -23 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 16:33:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E87D037B699; Sun, 7 Jan 2001 16:32:51 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f080WpC33209; Sun, 7 Jan 2001 16:32:51 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101080032.f080WpC33209@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 Jan 2001 16:32:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/07 16:32:51 PST Modified files: sys/cam/scsi scsi_da.c Log: Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge. Submitted by: Iwasa Kazmi Revision Changes Path 1.61 +5 -1 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 16:54:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5E4837B402; Sun, 7 Jan 2001 16:54:30 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f080sUo34362; Sun, 7 Jan 2001 16:54:30 -0800 (PST) (envelope-from lioux) Message-Id: <200101080054.f080sUo34362@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 7 Jan 2001 16:54:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lame Makefile pkg-plist ports/audio/lame/files patch-aa template-extra-patch-lib_version X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/01/07 16:54:30 PST Modified files: audio/lame Makefile pkg-plist Added files: audio/lame/files patch-aa Removed files: audio/lame/files template-extra-patch-lib_version Log: 1) Revert change supporting for shared library build/installation due to uncertainty: there are too many unsharable global variables. Pointed out by Alexander Leidinger. 2) Due the last, revert to previous state without static library installation 3) Revert patch template to patch-aa revision 1.7 4) Unique change that is not reverse related: update MASTER_SITES using MASTER_SITE_SOURCEFORGE (joseph@randomnetworks.com) 5) PORTREVISION bump. I am reverting this for I won't be around to discuss this for the time being. :) If anyone wants to, please contact the submitter. Submitted by: Alexander Leidinger , Joseph Scott Revision Changes Path 1.18 +5 -19 ports/audio/lame/Makefile 1.6 +0 -4 ports/audio/lame/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 Jan 7 17: 2:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E7937B400; Sun, 7 Jan 2001 17:02:39 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0812dX34828; Sun, 7 Jan 2001 17:02:39 -0800 (PST) (envelope-from lioux) Message-Id: <200101080102.f0812dX34828@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 7 Jan 2001 17:02:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avifile Makefile ports/graphics/avifile/files patch-af patch-ag patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lioux 2001/01/07 17:02:39 PST Modified files: graphics/avifile Makefile Removed files: graphics/avifile/files patch-af patch-ag patch-ah patch-ai Log: Revert changes that enabled usage of mp3 lame shared library. Due to revertion of shared library build/installation on the lame port PORTVERSION=3.70, PORTREVISION=2. I am reverting this for I won't be around to discuss this for the time being. :) Revision Changes Path 1.6 +3 -17 ports/graphics/avifile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 17:17:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E73437B400; Sun, 7 Jan 2001 17:17:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f081HK537740; Sun, 7 Jan 2001 17:17:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200101080117.f081HK537740@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 17:17:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xenophilia Makefile distinfo pkg-descr pkg-plist ports/x11-toolkits/xenophilia/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 17:17:20 PST Modified files: x11-toolkits/xenophilia Makefile distinfo pkg-descr pkg-plist x11-toolkits/xenophilia/files patch-aa Log: Update to 200012301145. Revision Changes Path 1.5 +7 -4 ports/x11-toolkits/xenophilia/Makefile 1.2 +1 -1 ports/x11-toolkits/xenophilia/distinfo 1.2 +1 -1 ports/x11-toolkits/xenophilia/pkg-descr 1.2 +12 -0 ports/x11-toolkits/xenophilia/pkg-plist 1.4 +33 -22 ports/x11-toolkits/xenophilia/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 17:31: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6606637B6A9; Sun, 7 Jan 2001 17:28:53 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f081Sr038281; Sun, 7 Jan 2001 17:28:53 -0800 (PST) (envelope-from rwatson) Message-Id: <200101080128.f081Sr038281@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 17:28:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_support.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 17:28:53 PST Modified files: lib/libposix1e acl_support.c Log: o Make acl_from_text() support uid's and gid's as well as usernames and groupnames, by adding appropriate support to acl_name_to_id() in acl_support.c Submitted by: green Revision Changes Path 1.5 +19 -7 src/lib/libposix1e/acl_support.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 17:36:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CA1137B6A4; Sun, 7 Jan 2001 17:35:01 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f081Z1d38843; Sun, 7 Jan 2001 17:35:01 -0800 (PST) (envelope-from kevlo) Message-Id: <200101080135.f081Z1d38843@freefall.freebsd.org> From: Kevin Lo Date: Sun, 7 Jan 2001 17:35:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sh-utils Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/07 17:35:01 PST Modified files: misc/sh-utils Makefile pkg-plist Log: Add USE_GMAKE and fix pkg-plist Submitted by: MAINTAINER Revision Changes Path 1.4 +3 -1 ports/misc/sh-utils/Makefile 1.3 +2 -0 ports/misc/sh-utils/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 Jan 7 17:37:55 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id BE70037B6B0; Sun, 7 Jan 2001 17:35:38 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id MAA12347; Mon, 8 Jan 2001 12:34:36 +1100 Date: Mon, 8 Jan 2001 12:35:28 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Alfred Perlstein Cc: Poul-Henning Kamp , Bosko Milekic , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/musycc musycc.c In-Reply-To: <20010106141257.F15744@fw.wintelcom.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 6 Jan 2001, Alfred Perlstein wrote: > not only that but we have one of my favorite bugs: > > while (csc->state != C_RUNNING) > tsleep(&csc->state, PZERO + PCATCH, "crun", hz/10); > > should have no PCATCH, or somehow deal with the signal instead of > looping forever. It also obfuscates ORing the PCATCH mask with the PZERO value. These bugs are repeated 15 times in the file (the value returned by tsleep() is not checked 17 times, but '|' is misspelled '+' only 15 times). > You're right, this file is pretty broken. :) Right :). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 17:59:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A3D137B402; Sun, 7 Jan 2001 17:59:16 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f081xG940130; Sun, 7 Jan 2001 17:59:16 -0800 (PST) (envelope-from imp) Message-Id: <200101080159.f081xG940130@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 17:59:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/aic aic_pccard.c src/sys/modules/aic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 17:59:16 PST Modified files: sys/conf files sys/dev/aic aic_pccard.c sys/modules/aic Makefile Log: Add aic to the list of drivers that might work with NEWCARD. I've added the same config lines that NetBSD has. This builds with both NEWCARD and GENERIC config files. Revision Changes Path 1.466 +2 -1 src/sys/conf/files 1.4 +44 -7 src/sys/dev/aic/aic_pccard.c 1.4 +2 -2 src/sys/modules/aic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18: 9:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AD2F37B402; Sun, 7 Jan 2001 18:09:10 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08299A42750; Sun, 7 Jan 2001 18:09:09 -0800 (PST) (envelope-from sobomax) Message-Id: <200101080209.f08299A42750@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 18:09:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile distinfo pkg-plist ports/x11-wm/windowmaker/files LINGUAS patch-src_config.h.in patch-util_wmaker.inst.in patch-bc patch-bd patch-be patch-bf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 18:09:09 PST Modified files: x11-wm/windowmaker Makefile distinfo pkg-plist x11-wm/windowmaker/files patch-bc patch-bd patch-be patch-bf Added files: x11-wm/windowmaker/files LINGUAS patch-src_config.h.in patch-util_wmaker.inst.in Log: Update to the long awaited new release 0.63.1. Revision Changes Path 1.78 +26 -19 ports/x11-wm/windowmaker/Makefile 1.32 +2 -1 ports/x11-wm/windowmaker/distinfo 1.38 +32 -4 ports/x11-wm/windowmaker/pkg-plist 1.3 +10 -10 ports/x11-wm/windowmaker/files/patch-bc 1.4 +7 -7 ports/x11-wm/windowmaker/files/patch-bd 1.3 +24 -6 ports/x11-wm/windowmaker/files/patch-be 1.2 +4 -4 ports/x11-wm/windowmaker/files/patch-bf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18:39:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E86237B402; Sun, 7 Jan 2001 18:39:35 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f082dZQ44655; Sun, 7 Jan 2001 18:39:35 -0800 (PST) (envelope-from kevlo) Message-Id: <200101080239.f082dZQ44655@freefall.freebsd.org> From: Kevin Lo Date: Sun, 7 Jan 2001 18:39:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/cn2jp Makefile pkg-comment pkg-plist ports/converters/cn2jp/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/07 18:39:35 PST Modified files: converters/cn2jp Makefile pkg-comment pkg-plist converters/cn2jp/files patch-aa Log: Add shared library PR: 24140 Submitted by: MAINTAINER Revision Changes Path 1.2 +5 -2 ports/converters/cn2jp/Makefile 1.2 +1 -1 ports/converters/cn2jp/pkg-comment 1.2 +2 -0 ports/converters/cn2jp/pkg-plist 1.2 +15 -4 ports/converters/cn2jp/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18:44:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 651A337B402; Sun, 7 Jan 2001 18:44:19 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f082iJ645242; Sun, 7 Jan 2001 18:44:19 -0800 (PST) (envelope-from billf) Message-Id: <200101080244.f082iJ645242@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 7 Jan 2001 18:44:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/01/07 18:44:19 PST Modified files: astro/xearth/files freebsd.committers.markers Log: There weren't enough young geeks in the bay area so I decided to move there... Reviewed by: ps, Dave McKay , albert, peter Revision Changes Path 1.49 +2 -3 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18:47:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CED1237B699; Sun, 7 Jan 2001 18:46:27 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f082kRX45377; Sun, 7 Jan 2001 18:46:27 -0800 (PST) (envelope-from billf) Message-Id: <200101080246.f082kRX45377@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 7 Jan 2001 18:46:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/01/07 18:46:27 PST Modified files: astro/xearth/files freebsd.committers.markers Log: Change Walnut Creek to BSDi/OSD Revision Changes Path 1.50 +2 -2 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18:48:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4177837B6C0; Sun, 7 Jan 2001 18:47:38 -0800 (PST) Received: (from babkin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f082lcw45528; Sun, 7 Jan 2001 18:47:38 -0800 (PST) (envelope-from babkin) Message-Id: <200101080247.f082lcw45528@freefall.freebsd.org> From: Sergey Babkin Date: Sun, 7 Jan 2001 18:47:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 src/sys/gnu/i386/isa dgb.c dgbios.h dgfep.h dgm.c dgmbios.h dgmfep.h dgmreg.h dgreg.h src/sys/dev/dgb dgb.c dgm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG babkin 2001/01/07 18:47:38 PST Modified files: sys/conf files files.i386 sys/dev/dgb dgb.c dgm.c Removed files: sys/gnu/i386/isa dgb.c dgbios.h dgfep.h dgm.c dgmbios.h dgmfep.h dgmreg.h dgreg.h Log: Completed move of Digiboard drivers to dev/dgb Revision Changes Path 1.467 +3 -1 src/sys/conf/files 1.342 +1 -3 src/sys/conf/files.i386 1.62 +4 -4 src/sys/dev/dgb/dgb.c 1.26 +4 -4 src/sys/dev/dgb/dgm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 18:50: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C21C37B6A7; Sun, 7 Jan 2001 18:48:34 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f082mYn45586; Sun, 7 Jan 2001 18:48:34 -0800 (PST) (envelope-from rwatson) Message-Id: <200101080248.f082mYn45586@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 18:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.core.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 18:48:34 PST Modified files: astro/xearth/files freebsd.core.markers Log: o Fear the core team member who finally finds the coordinates database for past and current core team members. o Please only use disarmed nuclear warheads when using this data. Obtained from: http://www.mapblast.com Revision Changes Path 1.13 +1 -0 ports/astro/xearth/files/freebsd.core.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 21: 0:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CEBA37B400; Sun, 7 Jan 2001 21:00:06 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08506N58750; Sun, 7 Jan 2001 21:00:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200101080500.f08506N58750@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 21:00:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.core.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 21:00:06 PST Modified files: astro/xearth/files freebsd.core.markers Log: o Relocate asami to the West Coast where he belongs given any decent font. I wasn't sure what he was doing in the middle of the Atlantic, but Benno thought it might be the backstroke. Revision Changes Path 1.14 +1 -1 ports/astro/xearth/files/freebsd.core.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 21:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9288C37B400; Sun, 7 Jan 2001 21:13:57 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f085DvQ62082; Sun, 7 Jan 2001 21:13:57 -0800 (PST) (envelope-from will) Message-Id: <200101080513.f085DvQ62082@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 21:13:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth Makefile pkg-plist ports/astro/xearth/files freebsd.committers.markers freebsd.core.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 21:13:57 PST Modified files: astro/xearth Makefile pkg-plist astro/xearth/files freebsd.committers.markers Removed files: astro/xearth/files freebsd.core.markers Log: Massive reorganization: get rid of freebsd.core.markers and the make glue that was required for it; impose a strict style on committers.markers where the committers are now sorted by longitude from east to west. Make my marker more accurate (should be less than 50 meters now); update Peter Wemm's marker. Make some of the markers align nicer. Get rid of the silly game the mid-Californian folks were playing. Revision Changes Path 1.26 +3 -15 ports/astro/xearth/Makefile 1.11 +0 -2 ports/astro/xearth/pkg-plist 1.51 +93 -83 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 21:34:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DDD637B6A0; Sun, 7 Jan 2001 21:32:03 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f085W3H63467; Sun, 7 Jan 2001 21:32:03 -0800 (PST) (envelope-from will) Message-Id: <200101080532.f085W3H63467@freefall.freebsd.org> From: Will Andrews Date: Sun, 7 Jan 2001 21:32:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/07 21:32:02 PST Modified files: astro/xearth/files freebsd.committers.markers Log: Hand grog his Core hat back; fix stb's misplacement along the longitude. Revision Changes Path 1.52 +2 -2 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 21:35:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D58437B6AB; Sun, 7 Jan 2001 21:34:08 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f085Y8Y63833; Sun, 7 Jan 2001 21:34:08 -0800 (PST) (envelope-from julian) Message-Id: <200101080534.f085Y8Y63833@freefall.freebsd.org> From: Julian Elischer Date: Sun, 7 Jan 2001 21:34:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c src/sys/dev/usb udbp.c src/sys/i386/isa if_ar.c if_sr.c src/sys/i4b/driver i4b_ing.c src/sys/pci if_mn.c src/sys/dev/musycc musycc.c src/share/man/man4 netgraph.4 src/sys/netgraph netgraph.h ng_UI.c ng_async.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/07 21:34:08 PST Modified files: sys/dev/lmc if_lmc.c sys/dev/usb udbp.c sys/i386/isa if_ar.c if_sr.c sys/i4b/driver i4b_ing.c sys/pci if_mn.c sys/dev/musycc musycc.c share/man/man4 netgraph.4 sys/netgraph netgraph.h ng_UI.c ng_async.c ng_base.c ng_bpf.c ng_bridge.c ng_cisco.c ng_echo.c ng_ether.c ng_frame_relay.c ng_hole.c ng_iface.c ng_ksocket.c ng_lmi.c ng_mppc.c ng_one2many.c ng_ppp.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_sample.c ng_socket.c ng_tee.c ng_tty.c ng_vjc.c Log: Part 2 of the netgraph rewrite. This is mostly cosmetic changes, (though I caught a bug or two while makeing them) Reviewed by: archie@freebsd.org Revision Changes Path 1.11 +17 -18 src/sys/dev/lmc/if_lmc.c 1.12 +29 -22 src/sys/dev/usb/udbp.c 1.46 +16 -16 src/sys/i386/isa/if_ar.c 1.44 +16 -16 src/sys/i386/isa/if_sr.c 1.10 +16 -17 src/sys/i4b/driver/i4b_ing.c 1.29 +11 -11 src/sys/pci/if_mn.c 1.16 +11 -10 src/sys/dev/musycc/musycc.c 1.19 +125 -29 src/share/man/man4/netgraph.4 1.18 +565 -172 src/sys/netgraph/netgraph.h 1.14 +17 -19 src/sys/netgraph/ng_UI.c 1.15 +16 -21 src/sys/netgraph/ng_async.c 1.31 +477 -259 src/sys/netgraph/ng_base.c 1.11 +16 -17 src/sys/netgraph/ng_bpf.c 1.9 +25 -24 src/sys/netgraph/ng_bridge.c 1.14 +19 -20 src/sys/netgraph/ng_cisco.c 1.10 +6 -5 src/sys/netgraph/ng_echo.c 1.16 +24 -25 src/sys/netgraph/ng_ether.c 1.18 +18 -19 src/sys/netgraph/ng_frame_relay.c 1.10 +4 -3 src/sys/netgraph/ng_hole.c 1.17 +9 -9 src/sys/netgraph/ng_iface.c 1.17 +15 -16 src/sys/netgraph/ng_ksocket.c 1.13 +20 -21 src/sys/netgraph/ng_lmi.c 1.12 +16 -17 src/sys/netgraph/ng_mppc.c 1.5 +17 -17 src/sys/netgraph/ng_one2many.c 1.33 +52 -52 src/sys/netgraph/ng_ppp.c 1.38 +63 -64 src/sys/netgraph/ng_pppoe.c 1.18 +31 -32 src/sys/netgraph/ng_pptpgre.c 1.14 +12 -13 src/sys/netgraph/ng_rfc1490.c 1.15 +28 -29 src/sys/netgraph/ng_sample.c 1.22 +69 -30 src/sys/netgraph/ng_socket.c 1.16 +22 -23 src/sys/netgraph/ng_tee.c 1.18 +20 -19 src/sys/netgraph/ng_tty.c 1.19 +13 -14 src/sys/netgraph/ng_vjc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:22:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45B6437B6B5; Sun, 7 Jan 2001 22:12:51 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086Cnf70755; Sun, 7 Jan 2001 22:12:49 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080612.f086Cnf70755@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Icon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:12:48 PST Modified files: www/p5-Apache-Icon Makefile Log: Add dependency on p5-Apache. Pointed out by: bento Revision Changes Path 1.3 +3 -1 ports/www/p5-Apache-Icon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:23:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F37137B6C1; Sun, 7 Jan 2001 22:13:41 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086DfD70896; Sun, 7 Jan 2001 22:13:41 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080613.f086DfD70896@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:13:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Language Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:13:40 PST Modified files: www/p5-Apache-Language Makefile Log: Add dependency on p5-Apache and p5-I18N-LangTags. Pointed out by: bento Revision Changes Path 1.3 +4 -1 ports/www/p5-Apache-Language/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:25: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C093037B6F0; Sun, 7 Jan 2001 22:17:13 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086HDf71330; Sun, 7 Jan 2001 22:17:13 -0800 (PST) (envelope-from obrien) Message-Id: <200101080617.f086HDf71330@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 22:17:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 22:17:12 PST Modified files: sys/alpha/include ansi.h sys/arm/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h Log: Remove seconds types we don't use that came in thru the NetBSD heiratage. Revision Changes Path 1.8 +6 -3 src/sys/alpha/include/ansi.h 1.2 +1 -2 src/sys/arm/include/ansi.h 1.3 +1 -3 src/sys/ia64/include/ansi.h 1.2 +1 -2 src/sys/powerpc/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:26:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8122937B6F6; Sun, 7 Jan 2001 22:19:14 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086JEG72221; Sun, 7 Jan 2001 22:19:14 -0800 (PST) (envelope-from obrien) Message-Id: <200101080619.f086JEG72221@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 22:19:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 22:19:14 PST Modified files: (Branch: RELENG_4) sys/alpha/include ansi.h Log: MFC: remove seconds types Revision Changes Path 1.5.2.2 +1 -3 src/sys/alpha/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:27: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D379137B402; Sun, 7 Jan 2001 22:21:10 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086LAi72620; Sun, 7 Jan 2001 22:21:10 -0800 (PST) (envelope-from obrien) Message-Id: <200101080621.f086LAi72620@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 22:21:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 22:21:10 PST Modified files: sys/alpha/include ansi.h Log: Rev 1.8 also includes the proper definition for _BSD_VA_LIST_ when using a GCC 2.97 snapshot. Revision Changes Path 1.9 +1 -1 src/sys/alpha/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:30: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E578937B6C7; Sun, 7 Jan 2001 22:24:09 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086O9G73677; Sun, 7 Jan 2001 22:24:09 -0800 (PST) (envelope-from obrien) Message-Id: <200101080624.f086O9G73677@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 22:24:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h src/sys/ia64/include ansi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 22:24:09 PST Modified files: sys/alpha/include ansi.h sys/ia64/include ansi.h Log: Put VCS ids in a consistent place and form. Revision Changes Path 1.10 +2 -3 src/sys/alpha/include/ansi.h 1.4 +2 -3 src/sys/ia64/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:31: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ED3A37B6CC; Sun, 7 Jan 2001 22:24:20 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086OKZ73707; Sun, 7 Jan 2001 22:24:20 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080624.f086OKZ73707@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:24:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-AutoIndex Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:24:19 PST Modified files: www/p5-Apache-AutoIndex Makefile Log: Add dependency on p5-Apache, p5-Apache-Icon, p5-Apache-Language and p5-HTML-Parser. Pointed out by: bento Revision Changes Path 1.2 +6 -1 ports/www/p5-Apache-AutoIndex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:31:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B791837B6EB; Sun, 7 Jan 2001 22:25:30 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086PU373884; Sun, 7 Jan 2001 22:25:30 -0800 (PST) (envelope-from obrien) Message-Id: <200101080625.f086PU373884@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 22:25:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ansi.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 22:25:30 PST Modified files: (Branch: RELENG_4) sys/alpha/include ansi.h Log: MFC: VCS id style consistency Revision Changes Path 1.5.2.3 +2 -3 src/sys/alpha/include/ansi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:33:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFE9437B69F; Sun, 7 Jan 2001 22:28:30 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086SUW74111; Sun, 7 Jan 2001 22:28:30 -0800 (PST) (envelope-from julian) Message-Id: <200101080628.f086SUW74111@freefall.freebsd.org> From: Julian Elischer Date: Sun, 7 Jan 2001 22:28:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/07 22:28:30 PST Modified files: sys/netgraph ng_base.c Log: Bad julian.. forgot to destroy mutex before freeing the structure it was part of! Revision Changes Path 1.32 +2 -1 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:34:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93ABE37B6A3; Sun, 7 Jan 2001 22:28:47 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086Skd74172; Sun, 7 Jan 2001 22:28:46 -0800 (PST) (envelope-from keith) Message-Id: <200101080628.f086Skd74172@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sun, 7 Jan 2001 22:28:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile distinfo ports/editors/AbiWord/files patch-av patch-at patch-as X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/01/07 22:28:45 PST Modified files: editors/AbiWord Makefile distinfo editors/AbiWord/files patch-at Added files: editors/AbiWord/files patch-av Removed files: editors/AbiWord/files patch-as Log: Sigh, go back to use AbiWord's builtin version of libiconv. AbiWord will coredump and unable to display ANY character correctly when linking against converters/iconv. This is a temporary workaround. Approved by: "Alec Wolman" (MAINTAINER) Revision Changes Path 1.16 +4 -4 ports/editors/AbiWord/Makefile 1.6 +1 -0 ports/editors/AbiWord/distinfo 1.2 +9 -31 ports/editors/AbiWord/files/patch-at To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:34:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD6837B6BA; Sun, 7 Jan 2001 22:31:00 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086V0G74515; Sun, 7 Jan 2001 22:31:00 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080631.f086V0G74515@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:31:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilrc Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:31:00 PST Modified files: palm/pilrc Makefile distinfo pkg-descr Log: Upgrade to 2.7a. Update WWW. Revision Changes Path 1.9 +2 -2 ports/palm/pilrc/Makefile 1.5 +1 -1 ports/palm/pilrc/distinfo 1.2 +1 -1 ports/palm/pilrc/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 Jan 7 22:38:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF8C437B69B; Sun, 7 Jan 2001 22:37:48 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086bmk75198; Sun, 7 Jan 2001 22:37:48 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080637.f086bmk75198@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:37:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-Sync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:37:47 PST Modified files: devel/p5-File-Sync Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.11 +2 -6 ports/devel/p5-File-Sync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:39:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0790537B6B1; Sun, 7 Jan 2001 22:38:47 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086ckM77662; Sun, 7 Jan 2001 22:38:47 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080638.f086ckM77662@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:38:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:38:46 PST Modified files: mail/p5-MIME-Tools Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.15 +2 -5 ports/mail/p5-MIME-Tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:40:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B846E37B404; Sun, 7 Jan 2001 22:39:45 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086djd78859; Sun, 7 Jan 2001 22:39:45 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080639.f086djd78859@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:39:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Tools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:39:45 PST Modified files: mail/p5-Mail-Tools Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.21 +2 -5 ports/mail/p5-Mail-Tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:40:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B97DC37B737; Sun, 7 Jan 2001 22:40:38 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086ecb78985; Sun, 7 Jan 2001 22:40:38 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080640.f086ecb78985@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:40:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:40:38 PST Modified files: net/p5-Net-Telnet Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.9 +2 -5 ports/net/p5-Net-Telnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:41:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 030BA37B6A8; Sun, 7 Jan 2001 22:41:20 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086fJb79037; Sun, 7 Jan 2001 22:41:19 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080641.f086fJb79037@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:41:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-DOM Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:41:19 PST Modified files: textproc/p5-XML-DOM Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.5 +2 -5 ports/textproc/p5-XML-DOM/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:49:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27DD537B6A9; Sun, 7 Jan 2001 22:43:42 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086hg079274; Sun, 7 Jan 2001 22:43:42 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080643.f086hg079274@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:43:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Parser Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:43:42 PST Modified files: textproc/p5-XML-Parser Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.14 +4 -6 ports/textproc/p5-XML-Parser/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 22:50:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B83237B6AE; Sun, 7 Jan 2001 22:44:24 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f086iOB79348; Sun, 7 Jan 2001 22:44:24 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080644.f086iOB79348@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 22:44:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Template Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 22:44:24 PST Modified files: www/p5-HTML-Template Makefile Log: Use $PERL_CONFIGURE. Revision Changes Path 1.3 +2 -6 ports/www/p5-HTML-Template/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:14:45 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 4D88B37B6A1; Sun, 7 Jan 2001 23:09:01 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0878ho23507; Sun, 7 Jan 2001 23:08:43 -0800 (PST) (envelope-from dillon) Date: Sun, 7 Jan 2001 23:08:43 -0800 (PST) From: Matt Dillon Message-Id: <200101080708.f0878ho23507@earth.backplane.com> To: Greg Lehey Cc: Soren Schmidt , Will Andrews , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> <20010108092141.L52707@wantadilla.lemis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Umm. I'm going to be a pest: If the drive tray is open the very LAST thing I want is for the device driver to try to close it on me. A windows box *destroyed* a CD (by scratching the hell out of it) that I was trying to insert into the machine by closing the drive tray before I had the CD completely seated. I do not want the same to happen under FreeBSD just because some program (say, like sysinstall) tries to open the CD device. -Matt :> It seems Will Andrews wrote: :>> On Sun, Jan 07, 2001 at 08:50:53AM -0800, Søren Schmidt wrote: :>>> Log: :>>> MFC: :>>> On open try to close the drivetray and wait for drive ready. :>> :>> Uhm, immediate MFC? :> :> No there was almost 2 mins between those :) :> :> Seriously this patch is so simple I deemed this trivial enough to :> put in right away, I even asked the MAINTAINER :) : :-core has had an official complaint about instant MFCs (not this one). :We haven't come to any conclusion, but I'm pretty sure that when we :do, we wouldn't condone this kind of thing. : :Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E715637B699; Sun, 7 Jan 2001 23:22:06 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f087M6u84187; Sun, 7 Jan 2001 23:22:06 -0800 (PST) (envelope-from alfred) Message-Id: <200101080722.f087M6u84187@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 7 Jan 2001 23:22:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/01/07 23:22:06 PST Modified files: sys/kern kern_ktrace.c Log: Don't use SCARG. Pointed out by: bde Revision Changes Path 1.48 +2 -3 src/sys/kern/kern_ktrace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:26: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 5CEFA37B6B7; Sun, 7 Jan 2001 23:24:33 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id IAA14072; Mon, 8 Jan 2001 08:24:20 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101080724.IAA14072@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: <200101080708.f0878ho23507@earth.backplane.com> from Matt Dillon at "Jan 7, 2001 11:08:43 pm" To: dillon@earth.backplane.com (Matt Dillon) Date: Mon, 8 Jan 2001 08:24:20 +0100 (CET) Cc: grog@lemis.com (Greg Lehey), will@physics.purdue.edu (Will Andrews), sos@FreeBSD.ORG (=?ISO-8859-1?Q?S=F8ren?= Schmidt), 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Matt Dillon wrote: > Umm. I'm going to be a pest: If the drive tray is open the very LAST > thing I want is for the device driver to try to close it on me. A > windows box *destroyed* a CD (by scratching the hell out of it) that I > was trying to insert into the machine by closing the drive tray before > I had the CD completely seated. I do not want the same to happen under > FreeBSD just because some program (say, like sysinstall) tries to open > the CD device. Hmm, I think its a pretty nice idea actually, maybe we should call a vote for this feature ? Whats happening on the voting thing that was talked so much about ? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:29:19 2001 Delivered-To: cvs-all@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 1612937B400; Sun, 7 Jan 2001 23:29:00 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id RAA04584; Mon, 8 Jan 2001 17:58:01 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101080724.IAA14072@freebsd.dk> Date: Mon, 08 Jan 2001 17:58:01 +1030 (CST) From: "Daniel O'Connor" To: Soren Schmidt Subject: Re: please do not close the drive tray automatically. (was Re: c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, (=?ISO-8859-1?Q?S=F8ren?= Schmidt) , (Will Andrews) , (Greg Lehey) , (Matt Dillon) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Jan-01 Soren Schmidt wrote: > Hmm, I think its a pretty nice idea actually, maybe we should call a > vote for this feature ? Whats happening on the voting thing that > was talked so much about ? I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like around 3.x-current) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:32:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 06B6437B400; Sun, 7 Jan 2001 23:32:42 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id IAA16028; Mon, 8 Jan 2001 08:32:28 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101080732.IAA16028@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: c In-Reply-To: from "Daniel O'Connor" at "Jan 8, 2001 05:58:01 pm" To: doconnor@gsoft.com.au (Daniel O'Connor) Date: Mon, 8 Jan 2001 08:32:28 +0100 (CET) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, sos@FreeBSD.ORG, will@physics.purdue.edu, grog@lemis.com, dillon@earth.backplane.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Daniel O'Connor wrote: > > On 08-Jan-01 Soren Schmidt wrote: > > Hmm, I think its a pretty nice idea actually, maybe we should call a > > vote for this feature ? Whats happening on the voting thing that > > was talked so much about ? > > I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. > 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like around 3.x-current) cdcontrol close works nicely here on all the ATAPI drives I've got (have lost count :) ). You need to be later than 4.something though... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:35:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0795A37B402; Sun, 7 Jan 2001 23:34:52 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f087Yqn85316; Sun, 7 Jan 2001 23:34:52 -0800 (PST) (envelope-from obrien) Message-Id: <200101080734.f087Yqn85316@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 7 Jan 2001 23:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h.fixed X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/07 23:34:51 PST Modified files: contrib/gcc/config/i386 freebsd.h.fixed Log: Do not define a `cpu' and `machine' setting. This is now done by i386.h in "CPP_CPU_SPEC". Revision Changes Path 1.40 +2 -2 src/contrib/gcc/config/i386/freebsd.h.fixed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:36:11 2001 Delivered-To: cvs-all@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 557E637B69B; Sun, 7 Jan 2001 23:35:16 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id SAA04672; Mon, 8 Jan 2001 18:03:40 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101080732.IAA16028@freebsd.dk> Date: Mon, 08 Jan 2001 18:03:40 +1030 (CST) From: "Daniel O'Connor" To: Soren Schmidt Subject: Re: please do not close the drive tray automatically. (was Re: c Cc: dillon@earth.backplane.com, grog@lemis.com, will@physics.purdue.edu, sos@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Jan-01 Soren Schmidt wrote: > > I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. > > 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like > > around 3.x-current) > cdcontrol close works nicely here on all the ATAPI drives I've got (have > lost count :) ). You need to be later than 4.something though... Hmmm.. I will check when I get home :) It definatly doesn't work on the SCSI Sony CDR here at work though :( --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:37:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2475737B402; Sun, 7 Jan 2001 23:36:05 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f087a5485413; Sun, 7 Jan 2001 23:36:05 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101080736.f087a5485413@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 7 Jan 2001 23:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/jpilot Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/07 23:36:05 PST Modified files: palm/jpilot Makefile pkg-descr Log: Update master site. Submitted by: Alex Varju (maintainer) PR: ports/24131 Revision Changes Path 1.14 +2 -2 ports/palm/jpilot/Makefile 1.3 +1 -1 ports/palm/jpilot/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 Jan 7 23:37:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id D749D37B6A6; Sun, 7 Jan 2001 23:36:43 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id IAA16971; Mon, 8 Jan 2001 08:36:26 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101080736.IAA16971@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: c In-Reply-To: from "Daniel O'Connor" at "Jan 8, 2001 06:03:40 pm" To: doconnor@gsoft.com.au (Daniel O'Connor) Date: Mon, 8 Jan 2001 08:36:26 +0100 (CET) Cc: dillon@earth.backplane.com, grog@lemis.com, will@physics.purdue.edu, sos@FreeBSD.ORG, 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Daniel O'Connor wrote: > > On 08-Jan-01 Soren Schmidt wrote: > > > I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. > > > 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like > > > around 3.x-current) > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > lost count :) ). You need to be later than 4.something though... > > Hmmm.. I will check when I get home :) > > It definatly doesn't work on the SCSI Sony CDR here at work though :( Ahh, that may be, I'm not "in charge" of the SCSI subsystem, but it does work with ATAPI, go pester the SCSI guys... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:40:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE01B37B400; Sun, 7 Jan 2001 23:39:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f087dwM85802; Sun, 7 Jan 2001 23:39:58 -0800 (PST) (envelope-from sobomax) Message-Id: <200101080739.f087dwM85802@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 7 Jan 2001 23:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/wmakerconf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/07 23:39:58 PST Modified files: x11-wm/wmakerconf Makefile Log: Update version number of libwmfun shared library. Revision Changes Path 1.22 +2 -2 ports/x11-wm/wmakerconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 7 23:56:33 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 0335837B402; Sun, 7 Jan 2001 23:56:15 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D1D7E6A90D; Mon, 8 Jan 2001 18:26:11 +1030 (CST) Date: Mon, 8 Jan 2001 18:26:11 +1030 From: Greg Lehey To: Soren Schmidt Cc: Matt Dillon , Will Andrews , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010108182611.C83353@wantadilla.lemis.com> References: <200101080708.f0878ho23507@earth.backplane.com> <200101080724.IAA14072@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200101080724.IAA14072@freebsd.dk>; from sos@freebsd.dk on Mon, Jan 08, 2001 at 08:24:20AM +0100 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 8 January 2001 at 8:24:20 +0100, Søren Schmidt wrote: > It seems Matt Dillon wrote: >> Umm. I'm going to be a pest: If the drive tray is open the very LAST >> thing I want is for the device driver to try to close it on me. A >> windows box *destroyed* a CD (by scratching the hell out of it) that I >> was trying to insert into the machine by closing the drive tray before >> I had the CD completely seated. I do not want the same to happen under >> FreeBSD just because some program (say, like sysinstall) tries to open >> the CD device. > > Hmm, I think its a pretty nice idea actually, maybe we should call a > vote for this feature ? Whats happening on the voting thing that > was talked so much about ? I don't think we need to vote on it, but if others do, I don't have a problem. It seems that a sysctl would do the job nicely in this case, if you find anybody else who wants the feature. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 0:45:25 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3E97437B402; Mon, 8 Jan 2001 00:45:00 -0800 (PST) Received: from localhost (585i6o@localhost [127.0.0.1]) by green.dyndns.org (8.11.1/8.11.1) with ESMTP id f088ilU41376; Mon, 8 Jan 2001 03:44:49 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200101080844.f088ilU41376@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: Message from Greg Lehey of "Mon, 08 Jan 2001 18:26:11 +1030." <20010108182611.C83353@wantadilla.lemis.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 08 Jan 2001 03:44:46 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > On Monday, 8 January 2001 at 8:24:20 +0100, S=F8ren Schmidt wrote: > > It seems Matt Dillon wrote: > >> Umm. I'm going to be a pest: If the drive tray is open the ver= y LAST > >> thing I want is for the device driver to try to close it on me. = A > >> windows box *destroyed* a CD (by scratching the hell out of it) = that I > >> was trying to insert into the machine by closing the drive tray = before > >> I had the CD completely seated. I do not want the same to happe= n under > >> FreeBSD just because some program (say, like sysinstall) tries t= o open > >> the CD device. > > > > Hmm, I think its a pretty nice idea actually, maybe we should call a > > vote for this feature ? Whats happening on the voting thing that > > was talked so much about ? > = > I don't think we need to vote on it, but if others do, I don't have a > problem. > = > It seems that a sysctl would do the job nicely in this case, if you > find anybody else who wants the feature. I want it, not because I forget to close the tray or anything, but becaus= e = I'd like open() to wait for the disc to come ready rather than just give = me = errors. I don't like manually having to wait and try a command until the= = drive succeeds. Therefore, I'd like to see this as a sysctl, disabled by= = default because that would be POLA. It would be least astonishing becaus= e, = of course, FreeBSD has never done this before. The major question is what would happen with VMware. I'd not like to hav= e = VMware do strange things with me, like close my tray while I'm trying to = put = in a disc, because I think it does a sort of polling. Because of the dan= ger = of this kind of thing, I think it should probably be off by default, too.= -- = Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 0:54:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 603F537B400; Mon, 8 Jan 2001 00:54:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f088sK193837; Mon, 8 Jan 2001 00:54:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200101080854.f088sK193837@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 8 Jan 2001 00:54:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/08 00:54:20 PST Modified files: x11-wm/windowmaker Makefile Log: Explicitly require ${LOCALBASE}/lib/libfreetype to be present at the build time, because WM may fail to build if XFree86-4's version of libfreetype.so.6 is detected and freetype2 port is not installed (XFree86 doesn't install any freetype's header files). This is temporarly workaround until jmz will fix XFree86-4 properly. Prompted by: Mister X Revision Changes Path 1.79 +2 -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 Mon Jan 8 1: 3:15 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 0C81237B400; Mon, 8 Jan 2001 01:02:55 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA46462; Mon, 8 Jan 2001 01:02:00 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A598207.61D5AB11@FreeBSD.org> Date: Mon, 08 Jan 2001 01:01:59 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: Soren Schmidt , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> <20010108092141.L52707@wantadilla.lemis.com> <200101080708.f0878ho23507@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > Umm. I'm going to be a pest: If the drive tray is open the very LAST > thing I want is for the device driver to try to close it on me. A > windows box *destroyed* a CD (by scratching the hell out of it) that I > was trying to insert into the machine by closing the drive tray before > I had the CD completely seated. I do not want the same to happen under > FreeBSD just because some program (say, like sysinstall) tries to open > the CD device. I agree with Matt on this one. I don't want the thing closing unless I tell it to. Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 1:18:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAFE637B400; Mon, 8 Jan 2001 01:17:58 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f089HwJ98183; Mon, 8 Jan 2001 01:17:58 -0800 (PST) (envelope-from nyan) Message-Id: <200101080917.f089HwJ98183@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 8 Jan 2001 01:17:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c src/sys/pc98/i386 userconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/08 01:17:58 PST Modified files: sys/i386/i386 userconfig.c sys/pc98/i386 userconfig.c Log: Correct typo. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) Revision Changes Path 1.188 +3 -3 src/sys/i386/i386/userconfig.c 1.118 +3 -3 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 1:21:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C37937B400; Mon, 8 Jan 2001 01:21:01 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f089L1H98501; Mon, 8 Jan 2001 01:21:01 -0800 (PST) (envelope-from nyan) Message-Id: <200101080921.f089L1H98501@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 8 Jan 2001 01:21:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 userconfig.c src/sys/pc98/i386 userconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/08 01:21:01 PST Modified files: (Branch: RELENG_4) sys/i386/i386 userconfig.c sys/pc98/i386 userconfig.c Log: MFC: Correct typo. Revision Changes Path 1.175.2.6 +3 -3 src/sys/i386/i386/userconfig.c 1.106.2.7 +3 -3 src/sys/pc98/i386/userconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2: 3:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65A9637B6A0; Mon, 8 Jan 2001 02:00:14 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08A0E502046; Mon, 8 Jan 2001 02:00:14 -0800 (PST) (envelope-from demon) Message-Id: <200101081000.f08A0E502046@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 8 Jan 2001 02:00:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/quotes Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/01/08 02:00:14 PST Modified files: misc/quotes Makefile distinfo Log: Update to 1.7.2. Fix MASTERSITES. Reminded by: Fenner's distfiles survey. Revision Changes Path 1.10 +4 -4 ports/misc/quotes/Makefile 1.6 +1 -1 ports/misc/quotes/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2: 7:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEC8837B6DC; Mon, 8 Jan 2001 02:04:49 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08A4n502448; Mon, 8 Jan 2001 02:04:49 -0800 (PST) (envelope-from demon) Message-Id: <200101081004.f08A4n502448@freefall.freebsd.org> From: Dmitry Sivachenko Date: Mon, 8 Jan 2001 02:04:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/01/08 02:04:49 PST Modified files: mail/mailman Makefile distinfo pkg-plist Log: Update to version 2.0.1. Install additional docs. Utilize USE_PYTHON. Revision Changes Path 1.9 +19 -17 ports/mail/mailman/Makefile 1.6 +1 -1 ports/mail/mailman/distinfo 1.5 +13 -0 ports/mail/mailman/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 Jan 8 2:16:50 2001 Delivered-To: cvs-all@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id E5ECC37B402; Mon, 8 Jan 2001 02:16:30 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id XAA19259; Mon, 8 Jan 2001 23:15:33 +1300 (NZDT) Message-Id: <200101081015.XAA19259@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary / FreshPorts To: Soren Schmidt Date: Mon, 8 Jan 2001 23:15:33 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: please do not close the drive tray automatically. (was Re: c Reply-To: dan@langille.org Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-reply-to: <200101080732.IAA16028@freebsd.dk> References: from "Daniel O'Connor" at "Jan 8, 2001 05:58:01 pm" X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 8 Jan 2001, at 8:32, Soren Schmidt wrote: > It seems Daniel O'Connor wrote: > > > > On 08-Jan-01 Soren Schmidt wrote: > > > Hmm, I think its a pretty nice idea actually, maybe we should call a > > > vote for this feature ? Whats happening on the voting thing that > > > was talked so much about ? > > > > I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. > > 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like around 3.x-current) > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > lost count :) ). You need to be later than 4.something though... Doesn't work on my Plextor 12/4/32 under 4.2-stable. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ FreshPorts - http://freshports.org/ NZ Broadband - http://unixathome.org/broadband/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:20: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id E641F37B402; Mon, 8 Jan 2001 02:19:41 -0800 (PST) Received: from newsguy.com (p10-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.139]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id TAA05222; Mon, 8 Jan 2001 19:19:39 +0900 (JST) Message-ID: <3A5993B0.2262D70@newsguy.com> Date: Mon, 08 Jan 2001 19:17:20 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: =?iso-8859-1?Q?S=F8ren?= Schmidt Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <200101080724.IAA14072@freebsd.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Soren Schmidt wrote: > > It seems Matt Dillon wrote: > > Umm. I'm going to be a pest: If the drive tray is open the very LAST > > thing I want is for the device driver to try to close it on me. A > > windows box *destroyed* a CD (by scratching the hell out of it) that I > > was trying to insert into the machine by closing the drive tray before > > I had the CD completely seated. I do not want the same to happen under > > FreeBSD just because some program (say, like sysinstall) tries to open > > the CD device. > > Hmm, I think its a pretty nice idea actually, maybe we should call a > vote for this feature ? Whats happening on the voting thing that > was talked so much about ? I *HATE* it when Windows close the drive without me telling it to. It's open for a good reason, goddamit! :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@a.crazy.bsdconspiracy.net "There is no spoon." -- Kiki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:21: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 50E3137B404; Mon, 8 Jan 2001 02:19:54 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA55216; Mon, 8 Jan 2001 11:19:43 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101081019.LAA55216@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: c In-Reply-To: <200101081015.XAA19259@ducky.nz.freebsd.org> from Dan Langille at "Jan 8, 2001 11:15:33 pm" To: dan@langille.org Date: Mon, 8 Jan 2001 11:19:42 +0100 (CET) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Dan Langille wrote: > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > lost count :) ). You need to be later than 4.something though... > > Doesn't work on my Plextor 12/4/32 under 4.2-stable. Do you get any error messages ? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:26:30 2001 Delivered-To: cvs-all@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 6352C37B6C4 for ; Mon, 8 Jan 2001 02:23:32 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id LAA03892; Mon, 8 Jan 2001 11:23:29 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 14FZSa-0000ny-00 for ; Mon, 08 Jan 2001 11:23:28 +0100 Date: Mon, 8 Jan 2001 11:23:28 +0100 From: Szilveszter Adam To: cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: c Message-ID: <20010108112328.B32329@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , cvs-all@FreeBSD.ORG References: <200101080732.IAA16028@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from doconnor@gsoft.com.au on Mon, Jan 08, 2001 at 06:03:40PM +1030 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 06:03:40PM +1030, Daniel O'Connor wrote: > > On 08-Jan-01 Soren Schmidt wrote: > > > I think it would be neat, but I'd be equally happy if 'cdcontrol close' worked. > > > 'cdcontrol eject' works but 'cdcontrol close' has been broken for ages (like > > > around 3.x-current) > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > lost count :) ). You need to be later than 4.something though... Hmmm... You guys mean 'cdcontrol -f /dev/acd0c eject'? Nope, that doesn't work either. (On my well-known SONY CDU-621 ATAPI CD-ROM drive...) But wait, it is getting better: play doesn't work either. The drive just sits there and seems to ignore me. However, xmcd from ports works like a charm (hence I never noticed this earlier) except it has never been able to close the tray. Opening and closing the cup-holder by hand works. I am on -CURRENT from yesterday, and cdcontrol is: $FreeBSD: src/usr.sbin/cdcontrol/cdcontrol.c,v 1.29 2000/12/18 14:35:54 des Exp $ Of course, I am more than ready to test, as usual:-) -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:29: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C568937B698; Mon, 8 Jan 2001 02:28:50 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08ASWv06457; Mon, 8 Jan 2001 02:28:32 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101081028.f08ASWv06457@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 8 Jan 2001 02:28:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-PV Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/08 02:28:32 PST Modified files: devel/p5-PV Makefile Log: Use $PERL_ARCH instead of i386-freebsd. Pointed out by: bento Revision Changes Path 1.13 +2 -2 ports/devel/p5-PV/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:32: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8F137B402; Mon, 8 Jan 2001 02:31:47 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08AVlw06879; Mon, 8 Jan 2001 02:31:47 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101081031.f08AVlw06879@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 8 Jan 2001 02:31:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-PerlMenu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/08 02:31:46 PST Modified files: devel/p5-PerlMenu Makefile Log: Use $PERL_ARCH instead of ${MACHINE_ARC}-freebsd. Pointed out by: bento Revision Changes Path 1.2 +2 -2 ports/devel/p5-PerlMenu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:33:39 2001 Delivered-To: cvs-all@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 1415737B699; Mon, 8 Jan 2001 02:32:03 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id XAA19335; Mon, 8 Jan 2001 23:31:05 +1300 (NZDT) Message-Id: <200101081031.XAA19335@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary / FreshPorts To: Soren Schmidt Date: Mon, 8 Jan 2001 23:30:57 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable Subject: Re: please do not close the drive tray automatically. (was Re: c Reply-To: dan@langille.org Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG In-reply-to: <200101081019.LAA55216@freebsd.dk> References: <200101081015.XAA19259@ducky.nz.freebsd.org> from Dan Langille at "Jan 8, 2001 11:15:33 pm" X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 8 Jan 2001, at 11:19, Soren Schmidt wrote: > It seems Dan Langille wrote: > > > cdcontrol close works nicely here on all the ATAPI drives I've got (= have > > > lost count :) ). You need to be later than 4.something though... > > > > Doesn't work on my Plextor 12/4/32 under 4.2-stable. > > Do you get any error messages ? It appears I'm lying. I apologisie. I'm *positive* I tried this and fail= ed when I first got my CDRW. But I was originally using a Compaq SCSI card, which I no longer have. It's now on an Adaptec 2940U2W. I actually had to read the man page this time to remember what the command was something other than "-load". Am I correct? I Hope that helps. # uname -a FreeBSD stanley.unixathome.org 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Dec 30 08:49:09 NZDT 2000 root@stanley.unixathome.org:/usr/src/sys/compile/XEON i386 [root@xeon:~] # cdrecord dev=3D0,5,0 -eject Cdrecord 1.9 (i386-unknown-freebsd4.2) Copyright (C) 1995-2000 J=F6rg Schilling scsidev: '0,5,0' scsibus: 0 target: 5 lun: 0 Using libscg version 'schily-0.1' Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : SYNC LINKED Vendor_info : 'PLEXTOR ' Identifikation : 'CD-R PX-W124TS' Revision : '1.05' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO [root@xeon:~] # cdrecord dev=3D0,5,0 -load Cdrecord 1.9 (i386-unknown-freebsd4.2) Copyright (C) 1995-2000 J=F6rg Schi= lling scsidev: '0,5,0' scsibus: 0 target: 5 lun: 0 Using libscg version 'schily-0.1' Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : SYNC LINKED Vendor_info : 'PLEXTOR ' Identifikation : 'CD-R PX-W124TS' Revision : '1.05' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ FreshPorts - http://freshports.org/ NZ Broadband - http://unixathome.org/broadband/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:40:26 2001 Delivered-To: cvs-all@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id 3B9B437B400 for ; Mon, 8 Jan 2001 02:40:09 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id LAA06599; Mon, 8 Jan 2001 11:40:07 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 14FZih-0000wb-00 for ; Mon, 08 Jan 2001 11:40:07 +0100 Date: Mon, 8 Jan 2001 11:40:07 +0100 From: Szilveszter Adam To: cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: c Message-ID: <20010108114007.D32329@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , cvs-all@FreeBSD.ORG References: <200101080732.IAA16028@freebsd.dk> <20010108112328.B32329@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010108112328.B32329@petra.hos.u-szeged.hu>; from sziszi@bsd.hu on Mon, Jan 08, 2001 at 11:23:28AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 11:23:28AM +0100, Szilveszter Adam wrote: > > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > > lost count :) ). You need to be later than 4.something though... > > Hmmm... You guys mean 'cdcontrol -f /dev/acd0c eject'? Nope, that doesn't > work either. (On my well-known SONY CDU-621 ATAPI CD-ROM drive...) But > wait, it is getting better: play doesn't work either. The drive just sits > there and seems to ignore me. Where the error message is: (sorry forgot this one) acd0: PLAY_BIG - ILLEGAL REQUEST asc=21 ascq=00 error=04 (on play command) I could see no error messages for eject and close. -- Regards: Szilveszter ADAM Szeged University Szeged Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:40:36 2001 Delivered-To: cvs-all@freebsd.org Received: from diamond.gpad.ac.ru (diamond.gpad.ac.ru [193.233.9.65]) by hub.freebsd.org (Postfix) with ESMTP id 39C4737B402; Mon, 8 Jan 2001 02:40:15 -0800 (PST) Received: from cavia.landau.ac.ru (cavia.landau.ac.ru [193.233.9.17]) by diamond.gpad.ac.ru (8.9.1/8.9.1) with ESMTP id NAA03754; Mon, 8 Jan 2001 13:39:48 +0300 (MSK) Received: (from dima@localhost) by cavia.landau.ac.ru (8.11.1/8.11.1) id f08Adq201685; Mon, 8 Jan 2001 13:39:52 +0300 (MSK) (envelope-from dima) Date: Mon, 8 Jan 2001 13:39:51 +0300 From: Dmitry Sivachenko To: "Daniel C. Sobral" Cc: Soren Schmidt , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010108133951.A1649@netserv1.chg.ru> References: <200101080724.IAA14072@freebsd.dk> <3A5993B0.2262D70@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A5993B0.2262D70@newsguy.com>; from dcs@newsguy.com on Mon, Jan 08, 2001 at 07:17:20PM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 07:17:20PM +0900, Daniel C. Sobral wrote: > Soren Schmidt wrote: > > > > I *HATE* it when Windows close the drive without me telling it to. It's > open for a good reason, goddamit! :-) > I agree. Such an action should be initiated by the user. Otherwise one could damage CD. --dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:43:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 12EB137B400; Mon, 8 Jan 2001 02:43:34 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA60812; Mon, 8 Jan 2001 11:43:29 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101081043.LAA60812@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: <20010108133951.A1649@netserv1.chg.ru> from Dmitry Sivachenko at "Jan 8, 2001 01:39:51 pm" To: demon@FreeBSD.org (Dmitry Sivachenko) Date: Mon, 8 Jan 2001 11:43:29 +0100 (CET) Cc: dcs@newsguy.com (Daniel C. Sobral), sos@FreeBSD.org (Soren Schmidt), dillon@earth.backplane.com (Matt Dillon), 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Dmitry Sivachenko wrote: > On Mon, Jan 08, 2001 at 07:17:20PM +0900, Daniel C. Sobral wrote: > > Soren Schmidt wrote: > > > > > I *HATE* it when Windows close the drive without me telling it to. It's > > open for a good reason, goddamit! :-) > > > I agree. > Such an action should be initiated by the user. > Otherwise one could damage CD. With the possible exception of sysinstall, this is initiated by the used with some kind of action like mount etc... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 2:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id C278A37B698; Mon, 8 Jan 2001 02:44:15 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA60971; Mon, 8 Jan 2001 11:44:06 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101081044.LAA60971@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: c In-Reply-To: <200101081031.XAA19335@ducky.nz.freebsd.org> from Dan Langille at "Jan 8, 2001 11:30:57 pm" To: dan@langille.org Date: Mon, 8 Jan 2001 11:44:06 +0100 (CET) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Dan Langille wrote: > On 8 Jan 2001, at 11:19, Soren Schmidt wrote: > > > It seems Dan Langille wrote: > > > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > > > lost count :) ). You need to be later than 4.something though... > > > > > > Doesn't work on my Plextor 12/4/32 under 4.2-stable. > > > > Do you get any error messages ? > > It appears I'm lying. I apologisie. I'm *positive* I tried this and failed > when I first got my CDRW. But I was originally using a Compaq SCSI > card, which I no longer have. It's now on an Adaptec 2940U2W. I > actually had to read the man page this time to remember what the > command was something other than "-load". Am I correct? This patch ONLY deals with ATAPI drives... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 3:40:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E4D37B402; Mon, 8 Jan 2001 03:40:24 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08BeOW13443; Mon, 8 Jan 2001 03:40:24 -0800 (PST) (envelope-from andreas) Message-Id: <200101081140.f08BeOW13443@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 8 Jan 2001 03:40:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arts++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/08 03:40:24 PST Modified files: net/arts++ Makefile Log: remove port revision Revision Changes Path 1.4 +1 -2 ports/net/arts++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 4:37:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79A6837B6C0; Mon, 8 Jan 2001 04:36:33 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08CaXc24072; Mon, 8 Jan 2001 04:36:33 -0800 (PST) (envelope-from nik) Message-Id: <200101081236.f08CaXc24072@freefall.freebsd.org> From: Nik Clayton Date: Mon, 8 Jan 2001 04:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/jadetex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/01/08 04:36:33 PST Modified files: print/jadetex Makefile distinfo Log: Bring in a patch from http://indev.insu.com/openjade/ which: * Makes two side output optional * Fixes cell-*-row-margin * Fixes sequences in tables * Nukes the multipar macro * Gives better table support * Removes the trailing blank page in print output and more. Revision Changes Path 1.15 +5 -1 ports/print/jadetex/Makefile 1.4 +1 -0 ports/print/jadetex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 4:39: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id 65B3C37B400; Mon, 8 Jan 2001 04:38:46 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.0/8.11.0) id f08Ako005469; Mon, 8 Jan 2001 10:46:50 GMT (envelope-from nik) Date: Mon, 8 Jan 2001 10:46:49 +0000 From: Nik Clayton To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/sgml freebsd.dtd Message-ID: <20010108104647.A5272@canyon.nothing-going-on.org> References: <200101061826.f06IQBx25737@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101061826.f06IQBx25737@freefall.freebsd.org>; from alex@FreeBSD.org on Sat, Jan 06, 2001 at 10:26:11AM -0800 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 06, 2001 at 10:26:11AM -0800, Alexander Langer wrote: > alex 2001/01/06 10:26:11 PST > > Modified files: > share/sgml freebsd.dtd > Log: > Add "bdquo", which is supposed to be used in German texts. > > Submitted by: nik, months ago Ah. I never heard back from you, so I assumed my solution didn't fix the problem. N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 4:41:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB5537B400; Mon, 8 Jan 2001 04:40:53 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Cer524428; Mon, 8 Jan 2001 04:40:53 -0800 (PST) (envelope-from nik) Message-Id: <200101081240.f08Cer524428@freefall.freebsd.org> From: Nik Clayton Date: Mon, 8 Jan 2001 04:40:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/01/08 04:40:53 PST Modified files: share/sgml freebsd.dsl Log: Set the heading-level characteristic to '2' if we're generating PDF output. This has the useful side effect of generating bookmarks in the PDF file, which programs like Adobe Acrobat Reader can use to provide a navigable table of contents in a side window. This only seems to work with OpenJade, but the option doesn't cause Jade any problems. Revision Changes Path 1.20 +12 -1 doc/share/sgml/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 4:44: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD23537B400; Mon, 8 Jan 2001 04:43:49 -0800 (PST) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Chnt24636; Mon, 8 Jan 2001 04:43:49 -0800 (PST) (envelope-from nik) Message-Id: <200101081243.f08Chnt24636@freefall.freebsd.org> From: Nik Clayton Date: Mon, 8 Jan 2001 04:43:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/jadetex Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2001/01/08 04:43:49 PST Modified files: print/jadetex Makefile Log: Bump PORTREVISION, to reflect the added patches. Revision Changes Path 1.16 +2 -1 ports/print/jadetex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 4:58:15 2001 Delivered-To: cvs-all@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 401F137B69B for ; Mon, 8 Jan 2001 04:57:26 -0800 (PST) Received: (qmail 33769 invoked by uid 1003); 8 Jan 2001 12:57:09 -0000 Date: Mon, 8 Jan 2001 14:57:09 +0200 From: Neil Blakey-Milner To: Soren Schmidt Cc: Dmitry Sivachenko , "Daniel C. Sobral" , Soren Schmidt , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010108145709.A25273@mithrandr.moria.org> References: <20010108133951.A1649@netserv1.chg.ru> <200101081043.LAA60812@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101081043.LAA60812@freebsd.dk>; from sos@freebsd.dk on Mon, Jan 08, 2001 at 11:43:29AM +0100 X-Operating-System: FreeBSD 4.1-STABLE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon 2001-01-08 (11:43), Soren Schmidt wrote: > It seems Dmitry Sivachenko wrote: > > On Mon, Jan 08, 2001 at 07:17:20PM +0900, Daniel C. Sobral wrote: > > > Soren Schmidt wrote: > > > > > > > I *HATE* it when Windows close the drive without me telling it to. It's > > > open for a good reason, goddamit! :-) > > > > > I agree. > > Such an action should be initiated by the user. > > Otherwise one could damage CD. > > With the possible exception of sysinstall, this is initiated by the > used with some kind of action like mount etc... Is there no difference in status code between "open" and "initialising media"? Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5: 1:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8955637B400; Mon, 8 Jan 2001 05:01:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08D1BM25913; Mon, 8 Jan 2001 05:01:11 -0800 (PST) (envelope-from des) Message-Id: <200101081301.f08D1BM25913@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 8 Jan 2001 05:01:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/08 05:01:11 PST Modified files: news/inn-stable Makefile distinfo Log: Update to 20010107. Revision Changes Path 1.60 +2 -2 ports/news/inn-stable/Makefile 1.17 +1 -1 ports/news/inn-stable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5:15:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F310237B404; Mon, 8 Jan 2001 05:15:14 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08DFEs29088; Mon, 8 Jan 2001 05:15:14 -0800 (PST) (envelope-from des) Message-Id: <200101081315.f08DFEs29088@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 8 Jan 2001 05:15:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/08 05:15:14 PST Modified files: lib/libfetch Makefile ftp.c Log: Use "anonymous" rather than "ftp" as login name for anonymous ftp. Rather than have a separate (misnamed) FTP_ANONYMOUS_PASSWORD constant, use FTP_ANONYMOUS_USER (i.e. "anonymous") to construct the anonymous ftp password if getlogin() fails. Revision Changes Path 1.19 +2 -2 src/lib/libfetch/Makefile 1.58 +3 -4 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5:17:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58FC837B699; Mon, 8 Jan 2001 05:17:21 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08DHLt29560; Mon, 8 Jan 2001 05:17:21 -0800 (PST) (envelope-from des) Message-Id: <200101081317.f08DHLt29560@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 8 Jan 2001 05:17:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/08 05:17:21 PST Modified files: lib/libfetch Makefile Log: Back out previous (accidental) commit. Revision Changes Path 1.20 +2 -2 src/lib/libfetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5:20: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89FA537B400; Mon, 8 Jan 2001 05:19:44 -0800 (PST) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08DJiJ29804; Mon, 8 Jan 2001 05:19:44 -0800 (PST) (envelope-from cjh) Message-Id: <200101081319.f08DJiJ29804@freefall.freebsd.org> From: CHOI Junho Date: Mon, 8 Jan 2001 05:19:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers freebsd.ftp.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2001/01/08 05:19:44 PST Modified files: astro/xearth/files freebsd.committers.markers freebsd.ftp.markers Log: Update me and Korea mirror location. Obtained from: http://www.mapblast.com Revision Changes Path 1.53 +1 -1 ports/astro/xearth/files/freebsd.committers.markers 1.12 +1 -1 ports/astro/xearth/files/freebsd.ftp.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5:25:13 2001 Delivered-To: cvs-all@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id 473A337B400; Mon, 8 Jan 2001 05:24:55 -0800 (PST) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id IAA28543; Mon, 8 Jan 2001 08:24:54 -0500 (EST) Message-ID: <20010108082454.A26419@netmonger.net> Date: Mon, 8 Jan 2001 08:24:54 -0500 From: Christopher Masto To: Nick Hibma , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/usb ugen.c References: <200101071846.f07Ik0082613@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <200101071846.f07Ik0082613@freefall.freebsd.org>; from Nick Hibma on Sun, Jan 07, 2001 at 10:45:59AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 07, 2001 at 10:45:59AM -0800, Nick Hibma wrote: > n_hibma 2001/01/07 10:45:59 PST > > Modified files: (Branch: RELENG_4) > sys/dev/usb ugen.c > Log: > MFC r.1.45. > Implement basic support for isochronous transfers. From NetBSD. > > Submitted by: Christopher Masto I submitted the diff to -stable, but the work was originally done by Peter Housel. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 5:46:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24AD437B402; Mon, 8 Jan 2001 05:46:41 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08DkfU32183; Mon, 8 Jan 2001 05:46:41 -0800 (PST) (envelope-from des) Message-Id: <200101081346.f08DkfU32183@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 8 Jan 2001 05:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/08 05:46:40 PST Modified files: lib/libfetch fetch.3 Log: The user name for anonymous ftp is now "anonymous". Remove the period after the last man page reference. Add a reference to RFC1635, and sort the RFC references by number. Revision Changes Path 1.35 +18 -11 src/lib/libfetch/fetch.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 6:26:10 2001 Delivered-To: cvs-all@freebsd.org Received: from henny.webweaving.org (unknown [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id 2E88337B402; Mon, 8 Jan 2001 06:25:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id NAA20496; Mon, 8 Jan 2001 13:49:03 GMT (envelope-from n_hibma@calcaphon.com) Date: Mon, 8 Jan 2001 13:49:03 +0000 (GMT) From: Nick Hibma X-Sender: n_hibma@henny.webweaving.org Reply-To: Nick Hibma To: Christopher Masto Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ugen.c In-Reply-To: <20010108082454.A26419@netmonger.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yep, that's why it says MFC r.1.45 Nick > > n_hibma 2001/01/07 10:45:59 PST > > > > Modified files: (Branch: RELENG_4) > > sys/dev/usb ugen.c > > Log: > > MFC r.1.45. > > Implement basic support for isochronous transfers. From NetBSD. > > > > Submitted by: Christopher Masto > > I submitted the diff to -stable, but the work was originally done by > Peter Housel. > -- > Christopher Masto Senior Network Monkey NetMonger Communications > chris@netmonger.net info@netmonger.net http://www.netmonger.net > > Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@freebsd.org http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 6:34: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E41737B69D; Mon, 8 Jan 2001 06:29:08 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08ET8J37909; Mon, 8 Jan 2001 06:29:08 -0800 (PST) (envelope-from jmz) Message-Id: <200101081429.f08ET8J37909@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 8 Jan 2001 06:29:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile pkg-plist pkg-plist.alpha pkg-plist.pc98 ports/x11/XFree86-4/files Makefile.freetype ports/x11/XFree86-4/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/08 06:29:08 PST Modified files: x11/XFree86-4 Makefile pkg-plist pkg-plist.alpha pkg-plist.pc98 x11/XFree86-4/scripts configure Removed files: x11/XFree86-4/files Makefile.freetype Log: Don't build freetype2 from the XFree sources and add a dependency on print/freetype2. I only got negative feedback with the previous version. Revision Changes Path 1.108 +4 -8 ports/x11/XFree86-4/Makefile 1.42 +0 -4 ports/x11/XFree86-4/pkg-plist 1.15 +0 -4 ports/x11/XFree86-4/pkg-plist.alpha 1.7 +0 -4 ports/x11/XFree86-4/pkg-plist.pc98 1.70 +1 -3 ports/x11/XFree86-4/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 6:43:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D29C837B400; Mon, 8 Jan 2001 06:43:41 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08EhfY39075; Mon, 8 Jan 2001 06:43:41 -0800 (PST) (envelope-from kevlo) Message-Id: <200101081443.f08EhfY39075@freefall.freebsd.org> From: Kevin Lo Date: Mon, 8 Jan 2001 06:43:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-xml Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/08 06:43:41 PST Modified files: textproc/py-xml Makefile distinfo pkg-descr pkg-plist Log: Upgrade to 0.6.3 PR: 24147 Submitted by: MAINTAINER Revision Changes Path 1.13 +2 -2 ports/textproc/py-xml/Makefile 1.4 +1 -1 ports/textproc/py-xml/distinfo 1.4 +2 -2 ports/textproc/py-xml/pkg-descr 1.5 +9 -2 ports/textproc/py-xml/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 Jan 8 7:22:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C134537B400; Mon, 8 Jan 2001 07:21:59 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08FLxl93514; Mon, 8 Jan 2001 07:21:59 -0800 (PST) (envelope-from ume) Message-Id: <200101081521.f08FLxl93514@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 8 Jan 2001 07:21:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm Makefile distinfo ports/sysutils/gkrellm/files patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/08 07:21:59 PST Modified files: sysutils/gkrellm Makefile distinfo Removed files: sysutils/gkrellm/files patch-af patch-ag Log: Update to 1.0.3 Revision Changes Path 1.28 +2 -3 ports/sysutils/gkrellm/Makefile 1.16 +1 -1 ports/sysutils/gkrellm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 7:26: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E01237B400; Mon, 8 Jan 2001 07:25:46 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08FPks08032; Mon, 8 Jan 2001 07:25:46 -0800 (PST) (envelope-from jake) Message-Id: <200101081525.f08FPks08032@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 8 Jan 2001 07:25:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/08 07:25:46 PST Modified files: sys/i386/i386 mp_machdep.c Log: Fix a warning. The type of globaldata.gd_prvspace has changed. Revision Changes Path 1.132 +3 -2 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 7:38:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41F1937B400; Mon, 8 Jan 2001 07:38:00 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Fc0p20934; Mon, 8 Jan 2001 07:38:00 -0800 (PST) (envelope-from ume) Message-Id: <200101081538.f08Fc0p20934@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 8 Jan 2001 07:38:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_lnc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/08 07:38:00 PST Modified files: (Branch: RELENG_4) sys/i386/isa if_lnc.c Log: MFC 1.80->1.81: fix problem with vmware DAD. reported by many, tested @ IETF49 with help from Florent Parent . Revision Changes Path 1.68.2.4 +16 -6 src/sys/i386/isa/Attic/if_lnc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 7:41:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01AFA37B400; Mon, 8 Jan 2001 07:41:38 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Ffbv21347; Mon, 8 Jan 2001 07:41:37 -0800 (PST) (envelope-from ume) Message-Id: <200101081541.f08Ffbv21347@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 8 Jan 2001 07:41:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6_prefix.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/08 07:41:37 PST Modified files: (Branch: RELENG_4) sys/netinet6 in6_prefix.c Log: MFC 1.5->1.6: do not touch ra_addr if it is NULL. from IIJ SEIL team Revision Changes Path 1.4.2.2 +5 -3 src/sys/netinet6/in6_prefix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 8:27:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23C5537B400; Mon, 8 Jan 2001 08:27:05 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08GR5w27503; Mon, 8 Jan 2001 08:27:05 -0800 (PST) (envelope-from ade) Message-Id: <200101081627.f08GR5w27503@freefall.freebsd.org> From: Ade Lovett Date: Mon, 8 Jan 2001 08:27:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/08 08:27:04 PST Modified files: astro/xearth/files freebsd.committers.markers Log: Well, I found my GPS unit last night, so I'll add myself in, since MapBlast can't seem to find me :) Revision Changes Path 1.54 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 9:11:37 2001 Delivered-To: cvs-all@freebsd.org Received: from flux.ptc.spbu.ru (flux.ptc.spbu.ru [195.19.225.195]) by hub.freebsd.org (Postfix) with ESMTP id A079837B400; Mon, 8 Jan 2001 09:11:15 -0800 (PST) Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by flux.ptc.spbu.ru (8.9.3/8.9.3/cf-1.0.rbl) with ESMTP id UAA89002; Mon, 8 Jan 2001 20:11:12 +0300 (MSK) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id UAA09147; Mon, 8 Jan 2001 20:11:11 +0300 (MSK) Date: Mon, 8 Jan 2001 20:11:10 +0300 From: "Valeriy E. Ushakov" To: Soren Schmidt Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: c Message-ID: <20010108201110.A9118@snark.ptc.spbu.ru> Mail-Followup-To: Soren Schmidt , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG References: <200101080732.IAA16028@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <200101080732.IAA16028@freebsd.dk>; from "Soren Schmidt" on Mon, Jan 08, 2001 at 08:32:28 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 08:32:28 +0100, Soren Schmidt wrote: > > I think it would be neat, but I'd be equally happy if 'cdcontrol > > close' worked. 'cdcontrol eject' works but 'cdcontrol close' has > > been broken for ages (like around 3.x-current) > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > lost count :) ). You need to be later than 4.something though... Never worked for me (Acer 40x CD-ROM, not sure about the exact model number) from the day one when 4.1RC1 was installed on this box. I'm at Jan 4 -stable now. ad0: 19574MB [39770/16/63] at ata0-master UDMA33 ad2: 14649MB [29765/16/63] at ata1-master UDMA33 acd0: CDROM at ata1-slave using PIO4 cdcontrol eject works just fine, cdcontrol close just does nothing (no error messages). SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 9:32:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id D086937B402; Mon, 8 Jan 2001 09:32:17 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id SAA61712; Mon, 8 Jan 2001 18:32:12 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101081732.SAA61712@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: c In-Reply-To: <20010108201110.A9118@snark.ptc.spbu.ru> from "Valeriy E. Ushakov" at "Jan 8, 2001 08:11:10 pm" To: uwe@ptc.spbu.ru (Valeriy E. Ushakov) Date: Mon, 8 Jan 2001 18:32:12 +0100 (CET) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Valeriy E. Ushakov wrote: > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > lost count :) ). You need to be later than 4.something though... > > Never worked for me (Acer 40x CD-ROM, not sure about the exact model > number) from the day one when 4.1RC1 was installed on this box. I'm > at Jan 4 -stable now. > > ad0: 19574MB [39770/16/63] at ata0-master UDMA33 > ad2: 14649MB [29765/16/63] at ata1-master UDMA33 > acd0: CDROM at ata1-slave using PIO4 > > cdcontrol eject works just fine, cdcontrol close just does nothing (no > error messages). Hmm, maybe some drives cant do a close tray at all... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 9:34: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2382037B404; Mon, 8 Jan 2001 09:33:22 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08HXM236029; Mon, 8 Jan 2001 09:33:22 -0800 (PST) (envelope-from clive) Message-Id: <200101081733.f08HXM236029@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 09:33:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine4/files patch-pine::strings.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 09:33:21 PST Added files: chinese/pine4/files patch-pine::strings.c Log: Yet another quick-dirty-hack to silence complaints on tw.bbs.comp.386bsd newsgroup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 9:46:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03C4B37B6A2; Mon, 8 Jan 2001 09:44:42 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08HifM37001; Mon, 8 Jan 2001 09:44:41 -0800 (PST) (envelope-from andreas) Message-Id: <200101081744.f08HifM37001@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 8 Jan 2001 09:44:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/08 09:44:41 PST Modified files: print/ghostscript6 Makefile Log: updated MASTER_SITES hpdj-2.6 is now available from http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/ Revision Changes Path 1.55 +2 -2 ports/print/ghostscript6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 9:49:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B2B437B6B7; Mon, 8 Jan 2001 09:46:07 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Hk7M37143; Mon, 8 Jan 2001 09:46:07 -0800 (PST) (envelope-from andreas) Message-Id: <200101081746.f08Hk7M37143@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 8 Jan 2001 09:46:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/08 09:46:07 PST Modified files: print/ghostscript6 Makefile Log: cosmetic: update comment new official home for Martin Lottermosers pcl3 driver Revision Changes Path 1.56 +2 -2 ports/print/ghostscript6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:14:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (dhcp244.osd.bsdi.com [204.216.28.244]) by hub.freebsd.org (Postfix) with ESMTP id 88D2A37B6A4; Mon, 8 Jan 2001 09:47:57 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f08I1Ce00819; Mon, 8 Jan 2001 10:01:12 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200101081801.f08I1Ce00819@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Soren Schmidt Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-reply-to: Your message of "Mon, 08 Jan 2001 08:24:20 +0100." <200101080724.IAA14072@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Mon, 08 Jan 2001 10:01:12 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It seems Matt Dillon wrote: > > Umm. I'm going to be a pest: If the drive tray is open the very= LAST > > thing I want is for the device driver to try to close it on me. = A > > windows box *destroyed* a CD (by scratching the hell out of it) t= hat I = > > was trying to insert into the machine by closing the drive tray b= efore > > I had the CD completely seated. I do not want the same to happen= under > > FreeBSD just because some program (say, like sysinstall) tries to= open > > the CD device. > = > Hmm, I think its a pretty nice idea actually, maybe we should call a > vote for this feature ? Whats happening on the voting thing that > was talked so much about ? Closing the drive tray at what is effectively a random time violates the = user interface model for the CDROM. I think it's a stunningly stupid = idea (for the damage reasons that Matt gives as well as the semantic = violations). It's bad enough that some drives close as part of the reset cycle; doing = it on first open would definitely be Not On. Opening/closing the tray is= = part of the media exchange cycle; in much the same way that a tape drive = can eject a tape, but requires the operator to explicitly load one. -- = =2E.. every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:23:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id C66B537B6E6; Mon, 8 Jan 2001 09:58:55 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id SAA68334; Mon, 8 Jan 2001 18:58:54 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101081758.SAA68334@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: <200101081801.f08I1Ce00819@mass.osd.bsdi.com> from Mike Smith at "Jan 8, 2001 10:01:12 am" To: msmith@FreeBSD.ORG (Mike Smith) Date: Mon, 8 Jan 2001 18:58:54 +0100 (CET) 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Mike Smith wrote: > Closing the drive tray at what is effectively a random time violates the > user interface model for the CDROM. I think it's a stunningly stupid > idea (for the damage reasons that Matt gives as well as the semantic > violations). > > It's bad enough that some drives close as part of the reset cycle; doing > it on first open would definitely be Not On. Opening/closing the tray is > part of the media exchange cycle; in much the same way that a tape drive > can eject a tape, but requires the operator to explicitly load one. OK OK, I'll rip it out again, as soon as my -current box allows me to actually do something, MFC will follow in a timely manner.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:39:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38B4137B699; Mon, 8 Jan 2001 10:20:45 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IKjM41911; Mon, 8 Jan 2001 10:20:45 -0800 (PST) (envelope-from andreas) Message-Id: <200101081820.f08IKjM41911@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 8 Jan 2001 10:20:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/08 10:20:45 PST Modified files: print/ghostscript6 Makefile Log: purely cosmetic: - for easier maintencance (later upgrade) splitup HPDJ_DRV variable into HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC - testcompile ran fine Revision Changes Path 1.57 +9 -6 ports/print/ghostscript6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:42:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AECA37B6E8; Mon, 8 Jan 2001 10:24:43 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IOhv42354; Mon, 8 Jan 2001 10:24:43 -0800 (PST) (envelope-from andreas) Message-Id: <200101081824.f08IOhv42354@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 8 Jan 2001 10:24:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/08 10:24:43 PST Modified files: print/ghostscript6 Makefile Log: cosmetic: forgot in previous commit, that HPDJ_SRC also should make use of the new variables ${HPDJ_NAME} and ${HPDJ_VERS} Revision Changes Path 1.58 +2 -2 ports/print/ghostscript6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:43:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C87BB37B6FB; Mon, 8 Jan 2001 10:27:18 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IRIt42567; Mon, 8 Jan 2001 10:27:18 -0800 (PST) (envelope-from clive) Message-Id: <200101081827.f08IRIt42567@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 10:27:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/bitchx Makefile pkg-comment ports/chinese/bitchx/files patch-include::config.h patch-source::input.c patch-source::screen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 10:27:18 PST Modified files: chinese Makefile Added files: chinese/bitchx Makefile pkg-comment chinese/bitchx/files patch-include::config.h patch-source::input.c patch-source::screen.c Log: A zh-tw cursor movement friendly, wrapping clean BitchX. Revision Changes Path 1.79 +2 -1 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:49:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E75237B83C; Mon, 8 Jan 2001 10:35:42 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IZgX43290; Mon, 8 Jan 2001 10:35:42 -0800 (PST) (envelope-from clive) Message-Id: <200101081835.f08IZgX43290@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 10:35:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 10:35:42 PST Modified files: . modules Log: Manually add zh-bitchx. I do this because: Mailing the commit message... Error: bitchx already exists in modules /usr/local/bin/addport: adding port to modules failed, aborting. This is weird. Will, should I change addport's default module name when adding language specific slave port ? Revision Changes Path 1.2285 +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 Jan 8 10:50:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A07937B843; Mon, 8 Jan 2001 10:36:29 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IaTF43385; Mon, 8 Jan 2001 10:36:29 -0800 (PST) (envelope-from ben) Message-Id: <200101081836.f08IaTF43385@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 8 Jan 2001 10:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/08 10:36:28 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Make a few minor changes to the question about connections freezing when using PPPoE. Submitted by: Michael Wozniak Revision Changes Path 1.136 +12 -5 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:53:57 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C1BB337B6FD; Mon, 8 Jan 2001 10:45:20 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id TAA94696; Mon, 8 Jan 2001 19:45:19 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mike Smith Cc: Soren Schmidt , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <200101081801.f08I1Ce00819@mass.osd.bsdi.com> From: Dag-Erling Smorgrav Date: 08 Jan 2001 19:45:19 +0100 In-Reply-To: Mike Smith's message of "Mon, 08 Jan 2001 10:01:12 -0800" Message-ID: Lines: 15 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith writes: > Closing the drive tray at what is effectively a random time violates the > user interface model for the CDROM. I think it's a stunningly stupid > idea (for the damage reasons that Matt gives as well as the semantic > violations). "I booted FreeBSD and it tried to retract my cup holder, spilling scalding coffee all over my keyboard and my lap. Now I'm going to sue BSDI for compensation for the damage to my computer and my nads." Couldn't resist :) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 10:56:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BECB637B793; Mon, 8 Jan 2001 10:51:40 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08IpeN44515; Mon, 8 Jan 2001 10:51:40 -0800 (PST) (envelope-from trevor) Message-Id: <200101081851.f08IpeN44515@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 10:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 10:51:40 PST Modified files: www/wn Makefile Log: Use MASTER_SITE_LOCAL. Remove BROKEN line. On 2000-12-29 I e-mailed adam@freebsd.org, adam@veda.is, and ports@freebsd.org (with a link to a patch) to propose this change. My mail did not bounce, but there was no response. ftp://ftp.acns.nwu.edu/pub/wn/wn-1.18.6.tar.gz: changing directory pub/wn 550 wn: No such file or directory. (Last OK result Wed Nov 4 8:33:32 1998 ) Revision Changes Path 1.36 +3 -4 ports/www/wn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 11: 9:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E71E237B781; Mon, 8 Jan 2001 11:04:12 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08J4C546397; Mon, 8 Jan 2001 11:04:12 -0800 (PST) (envelope-from clive) Message-Id: <200101081904.f08J4C546397@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 11:04:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm Makefile ports/palm/txt2pdbdoc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/palm/txt2pdbdoc/files patch-config.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 11:04:12 PST Modified files: palm Makefile Added files: palm/txt2pdbdoc Makefile distinfo pkg-comment pkg-descr pkg-plist palm/txt2pdbdoc/files patch-config.mk Log: New port: txt2pdbdoc Converts plain text and HTML files to Palm Pilot Doc formats Submitted by: keichii@iteration.net Revision Changes Path 1.24 +2 -1 ports/palm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 11:10:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C56AA37B782; Mon, 8 Jan 2001 11:04:17 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08J4H646436; Mon, 8 Jan 2001 11:04:17 -0800 (PST) (envelope-from clive) Message-Id: <200101081904.f08J4H646436@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 11:04:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 11:04:17 PST Modified files: . modules Log: txt2pdbdoc --> ports/palm/txt2pdbdoc Revision Changes Path 1.2286 +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 Jan 8 11:11:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C4B637B6A4; Mon, 8 Jan 2001 11:05:50 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08J5oi48695; Mon, 8 Jan 2001 11:05:50 -0800 (PST) (envelope-from trevor) Message-Id: <200101081905.f08J5oi48695@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 11:05:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/deepforest Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 11:05:50 PST Modified files: archivers/deepforest Makefile Log: Use MASTER_SITE_LOCAL. On 2000-12-29 I e-mailed KIRIYAMA Kazuhiko and ports@freebsd.org (with a link to a patch) to propose this change. My mail did not bounce, but there was no response. http://www.aaa-int.or.jp/~jfactory/JDE/dist/DeepForest-1.0a.tar.gz: 404 File Not Found (Last OK result Wed Jul 7 11:26:48 1999 ) Revision Changes Path 1.9 +4 -2 ports/archivers/deepforest/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 12:24:32 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 1527037B752; Mon, 8 Jan 2001 11:27:38 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f08JRaI98053; Tue, 9 Jan 2001 03:27:36 +0800 (CST) (envelope-from clive) Date: Tue, 9 Jan 2001 03:27:36 +0800 From: Clive Lin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese Makefile ports/chinese/bitchx Makefile pkg-comment ports/chinese/bitchx/files patch-include::config.h patch-source::input.c patch-source::screen.c Message-ID: <20010109032736.A97843@cartier.cirx.org> References: <200101081827.f08IRIt42567@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101081827.f08IRIt42567@freefall.freebsd.org>; from clive@FreeBSD.org on Mon, Jan 08, 2001 at 10:27:18AM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 10:27:18AM -0800, Clive Lin wrote: > clive 2001/01/08 10:27:18 PST > > Modified files: > chinese Makefile > Added files: > chinese/bitchx Makefile pkg-comment > chinese/bitchx/files patch-include::config.h > patch-source::input.c > patch-source::screen.c > Log: > A zh-tw cursor movement friendly, wrapping clean BitchX. Ok, I know a multibyte support for a single language is stupid. This needs more coding and becomes a generic mb support like what our /bin/tcsh did, and finally be merged back to BX. Before that, leave this in port. People can't wait :) -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f=, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38 =. ant sj m8r ob =? 1fj mwby a1 tao vg5 =. soq df v ' .a. CirX=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 12:46:16 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 2F89137B6DA; Mon, 8 Jan 2001 12:40:44 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id PAA426308; Mon, 8 Jan 2001 15:40:33 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <3A5993B0.2262D70@newsguy.com> References: <200101080724.IAA14072@freebsd.dk> <3A5993B0.2262D70@newsguy.com> Date: Mon, 8 Jan 2001 15:40:32 -0500 To: "Daniel C. Sobral" , =?iso-8859-1?Q?S=F8ren?= Schmidt From: Garance A Drosihn Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 7:17 PM +0900 1/8/01, Daniel C. Sobral wrote: >Soren Schmidt wrote: > > > > It seems Matt Dillon wrote: > > > Umm. I'm going to be a pest: If the drive tray is open the > > > very LAST thing I want is for the device driver to try to > > > close it on me. > > > > Hmm, I think its a pretty nice idea actually, maybe we should call > > a vote for this feature ? Whats happening on the voting thing that > > was talked so much about ? > >I *HATE* it when Windows close the drive without me telling it to. >It's open for a good reason, goddamit! :-) If we were voting, I also vote that nothing should automatically close that drive tray. I have also had a number of occasions where windows or a Mac has closed the cd-tray on me when I really did NOT want it closed. In some cases, that resulted in some bad side-effects. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 13: 8: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 64DEF37B6AB; Mon, 8 Jan 2001 12:44:20 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f08KiJJ28474; Mon, 8 Jan 2001 12:44:19 -0800 (PST) (envelope-from dillon) Date: Mon, 8 Jan 2001 12:44:19 -0800 (PST) From: Matt Dillon Message-Id: <200101082044.f08KiJJ28474@earth.backplane.com> To: Garance A Drosihn , "Daniel C. Sobral" , =?iso-8859-1?Q?S=F8ren?= Schmidt , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <200101080724.IAA14072@freebsd.dk> <3A5993B0.2262D70@newsguy.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok guys, enough already! He already said he'd back it out :-) Sheesh, talk about killing the beast and then dancing a jig on the corpse! -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14: 4:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6E37B717; Mon, 8 Jan 2001 13:34:26 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08LYQI66375; Mon, 8 Jan 2001 13:34:26 -0800 (PST) (envelope-from sos) Message-Id: <200101082134.f08LYQI66375@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 8 Jan 2001 13:34:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/08 13:34:26 PST Modified files: sys/dev/ata atapi-cd.c Log: Back out the "close tray on open" feature, its not clear what color it should have... Revision Changes Path 1.73 +1 -3 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14: 5:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC9B37B767; Mon, 8 Jan 2001 13:04:34 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08L4Yg61798; Mon, 8 Jan 2001 13:04:34 -0800 (PST) (envelope-from gallatin) Message-Id: <200101082104.f08L4Yg61798@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 8 Jan 2001 13:04:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pdq pdqvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/01/08 13:04:34 PST Modified files: sys/dev/pdq pdqvar.h Log: make PCI DEFPA fiddi adapters work on alpha: - add a dma hack similar to the NetBSD one - change PDQ_OS_MEM{RD,WR} to use readl/writel rather than deref'ing a 32 bit va. Note that I did just enough to get this working on alpha. I probably should have updated it to use busspace, but I was too lazy to navigate the twisty minefield of ifdefs that make up this driver. Tested by: wilko (on both x86 and alpha) Revision Changes Path 1.4 +6 -3 src/sys/dev/pdq/pdqvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14: 8:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F96437B401; Mon, 8 Jan 2001 14:08:32 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08M8W571693; Mon, 8 Jan 2001 14:08:32 -0800 (PST) (envelope-from sf) Message-Id: <200101082208.f08M8W571693@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 8 Jan 2001 14:08:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/wmmount Makefile ports/sysutils/wmmount/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/08 14:08:31 PST Modified files: sysutils/wmmount Makefile sysutils/wmmount/files patch-ac Log: fix X manpage error. PR: 23439 non-responce from: maintainer Revision Changes Path 1.10 +1 -2 ports/sysutils/wmmount/Makefile 1.2 +6 -3 ports/sysutils/wmmount/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:15: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F08D37B400; Mon, 8 Jan 2001 14:14:49 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MEnf72316; Mon, 8 Jan 2001 14:14:49 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101082214.f08MEnf72316@freefall.freebsd.org> From: David Malone Date: Mon, 8 Jan 2001 14:14:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/08 14:14:48 PST Modified files: sys/kern sys_pipe.c Log: If we failed to allocate the file discriptor for the write end of the pipe, then we were corrupting the pipe_zone free list by calling pipeclose on rpipe twice. NULL out rpipe to avoid this. Reviewed by: dillon Reviewed by: iedowse Revision Changes Path 1.68 +9 -1 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:16:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57A7637B400; Mon, 8 Jan 2001 14:16:27 -0800 (PST) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MGRZ72485; Mon, 8 Jan 2001 14:16:27 -0800 (PST) (envelope-from n_hibma) Message-Id: <200101082216.f08MGRZ72485@freefall.freebsd.org> From: Nick Hibma Date: Mon, 8 Jan 2001 14:16:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2001/01/08 14:16:27 PST Modified files: sys/kern subr_bus.c Log: Unset the devclass if the attach fails and the devclass was not set to begin with. Reviewed by: dfr Revision Changes Path 1.88 +5 -1 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:19:30 2001 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 02CFA37B400; Mon, 8 Jan 2001 14:19:06 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 034B5189A; Mon, 8 Jan 2001 17:19:04 -0500 (EST) Date: Mon, 8 Jan 2001 17:19:04 -0500 From: Will Andrews To: Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20010108171904.M649@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Clive Lin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101081835.f08IZgX43290@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101081835.f08IZgX43290@freefall.freebsd.org>; from clive@FreeBSD.org on Mon, Jan 08, 2001 at 10:35:42AM -0800 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 10:35:42AM -0800, Clive Lin wrote: > Log: > Manually add zh-bitchx. I do this because: > > Mailing the commit message... > Error: bitchx already exists in modules > /usr/local/bin/addport: adding port to modules failed, aborting. > > This is weird. Will, should I change addport's default module name > when adding language specific slave port ? addport tells you the module name it will add to CVSROOT/modules before you consent to the addition. I sent a patch to ports@ about a week or two ago asking for feedback on how to handle language prefixes but no one has replied yet. In any case, the current workaround is to use the -i option. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:23:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69BB237B400; Mon, 8 Jan 2001 14:23:27 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MNRx73115; Mon, 8 Jan 2001 14:23:27 -0800 (PST) (envelope-from vanilla) Message-Id: <200101082223.f08MNRx73115@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 8 Jan 2001 14:23:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Parser Makefile distinfo ports/www/p5-HTML-Parser/files patch-Makefile.PL ports/net/p5-Net-Daemon Makefile distinfo ports/devel/p5-Storable Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/08 14:23:27 PST Modified files: www/p5-HTML-Parser Makefile distinfo www/p5-HTML-Parser/files patch-Makefile.PL net/p5-Net-Daemon Makefile distinfo devel/p5-Storable Makefile distinfo Log: Upgrade p5-HTML-Parser => 3.15 p5-Net-Daemon => 0.34 p5-Storable => 1.0.7 Revision Changes Path 1.23 +2 -2 ports/www/p5-HTML-Parser/Makefile 1.15 +1 -1 ports/www/p5-HTML-Parser/distinfo 1.2 +4 -4 ports/www/p5-HTML-Parser/files/patch-Makefile.PL 1.6 +2 -2 ports/net/p5-Net-Daemon/Makefile 1.4 +1 -1 ports/net/p5-Net-Daemon/distinfo 1.26 +2 -2 ports/devel/p5-Storable/Makefile 1.17 +1 -1 ports/devel/p5-Storable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:25:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73D3837B400; Mon, 8 Jan 2001 14:24:44 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MOil73271; Mon, 8 Jan 2001 14:24:44 -0800 (PST) (envelope-from vanilla) Message-Id: <200101082224.f08MOil73271@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 8 Jan 2001 14:24:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libaudiofile Makefile distinfo ports/audio/libaudiofile/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/08 14:24:44 PST Modified files: audio/libaudiofile Makefile distinfo audio/libaudiofile/files patch-ac Log: Upgrade to 0.2.0 Submitted by: sobomax Revision Changes Path 1.16 +4 -3 ports/audio/libaudiofile/Makefile 1.4 +1 -1 ports/audio/libaudiofile/distinfo 1.2 +8 -8 ports/audio/libaudiofile/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:36:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8730F37B400; Mon, 8 Jan 2001 14:36:22 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MaMK74204; Mon, 8 Jan 2001 14:36:22 -0800 (PST) (envelope-from wilko) Message-Id: <200101082236.f08MaMK74204@freefall.freebsd.org> From: Wilko Bulte Date: Mon, 8 Jan 2001 14:36:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2001/01/08 14:36:22 PST Modified files: release/texts/alpha RELNOTES.TXT Log: Document support for FDDI using DEC DEFPA adapters. Thanks to: Andrew Gallatin for the actual patch that makes DEFPA work Revision Changes Path 1.112 +4 -2 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:38:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A8F837B400; Mon, 8 Jan 2001 14:38:12 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08McCl74300; Mon, 8 Jan 2001 14:38:12 -0800 (PST) (envelope-from wilko) Message-Id: <200101082238.f08McCl74300@freefall.freebsd.org> From: Wilko Bulte Date: Mon, 8 Jan 2001 14:38:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2001/01/08 14:38:11 PST Modified files: release/texts/alpha HARDWARE.TXT Log: Small note on FDDI support using DEC DEFPA Revision Changes Path 1.69 +2 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:48:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8976837B402; Mon, 8 Jan 2001 14:48:15 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08MmFj75153; Mon, 8 Jan 2001 14:48:15 -0800 (PST) (envelope-from knu) Message-Id: <200101082248.f08MmFj75153@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 8 Jan 2001 14:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-optparse Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/08 14:48:15 PST Modified files: devel/ruby-optparse Makefile distinfo pkg-plist Log: Update to 0.7.8. Revision Changes Path 1.9 +5 -5 ports/devel/ruby-optparse/Makefile 1.4 +1 -1 ports/devel/ruby-optparse/distinfo 1.5 +4 -0 ports/devel/ruby-optparse/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 14:52:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FED537B699; Mon, 8 Jan 2001 14:51:54 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Mps475534; Mon, 8 Jan 2001 14:51:54 -0800 (PST) (envelope-from knu) Message-Id: <200101082251.f08Mps475534@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 8 Jan 2001 14:51:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rdtool Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/08 14:51:54 PST Modified files: textproc/ruby-rdtool Makefile pkg-plist Log: Now ruby-optparse 0.7.8 has included an English document, process it on installation together with the Japanese document. Revision Changes Path 1.13 +4 -1 ports/textproc/ruby-rdtool/Makefile 1.7 +1 -0 ports/textproc/ruby-rdtool/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 15:27: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D21937B401; Mon, 8 Jan 2001 15:26:49 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NQnw81182; Mon, 8 Jan 2001 15:26:49 -0800 (PST) (envelope-from vanilla) Message-Id: <200101082326.f08NQnw81182@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 8 Jan 2001 15:26:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/xdialog Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/08 15:26:48 PST Modified files: x11 Makefile Added files: x11/xdialog Makefile distinfo pkg-comment pkg-descr pkg-plist Log: A drop in replacement for the "dialog" or "cdialog" programs. PR: ports/24145 Submitted by: Ying-Chieh Liao Revision Changes Path 1.315 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 15:27:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A344837B400; Mon, 8 Jan 2001 15:26:53 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NQru81220; Mon, 8 Jan 2001 15:26:53 -0800 (PST) (envelope-from vanilla) Message-Id: <200101082326.f08NQru81220@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 8 Jan 2001 15:26:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/08 15:26:53 PST Modified files: . modules Log: xdialog --> ports/x11/xdialog Revision Changes Path 1.2287 +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 Jan 8 15:29: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5C37B400; Mon, 8 Jan 2001 15:28:40 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NSeL81358; Mon, 8 Jan 2001 15:28:40 -0800 (PST) (envelope-from grog) Message-Id: <200101082328.f08NSeL81358@freefall.freebsd.org> From: Greg Lehey Date: Mon, 8 Jan 2001 15:28:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/08 15:28:40 PST Modified files: en support.sgml Log: Correct state abbreviation for Indiana. Submitted by: Alan Day Revision Changes Path 1.211 +3 -3 www/en/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 Jan 8 15:33:50 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7A95A37B401; Mon, 8 Jan 2001 15:33:24 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 49B1C6A90D; Tue, 9 Jan 2001 10:03:21 +1030 (CST) Date: Tue, 9 Jan 2001 10:03:21 +1030 From: Greg Lehey To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010109100321.I83353@wantadilla.lemis.com> References: <200101080844.f088ilU41376@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200101080844.f088ilU41376@green.dyndns.org>; from green@FreeBSD.org on Mon, Jan 08, 2001 at 03:44:46AM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 8 January 2001 at 3:44:46 -0500, Brian F. Feldman wrote: > Greg Lehey wrote: >> On Monday, 8 January 2001 at 8:24:20 +0100, Søren Schmidt wrote: >>> It seems Matt Dillon wrote: >>>> Umm. I'm going to be a pest: If the drive tray is open the very LAST >>>> thing I want is for the device driver to try to close it on me. A >>>> windows box *destroyed* a CD (by scratching the hell out of it) that I >>>> was trying to insert into the machine by closing the drive tray before >>>> I had the CD completely seated. I do not want the same to happen under >>>> FreeBSD just because some program (say, like sysinstall) tries to open >>>> the CD device. >>> >>> Hmm, I think its a pretty nice idea actually, maybe we should call a >>> vote for this feature ? Whats happening on the voting thing that >>> was talked so much about ? >> >> I don't think we need to vote on it, but if others do, I don't have a >> problem. >> >> It seems that a sysctl would do the job nicely in this case, if you >> find anybody else who wants the feature. > > I want it, not because I forget to close the tray or anything, but because > I'd like open() to wait for the disc to come ready rather than just give me > errors. I don't like manually having to wait and try a command until the > drive succeeds. This is a separate issue. Yes, I'd like the open command to wait a little while if the drive isn't ready. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 15:42:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CEE737B400; Mon, 8 Jan 2001 15:42:14 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NgE082324; Mon, 8 Jan 2001 15:42:14 -0800 (PST) (envelope-from knu) Message-Id: <200101082342.f08NgE082324@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 8 Jan 2001 15:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/08 15:42:13 PST Modified files: x11-toolkits/ruby-qt Makefile distinfo pkg-plist Log: Update to 0.14a. Revision Changes Path 1.14 +9 -4 ports/x11-toolkits/ruby-qt/Makefile 1.4 +1 -1 ports/x11-toolkits/ruby-qt/distinfo 1.4 +18 -19 ports/x11-toolkits/ruby-qt/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 Jan 8 15:46:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 839C537B400; Mon, 8 Jan 2001 15:46:31 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NkVg82640; Mon, 8 Jan 2001 15:46:31 -0800 (PST) (envelope-from knu) Message-Id: <200101082346.f08NkVg82640@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 8 Jan 2001 15:46:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-kde Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/08 15:46:31 PST Modified files: x11/ruby-kde Makefile distinfo Log: Update to 0.14a. Revision Changes Path 1.11 +2 -2 ports/x11/ruby-kde/Makefile 1.4 +1 -1 ports/x11/ruby-kde/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 15:48:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4759E37B400; Mon, 8 Jan 2001 15:47:50 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08Nlo882758; Mon, 8 Jan 2001 15:47:50 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101082347.f08Nlo882758@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 8 Jan 2001 15:47:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-SNMP_Session Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/08 15:47:50 PST Modified files: net/p5-SNMP_Session Makefile distinfo Log: Upgrade to 0.83. Submitted by: joseph@randomnetworks.com PR: ports/24158 Revision Changes Path 1.9 +5 -4 ports/net/p5-SNMP_Session/Makefile 1.4 +1 -1 ports/net/p5-SNMP_Session/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 15:50:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 982C937B400; Mon, 8 Jan 2001 15:50:22 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08NoMl83027; Mon, 8 Jan 2001 15:50:22 -0800 (PST) (envelope-from will) Message-Id: <200101082350.f08NoMl83027@freefall.freebsd.org> From: Will Andrews Date: Mon, 8 Jan 2001 15:50:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/08 15:50:22 PST Modified files: shells/zsh Makefile Log: Remove nonexistent master site. Submitted by: ben Revision Changes Path 1.47 +1 -2 ports/shells/zsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16: 5:50 2001 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 8B0F937B400; Mon, 8 Jan 2001 16:05:29 -0800 (PST) Received: from newsguy.com (p16-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.145]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id JAA15880; Tue, 9 Jan 2001 09:04:07 +0900 (JST) Message-ID: <3A5A54ED.699E30DE@newsguy.com> Date: Tue, 09 Jan 2001 09:01:49 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Soren Schmidt Cc: Dmitry Sivachenko , Soren Schmidt , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <200101081043.LAA60812@freebsd.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Soren Schmidt wrote: > > With the possible exception of sysinstall, this is initiated by the > used with some kind of action like mount etc... Could you be more specific wrt "etc"? I can live with mount closing it. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@a.crazy.bsdconspiracy.net "There is no spoon." -- Kiki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16: 6:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 402B337B402; Mon, 8 Jan 2001 16:06:26 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0906Qi86777; Mon, 8 Jan 2001 16:06:26 -0800 (PST) (envelope-from will) Message-Id: <200101090006.f0906Qi86777@freefall.freebsd.org> From: Will Andrews Date: Mon, 8 Jan 2001 16:06:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/openuniverse Makefile ports/devel/cervisia Makefile ports/devel/kdevelop Makefile ports/ftp/IglooFTP Makefile ports/games/battleball Makefile ports/games/gltron Makefile ports/games/gno3dtet Makefile ports/games/heretic Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/08 16:06:26 PST Modified files: astro/openuniverse Makefile devel/cervisia Makefile devel/kdevelop Makefile ftp/IglooFTP Makefile games/battleball Makefile games/gltron Makefile games/gno3dtet Makefile games/heretic Makefile games/krogue Makefile irc/scrollz Makefile misc/wmstock Makefile net/amcl Makefile net/kmud Makefile net/netsaint Makefile net/netsaint-plugins Makefile print/pclprint Makefile www/bkmrkconv Makefile Log: Release to the world all of my ports that I don't use, excluding KDE 1, which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me. Revision Changes Path 1.19 +2 -2 ports/astro/openuniverse/Makefile 1.10 +2 -2 ports/devel/cervisia/Makefile 1.12 +2 -2 ports/devel/kdevelop/Makefile 1.11 +2 -2 ports/ftp/IglooFTP/Makefile 1.11 +2 -2 ports/games/battleball/Makefile 1.15 +2 -2 ports/games/gltron/Makefile 1.9 +2 -2 ports/games/gno3dtet/Makefile 1.5 +2 -2 ports/games/heretic/Makefile 1.7 +2 -2 ports/games/krogue/Makefile 1.9 +2 -2 ports/irc/scrollz/Makefile 1.8 +2 -2 ports/misc/wmstock/Makefile 1.5 +2 -2 ports/net/amcl/Makefile 1.5 +2 -2 ports/net/kmud/Makefile 1.4 +2 -2 ports/net/netsaint/Makefile 1.2 +2 -2 ports/net/netsaint-plugins/Makefile 1.5 +2 -2 ports/print/pclprint/Makefile 1.6 +2 -2 ports/www/bkmrkconv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16: 9:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D48E37B400; Mon, 8 Jan 2001 16:09:19 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0909Jd87111; Mon, 8 Jan 2001 16:09:19 -0800 (PST) (envelope-from trevor) Message-Id: <200101090009.f0909Jd87111@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 16:09:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/openuniverse Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 16:09:18 PST Modified files: astro/openuniverse Makefile Log: Take over maintainership. Revision Changes Path 1.20 +2 -2 ports/astro/openuniverse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:27:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6244F37B401; Mon, 8 Jan 2001 16:26:53 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090Qre88638; Mon, 8 Jan 2001 16:26:53 -0800 (PST) (envelope-from will) Message-Id: <200101090026.f090Qre88638@freefall.freebsd.org> From: Will Andrews Date: Mon, 8 Jan 2001 16:26:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/08 16:26:53 PST Modified files: Mk bsd.sites.mk Log: Apparently a few mirrors stopped syncing their kde/Attic dirs a long time ago so they don't carry KDE 1.1.2; too bad the RINGSERVERs don't either. I will readd these in the future when KDE 1.x is gone. Revision Changes Path 1.27 +3 -8 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:40:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9633837B404; Mon, 8 Jan 2001 16:39:50 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090dof89765; Mon, 8 Jan 2001 16:39:50 -0800 (PST) (envelope-from horikawa) Message-Id: <200101090039.f090dof89765@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 8 Jan 2001 16:39:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 camcontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/01/08 16:39:50 PST Modified files: ja_JP.eucJP/man/man8 camcontrol.8 Log: Remove unmatched .Pc which preventted groff to complete. Revision Changes Path 1.20 +0 -1 doc/ja_JP.eucJP/man/man8/camcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:41: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4F7037B401; Mon, 8 Jan 2001 16:40:38 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090ecB89895; Mon, 8 Jan 2001 16:40:38 -0800 (PST) (envelope-from gibbs) Message-Id: <200101090040.f090ecB89895@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 8 Jan 2001 16:40:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx_freebsd.c aic7xxx_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/08 16:40:38 PST Modified files: sys/dev/aic7xxx aic7xxx.c aic7xxx_freebsd.c aic7xxx_inline.h Log: Index our "DMA safe" sense buffers by SCB rather than hscb. hscbs may be traded during error recovery due to the way we manage the qinfifo. This has the effect of changing the index to the sense buffer even though the request sense command references the original buffer. SCBs don't play this swapping game and so serve as a more consistent reference. Revision Changes Path 1.64 +2 -3 src/sys/dev/aic7xxx/aic7xxx.c 1.17 +2 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.10 +26 -1 src/sys/dev/aic7xxx/aic7xxx_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:44:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4FEF37B400; Mon, 8 Jan 2001 16:44:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090iXn90313; Mon, 8 Jan 2001 16:44:33 -0800 (PST) (envelope-from peter) Message-Id: <200101090044.f090iXn90313@freefall.freebsd.org> From: Peter Wemm Date: Mon, 8 Jan 2001 16:44:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/08 16:44:33 PST Modified files: sys/conf files files.i386 files.pc98 sys/dev/wi if_wi.c Log: Move if_wl.c from sys/i386/isa to dev/wi - it is not i386 (or even isa) specific. Revision Changes Path 1.468 +3 -2 src/sys/conf/files 1.343 +1 -2 src/sys/conf/files.i386 1.179 +1 -2 src/sys/conf/files.pc98 1.32 +4 -4 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:46:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF78037B402; Mon, 8 Jan 2001 16:45:47 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090jlt90385; Mon, 8 Jan 2001 16:45:47 -0800 (PST) (envelope-from trevor) Message-Id: <200101090045.f090jlt90385@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 16:45:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/glacier Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 16:45:47 PST Modified files: mail/glacier Makefile Log: Fix fennerism. http://glacier.linuxave.net/glacier-0.0.2.tar.gz: Unable to connect to glacier.linuxave.net:80: Operation timed out (Last OK result Fri Dec 22 9:17:40 2000 ) PR: 24157 Submitted by: Joseph Scott Revision Changes Path 1.8 +3 -2 ports/mail/glacier/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:47:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CDF037B401; Mon, 8 Jan 2001 16:46:56 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090kuv90518; Mon, 8 Jan 2001 16:46:56 -0800 (PST) (envelope-from gibbs) Message-Id: <200101090046.f090kuv90518@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 8 Jan 2001 16:46:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c aic7xxx_freebsd.c aic7xxx_inline.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/08 16:46:56 PST Modified files: (Branch: RELENG_4) sys/dev/aic7xxx aic7xxx.c aic7xxx_freebsd.c aic7xxx_inline.h Log: MFC: Use scb rather than hscb to reference sense buffer so error recovery actions do not perterb our index to the sense buffer. Revision Changes Path 1.41.2.13 +2 -3 src/sys/dev/aic7xxx/aic7xxx.c 1.3.2.13 +2 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.6 +26 -1 src/sys/dev/aic7xxx/aic7xxx_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:49:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3A4F37B402; Mon, 8 Jan 2001 16:49:31 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090nVk90849; Mon, 8 Jan 2001 16:49:31 -0800 (PST) (envelope-from julian) Message-Id: <200101090049.f090nVk90849@freefall.freebsd.org> From: Julian Elischer Date: Mon, 8 Jan 2001 16:49:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_rfc1490.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/08 16:49:31 PST Modified files: sys/netgraph ng_rfc1490.c Log: Missing FREE(). Revision Changes Path 1.15 +2 -1 src/sys/netgraph/ng_rfc1490.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:51: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF48637B404; Mon, 8 Jan 2001 16:50:45 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090ojS91056; Mon, 8 Jan 2001 16:50:45 -0800 (PST) (envelope-from peter) Message-Id: <200101090050.f090ojS91056@freefall.freebsd.org> From: Peter Wemm Date: Mon, 8 Jan 2001 16:50:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/usr.sbin/wicontrol wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/08 16:50:45 PST Modified files: etc/mtree BSD.include.dist include Makefile usr.sbin/wicontrol wicontrol.c Log: Move MD to MI Revision Changes Path 1.36 +3 -1 src/etc/mtree/BSD.include.dist 1.127 +4 -3 src/include/Makefile 1.16 +3 -3 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:52:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B8837B400; Mon, 8 Jan 2001 16:52:32 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090qWm91326; Mon, 8 Jan 2001 16:52:32 -0800 (PST) (envelope-from ben) Message-Id: <200101090052.f090qWm91326@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 8 Jan 2001 16:52:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/08 16:52:32 PST Modified files: etc/mtree BSD.usr.dist Log: Remove empty directories. PR: 23769, 23772, 23868 Submitted by: Rich Morin Revision Changes Path 1.209 +1 -7 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 Mon Jan 8 16:53: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 199C137B401; Mon, 8 Jan 2001 16:52:46 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090qkh91427; Mon, 8 Jan 2001 16:52:46 -0800 (PST) (envelope-from julian) Message-Id: <200101090052.f090qkh91427@freefall.freebsd.org> From: Julian Elischer Date: Mon, 8 Jan 2001 16:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_rfc1490.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/08 16:52:45 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_rfc1490.c Log: Missing FREE(); Revision Changes Path 1.6.2.3 +2 -1 src/sys/netgraph/ng_rfc1490.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:53:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E895737B6A3; Mon, 8 Jan 2001 16:53:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090r6191505; Mon, 8 Jan 2001 16:53:06 -0800 (PST) (envelope-from peter) Message-Id: <200101090053.f090r6191505@freefall.freebsd.org> From: Peter Wemm Date: Mon, 8 Jan 2001 16:53:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c if_wireg.h src/sys/i386/include if_wavelan_ieee.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/08 16:53:06 PST Removed files: sys/i386/isa if_wi.c if_wireg.h sys/i386/include if_wavelan_ieee.h Log: Send the old if_wl in the old location to the Attic after a repo copy to sys/dev/wi/* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 16:56:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2343137B401; Mon, 8 Jan 2001 16:55:57 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f090tve92046; Mon, 8 Jan 2001 16:55:57 -0800 (PST) (envelope-from julian) Message-Id: <200101090055.f090tve92046@freefall.freebsd.org> From: Julian Elischer Date: Mon, 8 Jan 2001 16:55:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_rfc1490.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/08 16:55:57 PST Modified files: (Branch: RELENG_3) sys/netgraph ng_rfc1490.c Log: Missing FREE() Revision Changes Path 1.3.2.5 +1 -0 src/sys/netgraph/ng_rfc1490.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17: 3:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB08437B400; Mon, 8 Jan 2001 17:03:05 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09135992641; Mon, 8 Jan 2001 17:03:05 -0800 (PST) (envelope-from trevor) Message-Id: <200101090103.f09135992641@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 17:03:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imanager Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 17:03:05 PST Modified files: graphics/imanager Makefile Log: Fix fennerism. Add MAINTAINER. http://www.digidezign.com/~imanager/imanager-2.0.final.imlib.tar.gz: 404 Not Found (Last OK result Mon Aug 28 15:27:03 2000 ) PR: 24156 Submitted by: Joseph Scott Revision Changes Path 1.4 +4 -2 ports/graphics/imanager/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17: 4:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B66BA37B400; Mon, 8 Jan 2001 17:04:02 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09142o92744; Mon, 8 Jan 2001 17:04:02 -0800 (PST) (envelope-from scottl) Message-Id: <200101090104.f09142o92744@freefall.freebsd.org> From: Scott Long Date: Mon, 8 Jan 2001 17:04:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/aac aac.c aac_compat.h aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h src/sys/i386/conf LINT src/sys/modules/aac Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/01/08 17:04:01 PST Modified files: (Branch: RELENG_4) sys/conf files Log: Wire in the files for the aac driver Revision Changes Path 1.340.2.43 +5 -1 src/sys/conf/files Added files: (Branch: RELENG_4) sys/dev/aac aac.c aac_compat.h aac_debug.c aac_disk.c aac_ioctl.h aac_pci.c aac_tables.h aacreg.h aacvar.h Log: MFC the AAC driver. Since msmith's latest round of bugfixes, it seens to be working very well. Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: Add the AAC driver to LINT Revision Changes Path 1.749.2.41 +11 -1 src/sys/i386/conf/Attic/LINT Added files: (Branch: RELENG_4) sys/modules/aac Makefile Log: MFC the AAC module makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:16:13 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id DB97A37B400; Mon, 8 Jan 2001 17:15:55 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 591CA5751E; Mon, 8 Jan 2001 19:16:51 -0600 (CST) Date: Mon, 8 Jan 2001 19:16:51 -0600 From: "Michael C . Wu" To: Clive Lin Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/chinese Makefile ports/chinese/bitchx Makefile pkg-comment ports/chinese/bitchx/files patch-include::config.h patch-source::input.c patch-source::screen.c Message-ID: <20010108191651.A89695@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200101081827.f08IRIt42567@freefall.freebsd.org> <20010109032736.A97843@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010109032736.A97843@cartier.cirx.org>; from clive@FreeBSD.org on Tue, Jan 09, 2001 at 03:27:36AM +0800 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 03:27:36AM +0800, Clive Lin scribbled: | On Mon, Jan 08, 2001 at 10:27:18AM -0800, Clive Lin wrote: | > clive 2001/01/08 10:27:18 PST | > | > Modified files: | > chinese Makefile | > Added files: | > chinese/bitchx Makefile pkg-comment | > chinese/bitchx/files patch-include::config.h | > patch-source::input.c | > patch-source::screen.c | > Log: | > A zh-tw cursor movement friendly, wrapping clean BitchX. | Ok, I know a multibyte support for a single language is stupid. | | This needs more coding and becomes a generic mb support like what | our /bin/tcsh did, and finally be merged back to BX. This port doesn't pass `make patch`...Chunk failed... -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:36:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6571C37B400; Mon, 8 Jan 2001 17:36:12 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091aCN97020; Mon, 8 Jan 2001 17:36:12 -0800 (PST) (envelope-from trevor) Message-Id: <200101090136.f091aCN97020@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 8 Jan 2001 17:36:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/08 17:36:12 PST Modified files: net/zephyr Makefile Log: Update master site. PR: 24159 Submitted by: Joseph Scott Revision Changes Path 1.11 +2 -2 ports/net/zephyr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:45:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76D2237B400; Mon, 8 Jan 2001 17:45:35 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091jZC97882; Mon, 8 Jan 2001 17:45:35 -0800 (PST) (envelope-from taoka) Message-Id: <200101090145.f091jZC97882@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/pips800 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:45:34 PST Modified files: japanese/pips800 Makefile Log: Fixed for pips of version 1.3 Revision Changes Path 1.3 +5 -1 ports/japanese/pips800/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4473737B402; Mon, 8 Jan 2001 17:49:30 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091nUR98207; Mon, 8 Jan 2001 17:49:30 -0800 (PST) (envelope-from taoka) Message-Id: <200101090149.f091nUR98207@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pips800 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:49:30 PST Modified files: print/pips800 Makefile Log: pips800 is a master port for pips-sc680_777, pips780 and pips880 which are going to be imported by me. Then for these new ports I must modify pips800. Revision Changes Path 1.8 +24 -5 ports/print/pips800/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:54: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4B1E37B404; Mon, 8 Jan 2001 17:53:42 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091rgn98703; Mon, 8 Jan 2001 17:53:42 -0800 (PST) (envelope-from taoka) Message-Id: <200101090153.f091rgn98703@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:53:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pips-sc680_777 Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:53:42 PST Modified files: print Makefile Added files: print/pips-sc680_777 Makefile distinfo pkg-comment pkg-descr Log: Photo Image Print System for Linux --- EPSON Stylus Color777/Color680 whose are international products. Revision Changes Path 1.131 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:54:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DB537B699; Mon, 8 Jan 2001 17:53:49 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091rnK98742; Mon, 8 Jan 2001 17:53:49 -0800 (PST) (envelope-from taoka) Message-Id: <200101090153.f091rnK98742@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:53:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:53:49 PST Modified files: . modules Log: pips-sc680_777 --> ports/print/pips-sc680_777 Revision Changes Path 1.2288 +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 Jan 8 17:55:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C5437B404; Mon, 8 Jan 2001 17:55:03 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091t3Z98868; Mon, 8 Jan 2001 17:55:03 -0800 (PST) (envelope-from taoka) Message-Id: <200101090155.f091t3Z98868@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:55:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pips780 Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:55:03 PST Modified files: print Makefile Added files: print/pips780 Makefile distinfo pkg-comment pkg-descr Log: Photo Image Print System for Linux --- EPSON PM-780C Revision Changes Path 1.132 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:55:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4301237B699; Mon, 8 Jan 2001 17:55:11 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091tBv98906; Mon, 8 Jan 2001 17:55:11 -0800 (PST) (envelope-from taoka) Message-Id: <200101090155.f091tBv98906@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:55:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:55:11 PST Modified files: . modules Log: pips780 --> ports/print/pips780 Revision Changes Path 1.2289 +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 Jan 8 17:57: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CF7C37B699; Mon, 8 Jan 2001 17:56:42 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091ug699104; Mon, 8 Jan 2001 17:56:42 -0800 (PST) (envelope-from taoka) Message-Id: <200101090156.f091ug699104@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:56:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:56:42 PST Modified files: . modules Log: pips880 --> ports/print/pips880 Revision Changes Path 1.2290 +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 Jan 8 17:56:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9961C37B404; Mon, 8 Jan 2001 17:56:33 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091uXX99055; Mon, 8 Jan 2001 17:56:33 -0800 (PST) (envelope-from taoka) Message-Id: <200101090156.f091uXX99055@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:56:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pips880 Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:56:33 PST Modified files: print Makefile Added files: print/pips880 Makefile distinfo pkg-comment pkg-descr Log: Photo Image Print System for Linux --- EPSON PM-880C Revision Changes Path 1.133 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:59:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B65B37B699; Mon, 8 Jan 2001 17:59:17 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091xHV99305; Mon, 8 Jan 2001 17:59:17 -0800 (PST) (envelope-from taoka) Message-Id: <200101090159.f091xHV99305@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:59:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/pips780 Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:59:17 PST Modified files: japanese Makefile Added files: japanese/pips780 Makefile pkg-comment pkg-descr Log: Photo Image Print System for Linux -- EPSON PM-780C (with Japanese messages) Revision Changes Path 1.338 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 17:59:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9418C37B69B; Mon, 8 Jan 2001 17:59:26 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f091xQY99359; Mon, 8 Jan 2001 17:59:26 -0800 (PST) (envelope-from taoka) Message-Id: <200101090159.f091xQY99359@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 17:59:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 17:59:26 PST Modified files: . modules Log: ja-pips780 --> ports/japanese/pips780 Revision Changes Path 1.2291 +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 Jan 8 18: 0:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 676C837B699; Mon, 8 Jan 2001 18:00:24 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0920OU99545; Mon, 8 Jan 2001 18:00:24 -0800 (PST) (envelope-from taoka) Message-Id: <200101090200.f0920OU99545@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 18:00:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/pips880 Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 18:00:24 PST Modified files: japanese Makefile Added files: japanese/pips880 Makefile pkg-comment pkg-descr Log: Photo Image Print System for Linux -- EPSON PM-880C (with Japanese messages) Revision Changes Path 1.339 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18: 0:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F127137B69B; Mon, 8 Jan 2001 18:00:31 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0920Vb99590; Mon, 8 Jan 2001 18:00:31 -0800 (PST) (envelope-from taoka) Message-Id: <200101090200.f0920Vb99590@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 8 Jan 2001 18:00:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/08 18:00:31 PST Modified files: . modules Log: ja-pips880 --> ports/japanese/pips880 Revision Changes Path 1.2292 +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 Jan 8 18:13: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F96B37B699; Mon, 8 Jan 2001 18:12:44 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092Cii02729; Mon, 8 Jan 2001 18:12:44 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090212.f092Cii02729@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:12:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:12:43 PST Modified files: sys/pci isp_pci.c Log: add missing length argument Revision Changes Path 1.59 +2 -2 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18:46:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C63C37B401; Mon, 8 Jan 2001 18:46:24 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092kOe05067; Mon, 8 Jan 2001 18:46:24 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090246.f092kOe05067@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:46:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:46:23 PST Modified files: sys/dev/isp isp.c Log: Add a isp_register_fc4_type function so that we work with McData switches that require us to register our FC4 types of interest. Allow ourselves, in F-port topologies, to start logging in fabric devices in the target 0..125 range. Change ISPASYNC_PDB_CHANGED (misnamed) to ISPASYNC_LOGGED_INOUT. Fix (*SMACK*) again some default WWN stuff. This is *really* hard to get right across all the range of platforms. Revision Changes Path 1.57 +108 -39 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18:47:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 762CC37B402; Mon, 8 Jan 2001 18:47:15 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092lFs05145; Mon, 8 Jan 2001 18:47:15 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090247.f092lFs05145@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:47:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:47:15 PST Modified files: sys/dev/isp isp_freebsd.c Log: Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also, ISPASYNC_NOTIFY_CHANGE now is for both local loop && fabric changes. Revision Changes Path 1.53 +9 -3 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18:48:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73F4D37B400; Mon, 8 Jan 2001 18:47:57 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092lv505203; Mon, 8 Jan 2001 18:47:57 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090247.f092lv505203@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:47:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:47:57 PST Modified files: sys/dev/isp isp_freebsd.h Log: Up tsleep && poll time for mailbox commands from 2 to 10 seconds. Print out the mailbox command opcode if the command times out. Revision Changes Path 1.43 +10 -6 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18:49: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B86A37B401; Mon, 8 Jan 2001 18:48:44 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092mid05294; Mon, 8 Jan 2001 18:48:44 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090248.f092mid05294@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:48:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:48:44 PST Modified files: sys/dev/isp ispmbox.h Log: Add some SNS "Register FC4 type" subcommand defines. Add some defines that are pertinetnt for state flags on Qlogic 2X00 status completion entries. Revision Changes Path 1.26 +14 -2 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 18:49:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20BE737B69C; Mon, 8 Jan 2001 18:49:05 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f092n4r05336; Mon, 8 Jan 2001 18:49:04 -0800 (PST) (envelope-from mjacob) Message-Id: <200101090249.f092n4r05336@freefall.freebsd.org> From: Matt Jacob Date: Mon, 8 Jan 2001 18:49:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/08 18:49:03 PST Modified files: sys/dev/isp ispvar.h Log: ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT. Revision Changes Path 1.37 +4 -5 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 19:10:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 271E637B402; Mon, 8 Jan 2001 19:10:31 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f093AVW09100; Mon, 8 Jan 2001 19:10:31 -0800 (PST) (envelope-from rwatson) Message-Id: <200101090310.f093AVW09100@freefall.freebsd.org> From: Robert Watson Date: Mon, 8 Jan 2001 19:10:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/netinet ip_fw.c ip_fw.h tcp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/08 19:10:30 PST Modified files: sbin/ipfw ipfw.c sys/netinet ip_fw.c ip_fw.h tcp.h Log: o IPFW incorrectly handled filtering in the presence of previously reserved and now allocated TCP flags in incoming packets. This patch stops overloading those bits in the IP firewall rules, and moves colliding flags to a seperate field, ipflg. The IPFW userland management tool, ipfw(8), is updated to reflect this change. New TCP flags related to ECN are now included in tcp.h for reference, although we don't currently implement TCP+ECN. o To use this fix without completely rebuilding, it is sufficient to copy ip_fw.h and tcp.h into your appropriate include directory, then rebuild the ipfw kernel module, and ipfw tool, and install both. Note that a mismatch between module and userland tool will result in incorrect installation of firewall rules that may have unexpected effects. This is an MFC candidate, following shakedown. This bug does not appear to affect ipfilter. Reviewed by: security-officer, billf Reported by: Aragon Gouveia Revision Changes Path 1.98 +3 -4 src/sbin/ipfw/ipfw.c 1.151 +14 -6 src/sys/netinet/ip_fw.c 1.54 +3 -3 src/sys/netinet/ip_fw.h 1.15 +4 -2 src/sys/netinet/tcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 19:52:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B5A37B400; Mon, 8 Jan 2001 19:52:01 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f093q1t12562; Mon, 8 Jan 2001 19:52:01 -0800 (PST) (envelope-from clive) Message-Id: <200101090352.f093q1t12562@freefall.freebsd.org> From: Clive Lin Date: Mon, 8 Jan 2001 19:52:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/bitchx/files patch-include::config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/08 19:52:01 PST Modified files: chinese/bitchx/files patch-include::config.h Log: Wrong file in previous commit. Bugged by: keichii@iteration.net Revision Changes Path 1.2 +33 -31 ports/chinese/bitchx/files/patch-include::config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:23:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8200337B401; Mon, 8 Jan 2001 20:23:06 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094N6717623; Mon, 8 Jan 2001 20:23:06 -0800 (PST) (envelope-from wollman) Message-Id: <200101090423.f094N6717623@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:23:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/awi awi_wicfg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:23:06 PST Modified files: sys/dev/awi awi_wicfg.c Log: Note new location of if_wavelan_ieee.h. Revision Changes Path 1.4 +2 -2 src/sys/dev/awi/awi_wicfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:24:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 377AF37B402; Mon, 8 Jan 2001 20:23:57 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094Nvd17769; Mon, 8 Jan 2001 20:23:57 -0800 (PST) (envelope-from wollman) Message-Id: <200101090423.f094Nvd17769@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:23:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:23:57 PST Modified files: sys/dev/lnc if_lnc.c Log: Make it clear that the macro `inb' is being overridden. Revision Changes Path 1.86 +2 -1 src/sys/dev/lnc/if_lnc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:25: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF86537B401; Mon, 8 Jan 2001 20:24:43 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094Oh517894; Mon, 8 Jan 2001 20:24:43 -0800 (PST) (envelope-from wollman) Message-Id: <200101090424.f094Oh517894@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:24:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/union union_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:24:43 PST Modified files: sys/miscfs/union union_vnops.c Log: Don't compile a dead variable declaration. Revision Changes Path 1.78 +3 -1 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 Jan 8 20:27:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F6A37B404; Mon, 8 Jan 2001 20:27:09 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094R9a18139; Mon, 8 Jan 2001 20:27:09 -0800 (PST) (envelope-from wollman) Message-Id: <200101090427.f094R9a18139@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:27:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:27:09 PST Modified files: sys/compat/svr4 svr4_misc.c Log: With some trepidation, add a `#error' directive to this module. It was broken and not fixed by whoever changed the interface of chgproccnt(); in the state it is in it could not possibly work (dereferencing an integer). Revision Changes Path 1.19 +2 -1 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:29:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FD6A37B401; Mon, 8 Jan 2001 20:29:30 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094TU418401; Mon, 8 Jan 2001 20:29:30 -0800 (PST) (envelope-from wollman) Message-Id: <200101090429.f094TU418401@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:29:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:29:30 PST Modified files: sys/modules/wi Makefile Log: Note new location of wi driver source code. Revision Changes Path 1.7 +2 -2 src/sys/modules/wi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:34:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA7F937B401; Mon, 8 Jan 2001 20:33:49 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094Xn919112; Mon, 8 Jan 2001 20:33:49 -0800 (PST) (envelope-from wollman) Message-Id: <200101090433.f094Xn919112@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 8 Jan 2001 20:33:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c src/sys/coda coda_namecache.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c src/sys/dev/bktr bktr_os.c src/sys/dev/ed if_ed_pccard.c src/sys/dev/ncv ncr53c500_pccard.c src/sys/dev/nsp ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/08 20:33:49 PST Modified files: sys/cam/scsi scsi_target.c Log: select() DKI is defined in now. Revision Changes Path 1.36 +2 -2 src/sys/cam/scsi/scsi_target.c Modified files: sys/coda coda_namecache.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c Log: Delete unused #include . Revision Changes Path 1.11 +1 -2 src/sys/coda/coda_namecache.c 1.13 +1 -2 src/sys/coda/coda_subr.c 1.11 +1 -2 src/sys/coda/coda_venus.c 1.28 +1 -3 src/sys/coda/coda_vfsops.c 1.28 +1 -2 src/sys/coda/coda_vnops.c Modified files: sys/dev/bktr bktr_os.c sys/dev/ed if_ed_pccard.c sys/dev/ncv ncr53c500_pccard.c sys/dev/nsp nsp_pccard.c sys/dev/random harvest.c randomdev.c yarrow.c sys/dev/stg tmc18c30_isa.c tmc18c30_pccard.c sys/dev/usb udbp.c ugen.c uhid.c ukbd.c umodem.c ums.c urio.c usb.c uscanner.c sys/dev/xe if_xe.c sys/i386/apm apm.c sys/isa psm.c sys/kern kern_event.c sys_generic.c sys_pipe.c sys/modules/syscons/apm apm_saver.c sys/net bpfdesc.h sys/pccard pccard.c pccard_nbk.c pcic.c slot.h sys/sys pipe.h socketvar.h tty.h vnode.h Log: select() DKI is now in . Revision Changes Path 1.21 +5 -1 src/sys/dev/bktr/bktr_os.c 1.27 +1 -2 src/sys/dev/ed/if_ed_pccard.c 1.3 +3 -1 src/sys/dev/ncv/ncr53c500_pccard.c 1.3 +3 -1 src/sys/dev/nsp/nsp_pccard.c 1.10 +2 -2 src/sys/dev/random/harvest.c 1.21 +2 -2 src/sys/dev/random/randomdev.c 1.27 +2 -2 src/sys/dev/random/yarrow.c 1.3 +1 -2 src/sys/dev/stg/tmc18c30_isa.c 1.3 +3 -1 src/sys/dev/stg/tmc18c30_pccard.c 1.13 +5 -1 src/sys/dev/usb/udbp.c 1.47 +5 -1 src/sys/dev/usb/ugen.c 1.33 +5 -1 src/sys/dev/usb/uhid.c 1.30 +5 -1 src/sys/dev/usb/ukbd.c 1.26 +5 -1 src/sys/dev/usb/umodem.c 1.42 +5 -1 src/sys/dev/usb/ums.c 1.7 +5 -1 src/sys/dev/usb/urio.c 1.35 +5 -1 src/sys/dev/usb/usb.c 1.11 +5 -1 src/sys/dev/usb/uscanner.c 1.24 +1 -2 src/sys/dev/xe/if_xe.c 1.120 +2 -2 src/sys/i386/apm/apm.c 1.35 +2 -2 src/sys/isa/psm.c 1.19 +2 -2 src/sys/kern/kern_event.c 1.69 +2 -1 src/sys/kern/sys_generic.c 1.69 +2 -2 src/sys/kern/sys_pipe.c 1.3 +2 -2 src/sys/modules/syscons/apm/apm_saver.c 1.16 +2 -2 src/sys/net/bpfdesc.h 1.116 +1 -2 src/sys/pccard/pccard.c 1.25 +1 -2 src/sys/pccard/pccard_nbk.c 1.102 +1 -3 src/sys/pccard/pcic.c 1.26 +3 -1 src/sys/pccard/slot.h 1.17 +2 -2 src/sys/sys/pipe.h 1.55 +2 -2 src/sys/sys/socketvar.h 1.57 +2 -2 src/sys/sys/tty.h 1.135 +2 -2 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:39:13 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id E063C37B402; Mon, 8 Jan 2001 20:38:51 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id XAA18208; Mon, 8 Jan 2001 23:38:50 -0500 (EST) (envelope-from wollman) Date: Mon, 8 Jan 2001 23:38:50 -0500 (EST) From: Garrett Wollman Message-Id: <200101090438.XAA18208@khavrinen.lcs.mit.edu> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c src/sys/coda coda_namecache.c coda_subr.c coda_venus.c coda_vfsops.c coda_vnops.c src/sys/dev/bktr bktr_os.c src/sys/dev/ed if_ed_pccard.c src/sys/dev/ncv ncr53c500_pccard.c src/sys/dev/nsp ... In-Reply-To: <200101090433.f094Xn919112@freefall.freebsd.org> References: <200101090433.f094Xn919112@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < select() DKI is defined in now. Note that I have not yet actually removed the recursive include from since I do not have complete coverage in my testing yet. A quick grep reveals the following other uses: ./sys/i386/isa/asc.c:#include ./sys/i386/isa/mse.c:#include ./sys/i386/isa/tw.c:#include ./sys/i4b/layer4/i4b_i4bdrv.c:#include ./sys/pc98/pc98/mse.c:#include -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:55:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A168D37B400; Mon, 8 Jan 2001 20:55:37 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094tb821171; Mon, 8 Jan 2001 20:55:37 -0800 (PST) (envelope-from green) Message-Id: <200101090455.f094tb821171@freefall.freebsd.org> From: Brian Feldman Date: Mon, 8 Jan 2001 20:55:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/08 20:55:37 PST Modified files: sys/compat/svr4 svr4_misc.c Log: Take 10 seconds to actually fix the chgproccnt rather than just make it explicitly error. If the module is horribly broken, it should be temporarily removed from src/sys/modules. Revision Changes Path 1.20 +2 -3 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 20:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 663C837B400; Mon, 8 Jan 2001 20:56:53 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f094urd21260; Mon, 8 Jan 2001 20:56:53 -0800 (PST) (envelope-from green) Message-Id: <200101090456.f094urd21260@freefall.freebsd.org> From: Brian Feldman Date: Mon, 8 Jan 2001 20:56:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/08 20:56:53 PST Modified files: sys/modules Makefile Log: Evidently, svr4 is broken at the moment. Disconnect the build to prevent Bad Things from unsuspecting module loaders. Revision Changes Path 1.165 +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 Mon Jan 8 21: 3:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F4C337B400; Mon, 8 Jan 2001 21:03:09 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09538U21667; Mon, 8 Jan 2001 21:03:08 -0800 (PST) (envelope-from green) Message-Id: <200101090503.f09538U21667@freefall.freebsd.org> From: Brian Feldman Date: Mon, 8 Jan 2001 21:03:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/08 21:03:08 PST Modified files: sys/conf files.i386 Log: Add a large _warning_ about using COMPAT_SVR4. Revision Changes Path 1.344 +3 -2 src/sys/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 Mon Jan 8 21: 8: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 80FC337B400; Mon, 8 Jan 2001 21:07:44 -0800 (PST) Received: from localhost (pbhjyo@localhost [127.0.0.1]) by green.dyndns.org (8.11.1/8.11.1) with ESMTP id f0957dU55379; Tue, 9 Jan 2001 00:07:41 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200101090507.f0957dU55379@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/svr4 svr4_misc.c In-Reply-To: Message from Garrett Wollman of "Mon, 08 Jan 2001 20:27:09 PST." <200101090427.f094R9a18139@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jan 2001 00:07:39 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > wollman 2001/01/08 20:27:09 PST > > Modified files: > sys/compat/svr4 svr4_misc.c > Log: > With some trepidation, add a `#error' directive to this module. It was > broken and not fixed by whoever changed the interface of chgproccnt(); > in the state it is in it could not possibly work (dereferencing an integer). This would break release and all modules builds on i386. Instead, disabling the module and making COMPAT_SVR4 is a better idea, which I have done. SVR4 is broken in other ways and needs tending to, which I may do myself if I have enough time, but otherwise we shouldn't prevent an enterprising person from using COMPAT_SVR4 and fixing bugs, testing it, then submitting the fixes. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:15: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id C2B8C37B400; Mon, 8 Jan 2001 21:14:39 -0800 (PST) Received: from imap.gv.tsc.tdk.com (imap.gv.tsc.tdk.com [192.168.241.198]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id VAA19998; Mon, 8 Jan 2001 21:14:37 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by imap.gv.tsc.tdk.com (8.9.3/8.9.3) with ESMTP id VAA12868; Mon, 8 Jan 2001 21:14:37 -0800 (PST) (envelope-from Don.Lewis@tsc.tdk.com) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id VAA15470; Mon, 8 Jan 2001 21:14:36 -0800 (PST) From: Don Lewis Message-Id: <200101090514.VAA15470@salsa.gv.tsc.tdk.com> Date: Mon, 8 Jan 2001 21:14:36 -0800 In-Reply-To: <200101090427.f094R9a18139@freefall.freebsd.org> References: <200101090427.f094R9a18139@freefall.freebsd.org> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/svr4 svr4_misc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Jan 8, 8:27pm, Garrett Wollman wrote: } Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c } wollman 2001/01/08 20:27:09 PST } } Modified files: } sys/compat/svr4 svr4_misc.c } Log: } With some trepidation, add a `#error' directive to this module. It was } broken and not fixed by whoever changed the interface of chgproccnt(); } in the state it is in it could not possibly work (dereferencing an integer). I think I noticed this back in November or December. The fix is to change the first argument to be q->p_cred->p_uidinfo. I didn't commit the fix since I didn't have anyway of testing it beyond seeing that it compiled, and I wasn't able to find any volunteers to test it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:40:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F273B37B402; Mon, 8 Jan 2001 21:40:10 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f095eAD26625; Mon, 8 Jan 2001 21:40:10 -0800 (PST) (envelope-from rwatson) Message-Id: <200101090540.f095eAD26625@freefall.freebsd.org> From: Robert Watson Date: Mon, 8 Jan 2001 21:40:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_get_fd.c cap_get_file.c cap_get_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/08 21:40:10 PST Modified files: lib/libposix1e cap_get_fd.c cap_get_file.c cap_get_proc.c Log: o Add missing initialization of errno from error returns of cap_get_fd(), cap_get_file() and cap_get_proc(). Submitted by: jedgar Revision Changes Path 1.2 +2 -1 src/lib/libposix1e/cap_get_fd.c 1.2 +2 -1 src/lib/libposix1e/cap_get_file.c 1.3 +2 -1 src/lib/libposix1e/cap_get_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:41:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 193D037B404; Mon, 8 Jan 2001 21:40:55 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f095etY26674; Mon, 8 Jan 2001 21:40:55 -0800 (PST) (envelope-from rwatson) Message-Id: <200101090540.f095etY26674@freefall.freebsd.org> From: Robert Watson Date: Mon, 8 Jan 2001 21:40:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_get_fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/08 21:40:55 PST Modified files: lib/libposix1e cap_get_fd.c Log: o Correct spelling error from patch in previous commit. Revision Changes Path 1.3 +2 -2 src/lib/libposix1e/cap_get_fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:42:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A13A437B400; Mon, 8 Jan 2001 21:42:31 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f095gVp26790; Mon, 8 Jan 2001 21:42:31 -0800 (PST) (envelope-from rwatson) Message-Id: <200101090542.f095gVp26790@freefall.freebsd.org> From: Robert Watson Date: Mon, 8 Jan 2001 21:42:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/08 21:42:31 PST Modified files: lib/libposix1e acl_init.c Log: o bzero() the ACL structure only if malloc() returns non-NULL. Submitted by: jedgar Revision Changes Path 1.4 +3 -2 src/lib/libposix1e/acl_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:45:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C47EA37B400; Mon, 8 Jan 2001 21:45:03 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f095j3o26991; Mon, 8 Jan 2001 21:45:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200101090545.f095j3o26991@freefall.freebsd.org> From: Robert Watson Date: Mon, 8 Jan 2001 21:45:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_from_text.c acl_to_text.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/08 21:45:03 PST Modified files: lib/libposix1e acl_from_text.c acl_to_text.c Log: o acl_from_text.c: - errno is already set to ENOMEM (as appropriate) when asprintf(), strdup(), or acl_init() fails o acl_to_text.c: - the return value of the initial strdup() is not checked - errno is already set to ENOMEM (as appropriate) when asprintf and acl_init() fails - let the the default: case use 'goto error_label' for consistency Submitted by: jedgar Revision Changes Path 1.3 +2 -5 src/lib/libposix1e/acl_from_text.c 1.3 +10 -21 src/lib/libposix1e/acl_to_text.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 21:57:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA85237B400; Mon, 8 Jan 2001 21:57:08 -0800 (PST) Received: (from itojun@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f095v8P28225; Mon, 8 Jan 2001 21:57:08 -0800 (PST) (envelope-from itojun) Message-Id: <200101090557.f095v8P28225@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Mon, 8 Jan 2001 21:57:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/nvi-big5 Makefile ports/chinese/nvi-euc-cn Makefile ports/chinese/nvi-euc-tw Makefile ports/comms/snooper Makefile ports/editors/nvi-m17n Makefile ports/editors/nvi-perl Makefile ports/graphics/camediaplay Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2001/01/08 21:57:08 PST Modified files: chinese/nvi-big5 Makefile chinese/nvi-euc-cn Makefile chinese/nvi-euc-tw Makefile comms/snooper Makefile editors/nvi-m17n Makefile editors/nvi-perl Makefile graphics/camediaplay Makefile graphics/dc3play Makefile graphics/qvplay Makefile japanese/nvi-euc-jp Makefile japanese/nvi-iso-2022-jp Makefile japanese/nvi-sjis Makefile japanese/zipcodes Makefile korean/nvi-euc-kr Makefile korean/nvi-iso-2022-kr Makefile mail/rblcheck Makefile mail/smtpfeed Makefile misc/crosspad Makefile net/choparp Makefile net/mrt Makefile news/newsfetch Makefile sysutils/mei Makefile Log: drop myself from MAINTAINER. too many KAME platforms to support, to little time... Revision Changes Path 1.20 +2 -2 ports/chinese/nvi-big5/Makefile 1.21 +2 -2 ports/chinese/nvi-euc-cn/Makefile 1.19 +2 -2 ports/chinese/nvi-euc-tw/Makefile 1.9 +2 -2 ports/comms/snooper/Makefile 1.18 +2 -2 ports/editors/nvi-m17n/Makefile 1.15 +2 -2 ports/editors/nvi-perl/Makefile 1.15 +2 -2 ports/graphics/camediaplay/Makefile 1.9 +2 -2 ports/graphics/dc3play/Makefile 1.7 +2 -2 ports/graphics/qvplay/Makefile 1.21 +2 -2 ports/japanese/nvi-euc-jp/Makefile 1.21 +2 -2 ports/japanese/nvi-iso-2022-jp/Makefile 1.21 +2 -2 ports/japanese/nvi-sjis/Makefile 1.13 +2 -2 ports/japanese/zipcodes/Makefile 1.19 +2 -2 ports/korean/nvi-euc-kr/Makefile 1.19 +2 -2 ports/korean/nvi-iso-2022-kr/Makefile 1.10 +2 -2 ports/mail/rblcheck/Makefile 1.33 +2 -2 ports/mail/smtpfeed/Makefile 1.6 +2 -2 ports/misc/crosspad/Makefile 1.5 +2 -2 ports/net/choparp/Makefile 1.7 +2 -2 ports/net/mrt/Makefile 1.9 +2 -2 ports/news/newsfetch/Makefile 1.13 +2 -2 ports/sysutils/mei/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 22:14:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E33637B400; Mon, 8 Jan 2001 22:14:09 -0800 (PST) Received: (from dima@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096E9634761; Mon, 8 Jan 2001 22:14:09 -0800 (PST) (envelope-from dima) Message-Id: <200101090614.f096E9634761@freefall.freebsd.org> From: Dima Ruban Date: Mon, 8 Jan 2001 22:14:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilot-link Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dima 2001/01/08 22:14:08 PST Modified files: palm/pilot-link Makefile Log: Fix install path. Submitted by: Oscar Bonilla Revision Changes Path 1.41 +2 -2 ports/palm/pilot-link/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 22:29:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBBB937B401; Mon, 8 Jan 2001 22:29:28 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096TSW37735; Mon, 8 Jan 2001 22:29:28 -0800 (PST) (envelope-from kevlo) Message-Id: <200101090629.f096TSW37735@freefall.freebsd.org> From: Kevin Lo Date: Mon, 8 Jan 2001 22:29:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Data-Flow pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/08 22:29:28 PST Modified files: devel/p5-Data-Flow pkg-plist Log: Fix pkg-plist Revision Changes Path 1.6 +0 -3 ports/devel/p5-Data-Flow/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 Jan 8 22:32:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 484A437B400; Mon, 8 Jan 2001 22:31:56 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096Vul37921; Mon, 8 Jan 2001 22:31:56 -0800 (PST) (envelope-from kevlo) Message-Id: <200101090631.f096Vul37921@freefall.freebsd.org> From: Kevin Lo Date: Mon, 8 Jan 2001 22:31:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-C-Scan Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/08 22:31:56 PST Modified files: devel/p5-C-Scan Makefile distinfo Log: Upgrade to 0.74 Revision Changes Path 1.18 +3 -3 ports/devel/p5-C-Scan/Makefile 1.4 +1 -1 ports/devel/p5-C-Scan/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 22:46:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BAB537B402; Mon, 8 Jan 2001 22:46:04 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096k4e39234; Mon, 8 Jan 2001 22:46:04 -0800 (PST) (envelope-from ume) Message-Id: <200101090646.f096k4e39234@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 8 Jan 2001 22:46:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/08 22:46:03 PST Modified files: japanese/postgresql7 Makefile Log: Correct dependency to `patch' when WITH_JDBC is defined. Reported by: Ryo Takahashi Approved by: saito@a2z.co.jp (maintainer) Revision Changes Path 1.21 +2 -2 ports/japanese/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 22:52: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0AF437B400; Mon, 8 Jan 2001 22:51:40 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096pe739678; Mon, 8 Jan 2001 22:51:40 -0800 (PST) (envelope-from phk) Message-Id: <200101090651.f096pe739678@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 8 Jan 2001 22:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syslog.h src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/08 22:51:40 PST Modified files: (Branch: RELENG_4) sys/sys syslog.h usr.sbin/syslogd syslogd.c Log: MFC: Add LOG_CONSOLE and make sure it doesn't end up on /dev/console. Revision Changes Path 1.19.2.1 +3 -1 src/sys/sys/syslog.h 1.59.2.4 +3 -1 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 22:52:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 448F937B401; Mon, 8 Jan 2001 22:52:26 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f096qQ839843; Mon, 8 Jan 2001 22:52:26 -0800 (PST) (envelope-from phk) Message-Id: <200101090652.f096qQ839843@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 8 Jan 2001 22:52:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c ng_message.h src/usr.sbin/ngctl config.c Makefile main.c ngctl.8 ngctl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/08 22:52:26 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_base.c ng_message.h usr.sbin/ngctl Makefile main.c ngctl.8 ngctl.h Added files: (Branch: RELENG_4) usr.sbin/ngctl config.c Log: MFC: add the NGM_TEXT_CONFIG primitive. Revision Changes Path 1.11.2.8 +9 -1 src/sys/netgraph/ng_base.c 1.4.2.4 +2 -1 src/sys/netgraph/ng_message.h 1.4.2.1 +2 -2 src/usr.sbin/ngctl/Makefile 1.4.2.3 +2 -1 src/usr.sbin/ngctl/main.c 1.5.2.3 +2 -2 src/usr.sbin/ngctl/ngctl.8 1.6.2.2 +2 -1 src/usr.sbin/ngctl/ngctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 23:37:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9697237B400; Mon, 8 Jan 2001 23:37:37 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f097bbo45708; Mon, 8 Jan 2001 23:37:37 -0800 (PST) (envelope-from kris) Message-Id: <200101090737.f097bbo45708@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 8 Jan 2001 23:37:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/bb Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/bb/files Makefile bb.sh patch-aa patch-ac patch-ad patch-ae patch-af patch-ag ports/net/bb/scripts configure post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/08 23:37:37 PST Modified files: net Makefile Removed files: net/bb Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/bb/files Makefile bb.sh patch-aa patch-ac patch-ad patch-ae patch-af patch-ag net/bb/scripts configure post-install Log: No-one apparently cares enough to update this port from the old, insecure version. Goodbye! :) Revision Changes Path 1.449 +1 -2 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 8 23:50:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8489537B400; Mon, 8 Jan 2001 23:49:50 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f097noV46784; Mon, 8 Jan 2001 23:49:50 -0800 (PST) (envelope-from roam) Message-Id: <200101090749.f097noV46784@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 8 Jan 2001 23:49:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/djbdns Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/08 23:49:50 PST Modified files: net/djbdns Makefile distinfo pkg-plist Log: Update to 1.03. PR: 24144 (almost) Submitted by: Dan Peterson Approved by: nbm (maintainer) Revision Changes Path 1.5 +2 -2 ports/net/djbdns/Makefile 1.3 +1 -1 ports/net/djbdns/distinfo 1.3 +1 -0 ports/net/djbdns/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 0:17:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D20D637B404; Tue, 9 Jan 2001 00:17:00 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f098H0a51426; Tue, 9 Jan 2001 00:17:00 -0800 (PST) (envelope-from sobomax) Message-Id: <200101090817.f098H0a51426@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 00:17:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fidelio Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 00:17:00 PST Modified files: net/fidelio Makefile Log: Hand over maintainership to Matthew Emmerton . I'm guilty of not checking PR database before creating my own version of the port. Revision Changes Path 1.2 +2 -2 ports/net/fidelio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 0:25:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EF8237B6B8; Tue, 9 Jan 2001 00:25:21 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f098PLZ52350; Tue, 9 Jan 2001 00:25:21 -0800 (PST) (envelope-from sobomax) Message-Id: <200101090825.f098PLZ52350@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 00:25:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/junkbuster-zlib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 00:25:21 PST Modified files: www/junkbuster-zlib Makefile Log: - Fix fennerism; - correct my e-mail while I'm here. Revision Changes Path 1.11 +4 -3 ports/www/junkbuster-zlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 1:10: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E50D337B69E; Tue, 9 Jan 2001 01:09:42 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0999gR57782; Tue, 9 Jan 2001 01:09:42 -0800 (PST) (envelope-from sobomax) Message-Id: <200101090909.f0999gR57782@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 01:09:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/freetype Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 01:09:42 PST Modified files: print/freetype Makefile pkg-plist Log: Don't create symlinks of files in ${PREFIX}/include/freetype in the directory ${PREFIX}/include, because this lead to the freetype1's includes being picked by the freetype2 ports. Prompted by: mdharnois@home.com, scanner@jurai.net etc Revision Changes Path 1.23 +4 -3 ports/print/freetype/Makefile 1.13 +0 -14 ports/print/freetype/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 1:40:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B33E937B400; Tue, 9 Jan 2001 01:40:22 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f099eMs62130; Tue, 9 Jan 2001 01:40:22 -0800 (PST) (envelope-from roam) Message-Id: <200101090940.f099eMs62130@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 9 Jan 2001 01:40:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/09 01:40:22 PST Modified files: lang/php/scripts configure.php Log: Propery depend on libmcrypt.so.2 Revision Changes Path 1.2 +2 -2 ports/lang/php/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 Jan 9 1:43:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9842D37B400; Tue, 9 Jan 2001 01:43:23 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f099hND62353; Tue, 9 Jan 2001 01:43:23 -0800 (PST) (envelope-from jkoshy) Message-Id: <200101090943.f099hND62353@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 9 Jan 2001 01:43:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/funnelweb Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/01/09 01:43:23 PST Modified files: devel Makefile Log: Added `funnelweb', a literate programming tool. Revision Changes Path 1.416 +2 -1 ports/devel/Makefile Added files: devel/funnelweb Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Added `funnelweb', a literate programming macro pre-processor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 2:14:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FAD837B401; Tue, 9 Jan 2001 02:13:47 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09ADlk67441; Tue, 9 Jan 2001 02:13:47 -0800 (PST) (envelope-from knu) Message-Id: <200101091013.f09ADlk67441@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 02:13:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 02:13:47 PST Modified files: x11-toolkits/ruby-qt Makefile distinfo Log: Update to 0.14b. Revision Changes Path 1.15 +7 -9 ports/x11-toolkits/ruby-qt/Makefile 1.5 +1 -1 ports/x11-toolkits/ruby-qt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 2:17:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C48DB37B400; Tue, 9 Jan 2001 02:17:18 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09AHI967769; Tue, 9 Jan 2001 02:17:18 -0800 (PST) (envelope-from knu) Message-Id: <200101091017.f09AHI967769@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 02:17:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-kde Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 02:17:18 PST Modified files: x11/ruby-kde Makefile distinfo Log: Update to 0.14b. Revision Changes Path 1.12 +2 -2 ports/x11/ruby-kde/Makefile 1.5 +1 -1 ports/x11/ruby-kde/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 3: 0:58 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 5F93237B401; Tue, 9 Jan 2001 03:00:37 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jan 2001 11:00:36 +0000 (GMT) Date: Tue, 9 Jan 2001 11:00:36 +0000 From: David Malone To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syslog.h src/usr.sbin/syslogd syslogd.c Message-ID: <20010109110036.A30104@walton.maths.tcd.ie> References: <200101090651.f096pe739678@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101090651.f096pe739678@freefall.freebsd.org>; from phk@FreeBSD.org on Mon, Jan 08, 2001 at 10:51:40PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 10:51:40PM -0800, Poul-Henning Kamp wrote: > MFC: Add LOG_CONSOLE and make sure it doesn't end up on /dev/console. This could probably do with a UPDATING entry to stop people shooting themselves in the foot? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 3: 4:36 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id 3625E37B401; Tue, 9 Jan 2001 03:04:11 -0800 (PST) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f09B3xN15586; Tue, 9 Jan 2001 12:03:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys syslog.h src/usr.sbin/syslogd syslogd.c In-Reply-To: Your message of "Tue, 09 Jan 2001 11:00:36 GMT." <20010109110036.A30104@walton.maths.tcd.ie> Date: Tue, 09 Jan 2001 12:03:59 +0100 Message-ID: <15584.979038239@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010109110036.A30104@walton.maths.tcd.ie>, David Malone writes: >On Mon, Jan 08, 2001 at 10:51:40PM -0800, Poul-Henning Kamp wrote: > >> MFC: Add LOG_CONSOLE and make sure it doesn't end up on /dev/console. > >This could probably do with a UPDATING entry to stop people >shooting themselves in the foot? There is nothing here which will hit any ulterior appendages. All it does is define "LOG_CONSOLE" and make syslogd not write such entries to /dev/console. There are no places which send LOG_CONSOLE entries at this time in -stable. Even if there were, the default syslog.conf would just discard these entries. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompe tence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 3:47:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 764B337B400; Tue, 9 Jan 2001 03:47:16 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09BlGm76758; Tue, 9 Jan 2001 03:47:16 -0800 (PST) (envelope-from knu) Message-Id: <200101091147.f09BlGm76758@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 03:47:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/ruby-ssl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/ruby-ssl/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 03:47:16 PST Modified files: security Makefile Added files: security/ruby-ssl Makefile distinfo pkg-comment pkg-descr pkg-plist security/ruby-ssl/files patch-extconf.rb Log: Add ruby-ssl, an SSL socket module for Ruby. Revision Changes Path 1.159 +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 Tue Jan 9 3:47:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B868C37B401; Tue, 9 Jan 2001 03:47:26 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09BlQa76816; Tue, 9 Jan 2001 03:47:26 -0800 (PST) (envelope-from knu) Message-Id: <200101091147.f09BlQa76816@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 03:47:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 03:47:26 PST Modified files: . modules Log: ruby-ssl --> ports/security/ruby-ssl Revision Changes Path 1.2293 +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 Jan 9 4: 9:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD09E37B401; Tue, 9 Jan 2001 04:09:38 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09C9cC84437; Tue, 9 Jan 2001 04:09:38 -0800 (PST) (envelope-from knu) Message-Id: <200101091209.f09C9cC84437@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 04:09:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 04:09:38 PST Modified files: . modules Log: Add a forgotten alias: funnelweb --> devel/funnelweb Fix the order. Put `ja-' prefix for all ports/japanese/* modules that didn't have it. Revision Changes Path 1.2294 +17 -16 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 Jan 9 4:12:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C8F937B400; Tue, 9 Jan 2001 04:12:04 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09CC4W84681; Tue, 9 Jan 2001 04:12:04 -0800 (PST) (envelope-from clive) Message-Id: <200101091212.f09CC4W84681@freefall.freebsd.org> From: Clive Lin Date: Tue, 9 Jan 2001 04:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bk2site Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/09 04:12:04 PST Modified files: www/bk2site Makefile Log: Add a forgotten chmod +x. Revision Changes Path 1.4 +2 -1 ports/www/bk2site/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 4:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 533D437B400; Tue, 9 Jan 2001 04:26:18 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09CQIw85983; Tue, 9 Jan 2001 04:26:18 -0800 (PST) (envelope-from phk) Message-Id: <200101091226.f09CQIw85983@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 9 Jan 2001 04:26:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_disksubr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/09 04:26:17 PST Modified files: (Branch: RELENG_4) sys/ufs/ufs ufs_disksubr.c Log: MFC: Always printf diskerrors. Revision Changes Path 1.44.2.1 +10 -15 src/sys/ufs/ufs/Attic/ufs_disksubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 4:29:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F283437B401; Tue, 9 Jan 2001 04:29:27 -0800 (PST) Received: (from tg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09CTRa86350; Tue, 9 Jan 2001 04:29:27 -0800 (PST) (envelope-from tg) Message-Id: <200101091229.f09CTRa86350@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 9 Jan 2001 04:29:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce Makefile distinfo ports/devel/perforce/files perforce.sh.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2001/01/09 04:29:27 PST Modified files: devel/perforce Makefile distinfo devel/perforce/files perforce.sh.in Log: Upgrade to r00.2. Submitted by: Samuel Tardieu (Maintainer) Revision Changes Path 1.3 +2 -2 ports/devel/perforce/Makefile 1.4 +5 -5 ports/devel/perforce/distinfo 1.2 +4 -1 ports/devel/perforce/files/perforce.sh.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 5:17:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDCB637B400; Tue, 9 Jan 2001 05:17:05 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09DH5p92349; Tue, 9 Jan 2001 05:17:05 -0800 (PST) (envelope-from andreas) Message-Id: <200101091317.f09DH5p92349@freefall.freebsd.org> From: Andreas Klemm Date: Tue, 9 Jan 2001 05:17:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/09 05:17:05 PST Modified files: print/apsfilter Makefile distinfo Log: update apsfilter port - add patchsite and patchfile - fix1: correct apsfilter version string that is echo'd in logfile when script debugging is turned on - fix2: samba remote printing bug fixed. The exported variable containing the windows password was spelled incorrectly. samba 2.0.7 uses PASSWD not PASSWORD. Hint: People who don't want to reinstall apsfilter can fix that easily by substituting PASSWORD with PASSWD - for runtime in $PREFIX/share/apsfilter/bin/apsfilter - for SETUP (test printing functionality) in $PREFIX/share/apsfilter/SETUP Revision Changes Path 1.79 +4 -2 ports/print/apsfilter/Makefile 1.44 +2 -1 ports/print/apsfilter/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 5:30:46 2001 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 1CCCE37B401; Tue, 9 Jan 2001 05:30:27 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id OAA06513; Tue, 9 Jan 2001 14:30:18 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.1/8.11.1) id f09DIZf38590; Tue, 9 Jan 2001 14:18:35 +0100 (CET) (envelope-from andreas) Date: Tue, 9 Jan 2001 14:18:35 +0100 From: Andreas Klemm To: Andreas Klemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/apsfilter Makefile distinfo Message-ID: <20010109141835.A38567@titan.klemm.gtn.com> References: <200101091317.f09DH5p92349@freefall.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101091317.f09DH5p92349@freefall.freebsd.org>; from andreas@FreeBSD.org on Tue, Jan 09, 2001 at 05:17:05AM -0800 X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 05:17:05AM -0800, Andreas Klemm wrote: > andreas 2001/01/09 05:17:05 PST > > Modified files: > print/apsfilter Makefile distinfo Sorry, forgot to mention, that I bumped PORTREVISION because of the fixes. Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 5:38:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86F9F37B400; Tue, 9 Jan 2001 05:36:46 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09DaW694263; Tue, 9 Jan 2001 05:36:32 -0800 (PST) (envelope-from roam) Message-Id: <200101091336.f09DaW694263@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 9 Jan 2001 05:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-AuthenCache Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/09 05:36:31 PST Modified files: www/p5-Apache-AuthenCache Makefile Log: Depend on devel/p5-Tie-IxHash, not www/p5-Tie-IxHash. Approved by: will Revision Changes Path 1.2 +2 -2 ports/www/p5-Apache-AuthenCache/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 5:39:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D4037B401; Tue, 9 Jan 2001 05:39:27 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Dcw494474; Tue, 9 Jan 2001 05:38:58 -0800 (PST) (envelope-from roam) Message-Id: <200101091338.f09Dcw494474@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 9 Jan 2001 05:38:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Babelfish Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/09 05:38:58 PST Modified files: www/p5-WWW-Babelfish Makefile Log: Remove an extraneous 'perl5' word on the BUILD_DEPENDS line. Approved by: will Revision Changes Path 1.2 +2 -2 ports/www/p5-WWW-Babelfish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 5:45:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9C4237B400; Tue, 9 Jan 2001 05:45:13 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09DjDV94973; Tue, 9 Jan 2001 05:45:13 -0800 (PST) (envelope-from vanilla) Message-Id: <200101091345.f09DjDV94973@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 9 Jan 2001 05:45:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile distinfo pkg-plist ports/x11-wm/enlightenment/files patch-src_themes_Makefile.in patch-ae patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/09 05:45:13 PST Modified files: x11-wm/enlightenment Makefile distinfo pkg-plist x11-wm/enlightenment/files patch-ae patch-ag Added files: x11-wm/enlightenment/files patch-src_themes_Makefile.in Log: Add zh_TW.Big5 locale config files. Revision Changes Path 1.57 +17 -2 ports/x11-wm/enlightenment/Makefile 1.21 +4 -0 ports/x11-wm/enlightenment/distinfo 1.14 +1120 -659 ports/x11-wm/enlightenment/pkg-plist 1.7 +0 -1 ports/x11-wm/enlightenment/files/patch-ae 1.2 +11 -2 ports/x11-wm/enlightenment/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 6:50: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1D0637B400; Tue, 9 Jan 2001 06:49:41 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09EnfA03275; Tue, 9 Jan 2001 06:49:41 -0800 (PST) (envelope-from jlemon) Message-Id: <200101091449.f09EnfA03275@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 9 Jan 2001 06:49:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ida idavar.h ida_pci.c ida_eisa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/01/09 06:49:41 PST Modified files: sys/dev/ida idavar.h ida_pci.c ida_eisa.c Log: Add a flag value to the board identifiers, and use this to enable the firmware for selected revisions of the controller. Spotted by: Alexander Hausner Revision Changes Path 1.9 +2 -1 src/sys/dev/ida/idavar.h 1.17 +24 -14 src/sys/dev/ida/ida_pci.c 1.6 +13 -8 src/sys/dev/ida/ida_eisa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7: 0:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEF1037B401; Tue, 9 Jan 2001 06:59:44 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09ExiH04030; Tue, 9 Jan 2001 06:59:44 -0800 (PST) (envelope-from jlemon) Message-Id: <200101091459.f09ExiH04030@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 9 Jan 2001 06:59:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/01/09 06:59:44 PST Modified files: sys/i4b/driver i4b_ispppsubr.c Log: When queueing a packet, call the output start routine. I botched this during the initial ifqueue conversion. Submitted by: Thomas Moestl Revision Changes Path 1.5 +2 -2 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7: 2: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5FE837B400; Tue, 9 Jan 2001 07:01:43 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09F1he04210; Tue, 9 Jan 2001 07:01:43 -0800 (PST) (envelope-from jlemon) Message-Id: <200101091501.f09F1he04210@freefall.freebsd.org> From: Jonathan Lemon Date: Tue, 9 Jan 2001 07:01:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/ifpi i4b_ifpi_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/01/09 07:01:43 PST Modified files: sys/i4b/layer1/ifpi i4b_ifpi_pci.c Log: Move the mutex initialization from avma1pp_bchannel_setup into avma1pp_attach_avma1pp, since the former may be called multiple times and we only want to initialize the mutex once. Submitted by: Thomas Moestl Revision Changes Path 1.5 +10 -3 src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7:16:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E5C37B400; Tue, 9 Jan 2001 07:16:08 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FG8e07505; Tue, 9 Jan 2001 07:16:08 -0800 (PST) (envelope-from jmz) Message-Id: <200101091516.f09FG8e07505@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 9 Jan 2001 07:16:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile pkg-plist pkg-plist.pc98 ports/x11/XFree86-4/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/09 07:16:08 PST Modified files: x11/XFree86-4 Makefile pkg-plist pkg-plist.pc98 x11/XFree86-4/scripts configure Log: Add the savage driver. Revision Changes Path 1.109 +2 -2 ports/x11/XFree86-4/Makefile 1.43 +3 -0 ports/x11/XFree86-4/pkg-plist 1.8 +3 -0 ports/x11/XFree86-4/pkg-plist.pc98 1.71 +2 -2 ports/x11/XFree86-4/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7:19:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABD7637B401; Tue, 9 Jan 2001 07:19:18 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FJIG07866; Tue, 9 Jan 2001 07:19:18 -0800 (PST) (envelope-from jeh) Message-Id: <200101091519.f09FJIG07866@freefall.freebsd.org> From: "James E. Housley" Date: Tue, 9 Jan 2001 07:19:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/neoupdate Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/neoupdate/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/09 07:19:18 PST Modified files: net Makefile Added files: net/neoupdate Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/neoupdate/files patch-aa Log: New Port: net/neoupdate A Perl Script to automagically update DNS at centralinfo.net or yi.org when your IP changes, both offer free DNS services. Revision Changes Path 1.450 +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 Tue Jan 9 7:19:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1479C37B402; Tue, 9 Jan 2001 07:19:27 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FJRj07910; Tue, 9 Jan 2001 07:19:27 -0800 (PST) (envelope-from jeh) Message-Id: <200101091519.f09FJRj07910@freefall.freebsd.org> From: "James E. Housley" Date: Tue, 9 Jan 2001 07:19:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/09 07:19:26 PST Modified files: . modules Log: neoupdate --> ports/net/neoupdate Revision Changes Path 1.2295 +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 Jan 9 7:21:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E537B400; Tue, 9 Jan 2001 07:20:59 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FKxc08033; Tue, 9 Jan 2001 07:20:59 -0800 (PST) (envelope-from ru) Message-Id: <200101091520.f09FKxc08033@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 9 Jan 2001 07:20:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 netgraph.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/09 07:20:59 PST Modified files: share/man/man4 netgraph.4 Log: Fixed mdoc(7)NG warnings introduced in the previous revision. Revision Changes Path 1.20 +3 -5 src/share/man/man4/netgraph.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7:37:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B351B37B6A5; Tue, 9 Jan 2001 07:37:16 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FbGE09841; Tue, 9 Jan 2001 07:37:16 -0800 (PST) (envelope-from trevor) Message-Id: <200101091537.f09FbGE09841@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 07:37:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/uwm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 07:37:16 PST Modified files: x11-wm/uwm Makefile Log: Use MASTER_SITE_NETBSD. PR: 23841 Revision Changes Path 1.3 +2 -26 ports/x11-wm/uwm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7:38:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 587D037B6A7; Tue, 9 Jan 2001 07:38:14 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FcE910025; Tue, 9 Jan 2001 07:38:14 -0800 (PST) (envelope-from asmodai) Message-Id: <200101091538.f09FcE910025@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 9 Jan 2001 07:38:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/09 07:38:14 PST Modified files: textproc/ispell Makefile Log: Fix another inconsistency in the make syntax before I commit my real changes. Revision Changes Path 1.44 +2 -2 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 7:41:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A1C237B6A7; Tue, 9 Jan 2001 07:40:46 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09FekS10321; Tue, 9 Jan 2001 07:40:46 -0800 (PST) (envelope-from sobomax) Message-Id: <200101091540.f09FekS10321@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 07:40:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 07:40:46 PST Modified files: devel/sdl-devel Makefile distinfo Log: Update checksum. Unfortunately it seems that previously committed version was pre-release, therefore bump PORTREVISION to indicate that update is necessary. PR: 24179 Submitted by: Jimmy Olgeni Revision Changes Path 1.29 +2 -1 ports/devel/sdl-devel/Makefile 1.13 +1 -1 ports/devel/sdl-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8: 7:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FF0837B404; Tue, 9 Jan 2001 08:06:57 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09G6vw18393; Tue, 9 Jan 2001 08:06:57 -0800 (PST) (envelope-from sobomax) Message-Id: <200101091606.f09G6vw18393@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 08:06:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wterm Makefile distinfo pkg-plist ports/x11/wterm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 08:06:57 PST Modified files: x11/wterm Makefile distinfo pkg-plist x11/wterm/files patch-aa Log: Update to 6.2.8a2. Approved by: maintainer Revision Changes Path 1.14 +7 -4 ports/x11/wterm/Makefile 1.3 +1 -1 ports/x11/wterm/distinfo 1.3 +0 -1 ports/x11/wterm/pkg-plist 1.3 +10 -2 ports/x11/wterm/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8: 8:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B292537B400; Tue, 9 Jan 2001 08:08:33 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09G8Xv20420; Tue, 9 Jan 2001 08:08:33 -0800 (PST) (envelope-from asmodai) Message-Id: <200101091608.f09G8Xv20420@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 9 Jan 2001 08:08:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell pkg-plist.nl Makefile distinfo pkg-descr ports/textproc/ispell/files NL.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/09 08:08:33 PST Modified files: textproc/ispell Makefile distinfo pkg-descr Added files: textproc/ispell pkg-plist.nl textproc/ispell/files NL.patch Log: Add Dutch ispell support under the ISPELL_NL variable option. Revision Changes Path 1.45 +22 -2 ports/textproc/ispell/Makefile 1.11 +1 -0 ports/textproc/ispell/distinfo 1.6 +1 -0 ports/textproc/ispell/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 Jan 9 8:20: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC7837B6AE; Tue, 9 Jan 2001 08:19:46 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GJkl34967; Tue, 9 Jan 2001 08:19:46 -0800 (PST) (envelope-from asmodai) Message-Id: <200101091619.f09GJkl34967@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 9 Jan 2001 08:19:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/09 08:19:45 PST Modified files: textproc/ispell Makefile Log: Fix typo in the MASTER_SITES variable, we needed a += assignment. Add another mirror for the tarball. Revision Changes Path 1.46 +3 -2 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:23: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E98437B6AE; Tue, 9 Jan 2001 08:22:45 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GMiH39214; Tue, 9 Jan 2001 08:22:44 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091622.f09GMiH39214@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:22:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:22:43 PST Modified files: mail/sylpheed Makefile distinfo pkg-plist Log: Upgrade to 0.4.9 Note that I fixed pkg-plist. PR: 24186 Submitted by: MAINTAINER Revision Changes Path 1.12 +2 -2 ports/mail/sylpheed/Makefile 1.11 +1 -1 ports/mail/sylpheed/distinfo 1.6 +3 -0 ports/mail/sylpheed/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:25:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E45237B6B0; Tue, 9 Jan 2001 08:25:23 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GPNk44022; Tue, 9 Jan 2001 08:25:23 -0800 (PST) (envelope-from nectar) Message-Id: <200101091625.f09GPNk44022@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 9 Jan 2001 08:25:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5/files patch-bc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/09 08:25:23 PST Added files: security/krb5/files patch-bc Log: kshd has /etc/nologin hardcoded instead of using _PATH_NOLOGIN from (if available) like login.krb5 does. As a result, on FreeBSD 4.2 these two programs end up using different paths for the nologin file (which is /var/run/nologin on FreeBSD). Submitted by: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:31:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D7BE37B6B3; Tue, 9 Jan 2001 08:31:27 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GVRF68439; Tue, 9 Jan 2001 08:31:27 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091631.f09GVRF68439@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-martel Makefile distinfo pkg-plist ports/textproc/py-martel/files patch-Generate.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:31:26 PST Modified files: textproc/py-martel Makefile distinfo pkg-plist textproc/py-martel/files patch-Generate.py Log: Upgrade to 0.5 PR: 24184 Submitted by: MAINTAINER Revision Changes Path 1.7 +23 -16 ports/textproc/py-martel/Makefile 1.4 +1 -1 ports/textproc/py-martel/distinfo 1.5 +54 -1 ports/textproc/py-martel/pkg-plist 1.2 +29 -0 ports/textproc/py-martel/files/patch-Generate.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:37:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8128137B6BA; Tue, 9 Jan 2001 08:36:54 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GasA81600; Tue, 9 Jan 2001 08:36:54 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091636.f09GasA81600@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:36:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smapi Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:36:54 PST Modified files: mail/smapi Makefile distinfo Log: Update to lastest version(010108) PR: 24182 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -2 ports/mail/smapi/Makefile 1.7 +1 -1 ports/mail/smapi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:43:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF79237B6BF; Tue, 9 Jan 2001 08:43:09 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Gh9D92344; Tue, 9 Jan 2001 08:43:09 -0800 (PST) (envelope-from trevor) Message-Id: <200101091643.f09Gh9D92344@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 08:43:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/august Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 08:43:03 PST Modified files: www/august Makefile Log: Add to "editors" category. Fix whitespace. Revision Changes Path 1.2 +2 -2 ports/www/august/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:43:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED4CF37B6C0; Tue, 9 Jan 2001 08:43:19 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GhJ992516; Tue, 9 Jan 2001 08:43:19 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091643.f09GhJ992516@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:43:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/fcplay Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:43:19 PST Modified files: audio/fcplay Makefile distinfo Log: - Add some entries to MASTER_SITES - Bump PORTREVISION as MD5 sum of distfile has changed PR: 24175 Submitted by: MAINTAINER Revision Changes Path 1.3 +5 -3 ports/audio/fcplay/Makefile 1.2 +1 -1 ports/audio/fcplay/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:45:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE36837B6C0; Tue, 9 Jan 2001 08:45:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GjWG93376; Tue, 9 Jan 2001 08:45:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200101091645.f09GjWG93376@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 08:45:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker/files patch-plugins_libwmfun_drawstring.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 08:45:32 PST Added files: x11-wm/windowmaker/files patch-plugins_libwmfun_drawstring.c Log: Put in another belt to prevent libwmfun from picking header from freetype1 instead of right header from freetype2. Poked by: Michael Harnois To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:51:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F46337B6C0; Tue, 9 Jan 2001 08:51:02 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Gp2v96706; Tue, 9 Jan 2001 08:51:02 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091651.f09Gp2v96706@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:51:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:51:02 PST Modified files: www/p5-HTML-Mason Makefile distinfo pkg-plist Log: Upgrade to 0.89.6 BTW, I fixed pkg-plist PR: 24173 Submitted by: MAINTAINER Revision Changes Path 1.7 +3 -3 ports/www/p5-HTML-Mason/Makefile 1.6 +1 -1 ports/www/p5-HTML-Mason/distinfo 1.5 +1 -1 ports/www/p5-HTML-Mason/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 8:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ABF537B698; Tue, 9 Jan 2001 08:58:14 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09GwEH97947; Tue, 9 Jan 2001 08:58:14 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091658.f09GwEH97947@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 08:58:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libsidplay Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 08:58:13 PST Modified files: audio/libsidplay Makefile distinfo Log: Upgrade to 1.36.46 PR: 24168 Submitted by: MAINTAINER Revision Changes Path 1.19 +7 -3 ports/audio/libsidplay/Makefile 1.8 +1 -1 ports/audio/libsidplay/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFDCB37B6C2; Tue, 9 Jan 2001 09:00:58 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09H0wM98336; Tue, 9 Jan 2001 09:00:58 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091700.f09H0wM98336@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 09:00:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jad Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 09:00:58 PST Modified files: java/jad Makefile Log: Add another MASTER_SITES PR: 24153 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -2 ports/java/jad/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:10: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4044137B6C6; Tue, 9 Jan 2001 09:09:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09H9jF01303; Tue, 9 Jan 2001 09:09:45 -0800 (PST) (envelope-from obrien) Message-Id: <200101091709.f09H9jF01303@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Jan 2001 09:09:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/09 09:09:44 PST Modified files: net/rsync Makefile Log: Add a missing \ Submitted by: Rich Winkel Revision Changes Path 1.52 +2 -2 ports/net/rsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:13: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D88FF37B6C7; Tue, 9 Jan 2001 09:12:45 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09HCjm01637; Tue, 9 Jan 2001 09:12:45 -0800 (PST) (envelope-from kevlo) Message-Id: <200101091712.f09HCjm01637@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 09:12:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mytop Makefile ports/databases/mytop/files patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 09:12:45 PST Modified files: databases/mytop Makefile Added files: databases/mytop/files patch-ab Removed files: databases/mytop/files patch-aa Log: Fix Makefile and pod2man problem. BTW, patch-aa is no longer needed. PR: 24152 Submitted by: MAINTAINER Revision Changes Path 1.4 +3 -2 ports/databases/mytop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:14:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D98637B6CA; Tue, 9 Jan 2001 09:14:05 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09HE5A01824; Tue, 9 Jan 2001 09:14:05 -0800 (PST) (envelope-from obrien) Message-Id: <200101091714.f09HE5A01824@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 9 Jan 2001 09:14:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/09 09:14:05 PST Modified files: usr.bin/rpcgen rpc_main.c Log: Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. Revision Changes Path 1.12 +2 -4 src/usr.bin/rpcgen/rpc_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:15:24 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 8DA1D37B6C8; Tue, 9 Jan 2001 09:15:00 -0800 (PST) Date: Tue, 9 Jan 2001 09:15:00 -0800 From: David O'Brien To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/rpcgen rpc_main.c Message-ID: <20010109091500.A2421@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <200101091714.f09HE5A01824@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101091714.f09HE5A01824@freefall.freebsd.org>; from obrien@FreeBSD.org on Tue, Jan 09, 2001 at 09:14:05AM -0800 X-Operating-System: FreeBSD 4.2-STABLE Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 09:14:05AM -0800, David E. O'Brien wrote: > Modified files: > usr.bin/rpcgen rpc_main.c > Log: > Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. > > Revision Changes Path > 1.12 +2 -4 src/usr.bin/rpcgen/rpc_main.c This may very well fix the release build. If someone finds out before I do, please email -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id D0A3E37B6CA; Tue, 9 Jan 2001 09:21:16 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.0/8.11.0) id f09HLC324589; Tue, 9 Jan 2001 19:21:12 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200101091721.f09HLC324589@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/usr.bin/rpcgen rpc_main.c In-Reply-To: <20010109091500.A2421@hub.freebsd.org> from "David O'Brien" at "Jan 9, 2001 09:15:00 am" To: obrien@FreeBSD.org Date: Tue, 9 Jan 2001 19:21:12 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Jan 09, 2001 at 09:14:05AM -0800, David E. O'Brien wrote: > > Modified files: > > usr.bin/rpcgen rpc_main.c > > Log: > > Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. > > > > Revision Changes Path > > 1.12 +2 -4 src/usr.bin/rpcgen/rpc_main.c > > This may very well fix the release build. If someone finds out before I > do, please email -current. > I think it will. Make world broke at exactly the same place if you removed /usr/libexec/cpp and this fixed make world for me. John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:27:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFA5B37B6CB; Tue, 9 Jan 2001 09:27:33 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09HRXm03306; Tue, 9 Jan 2001 09:27:33 -0800 (PST) (envelope-from trevor) Message-Id: <200101091727.f09HRXm03306@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 09:27:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xemeraldia Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 09:27:33 PST Modified files: games/xemeraldia Makefile Log: Change master site. ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1995/mar/xemeraldia-0.3.tar.gz: changing directory Usenet 550 Usenet: No such file or directory. (Last OK result Tue Nov 21 9:44:21 2000 ) PR: 24155 Submitted by: Joseph Scott Revision Changes Path 1.20 +3 -3 ports/games/xemeraldia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:33:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54AAF37B6C9; Tue, 9 Jan 2001 09:33:30 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09HXUD03999; Tue, 9 Jan 2001 09:33:30 -0800 (PST) (envelope-from trevor) Message-Id: <200101091733.f09HXUD03999@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 09:33:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/openal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 09:33:30 PST Modified files: audio/openal Makefile Log: Master site was reorganized. Update the port accordingly. PR: 24090 Submitted by: Joseph Scott Revision Changes Path 1.3 +2 -2 ports/audio/openal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:43:16 2001 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 6B1EA37B6D0; Tue, 9 Jan 2001 09:40:20 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA27973; Tue, 9 Jan 2001 09:40:19 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f09HcvR76664; Tue, 9 Jan 2001 09:38:57 -0800 (PST) (envelope-from obrien) Date: Tue, 9 Jan 2001 09:38:53 -0800 From: "David O'Brien" To: John Hay Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/rpcgen rpc_main.c Message-ID: <20010109093853.A76645@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010109091500.A2421@hub.freebsd.org> <200101091721.f09HLC324589@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101091721.f09HLC324589@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Tue, Jan 09, 2001 at 07:21:12PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 07:21:12PM +0200, John Hay wrote: > > > Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. > > > > > > Revision Changes Path > > > 1.12 +2 -4 src/usr.bin/rpcgen/rpc_main.c > > > > This may very well fix the release build. If someone finds out before I > > do, please email -current. > > > > I think it will. Make world broke at exactly the same place if you removed > /usr/libexec/cpp and this fixed make world for me. And since of course, I didn't remember to `rm /usr/libexec/cpp' after bootstraping the new compiler, my box wasn't really in a "virgin" state and I didn't see this in my testing. :-( -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 9:59:21 2001 Delivered-To: cvs-all@freebsd.org Received: from server.bitmcnit.bryansk.su (bitmcnit.bryansk.ru [195.239.213.9]) by hub.freebsd.org (Postfix) with ESMTP id 7239D37B6DC; Tue, 9 Jan 2001 09:58:40 -0800 (PST) Received: (from uucp@localhost) by server.bitmcnit.bryansk.su (8.9.3/8.9.3) with UUCP id UAA04148; Tue, 9 Jan 2001 20:38:34 +0300 Received: (from alex@localhost) by kapran.bitmcnit.bryansk.su (8.11.1/8.11.1) id f08Kog801236; Mon, 8 Jan 2001 23:50:42 +0300 (MSK) (envelope-from alex@kapran.bitmcnit.bryansk.su) Date: Mon, 8 Jan 2001 23:50:41 +0300 From: Alex Kapranoff To: Soren Schmidt Cc: "Valeriy E. Ushakov" , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: c Message-ID: <20010108235041.A948@kapran.bitmcnit.bryansk.su> References: <20010108201110.A9118@snark.ptc.spbu.ru> <200101081732.SAA61712@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101081732.SAA61712@freebsd.dk>; from sos@freebsd.dk on Mon, Jan 08, 2001 at 06:32:12PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 08, 2001 at 06:32:12PM +0100, Soren Schmidt wrote: > > > cdcontrol close works nicely here on all the ATAPI drives I've got (have > > > lost count :) ). You need to be later than 4.something though... > > > > Never worked for me (Acer 40x CD-ROM, not sure about the exact model > > number) from the day one when 4.1RC1 was installed on this box. I'm > > at Jan 4 -stable now. > > > > ad0: 19574MB [39770/16/63] at ata0-master UDMA33 > > ad2: 14649MB [29765/16/63] at ata1-master UDMA33 > > acd0: CDROM at ata1-slave using PIO4 > > > > cdcontrol eject works just fine, cdcontrol close just does nothing (no > > error messages). > > Hmm, maybe some drives cant do a close tray at all... `cdcontrol close' fails on my old Samsung 12x CD-ROM too. acd0: CDROM at ata1-slave using WDMA2 Althouth windows apps succeed at closing the tray... -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 191 hours in the brand new millenium... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10: 1:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E47537B6DB; Tue, 9 Jan 2001 10:01:26 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09I1Qn06547; Tue, 9 Jan 2001 10:01:26 -0800 (PST) (envelope-from sf) Message-Id: <200101091801.f09I1Qn06547@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 10:01:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/less Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 10:01:25 PST Modified files: japanese/less Makefile distinfo Log: fix build error on -CURRENT. fix submitted by: issei Reported by: Masayuki FUKUI Revision Changes Path 1.25 +2 -2 ports/japanese/less/Makefile 1.12 +1 -1 ports/japanese/less/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:12: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D4D937B401; Tue, 9 Jan 2001 10:11:41 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IBfB09897; Tue, 9 Jan 2001 10:11:41 -0800 (PST) (envelope-from rwatson) Message-Id: <200101091811.f09IBfB09897@freefall.freebsd.org> From: Robert Watson Date: Tue, 9 Jan 2001 10:11:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/09 10:11:41 PST Modified files: (Branch: RELENG_4) sys/netinet ip_fw.h Log: o Backport the fw_ipflg ipfw rule flag from -CURRENT so that it is available for the recently committed TCP flags fix. I have only backported the variable, and not all of the current use in -CURRENT, so that will need to be seperately MFC'd, if desirable. o This change modifies the ipfw configuration ABI meaning that you need to keep your userland ip_fw.h, ipfw tool, and kernel code in synch. Revision Changes Path 1.47.2.4 +6 -1 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:18: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE0A37B401; Tue, 9 Jan 2001 10:17:49 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IHng10622; Tue, 9 Jan 2001 10:17:49 -0800 (PST) (envelope-from mjacob) Message-Id: <200101091817.f09IHng10622@freefall.freebsd.org> From: Matt Jacob Date: Tue, 9 Jan 2001 10:17:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include bus.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/09 10:17:49 PST Modified files: sys/alpha/include bus.h Log: The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really be 64 bits wide. The largest known current actual physical implementation is 40 bits, so BUS_SPACE_MAXADDR should reflect this. It also seems to me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. Revision Changes Path 1.9 +6 -5 src/sys/alpha/include/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:20:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E25737B6A3; Tue, 9 Jan 2001 10:20:23 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IKNf10892; Tue, 9 Jan 2001 10:20:23 -0800 (PST) (envelope-from rwatson) Message-Id: <200101091820.f09IKNf10892@freefall.freebsd.org> From: Robert Watson Date: Tue, 9 Jan 2001 10:20:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/09 10:20:23 PST Modified files: (Branch: RELENG_4) sys/netinet tcp.h Log: o MFC tcp.h 1.15 -- add constants for new ECN TCP flags Revision Changes Path 1.13.2.1 +4 -2 src/sys/netinet/tcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:25:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A40937B400; Tue, 9 Jan 2001 10:25:20 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IPK711260; Tue, 9 Jan 2001 10:25:20 -0800 (PST) (envelope-from rwatson) Message-Id: <200101091825.f09IPK711260@freefall.freebsd.org> From: Robert Watson Date: Tue, 9 Jan 2001 10:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/09 10:25:20 PST Modified files: (Branch: RELENG_4) sys/netinet tcp.h Log: o style(9) cleanup of newly committed TCP flags to make consistent with -CURRENT. Sorry about that. Revision Changes Path 1.13.2.2 +4 -4 src/sys/netinet/tcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:26:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9726B37B400; Tue, 9 Jan 2001 10:26:17 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IQHS11434; Tue, 9 Jan 2001 10:26:17 -0800 (PST) (envelope-from rwatson) Message-Id: <200101091826.f09IQHS11434@freefall.freebsd.org> From: Robert Watson Date: Tue, 9 Jan 2001 10:26:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/09 10:26:17 PST Modified files: sys/netinet tcp.h Log: o Minor style(9)ism to make consistent with -STABLE Revision Changes Path 1.16 +2 -2 src/sys/netinet/tcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:42: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F10037B69B; Tue, 9 Jan 2001 10:41:46 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IfkW13122; Tue, 9 Jan 2001 10:41:46 -0800 (PST) (envelope-from trevor) Message-Id: <200101091841.f09IfkW13122@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 10:41:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cs Makefile distinfo pkg-descr pkg-plist ports/devel/cs/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 10:41:45 PST Modified files: devel/cs Makefile distinfo pkg-descr pkg-plist devel/cs/files patch-aa Log: Update master site. Update from 1998-05-07 to 1999-09-25 release (both called version 0.5--dates are given in man pages). Add a DIST_SUBDIR to distinguish the different releases. Be more verbose when installing. Don't optimize when compiling. Add WWW: line. Update PLIST. Respect ${CC}. Increment PORTREVISION. ftp://cantor.informatik.rwth-aachen.de/pub/unix/cs-0.5.tar.gz: looking for file 500 cs-0.5.tar.gz: No such file or directory. (Last OK result Mon Nov 27 8:33:50 2000 ) PR: 24091 Submitted by: Joseph Scott , KATO Tsuguru and myself Revision Changes Path 1.10 +8 -9 ports/devel/cs/Makefile 1.3 +1 -1 ports/devel/cs/distinfo 1.2 +2 -0 ports/devel/cs/pkg-descr 1.4 +0 -1 ports/devel/cs/pkg-plist 1.3 +4 -4 ports/devel/cs/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:50:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8721437B6AA; Tue, 9 Jan 2001 10:50:07 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Io7Y14085; Tue, 9 Jan 2001 10:50:07 -0800 (PST) (envelope-from trevor) Message-Id: <200101091850.f09Io7Y14085@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 10:50:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mrt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 10:50:07 PST Modified files: net/mrt Makefile Log: Update for reorganization of master site. PR: 24193 Submitted by: Joseph Scott Revision Changes Path 1.8 +3 -2 ports/net/mrt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 10:56:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE51337B69C; Tue, 9 Jan 2001 10:56:31 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IuV014943; Tue, 9 Jan 2001 10:56:31 -0800 (PST) (envelope-from trevor) Message-Id: <200101091856.f09IuV014943@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 10:56:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/e16utils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 10:56:31 PST Modified files: x11-wm/e16utils Makefile Log: Master site was reorganized, so update port. PR: 24191 Submitted by: Joseph Scott Revision Changes Path 1.2 +2 -2 ports/x11-wm/e16utils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:13:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 840F237B6A3; Tue, 9 Jan 2001 11:13:18 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JDIN18431; Tue, 9 Jan 2001 11:13:18 -0800 (PST) (envelope-from trevor) Message-Id: <200101091913.f09JDIN18431@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 11:13:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/ttmkfdir Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 11:13:18 PST Modified files: x11-fonts/ttmkfdir Makefile pkg-descr Log: Update master site and home page. PR: 24192 Submitted by: Joseph Scott and myself Revision Changes Path 1.11 +2 -2 ports/x11-fonts/ttmkfdir/Makefile 1.3 +1 -1 ports/x11-fonts/ttmkfdir/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 Jan 9 11:15:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4E0337B6A0; Tue, 9 Jan 2001 11:14:46 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JEk618590; Tue, 9 Jan 2001 11:14:46 -0800 (PST) (envelope-from mjacob) Message-Id: <200101091914.f09JEk618590@freefall.freebsd.org> From: Matt Jacob Date: Tue, 9 Jan 2001 11:14:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/09 11:14:46 PST Modified files: sys/conf files Log: moved isp_pci.c from pci to dev/isp Revision Changes Path 1.469 +2 -2 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 Jan 9 11:15:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C868637B6A4; Tue, 9 Jan 2001 11:15:12 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JFCo18648; Tue, 9 Jan 2001 11:15:12 -0800 (PST) (envelope-from mjacob) Message-Id: <200101091915.f09JFCo18648@freefall.freebsd.org> From: Matt Jacob Date: Tue, 9 Jan 2001 11:15:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/09 11:15:12 PST Removed files: sys/pci isp_pci.c Log: moved isp_pci.c from pci to dev/isp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:28:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 805CD37B699; Tue, 9 Jan 2001 11:27:52 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JRq719823; Tue, 9 Jan 2001 11:27:52 -0800 (PST) (envelope-from trevor) Message-Id: <200101091927.f09JRq719823@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 11:27:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heretic Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 11:27:52 PST Modified files: games/heretic Makefile pkg-descr Log: Update master site and home page. Don't use deprecated -b option to "fetch". http://www.raven-games.com/linuxheretic/heretic/src/glheretic-1.0.tar.gz: 404 Object Not Found (Last OK result Sat Jun 17 11:11:51 2000 ) http://www.raven-games.com/linuxheretic/wad/glheretic-1.0.tar.gz: 404 Object Not Found (Last OK result NEVER [checked 138 times since Mon Apr 3 8:38:54 2000 ]) http://www.raven-games.com/linuxheretic/heretic/src/heretic_share.wad.gz: 404 Object Not Found (Last OK result Fri Mar 24 11:02:19 2000 ) http://www.raven-games.com/linuxheretic/wad/heretic_share.wad.gz: 404 Object Not Found (Last OK result Tue Jun 20 20:28:49 2000 ) PR: 24196 Submitted by: Joseph Scott and myself Revision Changes Path 1.6 +3 -4 ports/games/heretic/Makefile 1.2 +1 -1 ports/games/heretic/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 Jan 9 11:32:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0443337B699; Tue, 9 Jan 2001 11:31:58 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JVvk20250; Tue, 9 Jan 2001 11:31:57 -0800 (PST) (envelope-from sf) Message-Id: <200101091931.f09JVvk20250@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:31:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/mlclock Makefile ports/x11-clocks/mlclock/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:31:57 PST Modified files: x11-clocks/mlclock Makefile x11-clocks/mlclock/files patch-aa Log: fix X manpage error with XFree86-4. remove -lxpg4; FreeBSD.cf knows how to handle it. honor CC. PR: 23438 Revision Changes Path 1.10 +1 -2 ports/x11-clocks/mlclock/Makefile 1.2 +19 -3 ports/x11-clocks/mlclock/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:35:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A67337B401; Tue, 9 Jan 2001 11:35:24 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JZOo20643; Tue, 9 Jan 2001 11:35:24 -0800 (PST) (envelope-from sf) Message-Id: <200101091935.f09JZOo20643@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:35:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/pcb/files patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:35:24 PST Added files: cad/pcb/files patch-ae Log: fix X manpage error with XFree86-4 PR: 23421 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:35:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3480E37B69B; Tue, 9 Jan 2001 11:35:31 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JZVF20710; Tue, 9 Jan 2001 11:35:31 -0800 (PST) (envelope-from sf) Message-Id: <200101091935.f09JZVF20710@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:35:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmdate Makefile ports/x11-clocks/wmdate/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:35:31 PST Modified files: x11-clocks/wmdate Makefile Added files: x11-clocks/wmdate/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23440 Revision Changes Path 1.14 +1 -2 ports/x11-clocks/wmdate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:36:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B9BC37B702; Tue, 9 Jan 2001 11:35:45 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JZjO20808; Tue, 9 Jan 2001 11:35:45 -0800 (PST) (envelope-from sf) Message-Id: <200101091935.f09JZjO20808@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:35:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/wmpinboard Makefile ports/deskutils/wmpinboard/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:35:45 PST Modified files: deskutils/wmpinboard Makefile Added files: deskutils/wmpinboard/files patch-ac Log: fix X manpage error with XFree86-4 PR: 23422 Revision Changes Path 1.14 +3 -7 ports/deskutils/wmpinboard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:36:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0D0137B69E; Tue, 9 Jan 2001 11:35:50 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JZoK20872; Tue, 9 Jan 2001 11:35:50 -0800 (PST) (envelope-from sf) Message-Id: <200101091935.f09JZoK20872@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:35:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xchomp Makefile ports/games/xchomp/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:35:50 PST Modified files: games/xchomp Makefile games/xchomp/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23427 Revision Changes Path 1.12 +1 -2 ports/games/xchomp/Makefile 1.2 +17 -19 ports/games/xchomp/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 560C737B6B1; Tue, 9 Jan 2001 11:36:00 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Ja0e20935; Tue, 9 Jan 2001 11:36:00 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09Ja0e20935@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xeyesplus Makefile ports/games/xeyesplus/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:00 PST Modified files: games/xeyesplus Makefile games/xeyesplus/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23430 Revision Changes Path 1.15 +1 -2 ports/games/xeyesplus/Makefile 1.3 +14 -19 ports/games/xeyesplus/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:37:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CD8837B404; Tue, 9 Jan 2001 11:36:05 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Ja5D20976; Tue, 9 Jan 2001 11:36:05 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09Ja5D20976@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xfedor/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:05 PST Modified files: x11/xfedor/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23441 Revision Changes Path 1.2 +23 -24 ports/x11/xfedor/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:38:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B53A37B6AA; Tue, 9 Jan 2001 11:36:12 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JaBo21033; Tue, 9 Jan 2001 11:36:11 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09JaBo21033@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xinfocom Makefile ports/games/xinfocom/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:11 PST Modified files: games/xinfocom Makefile Added files: games/xinfocom/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23429 Revision Changes Path 1.7 +1 -2 ports/games/xinfocom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:38:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DC8737B6AE; Tue, 9 Jan 2001 11:36:18 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JaHF21100; Tue, 9 Jan 2001 11:36:17 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09JaHF21100@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xmj Makefile ports/games/xmj/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:17 PST Modified files: games/xmj Makefile Added files: games/xmj/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23431 Revision Changes Path 1.12 +1 -2 ports/games/xmj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:39:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5619237B402; Tue, 9 Jan 2001 11:36:23 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JaNP21182; Tue, 9 Jan 2001 11:36:23 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09JaNP21182@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpuyo Makefile ports/games/xpuyo/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:23 PST Modified files: games/xpuyo Makefile Added files: games/xpuyo/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23428 Revision Changes Path 1.12 +1 -2 ports/games/xpuyo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:39:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F74C37B401; Tue, 9 Jan 2001 11:36:29 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JaTG21217; Tue, 9 Jan 2001 11:36:29 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09JaTG21217@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:29 PST Modified files: graphics/xpx Makefile Log: fix X manpage error with XFree86-4 PR: 23434 Revision Changes Path 1.8 +1 -3 ports/graphics/xpx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:40: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5B9F37B6C4; Tue, 9 Jan 2001 11:36:39 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Jads21282; Tue, 9 Jan 2001 11:36:39 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09Jads21282@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xquote Makefile ports/misc/xquote/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:39 PST Modified files: misc/xquote Makefile misc/xquote/files patch-ad Log: fix X manpage error with XFree86-4 PR: 23433 Revision Changes Path 1.8 +1 -2 ports/misc/xquote/Makefile 1.2 +9 -2 ports/misc/xquote/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:40:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8393637B6A1; Tue, 9 Jan 2001 11:36:51 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Jap821356; Tue, 9 Jan 2001 11:36:51 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09Jap821356@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xscavenger Makefile ports/games/xscavenger/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:51 PST Modified files: games/xscavenger Makefile Added files: games/xscavenger/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23432 Revision Changes Path 1.15 +3 -4 ports/games/xscavenger/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:40:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5894937B6A6; Tue, 9 Jan 2001 11:36:58 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09JawL21412; Tue, 9 Jan 2001 11:36:58 -0800 (PST) (envelope-from sf) Message-Id: <200101091936.f09JawL21412@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xsoldier Makefile ports/games/xsoldier/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:36:58 PST Modified files: games/xsoldier Makefile games/xsoldier/files patch-aa Log: fix X manpage error with XFree86-4 PR: 23435 Revision Changes Path 1.13 +1 -2 ports/games/xsoldier/Makefile 1.5 +107 -151 ports/games/xsoldier/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 11:48: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E46F537B698; Tue, 9 Jan 2001 11:47:43 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Jlh923243; Tue, 9 Jan 2001 11:47:43 -0800 (PST) (envelope-from sf) Message-Id: <200101091947.f09Jlh923243@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 9 Jan 2001 11:47:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/youbin pkg-req X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/09 11:47:43 PST Modified files: mail/youbin pkg-req Log: fix pkg-req typo. PR: 23818 Revision Changes Path 1.3 +1 -1 ports/mail/youbin/pkg-req To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 12: 0:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5918E37B400; Tue, 9 Jan 2001 12:00:16 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09K0Ge24291; Tue, 9 Jan 2001 12:00:16 -0800 (PST) (envelope-from trevor) Message-Id: <200101092000.f09K0Ge24291@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 12:00:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 12:00:16 PST Modified files: en_US.ISO_8859-1/books/handbook/pgpkeys chapter.sgml Log: Add my key. Revision Changes Path 1.54 +36 -1 doc/en_US.ISO_8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 12:37:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCC2137B402; Tue, 9 Jan 2001 12:37:04 -0800 (PST) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Kb4g29288; Tue, 9 Jan 2001 12:37:04 -0800 (PST) (envelope-from lkoeller) Message-Id: <200101092037.f09Kb4g29288@freefall.freebsd.org> From: Lars Koeller Date: Tue, 9 Jan 2001 12:37:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xbae Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lkoeller 2001/01/09 12:37:04 PST Modified files: x11-toolkits/xbae Makefile Log: Added accidently lost manually install of patchlevel.h which is needed by e.g. grace to compile. Revision Changes Path 1.18 +2 -1 ports/x11-toolkits/xbae/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 12:42: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B590C37B400; Tue, 9 Jan 2001 12:41:40 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09Kfed29746; Tue, 9 Jan 2001 12:41:40 -0800 (PST) (envelope-from vanilla) Message-Id: <200101092041.f09Kfed29746@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 9 Jan 2001 12:41:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xdialog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/09 12:41:40 PST Modified files: x11/xdialog Makefile Log: Fix logic problem. Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/x11/xdialog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13: 0:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7E0E37B401; Tue, 9 Jan 2001 12:59:50 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09KxoG31311; Tue, 9 Jan 2001 12:59:50 -0800 (PST) (envelope-from knu) Message-Id: <200101092059.f09KxoG31311@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 12:59:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/ruby-qt2 Makefile distinfo pkg-comment pkg-plist ports/x11-toolkits/ruby-qt2/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 12:59:50 PST Modified files: x11-toolkits Makefile x11-toolkits/ruby-qt2 Makefile distinfo pkg-comment pkg-plist Added files: x11-toolkits/ruby-qt2/files patch-extconf.rb Log: Add ruby-qt2, Qt2 extension for Ruby. Repocopied from: x11-toolkits/ruby-qt Revision Changes Path 1.118 +2 -1 ports/x11-toolkits/Makefile 1.16 +17 -18 ports/x11-toolkits/ruby-qt2/Makefile 1.6 +1 -1 ports/x11-toolkits/ruby-qt2/distinfo 1.2 +1 -1 ports/x11-toolkits/ruby-qt2/pkg-comment 1.5 +202 -134 ports/x11-toolkits/ruby-qt2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13: 0:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7629937B402; Tue, 9 Jan 2001 12:59:55 -0800 (PST) Received: (from issei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09KxtY31371; Tue, 9 Jan 2001 12:59:55 -0800 (PST) (envelope-from issei) Message-Id: <200101092059.f09KxtY31371@freefall.freebsd.org> From: Issei Suzuki Date: Tue, 9 Jan 2001 12:59:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/SSLtelnet Makefile pkg-descr pkg-plist ports/net/SSLtelnet/files patch-am patch-aa patch-af patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG issei 2001/01/09 12:59:55 PST Modified files: net/SSLtelnet Makefile pkg-descr pkg-plist net/SSLtelnet/files patch-aa patch-af patch-ak Added files: net/SSLtelnet/files patch-am Log: - Fix compilation and installation error in CURRENT. - maintainer is committer now. - Style fix in patch-* PR: 23255 Revision Changes Path 1.17 +7 -1 ports/net/SSLtelnet/Makefile 1.3 +1 -1 ports/net/SSLtelnet/pkg-descr 1.4 +2 -0 ports/net/SSLtelnet/pkg-plist 1.6 +0 -1 ports/net/SSLtelnet/files/patch-aa 1.3 +0 -1 ports/net/SSLtelnet/files/patch-af 1.2 +0 -1 ports/net/SSLtelnet/files/patch-ak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13: 1:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A77637B402; Tue, 9 Jan 2001 13:01:13 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09L1Do31538; Tue, 9 Jan 2001 13:01:13 -0800 (PST) (envelope-from knu) Message-Id: <200101092101.f09L1Do31538@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 13:01:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 13:01:13 PST Modified files: . modules Log: ruby-qt2 --> ports/x11-toolkits/ruby-qt2 Revision Changes Path 1.2296 +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 Jan 9 13: 6:40 2001 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 15A0537B402; Tue, 9 Jan 2001 13:06:15 -0800 (PST) Received: from grolsch.ai (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id 756ED49; Tue, 9 Jan 2001 17:06:06 -0400 (AST) Date: Tue, 09 Jan 2001 17:06:06 -0400 From: "Jeroen C. van Gelderen" To: Soren Schmidt , Mike Smith Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <239270000.979074366@grolsch.ai> In-Reply-To: <200101081758.SAA68334@freebsd.dk> X-Mailer: Mulberry/2.0.6b2 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --On Monday, January 08, 2001 18:58:54 +0100 Soren Schmidt wrote: > It seems Mike Smith wrote: >> Closing the drive tray at what is effectively a random time violates the >> user interface model for the CDROM. I think it's a stunningly stupid >> idea (for the damage reasons that Matt gives as well as the semantic >> violations). >> >> It's bad enough that some drives close as part of the reset cycle; doing >> it on first open would definitely be Not On. Opening/closing the tray >> is part of the media exchange cycle; in much the same way that a tape >> drive can eject a tape, but requires the operator to explicitly load >> one. > > OK OK, I'll rip it out again, as soon as my -current box allows me > to actually do something, MFC will follow in a timely manner.... Nothing personal, but had you not done an immediate MFC you could have prevented this gratuitous flip-flop in -STABLE. Why did you do an immediate MFC? Cheers, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13:10:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 1EB9637B401; Tue, 9 Jan 2001 13:09:45 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id WAA89469; Tue, 9 Jan 2001 22:09:40 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101092109.WAA89469@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: <239270000.979074366@grolsch.ai> from "Jeroen C. van Gelderen" at "Jan 9, 2001 05:06:06 pm" To: jeroen@vangelderen.org (Jeroen C. van Gelderen) Date: Tue, 9 Jan 2001 22:09:40 +0100 (CET) Cc: msmith@FreeBSD.org (Mike Smith), 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Jeroen C. van Gelderen wrote: > > OK OK, I'll rip it out again, as soon as my -current box allows me > > to actually do something, MFC will follow in a timely manner.... > > Nothing personal, but had you not done an immediate MFC you could have > prevented this gratuitous flip-flop in -STABLE. Why did you do an immediate > MFC? I forgot it was bikeshed material, simple as that.... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13:51:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A5FE37B400; Tue, 9 Jan 2001 13:51:24 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09LpOv38002; Tue, 9 Jan 2001 13:51:24 -0800 (PST) (envelope-from knu) Message-Id: <200101092151.f09LpOv38002@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 9 Jan 2001 13:51:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/09 13:51:24 PST Modified files: x11-toolkits/ruby-qt2 Makefile Log: Temporarily mark as broken. There seems to be something wrong with the generated qt2.so on 4-STABLE + XFree86 4.0.2 + Mesa 3.2.1: /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1:in `require': /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so: Undefined symbol "__ti9QGLWidget" - /usr/local/lib/ruby/site_ruby/1.6/i386-freebsd4.2/qt2.so (LoadError) from /usr/local/lib/ruby/site_ruby/1.6/qt2.rb:1 from hello.rb:17:in `require' from hello.rb:17 where "__ti9QGLWidget" is apparently an internal symbol... I'll have to take the time to investigate and fix the problem. :( Any input is welcome. Revision Changes Path 1.17 +3 -1 ports/x11-toolkits/ruby-qt2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 13:51:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D4A537B401; Tue, 9 Jan 2001 13:51:28 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09LpS738029; Tue, 9 Jan 2001 13:51:28 -0800 (PST) (envelope-from trevor) Message-Id: <200101092151.f09LpS738029@freefall.freebsd.org> From: Trevor Johnson Date: Tue, 9 Jan 2001 13:51:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heretic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/09 13:51:28 PST Modified files: games/heretic Makefile Log: Restore the -b option to fetch, for compatibility with FreeBSD 3.x. Submitted by: will Revision Changes Path 1.7 +2 -1 ports/games/heretic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 14:25: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (dhcp45-24.dis.org [216.240.45.24]) by hub.freebsd.org (Postfix) with ESMTP id 0D7B137B400; Tue, 9 Jan 2001 14:24:32 -0800 (PST) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f09MbvJ01112; Tue, 9 Jan 2001 14:37:57 -0800 (PST) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200101092237.f09MbvJ01112@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-reply-to: Your message of "Tue, 09 Jan 2001 10:17:49 PST." <200101091817.f09IHng10622@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jan 2001 14:37:57 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > mjacob 2001/01/09 10:17:49 PST > > Modified files: > sys/alpha/include bus.h > Log: > The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really > be 64 bits wide. The largest known current actual physical implementation > is 40 bits, so BUS_SPACE_MAXADDR should reflect this. It also seems to > me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. Where a constant is of a known type, one should avoid "UL" in favour of the real type, eg. (~(bus_addr_t)0). There's too much "long" in the bus code already. 8( All IMO. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 14:28:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4955337B401; Tue, 9 Jan 2001 14:28:18 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09MSID42953; Tue, 9 Jan 2001 14:28:18 -0800 (PST) (envelope-from jhb) Message-Id: <200101092228.f09MSID42953@freefall.freebsd.org> From: John Baldwin Date: Tue, 9 Jan 2001 14:28:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.syscons Makefile rc src/etc/etc.alpha rc.alpha src/etc/etc.i386 rc.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/09 14:28:18 PST Modified files: etc Makefile rc etc/etc.alpha rc.alpha etc/etc.i386 rc.i386 Added files: etc rc.syscons Log: Move the syscons configuration to a machine independent rc.syscons. The syscons sh code was identical on both platforms except for whitespace differences. Revision Changes Path 1.240 +3 -2 src/etc/Makefile 1.245 +7 -1 src/etc/rc 1.12 +3 -153 src/etc/etc.alpha/rc.alpha 1.58 +1 -152 src/etc/etc.i386/rc.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 14:39:50 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id BEBB437B401; Tue, 9 Jan 2001 14:39:29 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA11131; Tue, 9 Jan 2001 14:39:28 -0800 Date: Tue, 9 Jan 2001 14:39:28 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mike Smith Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101092237.f09MbvJ01112@mass.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > mjacob 2001/01/09 10:17:49 PST > > > > Modified files: > > sys/alpha/include bus.h > > Log: > > The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really > > be 64 bits wide. The largest known current actual physical implementation > > is 40 bits, so BUS_SPACE_MAXADDR should reflect this. It also seems to > > me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. > > Where a constant is of a known type, one should avoid "UL" in favour of > the real type, eg. (~(bus_addr_t)0). There's too much "long" in the bus > code already. 8( > > All IMO. Sure- it's kinda all the same to me. Knock yerself out! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 14:50:25 2001 Delivered-To: cvs-all@freebsd.org Received: from flux.ptc.spbu.ru (flux.ptc.spbu.ru [195.19.225.195]) by hub.freebsd.org (Postfix) with ESMTP id 51B3F37B400; Tue, 9 Jan 2001 14:50:03 -0800 (PST) Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by flux.ptc.spbu.ru (8.9.3/8.9.3/cf-1.0.rbl) with ESMTP id BAA40949; Wed, 10 Jan 2001 01:49:45 +0300 (MSK) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id BAA11319; Wed, 10 Jan 2001 01:49:45 +0300 (MSK) Date: Wed, 10 Jan 2001 01:49:44 +0300 From: "Valeriy E. Ushakov" To: Soren Schmidt Cc: "Jeroen C. van Gelderen" , Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010110014944.A11315@snark.ptc.spbu.ru> Mail-Followup-To: Soren Schmidt , "Jeroen C. van Gelderen" , Mike Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <239270000.979074366@grolsch.ai> <200101092109.WAA89469@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <200101092109.WAA89469@freebsd.dk>; from "Soren Schmidt" on Tue, Jan 09, 2001 at 22:09:40 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 22:09:40 +0100, Soren Schmidt wrote: > > > OK OK, I'll rip it out again, as soon as my -current box allows me > > > to actually do something, MFC will follow in a timely manner.... > > > > Nothing personal, but had you not done an immediate MFC you could > > have prevented this gratuitous flip-flop in -STABLE. Why did you > > do an immediate MFC? > > I forgot it was bikeshed material, simple as that.... Hmm, incidentally -stable (atapi-cd.c 1.48.2.8) still has this autoclose code that was backed out from -current. I guess this time you gonna play by the book and wait few weeks before MFC'ing it ;-) SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 14:53:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 1C24837B401; Tue, 9 Jan 2001 14:53:16 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id XAA17327; Tue, 9 Jan 2001 23:53:06 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101092253.XAA17327@freebsd.dk> Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) In-Reply-To: <20010110014944.A11315@snark.ptc.spbu.ru> from "Valeriy E. Ushakov" at "Jan 10, 2001 01:49:44 am" To: uwe@ptc.spbu.ru (Valeriy E. Ushakov) Date: Tue, 9 Jan 2001 23:53:05 +0100 (CET) Cc: jeroen@vangelderen.org (Jeroen C. van Gelderen), msmith@FreeBSD.org (Mike Smith), 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Valeriy E. Ushakov wrote: > > > > OK OK, I'll rip it out again, as soon as my -current box allows me > > > > to actually do something, MFC will follow in a timely manner.... > > > > > > Nothing personal, but had you not done an immediate MFC you could > > > have prevented this gratuitous flip-flop in -STABLE. Why did you > > > do an immediate MFC? > > > > I forgot it was bikeshed material, simple as that.... > > Hmm, incidentally -stable (atapi-cd.c 1.48.2.8) still has this > autoclose code that was backed out from -current. I guess this time > you gonna play by the book and wait few weeks before MFC'ing it ;-) Exactly.. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 15: 9:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83AED37B400; Tue, 9 Jan 2001 15:09:00 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09N90P48928; Tue, 9 Jan 2001 15:09:00 -0800 (PST) (envelope-from sobomax) Message-Id: <200101092309.f09N90P48928@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 15:09:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/files patch-Sources_Util_fcvt.c patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 15:09:00 PST Modified files: devel/clanlib Makefile devel/clanlib/files patch-ah Added files: devel/clanlib/files patch-Sources_Util_fcvt.c Log: Add SUSv2 compatible fcvt() function ripped from glibc. fcvt() is required by some internal Clanlib's function (fortunately rarely used, which allowed several clanlib-based ports live w/o it). Prompted by: alex (quite some time ago) Revision Changes Path 1.3 +2 -1 ports/devel/clanlib/Makefile 1.2 +23 -3 ports/devel/clanlib/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 15:10:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C869837B400; Tue, 9 Jan 2001 15:10:24 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09NAOP49145; Tue, 9 Jan 2001 15:10:24 -0800 (PST) (envelope-from sobomax) Message-Id: <200101092310.f09NAOP49145@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Jan 2001 15:10:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-game Makefile distinfo ports/devel/py-game/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/09 15:10:24 PST Modified files: devel/py-game Makefile distinfo devel/py-game/files patch-aa Log: Update to 0.5. Revision Changes Path 1.2 +5 -3 ports/devel/py-game/Makefile 1.2 +1 -1 ports/devel/py-game/distinfo 1.2 +30 -4 ports/devel/py-game/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 15:31:13 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 6CD2137B400; Tue, 9 Jan 2001 15:30:40 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id SAA27353; Tue, 9 Jan 2001 18:30:36 -0500 (EST) (envelope-from wollman) Date: Tue, 9 Jan 2001 18:30:36 -0500 (EST) From: Garrett Wollman Message-Id: <200101092330.SAA27353@khavrinen.lcs.mit.edu> To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101092237.f09MbvJ01112@mass.osd.bsdi.com> References: <200101091817.f09IHng10622@freefall.freebsd.org> <200101092237.f09MbvJ01112@mass.osd.bsdi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Where a constant is of a known type, one should avoid "UL" in favour of > the real type, eg. (~(bus_addr_t)0). There's too much "long" in the bus > code already. 8( This will cause strange, hard-to-diagnose bugs arising from sign-extension happening at the wrong times, from the wrong bits being trimmed off in various places, etc. Having said that, your example is indeed the right way to express the concept, just not for the reason you state. C89 guarantees that `unsigned long' is the longest integral type. C99 breaks this promise, but we'll probably sweep that under the carpet for all types but file sizes. -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 Jan 9 15:39:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 380BE37B400; Tue, 9 Jan 2001 15:39:33 -0800 (PST) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09NdXu51394; Tue, 9 Jan 2001 15:39:33 -0800 (PST) (envelope-from dmlb) Message-Id: <200101092339.f09NdXu51394@freefall.freebsd.org> From: Duncan Barclay Date: Tue, 9 Jan 2001 15:39:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/01/09 15:39:33 PST Modified files: sys/pccard pcic.c Log: Fix a minor bug that prevents NEWBUS users from setting more than one memory map. The memory window for the PCIC is identifed by the resource id for NEWSBUS drivers. pccardd always uses window 0 and rid 0 when setting maps up. This fix does not affect pccardd's handling of common memory for ed cards. Reviewed by: imp Revision Changes Path 1.103 +2 -2 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 15:59:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5EC437B400; Tue, 9 Jan 2001 15:58:57 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09NwvD53053; Tue, 9 Jan 2001 15:58:57 -0800 (PST) (envelope-from bmilekic) Message-Id: <200101092358.f09NwvD53053@freefall.freebsd.org> From: Bosko Milekic Date: Tue, 9 Jan 2001 15:58:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/01/09 15:58:57 PST Modified files: sys/kern uipc_mbuf.c Log: In m_mballoc_wait(), drop the mmbfree mutex lock prior to calling m_reclaim() and re-acquire it when m_reclaim() returns. This means that we now call the drain routines without holding the mutex lock and recursing into it. This was done for mainly two reasons: (i) Avoid the long recursion; long recursions are typically bad and this is the case here because we block all other code from freeing mbufs if they need to. Doing that is kind of counter-productive, since we're really hoping that someone will free. (ii) More importantly, avoid a potential lock order reversal. Right now, not all the locks have been added to our networking code; but without this change, we're introducing the possibility for deadlock. Consider for example ip_drain(). We will likely eventually introduce a lock for ipq there, and so ip_freef() will be called with ipq lock held. But, ip_freef() calls m_freem() which in turn acquires the mmbfree lock. Since we were previously calling ip_drain() with mmbfree held, our lock order would be: mmbfree->ipq->mmbfree. Some other code may very well lock ipq first and then call ip_freef(). This would result in the regular lock order, ipq->mmbfree. Clearly, we have deadlock if one thread acquires the ipq lock and sits waiting for mmbfree while another thread calling m_reclaim() acquires mmbfree and sits waiting for the ipq lock. Also, make sure to add a comment above m_reclaim()'s definition briefly explaining this. Also document this above the call to m_reclaim() in m_mballoc_wait(). Suggested and reviewed by: alfred Revision Changes Path 1.61 +16 -13 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 16:57:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAAE837B400; Tue, 9 Jan 2001 16:57:25 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A0vPD59081; Tue, 9 Jan 2001 16:57:25 -0800 (PST) (envelope-from grog) Message-Id: <200101100057.f0A0vPD59081@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 16:57:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 16:57:25 PST Modified files: en support.sgml Log: Add FrankfurtBSD. Submitted by: Moritz Hardt Moritz Hardt Revision Changes Path 1.212 +9 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 17: 6:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F77C37B402; Tue, 9 Jan 2001 17:06:31 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A16V161853; Tue, 9 Jan 2001 17:06:31 -0800 (PST) (envelope-from kevlo) Message-Id: <200101100106.f0A16V161853@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 17:06:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-B-Graph Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 17:06:30 PST Modified files: devel/p5-B-Graph Makefile distinfo Log: Upgrade to 0.51 Approved by: MAINTAINER Revision Changes Path 1.2 +3 -3 ports/devel/p5-B-Graph/Makefile 1.2 +1 -1 ports/devel/p5-B-Graph/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 17:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFAD337B400; Tue, 9 Jan 2001 17:36:40 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A1aet64261; Tue, 9 Jan 2001 17:36:40 -0800 (PST) (envelope-from kevlo) Message-Id: <200101100136.f0A1aet64261@freefall.freebsd.org> From: Kevin Lo Date: Tue, 9 Jan 2001 17:36:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/hppsmtools pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/09 17:36:40 PST Modified files: graphics/hppsmtools pkg-descr Log: Update WWW PR: 24208 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/graphics/hppsmtools/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 Jan 9 18:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8316737B402; Tue, 9 Jan 2001 18:37:17 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A2bHM71330; Tue, 9 Jan 2001 18:37:17 -0800 (PST) (envelope-from archie) Message-Id: <200101100237.f0A2bHM71330@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 9 Jan 2001 18:37:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/root dot.cshrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/09 18:37:17 PST Modified files: etc/root dot.cshrc Log: Add these key bindings for tcsh users in interactive mode: bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current Revision Changes Path 1.28 +6 -1 src/etc/root/dot.cshrc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 18:50:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA737B400; Tue, 9 Jan 2001 18:50:02 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id NAA15842; Wed, 10 Jan 2001 13:49:55 +1100 Date: Wed, 10 Jan 2001 13:50:47 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c In-Reply-To: <200101090423.f094Nvd17769@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 8 Jan 2001, Garrett Wollman wrote: > wollman 2001/01/08 20:23:57 PST > > Modified files: > sys/dev/lnc if_lnc.c > Log: > Make it clear that the macro `inb' is being overridden. inb() shouldn't be overridden. It is in the implementation namespace and might be used to implement bus_space_read_1(). Similar abuse of inw() and outw() was not detected because they are not implemented as macros. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 19: 5:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86F0437B400; Tue, 9 Jan 2001 19:04:46 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A34kF73409; Tue, 9 Jan 2001 19:04:46 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101100304.f0A34kF73409@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 9 Jan 2001 19:04:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-Schedule-At Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/p5-Schedule-At/files patch-At.pm patch-t1.t X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/09 19:04:46 PST Modified files: sysutils Makefile Added files: sysutils/p5-Schedule-At Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/p5-Schedule-At/files patch-At.pm patch-t1.t Log: Add p5-Schedule-At (OS independent interface to the Unix 'at' command). Revision Changes Path 1.146 +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 Tue Jan 9 19: 5:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2B5037B401; Tue, 9 Jan 2001 19:04:52 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A34q673447; Tue, 9 Jan 2001 19:04:52 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101100304.f0A34q673447@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 9 Jan 2001 19:04:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/09 19:04:52 PST Modified files: . modules Log: p5-Schedule-At --> ports/sysutils/p5-Schedule-At Revision Changes Path 1.2297 +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 Jan 9 19:43:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F8D37B400; Tue, 9 Jan 2001 19:43:35 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A3hZE77767; Tue, 9 Jan 2001 19:43:35 -0800 (PST) (envelope-from rwatson) Message-Id: <200101100343.f0A3hZE77767@freefall.freebsd.org> From: Robert Watson Date: Tue, 9 Jan 2001 19:43:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/netinet ip_fw.c ip_fw.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/09 19:43:34 PST Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.c sys/netinet ip_fw.c ip_fw.h Log: o MFC of ECN flag handling fixes in IPFW, respectively: Revision Changes Path 1.98 +3 -4 src/sbin/ipfw/ipfw.c 1.151 +14 -6 src/sys/netinet/ip_fw.c 1.54 +3 -3 src/sys/netinet/ip_fw.h Prior commit message: o IPFW incorrectly handled filtering in the presence of previously reserved and now allocated TCP flags in incoming packets. This patch stops overloading those bits in the IP firewall rules, and moves colliding flags to a seperate field, ipflg. The IPFW userland management tool, ipfw(8), is updated to reflect this change. New TCP flags related to ECN are now included in tcp.h for reference, although we don't currently implement TCP+ECN. o To use this fix without completely rebuilding, it is sufficient to copy ip_fw.h and tcp.h into your appropriate include directory, then rebuild the ipfw kernel module, and ipfw tool, and install both. Note that a mismatch between module and userland tool will result in incorrect installation of firewall rules that may have unexpected effects. This bug does not appear to affect ipfilter. Reviewed by: security-officer, billf, jedgar Reported by: Aragon Gouveia Revision Changes Path 1.80.2.8 +3 -3 src/sbin/ipfw/ipfw.c 1.131.2.11 +14 -6 src/sys/netinet/ip_fw.c 1.47.2.5 +3 -2 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 20:41:26 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6893337B400; Tue, 9 Jan 2001 20:41:07 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0A4f2s58670; Tue, 9 Jan 2001 21:41:02 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101100441.f0A4f2s58670@harmony.village.org> To: Matt Jacob Subject: Re: cvs commit: src/sys/alpha/include bus.h Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 09 Jan 2001 10:17:49 PST." <200101091817.f09IHng10622@freefall.freebsd.org> References: <200101091817.f09IHng10622@freefall.freebsd.org> Date: Tue, 09 Jan 2001 21:41:02 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101091817.f09IHng10622@freefall.freebsd.org> Matt Jacob writes: : me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls we have? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 20:44:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9617437B400; Tue, 9 Jan 2001 20:43:51 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A4hpo84748; Tue, 9 Jan 2001 20:43:51 -0800 (PST) (envelope-from jake) Message-Id: <200101100443.f0A4hpo84748@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 9 Jan 2001 20:43:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c trap.c src/sys/dev/usb ohci.c uhci.c usbdi.c src/sys/dev/vinum vinumhdr.h vinummemory.c src/sys/i386/i386 bios.c db_interface.c machdep.c mp_machdep.c mpapic.c pmap.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/09 20:43:51 PST Modified files: sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c trap.c sys/dev/usb ohci.c uhci.c usbdi.c sys/dev/vinum vinumhdr.h vinummemory.c sys/i386/i386 bios.c db_interface.c machdep.c mp_machdep.c mpapic.c pmap.c sys_machdep.c trap.c vm86.c vm_machdep.c sys/i386/include cpu.h sys/i386/isa npx.c sys/ia64/ia64 interrupt.c mp_machdep.c sys/kern init_main.c kern_clock.c kern_exit.c kern_ktr.c kern_malloc.c kern_mutex.c kern_resource.c kern_shutdown.c kern_subr.c kern_switch.c kern_synch.c subr_prf.c vfs_bio.c sys/sys buf.h Log: Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables other then curproc. Revision Changes Path 1.33 +4 -4 src/sys/alpha/alpha/interrupt.c 1.106 +14 -14 src/sys/alpha/alpha/machdep.c 1.7 +4 -4 src/sys/alpha/alpha/mp_machdep.c 1.14 +10 -8 src/sys/alpha/alpha/prom.c 1.39 +2 -2 src/sys/alpha/alpha/trap.c 1.48 +2 -2 src/sys/dev/usb/ohci.c 1.55 +2 -2 src/sys/dev/usb/uhci.c 1.44 +2 -2 src/sys/dev/usb/usbdi.c 1.19 +2 -2 src/sys/dev/vinum/vinumhdr.h 1.24 +2 -2 src/sys/dev/vinum/vinummemory.c 1.41 +2 -2 src/sys/i386/i386/bios.c 1.54 +8 -6 src/sys/i386/i386/db_interface.c 1.427 +9 -8 src/sys/i386/i386/machdep.c 1.133 +20 -20 src/sys/i386/i386/mp_machdep.c 1.45 +4 -4 src/sys/i386/i386/mpapic.c 1.267 +37 -36 src/sys/i386/i386/pmap.c 1.52 +4 -4 src/sys/i386/i386/sys_machdep.c 1.164 +24 -17 src/sys/i386/i386/trap.c 1.36 +4 -4 src/sys/i386/i386/vm86.c 1.147 +6 -6 src/sys/i386/i386/vm_machdep.c 1.54 +4 -4 src/sys/i386/include/cpu.h 1.87 +18 -18 src/sys/i386/isa/npx.c 1.5 +3 -3 src/sys/ia64/ia64/interrupt.c 1.5 +4 -4 src/sys/ia64/ia64/mp_machdep.c 1.152 +2 -2 src/sys/kern/init_main.c 1.118 +3 -3 src/sys/kern/kern_clock.c 1.113 +3 -3 src/sys/kern/kern_exit.c 1.11 +2 -2 src/sys/kern/kern_ktr.c 1.76 +2 -2 src/sys/kern/kern_malloc.c 1.31 +6 -4 src/sys/kern/kern_mutex.c 1.70 +6 -5 src/sys/kern/kern_resource.c 1.91 +3 -3 src/sys/kern/kern_shutdown.c 1.39 +4 -4 src/sys/kern/kern_subr.c 1.9 +3 -3 src/sys/kern/kern_switch.c 1.118 +13 -12 src/sys/kern/kern_synch.c 1.70 +2 -2 src/sys/kern/subr_prf.c 1.270 +6 -6 src/sys/kern/vfs_bio.c 1.114 +2 -2 src/sys/sys/buf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 20:44:56 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A466237B401; Tue, 9 Jan 2001 20:44:30 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0A4iUs58704; Tue, 9 Jan 2001 21:44:30 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101100444.f0A4iUs58704@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/sys/alpha/include bus.h Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 09 Jan 2001 14:37:57 PST." <200101092237.f09MbvJ01112@mass.osd.bsdi.com> References: <200101092237.f09MbvJ01112@mass.osd.bsdi.com> Date: Tue, 09 Jan 2001 21:44:30 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101092237.f09MbvJ01112@mass.osd.bsdi.com> Mike Smith writes: : > mjacob 2001/01/09 10:17:49 PST : > : > Modified files: : > sys/alpha/include bus.h : > Log: : > The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really : > be 64 bits wide. The largest known current actual physical implementation : > is 40 bits, so BUS_SPACE_MAXADDR should reflect this. It also seems to : > me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. : : Where a constant is of a known type, one should avoid "UL" in favour of : the real type, eg. (~(bus_addr_t)0). There's too much "long" in the bus : code already. 8( Yes. And shouldn't we have #defines for these things? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 21: 1:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79EA437B401; Tue, 9 Jan 2001 21:01:13 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A51DZ86243; Tue, 9 Jan 2001 21:01:13 -0800 (PST) (envelope-from grog) Message-Id: <200101100501.f0A51DZ86243@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:01:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:01:13 PST Modified files: sys/dev/vinum vinumconfig.c Log: config_plex: Initialize mutex for parity plexes. remove_plex_entry: Destroy mutex for parity plexes. Part of rewrite of RAID-[45] locking code. Revision Changes Path 1.36 +10 -1 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 Jan 9 21: 3: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FF2C37B401; Tue, 9 Jan 2001 21:02:45 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A52jW86342; Tue, 9 Jan 2001 21:02:45 -0800 (PST) (envelope-from grog) Message-Id: <200101100502.f0A52jW86342@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:02:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:02:44 PST Modified files: sys/dev/vinum vinumio.c Log: open_drive: Refuse to open partition c of a disk device. This should eliminate one case of foot shooting . vinum_scandisk: If a drive in the partition table is downed, free it. This duplicates code for the compatibility partition, which for some reason was omitted here. Revision Changes Path 1.63 +9 -5 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 Jan 9 21: 6: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE1A037B400; Tue, 9 Jan 2001 21:05:46 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A55kB88262; Tue, 9 Jan 2001 21:05:46 -0800 (PST) (envelope-from grog) Message-Id: <200101100505.f0A55kB88262@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:05:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumhdr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:05:46 PST Modified files: sys/dev/vinum vinumhdr.h Log: Get definition of Malloc right when not using VINUMDEBUG Pointed out by: tegge Revision Changes Path 1.20 +2 -2 src/sys/dev/vinum/vinumhdr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 21: 6:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B9F737B401; Tue, 9 Jan 2001 21:06:38 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A56cV88788; Tue, 9 Jan 2001 21:06:38 -0800 (PST) (envelope-from grog) Message-Id: <200101100506.f0A56cV88788@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:06:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumlock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:06:38 PST Modified files: sys/dev/vinum vinumlock.c Log: Remove obsolete functions [un]lockplex and [un]lockvol. Rewrite lockrange and unlockrange. The lock table is now a fixed size, so there is no possibility for race conditions when expanding. The current size (256 locked ranges) should be large enough that it makes no sense to expand it. To do expansion right would require quiescing the plex (requiring at least 256 I/O completions), and the performance implications are horrendous. Add a mutex per plex for accessing the lock table. Based on analysis by: tegge Revision Changes Path 1.20 +62 -137 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 Jan 9 21: 7:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F390637B404; Tue, 9 Jan 2001 21:07:14 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A57E488889; Tue, 9 Jan 2001 21:07:14 -0800 (PST) (envelope-from grog) Message-Id: <200101100507.f0A57E488889@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:07:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumraid5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:07:14 PST Modified files: sys/dev/vinum vinumraid5.c Log: bre5: don't bufdone the user bp on error, let vinumstart() do it. Based on analysis by: tegge Revision Changes Path 1.12 +1 -2 src/sys/dev/vinum/vinumraid5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 21: 8:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E7A37B401; Tue, 9 Jan 2001 21:07:52 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A57qw88973; Tue, 9 Jan 2001 21:07:52 -0800 (PST) (envelope-from grog) Message-Id: <200101100507.f0A57qw88973@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:07:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:07:52 PST Modified files: sys/dev/vinum vinumrequest.c Log: vinumstart: Don't check for B_DONE on return from bre(), it doesn't happen any more. abortrequest: don't bufdone the user bp on error, let vinumstart() do it. Based on analysis by: tegge Revision Changes Path 1.54 +4 -12 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 Jan 9 21: 8:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC90437B400; Tue, 9 Jan 2001 21:08:30 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A58Uv89035; Tue, 9 Jan 2001 21:08:30 -0800 (PST) (envelope-from grog) Message-Id: <200101100508.f0A58Uv89035@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:08:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:08:30 PST Modified files: sys/dev/vinum vinumvar.h Log: Part of rewrite of RAID-[45] locking code: Rename INITIAL_LOCKS to PLEX_LOCKS, since it now stays a constant. struct plex: Add a mutex lockmtx. Remove alloclocks. Revision Changes Path 1.35 +29 -27 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 Jan 9 21:28:40 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B10F237B401; Tue, 9 Jan 2001 21:28:16 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA31426; Wed, 10 Jan 2001 16:28:13 +1100 Date: Wed, 10 Jan 2001 16:29:05 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c trap.c src/sys/dev/usb ohci.c uhci.c usbdi.c src/sys/dev/vinum vinumhdr.h vinummemory.c src/sys/i386/i386 bios.c db_interface.c machdep.c mp_machdep.c mpapic.c pmap.c ... In-Reply-To: <200101100443.f0A4hpo84748@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 9 Jan 2001, Jake Burkholder wrote: > jake 2001/01/09 20:43:51 PST > > Modified files: > sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c > trap.c > sys/dev/usb ohci.c uhci.c usbdi.c > sys/dev/vinum vinumhdr.h vinummemory.c > sys/i386/i386 bios.c db_interface.c machdep.c > mp_machdep.c mpapic.c pmap.c > sys_machdep.c trap.c vm86.c vm_machdep.c > sys/i386/include cpu.h > sys/i386/isa npx.c > sys/ia64/ia64 interrupt.c mp_machdep.c > sys/kern init_main.c kern_clock.c kern_exit.c > kern_ktr.c kern_malloc.c kern_mutex.c > kern_resource.c kern_shutdown.c > kern_subr.c kern_switch.c kern_synch.c > subr_prf.c vfs_bio.c > sys/sys buf.h > Log: > Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables > other then curproc. I wish I had objected earlier to your previous changes to prepare for this mistake. Machine-independent code shouldn't know that some variables are per-cpu. We had perfectly good access macros named curproc, etc. (except they weren't ifdefed right for modules). There is no need for function-like macros, since rvalue-like variables can always be implemented using macros (or [inline] functions) that return the value of the variable, and lvalue-like variables can always be implemented as `*(macro_that_returns_address_of_variable)'. This is what the old macros did. The `SET' macros can be more efficient in some cases, since they may be able to access the variable directly, but we currently don't do this. In fact, even the i386 `GET' macros have regressed from direct accesses in the %fs segment to indirect accesses via a pointer loaded from the %fs segment. > Revision Changes Path > 1.33 +4 -4 src/sys/alpha/alpha/interrupt.c > 1.106 +14 -14 src/sys/alpha/alpha/machdep.c > 1.7 +4 -4 src/sys/alpha/alpha/mp_machdep.c > 1.14 +10 -8 src/sys/alpha/alpha/prom.c > 1.39 +2 -2 src/sys/alpha/alpha/trap.c > 1.48 +2 -2 src/sys/dev/usb/ohci.c > 1.55 +2 -2 src/sys/dev/usb/uhci.c > 1.44 +2 -2 src/sys/dev/usb/usbdi.c > 1.19 +2 -2 src/sys/dev/vinum/vinumhdr.h > 1.24 +2 -2 src/sys/dev/vinum/vinummemory.c > 1.41 +2 -2 src/sys/i386/i386/bios.c > 1.54 +8 -6 src/sys/i386/i386/db_interface.c > 1.427 +9 -8 src/sys/i386/i386/machdep.c > 1.133 +20 -20 src/sys/i386/i386/mp_machdep.c > 1.45 +4 -4 src/sys/i386/i386/mpapic.c > 1.267 +37 -36 src/sys/i386/i386/pmap.c > 1.52 +4 -4 src/sys/i386/i386/sys_machdep.c > 1.164 +24 -17 src/sys/i386/i386/trap.c > 1.36 +4 -4 src/sys/i386/i386/vm86.c > 1.147 +6 -6 src/sys/i386/i386/vm_machdep.c > 1.54 +4 -4 src/sys/i386/include/cpu.h > 1.87 +18 -18 src/sys/i386/isa/npx.c > 1.5 +3 -3 src/sys/ia64/ia64/interrupt.c > 1.5 +4 -4 src/sys/ia64/ia64/mp_machdep.c > 1.152 +2 -2 src/sys/kern/init_main.c > 1.118 +3 -3 src/sys/kern/kern_clock.c > 1.113 +3 -3 src/sys/kern/kern_exit.c > 1.11 +2 -2 src/sys/kern/kern_ktr.c > 1.76 +2 -2 src/sys/kern/kern_malloc.c > 1.31 +6 -4 src/sys/kern/kern_mutex.c > 1.70 +6 -5 src/sys/kern/kern_resource.c > 1.91 +3 -3 src/sys/kern/kern_shutdown.c > 1.39 +4 -4 src/sys/kern/kern_subr.c > 1.9 +3 -3 src/sys/kern/kern_switch.c > 1.118 +13 -12 src/sys/kern/kern_synch.c > 1.70 +2 -2 src/sys/kern/subr_prf.c > 1.270 +6 -6 src/sys/kern/vfs_bio.c > 1.114 +2 -2 src/sys/sys/buf.h The corresponding changes for curproc would affect approximately 606 lines in 163 files. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 21:32:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 142F537B401; Tue, 9 Jan 2001 21:32:03 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A5W3a91306; Tue, 9 Jan 2001 21:32:03 -0800 (PST) (envelope-from ben) Message-Id: <200101100532.f0A5W3a91306@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 9 Jan 2001 21:32:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/09 21:32:02 PST Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: remove unused directories. Revision Changes Path 1.188.2.9 +1 -7 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 21:55:38 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id ADAB837B401; Tue, 9 Jan 2001 21:55:16 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id AAA29930; Wed, 10 Jan 2001 00:55:13 -0500 (EST) (envelope-from wollman) Date: Wed, 10 Jan 2001 00:55:13 -0500 (EST) From: Garrett Wollman Message-Id: <200101100555.AAA29930@khavrinen.lcs.mit.edu> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101100441.f0A4f2s58670@harmony.village.org> References: <200101091817.f09IHng10622@freefall.freebsd.org> <200101100441.f0A4f2s58670@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls > we have? They should be `~0UL' and that's how all the ones I did were written. Plain `~0' is wrong, but can't be distinguished on ILP32 architectures. -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 Jan 9 21:59:42 2001 Delivered-To: cvs-all@freebsd.org Received: from cr66388-a.rchrd1.on.wave.home.com (cr66388-a.rchrd1.on.wave.home.com [24.114.165.24]) by hub.freebsd.org (Postfix) with ESMTP id BADF137B400; Tue, 9 Jan 2001 21:59:09 -0800 (PST) Received: from cr66388-a.rchrd1.on.wave.home.c (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by cr66388-a.rchrd1.on.wave.home.com (Postfix) with ESMTP id E3743BA7F; Wed, 10 Jan 2001 00:54:48 -0500 (EST) X-Mailer: exmh version 2.1.1 10/15/1999 To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c trap.c src/sys/dev/usb ohci.c uhci.c usbdi.c src/sys/dev/vinum vinumhdr.h vinummemory.c src/sys/i386/i386 bios.c db_interface.c machdep.c mp_machdep.c mpapic.c pmap.c ... In-Reply-To: Message from Bruce Evans of "Wed, 10 Jan 2001 16:29:05 +1100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 10 Jan 2001 00:54:48 -0500 From: Jake Burkholder Message-Id: <20010110055449.E3743BA7F@cr66388-a.rchrd1.on.wave.home.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I wish I had objected earlier to your previous changes to prepare for > this mistake. Machine-independent code shouldn't know that some > variables are per-cpu. We had perfectly good access macros named > curproc, etc. (except they weren't ifdefed right for modules). There > is no need for function-like macros, since rvalue-like variables can > always be implemented using macros (or [inline] functions) that return > the value of the variable, and lvalue-like variables can always be > implemented as `*(macro_that_returns_address_of_variable)'. This is > what the old macros did. The `SET' macros can be more efficient in > some cases, since they may be able to access the variable directly, > but we currently don't do this. In fact, even the i386 `GET' macros > have regressed from direct accesses in the %fs segment to indirect > accesses via a pointer loaded from the %fs segment. > This is a matter of opinion. The reason that I like this better than l-value like macros is that per-cpu variables don't need the same locking as normal variables. This makes it clear that they are per-cpu. The way they were implemented before was difficult to understand and difficult to maintain. It required modifications to too many files in order to add a new variable. I know that they could be more efficient, but these work and we don't need h0h0 optimizations at this point. Here is the fast version... /*- * Copyright (c) 1999 Luoqi Chen * All rights reserved. * Copyright (c) 2000 Jake Burkholder * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/include/globals.h,v 1.15 2001/01/06 19:55:42 jake Exp $ */ #ifndef _MACHINE_GLOBALS_H_ #define _MACHINE_GLOBALS_H_ #ifdef _KERNEL #include #ifndef __GNUC__ #error gcc is required to use this file #endif /* * Evaluates to the byte offset of the per-cpu variable name. */ #define __pcpu_offset(name) \ __offsetof(struct globaldata, name) /* * Evaluates to the type of the per-cpu variable name. */ #define __pcpu_type(name) \ __typeof(((struct globaldata *)0)->name) /* * Evaluates to the address of the per-cpu variable name. */ #define __PCPU_ADDR(name) ({ \ __pcpu_type(name) *__p; \ \ __asm __volatile("movl %%fs:%1,%0; addl %2,%0" \ : "=a" (__p) \ : "m" (*(struct globaldata *)(__pcpu_offset(gd_prvspace))), \ "i" (__pcpu_offset(name))); \ \ __p; \ }) /* * Evaluates to the value of the per-cpu variable name. */ #define __PCPU_GET(name) ({ \ __pcpu_type(name) __result; \ \ if (sizeof(__result) == 1) { \ u_char __b; \ __asm __volatile("movb %%fs:%1,%0" \ : "=a" (__b) \ : "m" (*(u_char *)(__pcpu_offset(name)))); \ __result = *(__pcpu_type(name) *)&__b; \ } else if (sizeof(__result) == 4) { \ u_int __i; \ __asm __volatile("movl %%fs:%1,%0" \ : "=a" (__i) \ : "m" (*(u_int *)(__pcpu_offset(name)))); \ __result = *(__pcpu_type(name) *)&__i; \ } else { \ __result = *__PCPU_ADDR(name); \ } \ \ __result; \ }) /* * Set the value of the per-cpu variable name to value val. */ #define __PCPU_SET(name, val) ({ \ __pcpu_type(name) __val = (val); \ \ if (sizeof(__val) == 1) { \ u_char __b; \ __b = *(u_char *)&__val; \ __asm __volatile("movb %1,%%fs:%0" \ : "=m" (*(u_char *)(__pcpu_offset(name))) \ : "a" (__b)); \ } else if (sizeof(__val) == 4) { \ u_int __i; \ __i = *(u_int *)&__val; \ __asm __volatile("movl %1,%%fs:%0" \ : "=m" (*(u_int *)(__pcpu_offset(name))) \ : "a" (__i)); \ } else { \ *__PCPU_ADDR(name) = __val; \ } \ }) #define PCPU_ADDR(member) __PCPU_ADDR(gd_ ## member) #define PCPU_GET(member) __PCPU_GET(gd_ ## member) #define PCPU_SET(member, val) __PCPU_SET(gd_ ## member, val) #define CURPROC PCPU_GET(curproc) #define CURTHD PCPU_GET(curproc) #define GLOBALDATA PCPU_GET(prvspace) #define curproc PCPU_GET(curproc) #endif /* _KERNEL */ #endif /* !_MACHINE_GLOBALS_H_ */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 22: 4:31 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B0C6037B401; Tue, 9 Jan 2001 22:04:07 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id WAA12957; Tue, 9 Jan 2001 22:04:04 -0800 Date: Tue, 9 Jan 2001 22:04:03 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Warner Losh Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101100441.f0A4f2s58670@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200101091817.f09IHng10622@freefall.freebsd.org> Matt Jacob writes: > : me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. > > Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls > we have? int foo() { bar(~0); } int zoo() { bar1(~0UL); } yields (for alpha, with -O): .file 1 "x.c" .version "01.01" .set noat gcc2_compiled.: .text .align 5 .globl foo .ent foo foo: .frame $30,16,$26,0 .mask 0x4000000,-16 ldgp $29,0($27) $foo..ng: lda $30,-16($30) stq $26,0($30) .prologue 1 lda $16,-1 jsr $26,bar ldgp $29,0($26) ldq $26,0($30) lda $30,16($30) ret $31,($26),1 .end foo .align 5 .globl zoo .ent zoo zoo: .frame $30,16,$26,0 .mask 0x4000000,-16 ldgp $29,0($27) $zoo..ng: lda $30,-16($30) stq $26,0($30) .prologue 1 lda $16,-1 jsr $26,bar1 ldgp $29,0($26) ldq $26,0($30) lda $30,16($30) ret $31,($26),1 .end zoo .ident "GCC: (GNU) 2.95.3 20010101 (prerelease)" Sorta looks the same to me.... -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 22:28:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF78437B400; Tue, 9 Jan 2001 22:28:02 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A6S2I02761; Tue, 9 Jan 2001 22:28:02 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101100628.f0A6S2I02761@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 9 Jan 2001 22:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-At pkg-plist ports/sysutils/p5-Schedule-At/files patch-t1.t X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/09 22:28:02 PST Modified files: sysutils/p5-Schedule-At pkg-plist sysutils/p5-Schedule-At/files patch-t1.t Log: Fix patch path and plist. Revision Changes Path 1.2 +1 -0 ports/sysutils/p5-Schedule-At/pkg-plist 1.2 +2 -2 ports/sysutils/p5-Schedule-At/files/patch-t1.t To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 22:37:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C64F437B401; Tue, 9 Jan 2001 22:37:24 -0800 (PST) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A6bOf03739; Tue, 9 Jan 2001 22:37:24 -0800 (PST) (envelope-from jkoshy) Message-Id: <200101100637.f0A6bOf03739@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 9 Jan 2001 22:37:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2001/01/09 22:37:24 PST Modified files: en/news press.sgml Log: Add DDJ column on the USENIX Security Symposium 2000 roundtable featuring several BSD developers. Revision Changes Path 1.169 +10 -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 Tue Jan 9 23: 1:57 2001 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id DA65037B400; Tue, 9 Jan 2001 23:01:37 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id IAA20683; Wed, 10 Jan 2001 08:01:29 +0100 (MET) >Received: (from andreas@localhost) by klemm.gtn.com (8.11.1/8.11.1) id f0A6xEC73662; Wed, 10 Jan 2001 07:59:15 +0100 (CET) (envelope-from andreas) Date: Wed, 10 Jan 2001 07:59:14 +0100 From: Andreas Klemm To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/root dot.cshrc Message-ID: <20010110075914.A70881@titan.klemm.gtn.com> References: <200101100237.f0A2bHM71330@freefall.freebsd.org> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101100237.f0A2bHM71330@freefall.freebsd.org>; from archie@FreeBSD.org on Tue, Jan 09, 2001 at 06:37:17PM -0800 X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 06:37:17PM -0800, Archie Cobbs wrote: > archie 2001/01/09 18:37:17 PST > > Modified files: > etc/root dot.cshrc > Log: > Add these key bindings for tcsh users in interactive mode: > > bindkey "^W" backward-delete-word > bindkey -k up history-search-backward > bindkey -k down history-search-forward Thanks, good idea, while you are at it, what about set autolist set autoexpand set complete set listjobs=long Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.2 SMP Need a magic printfilter today ? -> http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:13: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3543937B400; Tue, 9 Jan 2001 23:12:43 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A7Ch108904; Tue, 9 Jan 2001 23:12:43 -0800 (PST) (envelope-from clive) Message-Id: <200101100712.f0A7Ch108904@freefall.freebsd.org> From: Clive Lin Date: Tue, 9 Jan 2001 23:12:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/bitchx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/09 23:12:42 PST Modified files: chinese/bitchx Makefile Log: Cursor movement and words wrapping aren't hacked if compiled with gnome. If without gnome, esound support isn't needed. Revision Changes Path 1.2 +6 -2 ports/chinese/bitchx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:14:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD7D037B402; Tue, 9 Jan 2001 23:13:59 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A7DxV09089; Tue, 9 Jan 2001 23:13:59 -0800 (PST) (envelope-from julian) Message-Id: <200101100713.f0A7DxV09089@freefall.freebsd.org> From: Julian Elischer Date: Tue, 9 Jan 2001 23:13:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_async.c ng_bpf.c ng_bridge.c ng_iface.c ng_ksocket.c ng_lmi.c ng_mppc.c ng_parse.c ng_ppp.c ng_pppoe.c ng_sample.c ng_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/09 23:13:59 PST Modified files: sys/netgraph netgraph.h ng_async.c ng_bpf.c ng_bridge.c ng_iface.c ng_ksocket.c ng_lmi.c ng_mppc.c ng_parse.c ng_ppp.c ng_pppoe.c ng_sample.c ng_socket.c Log: Fix some memory leaks Add memory leak detection assitance. Revision Changes Path 1.19 +3 -2 src/sys/netgraph/netgraph.h 1.16 +20 -13 src/sys/netgraph/ng_async.c 1.12 +15 -9 src/sys/netgraph/ng_bpf.c 1.10 +19 -13 src/sys/netgraph/ng_bridge.c 1.18 +26 -9 src/sys/netgraph/ng_iface.c 1.18 +13 -7 src/sys/netgraph/ng_ksocket.c 1.14 +2 -4 src/sys/netgraph/ng_lmi.c 1.13 +25 -19 src/sys/netgraph/ng_mppc.c 1.10 +24 -17 src/sys/netgraph/ng_parse.c 1.34 +16 -10 src/sys/netgraph/ng_ppp.c 1.39 +17 -11 src/sys/netgraph/ng_pppoe.c 1.16 +9 -1 src/sys/netgraph/ng_sample.c 1.23 +16 -8 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:16:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 776D137B401; Tue, 9 Jan 2001 23:16:09 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A7G9l09283; Tue, 9 Jan 2001 23:16:09 -0800 (PST) (envelope-from julian) Message-Id: <200101100716.f0A7G9l09283@freefall.freebsd.org> From: Julian Elischer Date: Tue, 9 Jan 2001 23:16:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_iface.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/09 23:16:09 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_iface.c Log: Fix memory leak Revision Changes Path 1.7.2.4 +2 -1 src/sys/netgraph/ng_iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:22:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E394237B401; Tue, 9 Jan 2001 23:22:04 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A7M4509660; Tue, 9 Jan 2001 23:22:04 -0800 (PST) (envelope-from roam) Message-Id: <200101100722.f0A7M4509660@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 9 Jan 2001 23:22:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/sslwrap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/09 23:22:04 PST Modified files: security/sslwrap Makefile distinfo Log: Update to 2.0.6. Also fix the WRKSRC setting so that it is independent of PORTVERSION. Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/security/sslwrap/Makefile 1.2 +1 -1 ports/security/sslwrap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:22:57 2001 Delivered-To: cvs-all@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 9DBF037B6ED; Tue, 9 Jan 2001 23:22:25 -0800 (PST) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id RAA05190; Wed, 10 Jan 2001 17:52:22 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010110075914.A70881@titan.klemm.gtn.com> Date: Wed, 10 Jan 2001 17:52:22 +1030 (CST) From: "Daniel O'Connor" To: Andreas Klemm Subject: Re: cvs commit: src/etc/root dot.cshrc Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Archie Cobbs Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jan-01 Andreas Klemm wrote: > On Tue, Jan 09, 2001 at 06:37:17PM -0800, Archie Cobbs wrote: > > archie 2001/01/09 18:37:17 PST > > > > Modified files: > > etc/root dot.cshrc > > Log: > > Add these key bindings for tcsh users in interactive mode: > > > > bindkey "^W" backward-delete-word > > bindkey -k up history-search-backward > > bindkey -k down history-search-forward > > Thanks, good idea, while you are at it, what about > set autolist > set autoexpand > set complete > set listjobs=long And set nobeep Beeps at 4am suck. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 9 23:59:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E42937B400; Tue, 9 Jan 2001 23:59:16 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A7xFJ12802; Tue, 9 Jan 2001 23:59:16 -0800 (PST) (envelope-from ache) Message-Id: <200101100759.f0A7xFJ12802@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 9 Jan 2001 23:59:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/elm+ME Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/09 23:59:15 PST Modified files: mail/elm+ME Makefile Log: Remove myself from MAINTAINER Revision Changes Path 1.62 +2 -2 ports/mail/elm+ME/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 0: 1:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA56D37B400; Wed, 10 Jan 2001 00:01:24 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A81OF13093; Wed, 10 Jan 2001 00:01:24 -0800 (PST) (envelope-from ache) Message-Id: <200101100801.f0A81OF13093@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 10 Jan 2001 00:01:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/patch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/10 00:01:24 PST Modified files: devel/patch Makefile Log: Remove myself from MAINTAINER Revision Changes Path 1.5 +2 -2 ports/devel/patch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 0: 3:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F8A37B401; Wed, 10 Jan 2001 00:03:15 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A83Fq13256; Wed, 10 Jan 2001 00:03:15 -0800 (PST) (envelope-from ache) Message-Id: <200101100803.f0A83Fq13256@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 10 Jan 2001 00:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mangband Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/10 00:03:15 PST Modified files: games/mangband Makefile Log: Remove myself from MAINTAINER Revision Changes Path 1.8 +2 -2 ports/games/mangband/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 0:10:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EE0837B402; Wed, 10 Jan 2001 00:10:29 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A8ATZ16494; Wed, 10 Jan 2001 00:10:29 -0800 (PST) (envelope-from ache) Message-Id: <200101100810.f0A8ATZ16494@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 10 Jan 2001 00:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ldd ldd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/10 00:10:29 PST Modified files: (Branch: RELENG_4) usr.bin/ldd ldd.c Log: MFC: fix lseek arg, error checking Revision Changes Path 1.18.2.1 +16 -13 src/usr.bin/ldd/ldd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 0:26: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 757FE37B400; Wed, 10 Jan 2001 00:25:42 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A8PgB18129; Wed, 10 Jan 2001 00:25:42 -0800 (PST) (envelope-from asmodai) Message-Id: <200101100825.f0A8PgB18129@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 10 Jan 2001 00:25:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell pkg-plist.dk Makefile distinfo pkg-descr ports/textproc/ispell/files DK.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/10 00:25:42 PST Modified files: textproc/ispell Makefile distinfo pkg-descr Added files: textproc/ispell pkg-plist.dk textproc/ispell/files DK.patch Log: Add Danish ispell support under the variable ISPELL_DK. This is based on the ispell-da-1.4.7 tarball. Revision Changes Path 1.47 +21 -2 ports/textproc/ispell/Makefile 1.12 +1 -0 ports/textproc/ispell/distinfo 1.7 +1 -0 ports/textproc/ispell/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 Jan 10 1:42: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6692937B400; Wed, 10 Jan 2001 01:41:43 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A9fhi27448; Wed, 10 Jan 2001 01:41:43 -0800 (PST) (envelope-from hm) Message-Id: <200101100941.f0A9fhi27448@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 01:41:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd rc_scan.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 01:41:43 PST Modified files: usr.sbin/i4b/isdnd rc_scan.l Log: correct a small typo in isdnd that broke the ppp-expect-password option Submitted by: Thomas Moestl Revision Changes Path 1.8 +3 -3 src/usr.sbin/i4b/isdnd/rc_scan.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 3:32:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567F037B401; Wed, 10 Jan 2001 03:32:05 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ABW5S40584; Wed, 10 Jan 2001 03:32:05 -0800 (PST) (envelope-from ru) Message-Id: <200101101132.f0ABW5S40584@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 03:32:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys getlogin.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 03:32:05 PST Modified files: lib/libc/sys getlogin.2 Log: mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision. Revision Changes Path 1.17 +4 -3 src/lib/libc/sys/getlogin.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 3:43:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B14B37B401; Wed, 10 Jan 2001 03:43:03 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ABh3F41636; Wed, 10 Jan 2001 03:43:03 -0800 (PST) (envelope-from msmith) Message-Id: <200101101143.f0ABh3F41636@freefall.freebsd.org> From: Mike Smith Date: Wed, 10 Jan 2001 03:43:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2001/01/10 03:43:03 PST Modified files: sys/dev/aac aac.c Log: Remove a mismatched splbio() in aac_start (the called functions each protect themselves correctly). Submitted by: ps Revision Changes Path 1.10 +2 -3 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 3:54:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914B237B402; Wed, 10 Jan 2001 03:54:33 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ABsXa42518; Wed, 10 Jan 2001 03:54:33 -0800 (PST) (envelope-from sobomax) Message-Id: <200101101154.f0ABsXa42518@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 10 Jan 2001 03:54:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomefind Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/10 03:54:33 PST Modified files: sysutils/gnomefind Makefile distinfo Log: Update to 1.0.1. Revision Changes Path 1.14 +2 -2 ports/sysutils/gnomefind/Makefile 1.5 +1 -1 ports/sysutils/gnomefind/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 4: 8:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9635A37B402; Wed, 10 Jan 2001 04:07:58 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AC7wt49510; Wed, 10 Jan 2001 04:07:58 -0800 (PST) (envelope-from asmodai) Message-Id: <200101101207.f0AC7wt49510@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 10 Jan 2001 04:07:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/10 04:07:58 PST Modified files: textproc/ispell Makefile distinfo pkg-descr Added files: textproc/ispell pkg-plist.sa textproc/ispell/files SA.patch Log: Add Afrikaans ispell support under the ISPELL_SA variable. Revision Changes Path 1.48 +21 -2 ports/textproc/ispell/Makefile 1.13 +1 -0 ports/textproc/ispell/distinfo 1.8 +1 -0 ports/textproc/ispell/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 Jan 10 4:22:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DE1737B400; Wed, 10 Jan 2001 04:21:59 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ACLxl50642; Wed, 10 Jan 2001 04:21:59 -0800 (PST) (envelope-from hm) Message-Id: <200101101221.f0ACLxl50642@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 04:21:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/isdn holidays.D X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 04:21:59 PST Added files: etc/isdn holidays.D Log: add a the missing (german) holidays file To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 4:25: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A2737B698; Wed, 10 Jan 2001 04:24:41 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ACOfl50854; Wed, 10 Jan 2001 04:24:41 -0800 (PST) (envelope-from hm) Message-Id: <200101101224.f0ACOfl50854@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 04:24:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/isdn holidays.D X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 04:24:40 PST Modified files: etc/isdn holidays.D Log: correct two horrible spelling errors Revision Changes Path 1.2 +4 -4 src/etc/isdn/holidays.D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 4:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0B8A37B400; Wed, 10 Jan 2001 04:41:55 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ACftN52128; Wed, 10 Jan 2001 04:41:55 -0800 (PST) (envelope-from hm) Message-Id: <200101101241.f0ACftN52128@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 04:41:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/isdn unknown_incoming X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 04:41:55 PST Modified files: etc/isdn unknown_incoming Log: Update: allow a list of numbers to be ignored and display the line on which the call was received. Revision Changes Path 1.2 +36 -16 src/etc/isdn/unknown_incoming To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 4:43:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9482537B400; Wed, 10 Jan 2001 04:42:57 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ACgv352255; Wed, 10 Jan 2001 04:42:57 -0800 (PST) (envelope-from hm) Message-Id: <200101101242.f0ACgv352255@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 04:42:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/isdn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 04:42:57 PST Modified files: etc/isdn Makefile Log: update the makefile to install all files from this directory to /etc/isdn Revision Changes Path 1.5 +11 -7 src/etc/isdn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 5:24:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F4237B402; Wed, 10 Jan 2001 05:24:35 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ADOZV58155; Wed, 10 Jan 2001 05:24:35 -0800 (PST) (envelope-from sobomax) Message-Id: <200101101324.f0ADOZV58155@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 10 Jan 2001 05:24:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/scintilla Makefile distinfo pkg-plist ports/x11-toolkits/scintilla/files patch-aa ports/editors/scite Makefile distinfo pkg-plist ports/editors/scite/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/10 05:24:35 PST Modified files: x11-toolkits/scintilla Makefile distinfo pkg-plist x11-toolkits/scintilla/files patch-aa editors/scite Makefile distinfo pkg-plist editors/scite/files patch-aa Log: Update to 1.34. Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/scintilla/Makefile 1.3 +1 -1 ports/x11-toolkits/scintilla/distinfo 1.2 +0 -1 ports/x11-toolkits/scintilla/pkg-plist 1.2 +8 -4 ports/x11-toolkits/scintilla/files/patch-aa 1.2 +2 -2 ports/editors/scite/Makefile 1.2 +1 -1 ports/editors/scite/distinfo 1.2 +1 -0 ports/editors/scite/pkg-plist 1.2 +19 -13 ports/editors/scite/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 5:27:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29CFF37B401; Wed, 10 Jan 2001 05:27:39 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ADRdJ58518; Wed, 10 Jan 2001 05:27:39 -0800 (PST) (envelope-from joe) Message-Id: <200101101327.f0ADRdJ58518@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 10 Jan 2001 05:27:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/10 05:27:39 PST Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: Flag an error and remove the program from the list if there is no source directory or no objects can be determined. Initialise a structure variable. Revision Changes Path 1.24 +5 -2 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 5:34:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8049537B404; Wed, 10 Jan 2001 05:34:23 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ADYNd59577; Wed, 10 Jan 2001 05:34:23 -0800 (PST) (envelope-from hm) Message-Id: <200101101334.f0ADYNd59577@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 05:34:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/iwic i4b_iwic_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 05:34:23 PST Modified files: sys/i4b/layer1/iwic i4b_iwic_pci.c Log: Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV) Submitted by: Luiz Henrique Duma Revision Changes Path 1.5 +4 -5 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 5:49:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A27037B69B; Wed, 10 Jan 2001 05:49:12 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ADnCV60539; Wed, 10 Jan 2001 05:49:12 -0800 (PST) (envelope-from hm) Message-Id: <200101101349.f0ADnCV60539@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 10 Jan 2001 05:49:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd rc_config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/10 05:49:11 PST Modified files: usr.sbin/i4b/isdnd rc_config.c Log: Bugfix to make configuration of isp/isppp interfaces by using isdnd.rc work Submitted by: bad@k.bsd.de (Christoph Badura) Revision Changes Path 1.9 +11 -13 src/usr.sbin/i4b/isdnd/rc_config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 5:53:44 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1EC3437B402; Wed, 10 Jan 2001 05:53:18 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0ADrG778959; Wed, 10 Jan 2001 08:53:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 10 Jan 2001 08:53:16 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/root dot.cshrc In-Reply-To: <200101100237.f0A2bHM71330@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you're going to make dot-file changes for root, please also make sure the /usr/share/skel dotfiles remain consistent. Otherwise users get confused because things look different when they su to root -- this was true for paths, and it's true for key bindings. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Tue, 9 Jan 2001, Archie Cobbs wrote: > archie 2001/01/09 18:37:17 PST > > Modified files: > etc/root dot.cshrc > Log: > Add these key bindings for tcsh users in interactive mode: > > bindkey "^W" backward-delete-word > bindkey -k up history-search-backward > bindkey -k down history-search-forward > > Reviewed by: -current > > Revision Changes Path > 1.28 +6 -1 src/etc/root/dot.cshrc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 2: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC4DF37B698; Wed, 10 Jan 2001 06:01:39 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE1dB61751; Wed, 10 Jan 2001 06:01:39 -0800 (PST) (envelope-from ru) Message-Id: <200101101401.f0AE1dB61751@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 06:01:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.8 src/contrib/amd/amq amq.8 src/contrib/amd/fixmount fixmount.8 src/contrib/amd/fsinfo fsinfo.8 src/contrib/amd/hlfsd hlfsd.8 src/contrib/amd/scripts amd.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 06:01:39 PST Modified files: contrib/amd/amd amd.8 contrib/amd/amq amq.8 contrib/amd/fixmount fixmount.8 contrib/amd/fsinfo fsinfo.8 contrib/amd/hlfsd hlfsd.8 contrib/amd/scripts amd.conf.5 Log: Prepare for mdoc(7)NG. Revision Changes Path 1.12 +2 -1 src/contrib/amd/amd/amd.8 1.7 +2 -4 src/contrib/amd/amq/amq.8 1.6 +2 -1 src/contrib/amd/fixmount/fixmount.8 1.5 +2 -1 src/contrib/amd/fsinfo/fsinfo.8 1.8 +5 -3 src/contrib/amd/hlfsd/hlfsd.8 1.11 +172 -104 src/contrib/amd/scripts/amd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 2:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D97837B400; Wed, 10 Jan 2001 06:01:50 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE1ol61828; Wed, 10 Jan 2001 06:01:50 -0800 (PST) (envelope-from sf) Message-Id: <200101101401.f0AE1ol61828@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/amulet Makefile ports/devel/amulet/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:01:50 PST Modified files: devel/amulet Makefile Added files: devel/amulet/files patch-ac Log: fix build. PR: 22653 Submitted by: Mike Heffner NOTE: added files/patch-ac is unified patch for multiple files; There's no reason to split up single-purpose patch. Revision Changes Path 1.13 +2 -1 ports/devel/amulet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 3: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69B4937B402; Wed, 10 Jan 2001 06:01:57 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE1vi61871; Wed, 10 Jan 2001 06:01:57 -0800 (PST) (envelope-from sf) Message-Id: <200101101401.f0AE1vi61871@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:01:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-aout-binutils Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:01:57 PST Modified files: devel/arm-aout-binutils Makefile pkg-plist Log: add missing manpages/libs/headers. sort pkg-plist. Revision Changes Path 1.2 +7 -1 ports/devel/arm-aout-binutils/Makefile 1.2 +16 -12 ports/devel/arm-aout-binutils/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 Jan 10 6: 3:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F4337B69D; Wed, 10 Jan 2001 06:02:14 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2E561962; Wed, 10 Jan 2001 06:02:14 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2E561962@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/boehm-gc Makefile ports/devel/boehm-gc/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:14 PST Modified files: devel/boehm-gc Makefile devel/boehm-gc/files patch-aa Log: unbreak for -CURRENT. Revision Changes Path 1.13 +2 -1 ports/devel/boehm-gc/Makefile 1.10 +11 -9 ports/devel/boehm-gc/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 4: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58AB437B6C3; Wed, 10 Jan 2001 06:02:20 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2Kd62023; Wed, 10 Jan 2001 06:02:20 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2Kd62023@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/chimera Makefile pkg-plist ports/www/chimera/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:20 PST Modified files: www/chimera Makefile pkg-plist Removed files: www/chimera/files patch-ab Log: use MAN1 macro. honor CFLAGS. non-responce from: maintainer Revision Changes Path 1.19 +4 -1 ports/www/chimera/Makefile 1.7 +0 -1 ports/www/chimera/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 Jan 10 6: 4: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27BFB37B699; Wed, 10 Jan 2001 06:02:25 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2PG62079; Wed, 10 Jan 2001 06:02:25 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2PG62079@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gpc Makefile pkg-plist ports/lang/gpc/files patch-at patch-au X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:24 PST Modified files: lang/gpc Makefile pkg-plist Added files: lang/gpc/files patch-at patch-au Log: add missing manpages. install unified info. non-responce from: maintainer Revision Changes Path 1.4 +9 -1 ports/lang/gpc/Makefile 1.3 +20 -43 ports/lang/gpc/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 Jan 10 6: 4:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDADD37B69E; Wed, 10 Jan 2001 06:02:37 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2b362157; Wed, 10 Jan 2001 06:02:37 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2b362157@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/seizedesktop pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:37 PST Modified files: misc/seizedesktop pkg-comment Log: fix 1 char typo. PR: 22638 Submitted by: Jia-Shin Li Revision Changes Path 1.3 +1 -1 ports/misc/seizedesktop/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 4:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FF5737B404; Wed, 10 Jan 2001 06:02:29 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2TN62116; Wed, 10 Jan 2001 06:02:29 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2TN62116@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nocol Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:29 PST Modified files: net/nocol Makefile pkg-plist Log: add missing files/remove empty directories. sort pkg-plist. PR: 22346 Submitted by: Rich Wood Revision Changes Path 1.7 +2 -1 ports/net/nocol/Makefile 1.2 +75 -65 ports/net/nocol/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 Jan 10 6: 5:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0D3937B6A9; Wed, 10 Jan 2001 06:02:44 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE2iW62214; Wed, 10 Jan 2001 06:02:44 -0800 (PST) (envelope-from sf) Message-Id: <200101101402.f0AE2iW62214@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 10 Jan 2001 06:02:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xloadface Makefile ports/sysutils/xloadface/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/10 06:02:44 PST Modified files: sysutils/xloadface Makefile sysutils/xloadface/files patch-01 Log: forgotten 5 chars to fix X manpage error with XFree86-4. Revision Changes Path 1.8 +2 -1 ports/sysutils/xloadface/Makefile 1.4 +5 -3 ports/sysutils/xloadface/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6: 9: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89FE737B401; Wed, 10 Jan 2001 06:08:48 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AE8mD65460; Wed, 10 Jan 2001 06:08:48 -0800 (PST) (envelope-from joe) Message-Id: <200101101408.f0AE8mD65460@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 10 Jan 2001 06:08:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/10 06:08:48 PST Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: Liberal application of style(9). Revision Changes Path 1.25 +745 -652 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6:11:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E18BB37B400; Wed, 10 Jan 2001 06:11:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AEB3L65965; Wed, 10 Jan 2001 06:11:03 -0800 (PST) (envelope-from ru) Message-Id: <200101101411.f0AEB3L65965@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 06:11:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.8 src/contrib/amd/amq amq.8 src/contrib/amd/fixmount fixmount.8 src/contrib/amd/fsinfo fsinfo.8 src/contrib/amd/hlfsd hlfsd.8 src/contrib/amd/scripts amd.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 06:11:03 PST Modified files: (Branch: RELENG_4) contrib/amd/amd amd.8 contrib/amd/amq amq.8 contrib/amd/fixmount fixmount.8 contrib/amd/fsinfo fsinfo.8 contrib/amd/hlfsd hlfsd.8 contrib/amd/scripts amd.conf.5 Log: MFC: Prepare for mdoc(7)NG. Revision Changes Path 1.6.2.6 +2 -1 src/contrib/amd/amd/amd.8 1.5.2.2 +2 -4 src/contrib/amd/amq/amq.8 1.5.2.1 +2 -1 src/contrib/amd/fixmount/fixmount.8 1.4.2.1 +2 -1 src/contrib/amd/fsinfo/fsinfo.8 1.5.2.3 +5 -3 src/contrib/amd/hlfsd/hlfsd.8 1.9.2.2 +172 -104 src/contrib/amd/scripts/amd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6:18:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06EFD37B400; Wed, 10 Jan 2001 06:18:14 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AEIDN66957; Wed, 10 Jan 2001 06:18:13 -0800 (PST) (envelope-from ru) Message-Id: <200101101418.f0AEIDN66957@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 06:18:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err compile_et.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 06:18:13 PST Modified files: contrib/com_err compile_et.1 Log: Prepare for mdoc(7)NG. Revision Changes Path 1.2 +8 -10 src/contrib/com_err/compile_et.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6:21: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F379D37B400; Wed, 10 Jan 2001 06:20:43 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AEKhO67294; Wed, 10 Jan 2001 06:20:43 -0800 (PST) (envelope-from ru) Message-Id: <200101101420.f0AEKhO67294@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 06:20:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err compile_et.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 06:20:43 PST Modified files: (Branch: RELENG_4) contrib/com_err compile_et.1 Log: MFC: Prepare for mdoc(7)NG. Revision Changes Path 1.1.2.1 +8 -10 src/contrib/com_err/compile_et.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 6:54: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C6AE37B401; Wed, 10 Jan 2001 06:53:48 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AErmK70786; Wed, 10 Jan 2001 06:53:48 -0800 (PST) (envelope-from ru) Message-Id: <200101101453.f0AErmK70786@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 06:53:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 06:53:48 PST Modified files: sbin/mdconfig mdconfig.8 Log: Mdoc(7)ify. Revision Changes Path 1.3 +68 -38 src/sbin/mdconfig/mdconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 7:27:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4252337B401; Wed, 10 Jan 2001 07:27:01 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AFR1275488; Wed, 10 Jan 2001 07:27:01 -0800 (PST) (envelope-from nectar) Message-Id: <200101101527.f0AFR1275488@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 10 Jan 2001 07:27:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/10 07:27:01 PST Modified files: security/krb5 Makefile Log: Bump PORTREVISION for previous commit (fix for _PATH_NOLOGIN). Reminded by: kris Revision Changes Path 1.23 +2 -1 ports/security/krb5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 7:39:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D45B37B401; Wed, 10 Jan 2001 07:38:55 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AFctc76461; Wed, 10 Jan 2001 07:38:55 -0800 (PST) (envelope-from kevlo) Message-Id: <200101101538.f0AFctc76461@freefall.freebsd.org> From: Kevin Lo Date: Wed, 10 Jan 2001 07:38:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iplog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/10 07:38:54 PST Modified files: net/iplog Makefile Log: Fix permissions of startup script PR: 24162 Submitted by: MAINTAINER Revision Changes Path 1.14 +7 -1 ports/net/iplog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 7:41:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B5D737B401; Wed, 10 Jan 2001 07:41:27 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AFfRh76830; Wed, 10 Jan 2001 07:41:27 -0800 (PST) (envelope-from jake) Message-Id: <200101101541.f0AFfRh76830@freefall.freebsd.org> From: Jake Burkholder Date: Wed, 10 Jan 2001 07:41:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/10 07:41:27 PST Modified files: sys/compat/linprocfs linprocfs_misc.c Log: Protect proc.p_pptr with the proctree lock. Revision Changes Path 1.17 +11 -3 src/sys/compat/linprocfs/linprocfs_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 7:51:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A994037B402; Wed, 10 Jan 2001 07:50:55 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AFotW77756; Wed, 10 Jan 2001 07:50:55 -0800 (PST) (envelope-from kevlo) Message-Id: <200101101550.f0AFotW77756@freefall.freebsd.org> From: Kevin Lo Date: Wed, 10 Jan 2001 07:50:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/unixODBC Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/10 07:50:55 PST Modified files: databases/unixODBC Makefile distinfo Log: Update to 2.0.2 PR: 24199 Submitted by: Ports Fury Revision Changes Path 1.13 +2 -2 ports/databases/unixODBC/Makefile 1.4 +1 -1 ports/databases/unixODBC/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 7:57:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B2D537B698; Wed, 10 Jan 2001 07:57:38 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AFvcg78372; Wed, 10 Jan 2001 07:57:38 -0800 (PST) (envelope-from kevlo) Message-Id: <200101101557.f0AFvcg78372@freefall.freebsd.org> From: Kevin Lo Date: Wed, 10 Jan 2001 07:57:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile pkg-plist ports/ftp/downloader/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/10 07:57:38 PST Modified files: ftp/downloader Makefile pkg-plist ftp/downloader/files patch-aa Log: - Support CXX/CXXFLAGS/PREFIX/GTK_CONFIG properly - Fix pkg-plist PR: 24200 Submitted by: MAINTAINER Revision Changes Path 1.21 +9 -7 ports/ftp/downloader/Makefile 1.10 +2 -0 ports/ftp/downloader/pkg-plist 1.14 +15 -26 ports/ftp/downloader/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8: 9:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9408F37B69D; Wed, 10 Jan 2001 08:09:26 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AG9QY93712; Wed, 10 Jan 2001 08:09:26 -0800 (PST) (envelope-from kevlo) Message-Id: <200101101609.f0AG9QY93712@freefall.freebsd.org> From: Kevin Lo Date: Wed, 10 Jan 2001 08:09:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heretic Makefile distinfo pkg-plist pkg-plist.nowad ports/games/heretic/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/10 08:09:26 PST Modified files: games/heretic Makefile distinfo pkg-plist games/heretic/files patch-aa Removed files: games/heretic pkg-plist.nowad games/heretic/files patch-ab Log: Upgrade to 1.1 PR: 24201 Submitted by: Ports Fury Revision Changes Path 1.8 +29 -16 ports/games/heretic/Makefile 1.3 +1 -1 ports/games/heretic/distinfo 1.2 +10 -2 ports/games/heretic/pkg-plist 1.2 +34 -67 ports/games/heretic/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8:15:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14EA937B69D; Wed, 10 Jan 2001 08:14:58 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AGEwb10881; Wed, 10 Jan 2001 08:14:58 -0800 (PST) (envelope-from obrien) Message-Id: <200101101614.f0AGEwb10881@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 08:14:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/find_ddos Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 08:14:57 PST Modified files: security/find_ddos Makefile distinfo Log: Update to 4.2. Submitted by: Joseph Scott Revision Changes Path 1.7 +6 -4 ports/security/find_ddos/Makefile 1.2 +1 -1 ports/security/find_ddos/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8:27:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E09CD37B400; Wed, 10 Jan 2001 08:26:52 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AGQqE58732; Wed, 10 Jan 2001 08:26:52 -0800 (PST) (envelope-from obrien) Message-Id: <200101101626.f0AGQqE58732@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 08:26:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget Makefile distinfo ports/ftp/wget/files patch-ab patch-ac patch-ae patch-af patch-ag patch-ah patch-ftp.c patch-main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 08:26:52 PST Modified files: ftp/wget Makefile distinfo Removed files: ftp/wget/files patch-ab patch-ac patch-ae patch-af patch-ag patch-ah patch-ftp.c patch-main.c Log: Upgrade to version 1.6. Revision Changes Path 1.29 +3 -3 ports/ftp/wget/Makefile 1.8 +1 -1 ports/ftp/wget/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8:51:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16E2337B400; Wed, 10 Jan 2001 08:51:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AGpSS61282; Wed, 10 Jan 2001 08:51:28 -0800 (PST) (envelope-from ru) Message-Id: <200101101651.f0AGpSS61282@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 08:51:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.1 src/crypto/telnet/telnetd telnetd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 08:51:28 PST Modified files: crypto/telnet/telnet telnet.1 crypto/telnet/telnetd telnetd.8 Log: Prepare for mdoc(7)NG. Revision Changes Path 1.8 +6 -4 src/crypto/telnet/telnet/telnet.1 1.9 +7 -3 src/crypto/telnet/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8:54:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B999D37B6AA; Wed, 10 Jan 2001 08:54:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AGs2m61576; Wed, 10 Jan 2001 08:54:02 -0800 (PST) (envelope-from ru) Message-Id: <200101101654.f0AGs2m61576@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Jan 2001 08:54:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.1 src/crypto/telnet/telnetd telnetd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/10 08:54:02 PST Modified files: (Branch: RELENG_4) crypto/telnet/telnet telnet.1 crypto/telnet/telnetd telnetd.8 Log: MFC: Prepare for mdoc(7)NG. Revision Changes Path 1.4.2.2 +6 -4 src/crypto/telnet/telnet/telnet.1 1.5.2.2 +7 -3 src/crypto/telnet/telnetd/telnetd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 8:59:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7C237B400; Wed, 10 Jan 2001 08:59:06 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AGx6A62334; Wed, 10 Jan 2001 08:59:06 -0800 (PST) (envelope-from obrien) Message-Id: <200101101659.f0AGx6A62334@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 08:59:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 08:59:06 PST Modified files: editors/vim5 Makefile distinfo Log: Update Vim 5.7 to patchlevel 22. Revision Changes Path 1.96 +3 -3 ports/editors/vim5/Makefile 1.53 +2 -0 ports/editors/vim5/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9: 8:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4077237B402; Wed, 10 Jan 2001 09:08:00 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AH80V65386; Wed, 10 Jan 2001 09:08:00 -0800 (PST) (envelope-from jeh) Message-Id: <200101101708.f0AH80V65386@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 10 Jan 2001 09:08:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/10 09:08:00 PST Modified files: print/cups Makefile pkg-plist Log: Fix a typo in the configure script the prevented sample configuration files from being install in $PREFIX/etc/cups Bumped PORTREVISION PR: 24277 Submitted by: George Reid MAINTAINER Revision Changes Path 1.2 +29 -25 ports/print/cups/Makefile 1.2 +180 -170 ports/print/cups/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 Jan 10 9: 9:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04F6E37B400; Wed, 10 Jan 2001 09:09:32 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AH9VP65656; Wed, 10 Jan 2001 09:09:31 -0800 (PST) (envelope-from jeh) Message-Id: <200101101709.f0AH9VP65656@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 10 Jan 2001 09:09:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups pkg-message ports/print/cups/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/10 09:09:31 PST Added files: print/cups pkg-message print/cups/files patch-ad Log: Files added with the update of cups Fix a typo in the configure script the prevented sample configuration files from being install in $PREFIX/etc/cups Bumped PORTREVISION PR: 24227 Submitted by: George Reid MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:35:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C865B37B401; Wed, 10 Jan 2001 09:35:28 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHZSo04419; Wed, 10 Jan 2001 09:35:28 -0800 (PST) (envelope-from archie) Message-Id: <200101101735.f0AHZSo04419@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 10 Jan 2001 09:35:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/skel dot.cshrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/10 09:35:28 PST Modified files: share/skel dot.cshrc Log: Add these key bindings for tcsh users in interactive mode: bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward Reviewed by: -current Revision Changes Path 1.13 +6 -1 src/share/skel/dot.cshrc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:40:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5512037B404; Wed, 10 Jan 2001 09:40:14 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHeEN04940; Wed, 10 Jan 2001 09:40:14 -0800 (PST) (envelope-from archie) Message-Id: <200101101740.f0AHeEN04940@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 10 Jan 2001 09:40:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/10 09:40:14 PST Modified files: (Branch: RELENG_4) lib/libc/stdio vfprintf.c Log: MFC: (rev. 1.23) fix bugs in the handling of > 8 positional arguments. Revision Changes Path 1.22.2.1 +19 -15 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:42:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 362A137B400; Wed, 10 Jan 2001 09:41:50 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHfo505238; Wed, 10 Jan 2001 09:41:50 -0800 (PST) (envelope-from obrien) Message-Id: <200101101741.f0AHfo505238@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 09:41:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 09:41:50 PST Modified files: sys/sys param.h Log: Bump __FreeBSD_version for libgcc/linking changes. Revision Changes Path 1.87 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:42:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C730037B69D; Wed, 10 Jan 2001 09:42:12 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHgCA05359; Wed, 10 Jan 2001 09:42:12 -0800 (PST) (envelope-from obrien) Message-Id: <200101101742.f0AHgCA05359@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 09:42:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 09:42:12 PST Modified files: (Branch: RELENG_4) sys/sys param.h Log: MFC: Bump __FreeBSD_version for libgcc/linking changes. Revision Changes Path 1.61.2.12 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:44: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E4C37B402; Wed, 10 Jan 2001 09:43:41 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHhfU05612; Wed, 10 Jan 2001 09:43:41 -0800 (PST) (envelope-from archie) Message-Id: <200101101743.f0AHhfU05612@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 10 Jan 2001 09:43:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap scanner.l X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/10 09:43:41 PST Modified files: (Branch: RELENG_4) contrib/libpcap scanner.l Log: MFC: (rev. 1.6) call yyrestart() in lex_init(). Revision Changes Path 1.5.2.1 +2 -1 src/contrib/libpcap/scanner.l To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 9:58:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B515537B402; Wed, 10 Jan 2001 09:58:32 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AHwWK07012; Wed, 10 Jan 2001 09:58:32 -0800 (PST) (envelope-from obrien) Message-Id: <200101101758.f0AHwWK07012@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 09:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 09:58:32 PST Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: document __FreeBSD_version bump for libgcc changes. Revision Changes Path 1.138 +18 -1 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 10: 2:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C112437B698; Wed, 10 Jan 2001 10:01:52 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AI1qq07272; Wed, 10 Jan 2001 10:01:52 -0800 (PST) (envelope-from iwasaki) Message-Id: <200101101801.f0AI1qq07272@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 10 Jan 2001 10:01:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2001/01/10 10:01:52 PST Modified files: sys/dev/acpica acpi.c Log: Enable fixed event at not only boot but also wakeup. Reported and patch tested by: Peter Dufault Revision Changes Path 1.10 +34 -14 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 10:15:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D723A37B69B; Wed, 10 Jan 2001 10:15:25 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AIFPp10604; Wed, 10 Jan 2001 10:15:25 -0800 (PST) (envelope-from jake) Message-Id: <200101101815.f0AIFPp10604@freefall.freebsd.org> From: Jake Burkholder Date: Wed, 10 Jan 2001 10:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/10 10:15:25 PST Modified files: gnu/usr.bin/binutils/gdb/i386 kvm-fbsd.c Log: - Add #defines for the symbol names of the kernel interrupt, system call and trap entry points so they're easy to find and change - Use the cpuhead and allcpu list to locate globaldata for the current cpu, rather than SMP_prvspace or __globaldata - Use offsets into struct globaldata directly to find per-cpu variables, rather than symbols in globals.o Glanced at by: peter Revision Changes Path 1.22 +48 -30 src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 10:50:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B2E037B400; Wed, 10 Jan 2001 10:50:05 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AIo5h13403; Wed, 10 Jan 2001 10:50:05 -0800 (PST) (envelope-from asmodai) Message-Id: <200101101850.f0AIo5h13403@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 10 Jan 2001 10:50:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell pkg-plist.za Makefile pkg-plist.sa ports/textproc/ispell/files ZA.patch SA.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/10 10:50:05 PST Modified files: textproc/ispell Makefile Added files: textproc/ispell pkg-plist.za textproc/ispell/files ZA.patch Removed files: textproc/ispell pkg-plist.sa textproc/ispell/files SA.patch Log: Change the variable to ISPELL_ZA from ISPELL_SA. This will probably revisited soon again since Suid Afrika has 11 official languages according to markm. Revision Changes Path 1.49 +13 -13 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:13:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4216A37B401; Wed, 10 Jan 2001 11:12:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJCnd17499; Wed, 10 Jan 2001 11:12:49 -0800 (PST) (envelope-from obrien) Message-Id: <200101101912.f0AJCnd17499@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 11:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rpcgen rpc_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 11:12:48 PST Modified files: usr.bin/rpcgen rpc_main.c Log: Have rpcgen actually tell us what cpp it is looking for (as it would if we were SVR%). Revision Changes Path 1.13 +2 -2 src/usr.bin/rpcgen/rpc_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:18: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB5FA37B401; Wed, 10 Jan 2001 11:17:43 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJHh118056; Wed, 10 Jan 2001 11:17:43 -0800 (PST) (envelope-from sos) Message-Id: <200101101917.f0AJHh118056@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 10 Jan 2001 11:17:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdrio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/10 11:17:43 PST Modified files: sys/sys cdrio.h Log: Add session argument to *CLOSEDISK, allowing to set session type on fixate. Add defines for the different blank/erase types. Revision Changes Path 1.3 +8 -5 src/sys/sys/cdrio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:20:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491CC37B400; Wed, 10 Jan 2001 11:19:49 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJJnf18344; Wed, 10 Jan 2001 11:19:49 -0800 (PST) (envelope-from sos) Message-Id: <200101101919.f0AJJnf18344@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 10 Jan 2001 11:19:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c ata-raid.c ata-raid.h atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/10 11:19:49 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c ata-raid.c ata-raid.h atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h Log: Add session argument to *close_disk, allowing to set session type on fixate. Add support for different blank/erase types. Update headers. Revision Changes Path 1.93 +2 -2 src/sys/dev/ata/ata-all.c 1.36 +2 -2 src/sys/dev/ata/ata-all.h 1.90 +2 -2 src/sys/dev/ata/ata-disk.c 1.31 +2 -2 src/sys/dev/ata/ata-disk.h 1.55 +2 -2 src/sys/dev/ata/ata-dma.c 1.10 +2 -2 src/sys/dev/ata/ata-raid.c 1.4 +2 -2 src/sys/dev/ata/ata-raid.h 1.60 +2 -2 src/sys/dev/ata/atapi-all.c 1.32 +2 -2 src/sys/dev/ata/atapi-all.h 1.74 +35 -25 src/sys/dev/ata/atapi-cd.c 1.22 +8 -25 src/sys/dev/ata/atapi-cd.h 1.57 +2 -2 src/sys/dev/ata/atapi-fd.c 1.13 +2 -2 src/sys/dev/ata/atapi-fd.h 1.49 +2 -2 src/sys/dev/ata/atapi-tape.c 1.14 +2 -2 src/sys/dev/ata/atapi-tape.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:28:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7109137B400; Wed, 10 Jan 2001 11:28:04 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJS4T19387; Wed, 10 Jan 2001 11:28:04 -0800 (PST) (envelope-from iwasaki) Message-Id: <200101101928.f0AJS4T19387@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 10 Jan 2001 11:28:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/acpica/Subsystem/Include acfreebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2001/01/10 11:28:04 PST Modified files: sys/contrib/dev/acpica/Subsystem/Include acfreebsd.h Log: Disable strstr() if ACPICA is compiled in userland. Reviewed by: msmith Revision Changes Path 1.5 +2 -0 src/sys/contrib/dev/acpica/Subsystem/Include/acfreebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:29: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BD5437B402; Wed, 10 Jan 2001 11:28:38 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AJScE19567; Wed, 10 Jan 2001 11:28:38 -0800 (PST) (envelope-from sos) Message-Id: <200101101928.f0AJScE19567@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 10 Jan 2001 11:28:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.8 burncd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/10 11:28:38 PST Modified files: usr.sbin/burncd burncd.8 burncd.c Log: New option -m to select multisession mode. WARNING: until now all disks was closed as multisession disks, this is no longer the case, if the -m option isn't used disks are closed as singlesession. The reason is that some drives wont close a disk with one large image on in multisession mode, probably because it "knows" that a new session wont fit on the media resonably. Also update burncd with new stuff from various places that I've collected and modified to my taste, its actually amasing how many thinks up the same enhancements (none mentioned none forgotten): Allow '-' to be used as filename for using stdin. Add 'l' option to take a list of image files from 'filename' Revision Changes Path 1.10 +27 -13 src/usr.sbin/burncd/burncd.8 1.12 +167 -83 src/usr.sbin/burncd/burncd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 11:35:35 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 6C01F37B402; Wed, 10 Jan 2001 11:35:05 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0AJWcG87644; Wed, 10 Jan 2001 11:32:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 10 Jan 2001 11:35:07 -0800 (PST) From: John Baldwin To: Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jan-01 Bruce Evans wrote: > On Tue, 9 Jan 2001, Jake Burkholder wrote: > >> jake 2001/01/09 20:43:51 PST >> >> Modified files: >> sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c >> trap.c >> sys/dev/usb ohci.c uhci.c usbdi.c >> sys/dev/vinum vinumhdr.h vinummemory.c >> sys/i386/i386 bios.c db_interface.c machdep.c >> mp_machdep.c mpapic.c pmap.c >> sys_machdep.c trap.c vm86.c vm_machdep.c >> sys/i386/include cpu.h >> sys/i386/isa npx.c >> sys/ia64/ia64 interrupt.c mp_machdep.c >> sys/kern init_main.c kern_clock.c kern_exit.c >> kern_ktr.c kern_malloc.c kern_mutex.c >> kern_resource.c kern_shutdown.c >> kern_subr.c kern_switch.c kern_synch.c >> subr_prf.c vfs_bio.c >> sys/sys buf.h >> Log: >> Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables >> other then curproc. > > I wish I had objected earlier to your previous changes to prepare for > this mistake. Machine-independent code shouldn't know that some > variables are per-cpu. We had perfectly good access macros named > curproc, etc. (except they weren't ifdefed right for modules). There > is no need for function-like macros, since rvalue-like variables can > always be implemented using macros (or [inline] functions) that return > the value of the variable, and lvalue-like variables can always be > implemented as `*(macro_that_returns_address_of_variable)'. This is > what the old macros did. The `SET' macros can be more efficient in > some cases, since they may be able to access the variable directly, > but we currently don't do this. In fact, even the i386 `GET' macros > have regressed from direct accesses in the %fs segment to indirect > accesses via a pointer loaded from the %fs segment. There is nothign wrong with MI code knowing that it is running on a SMP-aware kernel. SMP is something that shouldn't be grafted into the side of the kernel, it is something it should be fully aware of. The locking requirements are different for per-cpu variables than for global ones for example. (Most per-cpu variables don't need locking since they aren't contended, as opposed to shared variables.) The macros can be made more efficient for the common case (in fact, Jake already has it done) but that is an optimization that can be done later. For now let's focus on getting this working right and worry about optimization later. > The corresponding changes for curproc would affect approximately 606 > lines in 163 files. curproc will certainly be the last to be converted. Even BSD/OS has compat macros for this still. However, making the kernel SMP aware is going to cause changes in interfaces. We can't rework the kernel and expect nothing to change. > Bruce -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 12:17:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id D8E0837B400; Wed, 10 Jan 2001 12:17:12 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA15768; Thu, 11 Jan 2001 07:17:09 +1100 Date: Thu, 11 Jan 2001 07:18:01 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Jan 2001, John Baldwin wrote: > On 10-Jan-01 Bruce Evans wrote: > > On Tue, 9 Jan 2001, Jake Burkholder wrote: > >> Log: > >> Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables > >> other then curproc. > > > > I wish I had objected earlier to your previous changes to prepare for > > this mistake. Machine-independent code shouldn't know that some > > There is nothign wrong with MI code knowing that it is running on a SMP-aware > kernel. SMP is something that shouldn't be grafted into the side of the > kernel, it is something it should be fully aware of. The locking requirements > are different for per-cpu variables than for global ones for example. (Most > per-cpu variables don't need locking since they aren't contended, as opposed to > shared variables.) The macros can be made more efficient for the common case > (in fact, Jake already has it done) but that is an optimization that can be > done later. For now let's focus on getting this working right and worry about > optimization later. It was already working right (except for a minor problem with modules that was fixed in my version). You are wasting time making it work wrong. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 12:37:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B8A537B402; Wed, 10 Jan 2001 12:36:56 -0800 (PST) Received: (from issei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AKatX27540; Wed, 10 Jan 2001 12:36:55 -0800 (PST) (envelope-from issei) Message-Id: <200101102036.f0AKatX27540@freefall.freebsd.org> From: Issei Suzuki Date: Wed, 10 Jan 2001 12:36:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nvi-m17n Makefile ports/editors/nvi-m17n/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG issei 2001/01/10 12:36:55 PST Modified files: editors/nvi-m17n Makefile Added files: editors/nvi-m17n/files patch-ac Log: Fix compilation error in -CURRENT, being caused by removal of QUEUE_* from Revision Changes Path 1.19 +3 -5 ports/editors/nvi-m17n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 12:40: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id B19A537B404; Wed, 10 Jan 2001 12:39:41 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 05AF457531; Wed, 10 Jan 2001 14:39:23 -0600 (CST) Date: Wed, 10 Jan 2001 14:39:22 -0600 From: "Michael C . Wu" To: Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/bitchx Makefile Message-ID: <20010110143922.A19813@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200101100712.f0A7Ch108904@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101100712.f0A7Ch108904@freefall.freebsd.org>; from clive@FreeBSD.org on Tue, Jan 09, 2001 at 11:12:42PM -0800 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 09, 2001 at 11:12:42PM -0800, Clive Lin scribbled: | clive 2001/01/09 23:12:42 PST | | Modified files: | chinese/bitchx Makefile | Log: | Cursor movement and words wrapping aren't hacked if compiled with gnome. | If without gnome, esound support isn't needed. | | Revision Changes Path | 1.2 +6 -2 ports/chinese/bitchx/Makefile What I do not understand is why irc/bitchx has GNOME and ESOUND enabled by default. I think the maintainer needs to fix this. My understanding is that USE_GNOME and USE_ESOUND should not be the default behavior in ports. -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 13: 1:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E14FD37B69E; Wed, 10 Jan 2001 13:01:30 -0800 (PST) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AL1US30796; Wed, 10 Jan 2001 13:01:30 -0800 (PST) (envelope-from ghelmer) Message-Id: <200101102101.f0AL1US30796@freefall.freebsd.org> From: Guy Helmer Date: Wed, 10 Jan 2001 13:01:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_ok.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ghelmer 2001/01/10 13:01:30 PST Modified files: (Branch: RELENG_4) lib/libutil login_ok.c Log: MFC login_ok.c rev 1.8: Pass the number of bytes needed, not simply the number of login time structures. Forward the name of the deny capability rather than hard-coding it in login_hostok. Revision Changes Path 1.7.2.1 +2 -2 src/lib/libutil/login_ok.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 13:42:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F134537B402; Wed, 10 Jan 2001 13:42:06 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ALg6337618; Wed, 10 Jan 2001 13:42:06 -0800 (PST) (envelope-from grog) Message-Id: <200101102142.f0ALg6337618@freefall.freebsd.org> From: Greg Lehey Date: Wed, 10 Jan 2001 13:42:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumhdr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/10 13:42:06 PST Modified files: sys/dev/vinum vinumhdr.h Log: Reinstate 1.19. Prodded by: iedowse Revision Changes Path 1.21 +4 -3 src/sys/dev/vinum/vinumhdr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:24:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ABE237B69D; Wed, 10 Jan 2001 14:24:08 -0800 (PST) Received: (from abial@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AMO8I43975; Wed, 10 Jan 2001 14:24:08 -0800 (PST) (envelope-from abial) Message-Id: <200101102224.f0AMO8I43975@freefall.freebsd.org> From: Andrzej Bialecki Date: Wed, 10 Jan 2001 14:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/sps sps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG abial 2001/01/10 14:24:08 PST Modified files: release/picobsd/tinyware/sps sps.c Log: Fix breakage after moving from struct proc/eproc to kinfo_proc. Revision Changes Path 1.4 +16 -20 src/release/picobsd/tinyware/sps/sps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:26:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71EC337B400; Wed, 10 Jan 2001 14:25:55 -0800 (PST) Received: (from abial@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AMPtZ44152; Wed, 10 Jan 2001 14:25:55 -0800 (PST) (envelope-from abial) Message-Id: <200101102225.f0AMPtZ44152@freefall.freebsd.org> From: Andrzej Bialecki Date: Wed, 10 Jan 2001 14:25:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/sps sps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG abial 2001/01/10 14:25:55 PST Modified files: release/picobsd/tinyware/sps sps.c Log: Reformat to be a bit closer to style(9). Revision Changes Path 1.5 +27 -27 src/release/picobsd/tinyware/sps/sps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:34:44 2001 Delivered-To: cvs-all@freebsd.org Received: from front3.grolier.fr (front3.grolier.fr [194.158.96.53]) by hub.freebsd.org (Postfix) with ESMTP id 9649A37B404; Wed, 10 Jan 2001 14:34:17 -0800 (PST) Received: from nas2-40.mea.club-internet.fr (nas2-40.mea.club-internet.fr [195.36.200.40]) by front3.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id XAA23717; Wed, 10 Jan 2001 23:34:11 +0100 (MET) Date: Wed, 10 Jan 2001 22:33:41 +0100 (CET) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-Sender: groudier@linux.local To: John Baldwin Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Jan 2001, John Baldwin wrote: > On 10-Jan-01 Bruce Evans wrote: > > On Tue, 9 Jan 2001, Jake Burkholder wrote: > >=20 > >> jake 2001/01/09 20:43:51 PST > >>=20 > >> Modified files: > >> sys/alpha/alpha interrupt.c machdep.c mp_machdep.c prom.c=20 > >> trap.c=20 > >> sys/dev/usb ohci.c uhci.c usbdi.c=20 > >> sys/dev/vinum vinumhdr.h vinummemory.c=20 > >> sys/i386/i386 bios.c db_interface.c machdep.c=20 > >> mp_machdep.c mpapic.c pmap.c=20 > >> sys_machdep.c trap.c vm86.c vm_machdep.c=20 > >> sys/i386/include cpu.h=20 > >> sys/i386/isa npx.c=20 > >> sys/ia64/ia64 interrupt.c mp_machdep.c=20 > >> sys/kern init_main.c kern_clock.c kern_exit.c=20 > >> kern_ktr.c kern_malloc.c kern_mutex.c=20 > >> kern_resource.c kern_shutdown.c=20 > >> kern_subr.c kern_switch.c kern_synch.c=20 > >> subr_prf.c vfs_bio.c=20 > >> sys/sys buf.h=20 > >> Log: > >> Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables > >> other then curproc. > >=20 > > I wish I had objected earlier to your previous changes to prepare for > > this mistake. Machine-independent code shouldn't know that some > > variables are per-cpu. We had perfectly good access macros named > > curproc, etc. (except they weren't ifdefed right for modules). There > > is no need for function-like macros, since rvalue-like variables can > > always be implemented using macros (or [inline] functions) that return > > the value of the variable, and lvalue-like variables can always be > > implemented as `*(macro_that_returns_address_of_variable)'. This is > > what the old macros did. The `SET' macros can be more efficient in > > some cases, since they may be able to access the variable directly, > > but we currently don't do this. In fact, even the i386 `GET' macros > > have regressed from direct accesses in the %fs segment to indirect > > accesses via a pointer loaded from the %fs segment. >=20 > There is nothign wrong with MI code knowing that it is running on a SMP-a= ware > kernel. SMP is something that shouldn't be grafted into the side of the > kernel, it is something it should be fully aware of. The locking require= ments Per-cpu variables donnot bite us this more in SMP than in UP, as opposed to shared variables. Godzilling stuff that accesses to these variables looks like paranoia to me. If it is intended to apply the same approach to shared variables, the SMP-over-aware kernel code would well resemble rather Cobol than C code. ;-) > are different for per-cpu variables than for global ones for example. (M= ost > per-cpu variables don't need locking since they aren't contended, as oppo= sed to > shared variables.) The macros can be made more efficient for the common = case > (in fact, Jake already has it done) but that is an optimization that can = be > done later. For now let's focus on getting this working right and worry = about > optimization later. You seem to have been notified that you started with an immediate pessimization. > > The corresponding changes for curproc would affect approximately 606 > > lines in 163 files. >=20 > curproc will certainly be the last to be converted. Even BSD/OS has comp= at > macros for this still. However, making the kernel SMP aware is going to = cause > changes in interfaces. We can't rework the kernel and expect nothing to = change. SMP is a new awareness for the kernel that also must be aware of thousands of other issues. Do we want to upper-case everything the kernel must be aware of? G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:35: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9117F37B69B; Wed, 10 Jan 2001 14:34:38 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AMYcH44882; Wed, 10 Jan 2001 14:34:38 -0800 (PST) (envelope-from luigi) Message-Id: <200101102234.f0AMYcH44882@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 10 Jan 2001 14:34:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build stage1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/10 14:34:38 PST Modified files: (Branch: RELENG_4) release/picobsd/build stage1 Log: ssh-keygen1 is now ssh-keygen Revision Changes Path 1.17.2.7 +2 -2 src/release/picobsd/build/stage1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:35:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88D5637B69C; Wed, 10 Jan 2001 14:35:11 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AMZBk44956; Wed, 10 Jan 2001 14:35:11 -0800 (PST) (envelope-from luigi) Message-Id: <200101102235.f0AMZBk44956@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 10 Jan 2001 14:35:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.crunch X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/10 14:35:11 PST Modified files: (Branch: RELENG_4) release/picobsd/build Makefile.crunch Log: let make ignore crunchgen errors, some are non fatal Revision Changes Path 1.1.4.7 +2 -2 src/release/picobsd/build/Makefile.crunch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 14:54:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CE037B69C; Wed, 10 Jan 2001 14:53:53 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AMrr746705; Wed, 10 Jan 2001 14:53:53 -0800 (PST) (envelope-from archie) Message-Id: <200101102253.f0AMrr746705@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 10 Jan 2001 14:53:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/10 14:53:53 PST Modified files: sys/dev/lmc if_lmc.c Log: lmc_ifup() was not checking the state of the interface. This would cause the watchdog to (incorrectly) detect the interface state going from down to up one second after lmc_ifup() was called, causing lmc_ifup() to be called again, and resetting everything. Fix by checking the interface state within lmc_ifup(). Submitted by: Darren Croke Revision Changes Path 1.12 +9 -4 src/sys/dev/lmc/if_lmc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15: 6:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 169C837B69B; Wed, 10 Jan 2001 15:06:32 -0800 (PST) Received: (from abial@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0AN6WT49539; Wed, 10 Jan 2001 15:06:32 -0800 (PST) (envelope-from abial) Message-Id: <200101102306.f0AN6WT49539@freefall.freebsd.org> From: Andrzej Bialecki Date: Wed, 10 Jan 2001 15:06:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/ns ns.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG abial 2001/01/10 15:06:31 PST Modified files: release/picobsd/tinyware/ns ns.c Log: Fix so that the netmask is displayed correctly when it does not consist of contiguous bits in little endian format. Before the fix the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was displayed /24 instead of /28. Also, add a missing include. Submitted by: Maxime Soule Revision Changes Path 1.10 +10 -5 src/release/picobsd/tinyware/ns/ns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15:19:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6230737B69D; Wed, 10 Jan 2001 15:19:36 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ANJYW50581; Wed, 10 Jan 2001 15:19:34 -0800 (PST) (envelope-from julian) Message-Id: <200101102319.f0ANJYW50581@freefall.freebsd.org> From: Julian Elischer Date: Wed, 10 Jan 2001 15:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/10 15:19:34 PST Modified files: sys/netgraph ng_base.c Log: Changes to stop zombie nodes showing up in active node lists. Also some changes resulting from debug work done earlier. Revision Changes Path 1.33 +35 -22 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15:22:36 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 7F3FF37B69D; Wed, 10 Jan 2001 15:22:09 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0ANLw193321; Wed, 10 Jan 2001 15:21:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010110143922.A19813@peorth.iteration.net> Date: Wed, 10 Jan 2001 15:22:10 -0800 (PST) From: John Baldwin To: "Michael C . Wu" Subject: Re: cvs commit: ports/chinese/bitchx Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Clive Lin Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jan-01 Michael C . Wu wrote: > On Tue, Jan 09, 2001 at 11:12:42PM -0800, Clive Lin scribbled: >| clive 2001/01/09 23:12:42 PST >| >| Modified files: >| chinese/bitchx Makefile >| Log: >| Cursor movement and words wrapping aren't hacked if compiled with gnome. >| If without gnome, esound support isn't needed. >| >| Revision Changes Path >| 1.2 +6 -2 ports/chinese/bitchx/Makefile > > What I do not understand is why irc/bitchx has GNOME and ESOUND > enabled by default. I think the maintainer needs to fix this. > My understanding is that USE_GNOME and USE_ESOUND should not be > the default behavior in ports. The "problem" is that Gnome and esound are on by default. I.e. you need to stick WITHOUT_GNOME=yes in /etc/make.conf if you don't want Gnome. Personally, I wish they were all off by default. Sigh. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15:32:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6507837B69F; Wed, 10 Jan 2001 15:31:50 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ANVoA51450; Wed, 10 Jan 2001 15:31:50 -0800 (PST) (envelope-from julian) Message-Id: <200101102331.f0ANVoA51450@freefall.freebsd.org> From: Julian Elischer Date: Wed, 10 Jan 2001 15:31:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/10 15:31:50 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_base.c Log: Don't list zombie nodes in reports. Submitted by: Archie@freebsd.org (Archie Cobbs) Revision Changes Path 1.11.2.9 +10 -5 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15:49:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC9AA37B6A2; Wed, 10 Jan 2001 15:49:03 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ANn3M52632; Wed, 10 Jan 2001 15:49:03 -0800 (PST) (envelope-from julian) Message-Id: <200101102349.f0ANn3M52632@freefall.freebsd.org> From: Julian Elischer Date: Wed, 10 Jan 2001 15:49:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/10 15:49:03 PST Modified files: sys/netgraph ng_pppoe.c Log: Only free items that are not already free or passed to other nodes. Clever work by: Brian Sommers (Brian@freeBSD.org) Revision Changes Path 1.40 +3 -2 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 15:54:50 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 53F5937B6A2; Wed, 10 Jan 2001 15:54:26 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0ANrj194377; Wed, 10 Jan 2001 15:53:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 10 Jan 2001 15:53:58 -0800 (PST) From: John Baldwin To: =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 10-Jan-01 Gérard Roudier wrote: > > On Wed, 10 Jan 2001, John Baldwin wrote: >> There is nothign wrong with MI code knowing that it is running on a >> SMP-aware >> kernel. SMP is something that shouldn't be grafted into the side of the >> kernel, it is something it should be fully aware of. The locking >> requirements > > Per-cpu variables donnot bite us this more in SMP than in UP, as opposed > to shared variables. Godzilling stuff that accesses to these variables > looks like paranoia to me. If it is intended to apply the same approach to > shared variables, the SMP-over-aware kernel code would well resemble > rather Cobol than C code. ;-) No, shared variables are just variables. Here is the problem. There is no 'curproc' variable. There is a gd_curproc member of a struct globaldata, and each CPU has a struct globaldata tied to it. We can obtain it via PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a 'curproc' "magic" variable that doesn't exist that we assume we can read and write to like any other variable is a lot more hokie than admitting that we are accessing a special variable in a special way. >> are different for per-cpu variables than for global ones for example. (Most >> per-cpu variables don't need locking since they aren't contended, as opposed >> to >> shared variables.) The macros can be made more efficient for the common >> case >> (in fact, Jake already has it done) but that is an optimization that can be >> done later. For now let's focus on getting this working right and worry >> about >> optimization later. > > You seem to have been notified that you started with an immediate > pessimization. Only on the 386 UP case are these macros a pessimization. In fact, if you look at the old code, all these macros already existed, they just weren't used. (Instead we #define'd things liek curproc to GLOBAL_LVALUE_NV(curproc) and other weirdness). Also, Jake has another version of these macros that is more optimized that doesn't have the extra indirection. However, there is a growing problem here that I want to state so that everyone doesn't jump up and down every time we add a clock cycle somewhere: Let's get it _right_ first, and optimize later. Please, with the current state of -current (as many of you should be well aware, you certainly complain about it enough) getting things working correctly is _much_ more important than making our machines panic 1us faster than they do now. Ok? Come on, we knew we were going to be making lots of changes with this stuff, let's get it right first. The bigger gains in performance are going to be in the increased parallelism and in reworking algorithms to be more efficient. Micro-optimizations can be done _last_. I would much rather 5.0 be stable and a bit slower than something that is rip-roaring fast but can't make it through a make world w/o panic'ing. Some of the upcoming changes are going to really turn the kernel on its head. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 16:14:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D0137B6AD; Wed, 10 Jan 2001 16:13:54 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B0Ds456768; Wed, 10 Jan 2001 16:13:54 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101110013.f0B0Ds456768@freefall.freebsd.org> From: David Malone Date: Wed, 10 Jan 2001 16:13:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/10 16:13:54 PST Modified files: sys/kern sys_pipe.c Log: Style improvements for last fix. Should be functionally the same. Submitted by: bde Revision Changes Path 1.70 +20 -20 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 16:17:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C9D37B699; Wed, 10 Jan 2001 16:16:47 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B0Gl957121; Wed, 10 Jan 2001 16:16:47 -0800 (PST) (envelope-from brian) Message-Id: <200101110016.f0B0Gl957121@freefall.freebsd.org> From: Brian Somers Date: Wed, 10 Jan 2001 16:16:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/10 16:16:47 PST Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Mention the ppp tcpmssfixup option and the tcpmssd alternative. Revision Changes Path 1.137 +9 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 16:18:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4FFE37B401; Wed, 10 Jan 2001 16:18:30 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B0IU057294; Wed, 10 Jan 2001 16:18:30 -0800 (PST) (envelope-from sumikawa) Message-Id: <200101110018.f0B0IU057294@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 10 Jan 2001 16:18:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker-i18n Makefile distinfo pkg-plist ports/x11-wm/windowmaker-i18n/files patch-ad patch-bf patch-cc patch-cd patch-ce X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/01/10 16:18:30 PST Modified files: x11-wm/windowmaker-i18n Makefile distinfo pkg-plist x11-wm/windowmaker-i18n/files patch-ad patch-bf Removed files: x11-wm/windowmaker-i18n/files patch-cc patch-cd patch-ce Log: Upgrade to 0.63.1. PR: ports/24211 Submitted by: maintainer Revision Changes Path 1.81 +7 -7 ports/x11-wm/windowmaker-i18n/Makefile 1.34 +1 -1 ports/x11-wm/windowmaker-i18n/distinfo 1.32 +38 -6 ports/x11-wm/windowmaker-i18n/pkg-plist 1.22 +7 -7 ports/x11-wm/windowmaker-i18n/files/patch-ad 1.2 +1 -1 ports/x11-wm/windowmaker-i18n/files/patch-bf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 16:56:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED80837B400; Wed, 10 Jan 2001 16:56:26 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B0uQF60420; Wed, 10 Jan 2001 16:56:26 -0800 (PST) (envelope-from trevor) Message-Id: <200101110056.f0B0uQF60420@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 10 Jan 2001 16:56:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/patch Makefile pkg-comment pkg-descr pkg-plist ports/japanese/postgresql7 Makefile ports/www/w3m Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/10 16:56:26 PST Modified files: devel/patch Makefile pkg-comment pkg-descr pkg-plist japanese/postgresql7 Makefile www/w3m Makefile Log: Avoid conflict with /usr/bin/patch by installing the version from the ports collection as "gpatch". Beautify the descriptions. Update the ports which depend on this version. PR: 23702 Submitted by: Christian Weisgerber Reviewed by: knu Revision Changes Path 1.6 +3 -2 ports/devel/patch/Makefile 1.2 +1 -1 ports/devel/patch/pkg-comment 1.2 +4 -4 ports/devel/patch/pkg-descr 1.3 +1 -1 ports/devel/patch/pkg-plist 1.22 +2 -2 ports/japanese/postgresql7/Makefile 1.24 +3 -3 ports/www/w3m/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 17:22:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E60B37B400; Wed, 10 Jan 2001 17:22:12 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B1MCf64930; Wed, 10 Jan 2001 17:22:12 -0800 (PST) (envelope-from trevor) Message-Id: <200101110122.f0B1MCf64930@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 10 Jan 2001 17:22:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/patch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/10 17:22:11 PST Modified files: devel/patch Makefile Log: Bump PORTREVISION for the name change to gpatch. Revision Changes Path 1.7 +2 -1 ports/devel/patch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 17:35:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9756A37B400; Wed, 10 Jan 2001 17:35:35 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B1ZZM65861; Wed, 10 Jan 2001 17:35:35 -0800 (PST) (envelope-from trevor) Message-Id: <200101110135.f0B1ZZM65861@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 10 Jan 2001 17:35:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/10 17:35:35 PST Modified files: x11-wm/aewm Makefile distinfo Log: Update to 1.1.2. Submitted by: Joseph Scott Revision Changes Path 1.3 +2 -2 ports/x11-wm/aewm/Makefile 1.3 +1 -1 ports/x11-wm/aewm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 17:54:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC9A237B400; Wed, 10 Jan 2001 17:54:36 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B1saF67225; Wed, 10 Jan 2001 17:54:36 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101110154.f0B1saF67225@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 10 Jan 2001 17:54:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-At/files patch-At.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/10 17:54:36 PST Modified files: sysutils/p5-Schedule-At/files patch-At.pm Log: Fix argument order of FreeBSD specific configuration. Revision Changes Path 1.2 +1 -1 ports/sysutils/p5-Schedule-At/files/patch-At.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 18:11:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD5C37B400; Wed, 10 Jan 2001 18:11:14 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B2BEP70676; Wed, 10 Jan 2001 18:11:14 -0800 (PST) (envelope-from bsd) Message-Id: <200101110211.f0B2BEP70676@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 10 Jan 2001 18:11:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2001/01/10 18:11:14 PST Modified files: etc rc Log: Add portmap as a dependency for NIS client and server. Requested by: gallatin Revision Changes Path 1.246 +3 -1 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 18:15:59 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C749E37B400; Wed, 10 Jan 2001 18:15:36 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id SAA18174; Wed, 10 Jan 2001 18:15:36 -0800 Date: Wed, 10 Jan 2001 18:15:35 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Brian S. Dean" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc In-Reply-To: <200101110211.f0B2BEP70676@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "And the crowd goes wild!" (I'm *always* forgetting to turn on the portmapper..) On Wed, 10 Jan 2001, Brian S. Dean wrote: > bsd 2001/01/10 18:11:14 PST > > Modified files: > etc rc > Log: > Add portmap as a dependency for NIS client and server. > > Requested by: gallatin > > Revision Changes Path > 1.246 +3 -1 src/etc/rc > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 18:56:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1508537B401; Wed, 10 Jan 2001 18:55:56 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B2tuF74340; Wed, 10 Jan 2001 18:55:56 -0800 (PST) (envelope-from obrien) Message-Id: <200101110255.f0B2tuF74340@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 10 Jan 2001 18:55:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/compaq-cc Makefile pkg-plist ports/lang/compaq-cc/files comp.config ports/lang/compaq-cc/files/include c_asm.h malloc.h stddef.h stdio.h ports/lang/compaq-cc/files/include/machine alpha_cpu.h ansi.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/10 18:55:55 PST Modified files: lang/compaq-cc Makefile pkg-plist Added files: lang/compaq-cc/files comp.config lang/compaq-cc/files/include c_asm.h malloc.h stddef.h stdio.h lang/compaq-cc/files/include/machine alpha_cpu.h ansi.h stdarg.h lang/compaq-cc/files/include/sys cdefs.h types.h Log: Install fixed up BSD headers that are palatable to the Compaq CC. Make the include directory search path match what exists. Make the lib directory search path match what exists. Submitted by: gallatin (partially) Revision Changes Path 1.6 +37 -5 ports/lang/compaq-cc/Makefile 1.4 +9 -1 ports/lang/compaq-cc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 19:25:28 2001 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id CB08D37B400; Wed, 10 Jan 2001 19:25:05 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id E5B1C19EF; Wed, 10 Jan 2001 22:24:59 -0500 (EST) Date: Wed, 10 Jan 2001 22:24:59 -0500 From: Will Andrews To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_base.c Message-ID: <20010110222459.I1260@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101102331.f0ANVoA51450@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101102331.f0ANVoA51450@freefall.freebsd.org>; from julian@FreeBSD.org on Wed, Jan 10, 2001 at 03:31:50PM -0800 X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 10, 2001 at 03:31:50PM -0800, Julian Elischer wrote: > Don't list zombie nodes in reports. > Submitted by: Archie@freebsd.org (Archie Cobbs) Yet Another Immediate MFC. C'mon, this couldn't wait a few days? -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 19:37:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E374237B705; Wed, 10 Jan 2001 19:37:03 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B3b3g79616; Wed, 10 Jan 2001 19:37:03 -0800 (PST) (envelope-from grog) Message-Id: <200101110337.f0B3b3g79616@freefall.freebsd.org> From: Greg Lehey Date: Wed, 10 Jan 2001 19:37:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gmat Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/10 19:37:03 PST Modified files: textproc/gmat Makefile pkg-descr Log: Add more dependencies (ghostview, DocBook 3.1) Add longer descriptions. Revision Changes Path 1.2 +12 -2 ports/textproc/gmat/Makefile 1.2 +17 -0 ports/textproc/gmat/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 Jan 10 19:42:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70ABD37B402; Wed, 10 Jan 2001 19:41:57 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B3fvn80287; Wed, 10 Jan 2001 19:41:57 -0800 (PST) (envelope-from knu) Message-Id: <200101110341.f0B3fvn80287@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 10 Jan 2001 19:41:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo ports/devel/cvsweb/files patch-cvsweb.cgi patch-cvsweb.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/10 19:41:57 PST Modified files: devel/cvsweb Makefile distinfo devel/cvsweb/files patch-cvsweb.cgi patch-cvsweb.conf Log: Update to knu-cvsweb 1.104.1.61. 2001-01-11 11:00 knu * cvsweb.cgi, cvsweb.conf: Oops. 2001-01-11 10:52 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid tar(1)'s automatic padding of nulls to align with the block size, which is just garbage for a receiver. Noted by: Katsuyuki Komatsu Have $uname variable to hold the OS implementation name. Move %CMD's initialization part to the beginning of cvsweb.conf so it can use $uname and configure properly for the OS. Wrap FreeBSD or OpenBSD specific features in conditional blocks using $uname. Fix some open() calls in good manners. Revision Changes Path 1.45 +2 -2 ports/devel/cvsweb/Makefile 1.31 +1 -1 ports/devel/cvsweb/distinfo 1.4 +7 -4 ports/devel/cvsweb/files/patch-cvsweb.cgi 1.4 +20 -13 ports/devel/cvsweb/files/patch-cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 19:43:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1831D37B400; Wed, 10 Jan 2001 19:42:49 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B3gn280340; Wed, 10 Jan 2001 19:42:49 -0800 (PST) (envelope-from grog) Message-Id: <200101110342.f0B3gn280340@freefall.freebsd.org> From: Greg Lehey Date: Wed, 10 Jan 2001 19:42:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gmat/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/10 19:42:49 PST Added files: textproc/gmat/files patch-ab patch-ac Log: Correct names of some executables. Add a bare-bones document (gmat.sgm) describing how to use gmat. Catch 22: to read this, you need to format it with gmat. To format it with gmat, you need first to read it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 20:14: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57A3337B401; Wed, 10 Jan 2001 20:13:48 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B4Dmd84351; Wed, 10 Jan 2001 20:13:48 -0800 (PST) (envelope-from archie) Message-Id: <200101110413.f0B4Dmd84351@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 10 Jan 2001 20:13:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/10 20:13:48 PST Modified files: sys/netgraph netgraph.h ng_base.c Log: Unbreak compilation. Revision Changes Path 1.20 +2 -2 src/sys/netgraph/netgraph.h 1.34 +2 -2 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 20:28:40 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 704FD37B698; Wed, 10 Jan 2001 20:28:14 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0B4Rcs23445; Wed, 10 Jan 2001 21:28:08 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101110428.f0B4Rcs23445@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Baldwin Cc: =?ISO-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Your message of "Wed, 10 Jan 2001 15:53:58 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Wed, 10 Jan 2001 21:27:38 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >No, shared variables are just variables. Here is the problem. There is= no >'curproc' variable. There is a gd_curproc member of a struct globaldata= , and >each CPU has a struct globaldata tied to it. We can obtain it via >PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a 'c= urproc >' >"magic" variable that doesn't exist that we assume we can read and write= to >like any other variable is a lot more hokie than admitting that we are >accessing a special variable in a special way. Anyone touching these variables had better understand what they are for and how they operate. I think our developers are smart enough to underst= and this without ugly upper-case macros. Heck "errno" is not spelled PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem to be able to write useful threaded apps. 8-) The only thing that worries me about curproc and others like it is that the macros can polute the kernel name space. Just try using "curren= t" as a local variable or structure field in linux x86 to see what I mean. 8-) -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 20:43: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 34EFC37B400; Wed, 10 Jan 2001 20:42:45 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id PAA29744; Thu, 11 Jan 2001 15:42:41 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01JYSBDUFIDSEMXJ0G@cim.alcatel.com.au>; Thu, 11 Jan 2001 15:42:49 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id f0B4gbg93019; Thu, 11 Jan 2001 15:42:37 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Thu, 11 Jan 2001 15:42:37 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sys/ufs/ufs ufs_extattr.c In-reply-to: <200101072107.f07L7Ps13036@freefall.freebsd.org>; from rwatson@FreeBSD.ORG on Sun, Jan 07, 2001 at 01:07:25PM -0800 To: Robert Watson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-followup-to: Robert Watson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20010111154237.A91242@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200101072107.f07L7Ps13036@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Jan-07 13:07:25 -0800, Robert Watson wrote: >rwatson 2001/01/07 13:07:25 PST > > Modified files: > sys/ufs/ufs ufs_extattr.c > Log: > o Remove unnecessary sanity check involving requested offset of extended > attribute read--the offset is required to be 0 by an earlier check, > meaning that it will always be within the scope of the attribute data. > This change should have no impact on executed code paths other than > removing the unnecessary check: please report if any new failures > start to occur as a result. Couldn't this have been changed to a KASSERT? This would provide a fairly clear indication that something has gone wrong. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:12:55 2001 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 D52B237B400; Wed, 10 Jan 2001 21:12:36 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id AAA29176; Thu, 11 Jan 2001 00:12:09 -0500 (EST) Date: Thu, 11 Jan 2001 00:12:07 -0500 (EST) From: Daniel Eischen To: "Justin T. Gibbs" Cc: John Baldwin , =?ISO-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: <200101110428.f0B4Rcs23445@aslan.scsiguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Jan 2001, Justin T. Gibbs wrote: > >No, shared variables are just variables. Here is the problem. There is no > >'curproc' variable. There is a gd_curproc member of a struct globaldata, and > >each CPU has a struct globaldata tied to it. We can obtain it via > >PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a 'curproc > >' > >"magic" variable that doesn't exist that we assume we can read and write to > >like any other variable is a lot more hokie than admitting that we are > >accessing a special variable in a special way. > > Anyone touching these variables had better understand what they are for > and how they operate. I think our developers are smart enough to understand > this without ugly upper-case macros. Heck "errno" is not spelled > PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem > to be able to write useful threaded apps. 8-) Uh-oh. I've just gone through libc (not committed yet) and replaced all instances of "errno = x" to _set_errno(x) to deal with threaded apps. I didn't realize that it actually worked correctly. Should I discard these changes, or is _set_errno(x) seen as a better interface than errno = x? -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:16:18 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 9C45637B402; Wed, 10 Jan 2001 21:15:53 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id AAA42400; Thu, 11 Jan 2001 00:15:29 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 00:15:29 -0500 (EST) From: Garrett Wollman Message-Id: <200101110515.AAA42400@khavrinen.lcs.mit.edu> To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: References: <200101110428.f0B4Rcs23445@aslan.scsiguy.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Should I discard these changes, or is _set_errno(x) seen as a better > interface than errno = x? The latter is required to work in the API. Library internals may be different, but I would suggest that breaking `errno' just in the library would be a poor choice. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:20: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9074437B400; Wed, 10 Jan 2001 21:19:46 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B5JkF91246; Wed, 10 Jan 2001 21:19:46 -0800 (PST) (envelope-from steve) Message-Id: <200101110519.f0B5JkF91246@freefall.freebsd.org> From: Steve Price Date: Wed, 10 Jan 2001 21:19:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist ports/graphics/ImageMagick/files patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/01/10 21:19:46 PST Modified files: graphics/ImageMagick Makefile distinfo pkg-plist Added files: graphics/ImageMagick/files patch-al Log: Update to version 5.2.7. PR: 24094 Submitted by: KATO Tsuguru Revision Changes Path 1.95 +13 -8 ports/graphics/ImageMagick/Makefile 1.49 +1 -1 ports/graphics/ImageMagick/distinfo 1.43 +3 -0 ports/graphics/ImageMagick/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:31:38 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 44FD437B401; Wed, 10 Jan 2001 21:31:10 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id QAA04882; Thu, 11 Jan 2001 16:30:32 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01JYSD1YQSMO90I2EP@cim.alcatel.com.au>; Thu, 11 Jan 2001 16:30:31 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id f0B5UTo93224; Thu, 11 Jan 2001 16:30:29 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Thu, 11 Jan 2001 16:30:29 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sys/alpha/include bus.h In-reply-to: ; from mjacob@feral.com on Tue, Jan 09, 2001 at 10:04:03PM -0800 To: Matthew Jacob Cc: Warner Losh , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-followup-to: Matthew Jacob , Warner Losh , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20010111163029.B91242@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200101100441.f0A4f2s58670@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Jan-09 22:04:03 -0800, Matthew Jacob wrote: > > >> In message <200101091817.f09IHng10622@freefall.freebsd.org> Matt Jacob writes: >> : me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. >> >> Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls >> we have? > >int foo() >{ > bar(~0); >} >int zoo() >{ > bar1(~0UL); >} ... >Sorta looks the same to me.... I don't think that's a valid test. A more reasonable test would be something like unsigned long foo, bar; fun() { foo = bar & ~0; } Unfortunately, I don't have a functional FreeBSD/Alpha box right now, but both Compaq CC and gcc-2.8.1 generate "foo = bar". I'm not sure that this behaviour makes sense. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:37: 6 2001 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 EB2A737B400; Wed, 10 Jan 2001 21:36:44 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id AAA02408; Thu, 11 Jan 2001 00:36:17 -0500 (EST) Date: Thu, 11 Jan 2001 00:36:17 -0500 (EST) From: Daniel Eischen To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: errno in libc (was Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac) In-Reply-To: <200101110515.AAA42400@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 X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Garrett Wollman wrote: > < said: > > > Should I discard these changes, or is _set_errno(x) seen as a better > > interface than errno = x? > > The latter is required to work in the API. Library internals may be > different, but I would suggest that breaking `errno' just in the > library would be a poor choice. I'm not changing any interfaces or breaking anything. I just changed all libc internal settings of errno to use _set_errno(x) instead of errno = x. Using errno = x in libc will still work. I guess the question is, what would we rather see used internally in libc? It should probably be consistent either way. I've already done the grunt work of changing errno = x to _set_errno(x), so the effort to convert shouldn't be given any weight. I also don't care if I have to discard my changes. I'd rather see _set_errno(x) used internally in libc; it just seems easier to see that it can handle the threaded case. Using errno = x faked me out so much that I changed it ;-) But whatever -- I have no strong feelings either way. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 21:42:45 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CA24237B401; Wed, 10 Jan 2001 21:42:23 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0B5g9s69778; Wed, 10 Jan 2001 22:42:10 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101110542.f0B5g9s69778@harmony.village.org> To: Peter Jeremy Subject: Re: cvs commit: src/sys/alpha/include bus.h Cc: Matthew Jacob , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 11 Jan 2001 16:30:29 +1100." <20010111163029.B91242@gsmx07.alcatel.com.au> References: <20010111163029.B91242@gsmx07.alcatel.com.au> <200101100441.f0A4f2s58670@harmony.village.org> Date: Wed, 10 Jan 2001 22:42:09 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010111163029.B91242@gsmx07.alcatel.com.au> Peter Jeremy writes: : fun() : { : foo = bar & ~0; : } : : Unfortunately, I don't have a functional FreeBSD/Alpha box right now, : but both Compaq CC and gcc-2.8.1 generate "foo = bar". I'm not sure : that this behaviour makes sense. Likely because ~0 is signed, and signed extended in the promotion from int to unsigned long. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 22:24:55 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 51B8337B401; Wed, 10 Jan 2001 22:24:35 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id WAA18966; Wed, 10 Jan 2001 22:24:26 -0800 Date: Wed, 10 Jan 2001 22:24:26 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Peter Jeremy Cc: Warner Losh , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <20010111163029.B91242@gsmx07.alcatel.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why isn't it a valid test? This is exactly the test case that Warner was worrying about? On Thu, 11 Jan 2001, Peter Jeremy wrote: > On 2001-Jan-09 22:04:03 -0800, Matthew Jacob wrote: > > > > > >> In message <200101091817.f09IHng10622@freefall.freebsd.org> Matt Jacob writes: > >> : me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. > >> > >> Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls > >> we have? > > > >int foo() > >{ > > bar(~0); > >} > >int zoo() > >{ > > bar1(~0UL); > >} > ... > >Sorta looks the same to me.... > > I don't think that's a valid test. A more reasonable test would be > something like > > unsigned long foo, bar; > > fun() > { > foo = bar & ~0; > } > > Unfortunately, I don't have a functional FreeBSD/Alpha box right now, > but both Compaq CC and gcc-2.8.1 generate "foo = bar". I'm not sure > that this behaviour makes sense. > > Peter > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 23: 6:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B31A37B401; Wed, 10 Jan 2001 23:05:54 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B75rj08172; Wed, 10 Jan 2001 23:05:54 -0800 (PST) (envelope-from asami) Message-Id: <200101110705.f0B75rj08172@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 10 Jan 2001 23:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2001/01/10 23:05:53 PST Modified files: . INDEX Log: New index, with 4,470 ports. We got more than 100 new ports in one week. Amazing. Revision Changes Path 1.317 +770 -663 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 10 23:29:14 2001 Delivered-To: cvs-all@freebsd.org Received: from cr66388-a.rchrd1.on.wave.home.com (cr66388-a.rchrd1.on.wave.home.com [24.114.165.24]) by hub.freebsd.org (Postfix) with ESMTP id 7F01037B401; Wed, 10 Jan 2001 23:28:46 -0800 (PST) Received: from cr66388-a.rchrd1.on.wave.home.c (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by cr66388-a.rchrd1.on.wave.home.com (Postfix) with ESMTP id B4955BA80; Thu, 11 Jan 2001 02:24:28 -0500 (EST) X-Mailer: exmh version 2.1.1 10/15/1999 To: "Justin T. Gibbs" Cc: John Baldwin , =?ISO-8859-1?Q?G=E9rard_Roudier?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message from "Justin T. Gibbs" of "Wed, 10 Jan 2001 21:27:38 MST." <200101110428.f0B4Rcs23445@aslan.scsiguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Thu, 11 Jan 2001 02:24:28 -0500 From: Jake Burkholder Message-Id: <20010111072428.B4955BA80@cr66388-a.rchrd1.on.wave.home.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >No, shared variables are just variables. Here is the problem. There = is no > >'curproc' variable. There is a gd_curproc member of a struct globalda= ta, and > >each CPU has a struct globaldata tied to it. We can obtain it via > >PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a = 'curproc > >' > >"magic" variable that doesn't exist that we assume we can read and wri= te to > >like any other variable is a lot more hokie than admitting that we are= > >accessing a special variable in a special way. > = > Anyone touching these variables had better understand what they are for= > and how they operate. I think our developers are smart enough to under= stand > this without ugly upper-case macros. Heck "errno" is not spelled > PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem > to be able to write useful threaded apps. 8-) errno is just one variable, there are a number of per-cpu variables, more than I can easily remember. When we started SMPng I had to look at the headers repeatedly to find out exactly what was and what wasn't. This code, the kernel in general, was not new to me either, I was already= familiar with a good deal of it. The old implementation, a separate macro for each variable, had the conte= nts of globaldata duplicated 9 times. There was globaldata itself: struct globaldata { struct proc *gd_curproc; There was an extern declaration for each variable used in the UP kernel: extern struct proc *curproc; There was a macro that produced inline functions for each variable: GLOBAL_FUNC(curproc); = There was a macro that aliased the variable to an appropriate inline to access it: #define curproc GLOBAL_RVALUE_NV(curproc, struct proc *) There was a macro for each variable to deal with the differences between elf and aout symbols for UP, or to provide the fs indirection for SMP when used from assembly language: #define FS(x) _x #define FS(x) %fs:x #define _curproc FS(curproc) There were 2 global symbols for each variable in globals.s: =2Eglobl gd_curproc =2Eglobl _curproc There were 2 .sets for each variable to give the value of the symbols: =2Eset gd_curproc,globaldata + GD_CURPROC =2Eset _curproc,globaldata + GD_CURPROC Finally, there was an ASSYM for each variable in genassym.c to produce th= e offset used to produce the above symbols: ASSYM(GD_CURPROC, offsetof(struct globaldata, gd_curproc); Needless to say this made adding a per-cpu variable easy to screw up even= if you knew about all this. Much of this still remains, but I intend to remove it shortly. Some of the macros were rvalue-like and some of them were lvalue-like. curproc was an rvalue only, so this wouldn't compile: curproc =3D p; The rvalues were more efficient so there was a SET_CURPROC macro to set the value of curproc, which called the inline _global_set_curproc. The inlines did not have the correct type, they all returned int or void = *, which was cast by the GLOBAL_{L,R}VALUE macros. This reduced some of the= namespace pollution because the types only occured in the macros, so it was only necessary to include the appropriate headers where the variables= were used. The only major namespace pollution was due to several variabl= es having type pt_entry_t *, which requires vm headers to be included. This is a problem with the current (new) implementation, but it will be fixed because these variables are not appropriate for the pre-emptive kernel. The new implementation does not require any other macros at all. All tha= t is necessary to add a per-cpu variable is to add the field to struct globaldata. Both the new and old implementations are machine dependent, which means that there are 3 copies of globaldata.h and globals.h; i386, alpha and ia= 64. There would have been another 2 at least for arm and powerpc. I have pla= ns to make this machine independent before any more copies are added. It is= easier to do this if there are accessor macros, and not a macro for each variable. The new macros make fewer assumptions about how the machine dependent cod= e provides per-cpu variables. This will allow for optimizations in the fut= ure, as I've shown. dfr started using PCPU_GET and PCPU_SET a long time ago in his alpha smp code and in the ia64 tree. Although I wasn't there, apparently it was discussed at the SMP meeting that this would be done in general. I think= we should try for more similarities between the code for the various architectures FreeBSD supports, rather than less. I've listed some of the pros that I see for the new implementation and some of the cons for the old implementation. The cons that I've heard so far are: 1 Machine independent code should not need to know that some variables ar= e per-cpu. This is false because the intention of SMPng is to make the kernel aware = of multiple processors. Not just that but also re-entrant on a uni-processo= r. = 2 Efficiency. I've shown that this can be improved. Optimizations are not overly important right now. 3 It is difficult to find their values from debuggers. This can be fixed and I will do this once globaldata is made machine independent. I use a debugger a lot, so this is in my best interest. 4 Namespace pollution. This will be fixed. 5 Upper case is ugly. Is this really important? I am under the impression that it is customary= for macros to be in upper case. The accessors are best implemented as macros because functions are dependent on type, while macros can be made type independent. I have spent about an hour typing this email, time that I would rather have spent sleeping or working on SMPng. Much of the cleanup that I discussed would already be committed. Thank you Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 0: 0:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D62137B69F; Wed, 10 Jan 2001 23:59:56 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B7xuf13220; Wed, 10 Jan 2001 23:59:56 -0800 (PST) (envelope-from billf) Message-Id: <200101110759.f0B7xuf13220@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 10 Jan 2001 23:59:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/radiusd-cistron Makefile distinfo ports/net/radiusd-cistron/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/01/10 23:59:56 PST Modified files: net/radiusd-cistron Makefile distinfo net/radiusd-cistron/files patch-af Log: Update to 1.6.4 Revision Changes Path 1.13 +2 -3 ports/net/radiusd-cistron/Makefile 1.9 +1 -1 ports/net/radiusd-cistron/distinfo 1.3 +10 -10 ports/net/radiusd-cistron/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 0:17: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 259D237B404; Thu, 11 Jan 2001 00:16:47 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B8Glt17106; Thu, 11 Jan 2001 00:16:47 -0800 (PST) (envelope-from ru) Message-Id: <200101110816.f0B8Glt17106@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Jan 2001 00:16:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/11 00:16:46 PST Modified files: usr.sbin/burncd burncd.8 Log: mdoc(7) police: formatting fixes. Revision Changes Path 1.11 +53 -33 src/usr.sbin/burncd/burncd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 0:22:16 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id C61D337B400; Thu, 11 Jan 2001 00:21:54 -0800 (PST) Received: from bissau-18.budapest.interware.hu ([195.70.53.146] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 14GczS-000157-00; Thu, 11 Jan 2001 09:21:47 +0100 Message-ID: <3A5D6CB2.4888444F@elischer.org> Date: Thu, 11 Jan 2001 00:20:02 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Will Andrews Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_base.c References: <200101102331.f0ANVoA51450@freefall.freebsd.org> <20010110222459.I1260@puck.firepipe.net> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews wrote: > > On Wed, Jan 10, 2001 at 03:31:50PM -0800, Julian Elischer wrote: > > Don't list zombie nodes in reports. > > Submitted by: Archie@freebsd.org (Archie Cobbs) > > Yet Another Immediate MFC. C'mon, this couldn't wait a few days? It was stopping work getting done and it was actually a different patch from -current.. it isn't relevent in -current.. so not really a valid MFC candidate. > > -- > wca -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ from Perth, presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 1: 2:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D45E37B400; Thu, 11 Jan 2001 01:02:31 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B92VP21165; Thu, 11 Jan 2001 01:02:31 -0800 (PST) (envelope-from sobomax) Message-Id: <200101110902.f0B92VP21165@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 11 Jan 2001 01:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/11 01:02:31 PST Modified files: www/galeon Makefile distinfo pkg-plist Log: Update to 0.8.4. Revision Changes Path 1.15 +2 -2 ports/www/galeon/Makefile 1.8 +1 -1 ports/www/galeon/distinfo 1.8 +3 -0 ports/www/galeon/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 Jan 11 1:16:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13FDB37B404; Thu, 11 Jan 2001 01:16:29 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B9GSH24629; Thu, 11 Jan 2001 01:16:28 -0800 (PST) (envelope-from ru) Message-Id: <200101110916.f0B9GSH24629@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Jan 2001 01:16:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/11 01:16:28 PST Modified files: contrib/groff/tmac tmac.doc Log: Fixed the bug in D1 macro where it would eat its first (text) argument. Obtained from: mdocNG Revision Changes Path 1.11 +3 -15 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 1:18:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7F2437B401; Thu, 11 Jan 2001 01:18:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0B9IVn24871; Thu, 11 Jan 2001 01:18:31 -0800 (PST) (envelope-from ru) Message-Id: <200101110918.f0B9IVn24871@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Jan 2001 01:18:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/11 01:18:31 PST Modified files: contrib/groff/tmac tmac.doc Log: Fixed the ``undesirable hyphenation'' problem, most noticeable with Xr. Obtained from: mdocNG Revision Changes Path 1.12 +17 -5 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 3:20: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 02C7F37B400; Thu, 11 Jan 2001 03:19:39 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f0BBJDl18107; Thu, 11 Jan 2001 19:19:13 +0800 (CST) (envelope-from clive) Date: Thu, 11 Jan 2001 19:19:13 +0800 From: Clive Lin To: "Michael C . Wu" Cc: Clive Lin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/bitchx Makefile Message-ID: <20010111191913.B18055@cartier.cirx.org> References: <200101100712.f0A7Ch108904@freefall.freebsd.org> <20010110143922.A19813@peorth.iteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010110143922.A19813@peorth.iteration.net>; from keichii@iteration.net on Wed, Jan 10, 2001 at 02:39:22PM -0600 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 10, 2001 at 02:39:22PM -0600, Michael C . Wu wrote: > On Tue, Jan 09, 2001 at 11:12:42PM -0800, Clive Lin scribbled: > | clive 2001/01/09 23:12:42 PST > | > | Modified files: > | chinese/bitchx Makefile > | Log: > | Cursor movement and words wrapping aren't hacked if compiled with gnome. > | If without gnome, esound support isn't needed. > | > | Revision Changes Path > | 1.2 +6 -2 ports/chinese/bitchx/Makefile > > What I do not understand is why irc/bitchx has GNOME and ESOUND > enabled by default. I think the maintainer needs to fix this. > My understanding is that USE_GNOME and USE_ESOUND should not be > the default behavior in ports. Not USE_*, but WANT_*. WANT_* could be disabled by WITHOUT_*. BX has gui ability, but you must have gnome installed. Since I don't have gnome inside my box, I don't have the environment to hack gui BX. Thus I add WITHOUT_* in chinese/bitchx to indicate it works well ONLY in terminal mode. -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f=, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38 =. ant sj m8r ob =? 1fj mwby a1 tao vg5 =. soq df v ' .a. CirX=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 3:27:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9C8037B401; Thu, 11 Jan 2001 03:27:04 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BBR4940033; Thu, 11 Jan 2001 03:27:04 -0800 (PST) (envelope-from ru) Message-Id: <200101111127.f0BBR4940033@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Jan 2001 03:27:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man Makefile man.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/11 03:27:04 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/man/man Makefile man.c Log: MFC: Teach man(1) how to look inside compressed manuals for preprocessor directives. Avoid use of cat(1). Revision Changes Path 1.27.2.1 +11 -5 src/gnu/usr.bin/man/man/Makefile 1.37.2.1 +47 -67 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 4:52:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0425E37B401; Thu, 11 Jan 2001 04:52:13 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BCqCZ53210; Thu, 11 Jan 2001 04:52:12 -0800 (PST) (envelope-from knu) Message-Id: <200101111252.f0BCqCZ53210@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 04:52:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30 Makefile distinfo ports/japanese/vje30/files patch-Makefile patch-ximsub1.c patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 04:52:12 PST Modified files: japanese/vje30 Makefile distinfo japanese/vje30/files patch-aa Added files: japanese/vje30/files patch-Makefile patch-ximsub1.c Log: Applying the patch posted on unix-ml@vacs.co.jp mailing list by Hiroyuki Aizu , build `vje' executable from the source. This should finally fix the memory leakage problem that has been reported by many users. :) Revision Changes Path 1.14 +23 -22 ports/japanese/vje30/Makefile 1.6 +4 -4 ports/japanese/vje30/distinfo 1.3 +2 -2 ports/japanese/vje30/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5: 1:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D84037B400; Thu, 11 Jan 2001 05:01:21 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BD1LM54096; Thu, 11 Jan 2001 05:01:21 -0800 (PST) (envelope-from dougb) Message-Id: <200101111301.f0BD1LM54096@freefall.freebsd.org> From: Doug Barton Date: Thu, 11 Jan 2001 05:01:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/01/11 05:01:20 PST Modified files: etc crontab rc etc/defaults rc.conf etc/mtree BSD.root.dist libexec Makefile Added files: libexec/save-entropy Makefile save-entropy.sh Log: Add a system to save entropy from /dev/random periodically so that it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays. For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic. Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course. Revision Changes Path 1.28 +4 -1 src/etc/crontab 1.247 +27 -11 src/etc/rc 1.84 +4 -1 src/etc/defaults/rc.conf 1.48 +5 -1 src/etc/mtree/BSD.root.dist 1.44 +2 -1 src/libexec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5: 2:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9141237B400; Thu, 11 Jan 2001 05:02:33 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BD2Wn54191; Thu, 11 Jan 2001 05:02:32 -0800 (PST) (envelope-from dougb) Message-Id: <200101111302.f0BD2Wn54191@freefall.freebsd.org> From: Doug Barton Date: Thu, 11 Jan 2001 05:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/01/11 05:02:31 PST Modified files: etc/mtree README Log: Fix a small typo Revision Changes Path 1.5 +2 -2 src/etc/mtree/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E6137B400; Thu, 11 Jan 2001 05:06:22 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BD6Mb56659; Thu, 11 Jan 2001 05:06:22 -0800 (PST) (envelope-from dougb) Message-Id: <200101111306.f0BD6Mb56659@freefall.freebsd.org> From: Doug Barton Date: Thu, 11 Jan 2001 05:06:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree README X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/01/11 05:06:22 PST Modified files: (Branch: RELENG_4) etc/mtree README Log: MFC, fix a small typo Revision Changes Path 1.4.2.1 +2 -2 src/etc/mtree/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5:23:48 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 9698337B402; Thu, 11 Jan 2001 05:23:26 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id D3305323F; Thu, 11 Jan 2001 13:23:23 +0000 (GMT) Date: Thu, 11 Jan 2001 13:23:23 +0000 From: Josef Karthauser To: Andrzej Bialecki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/tinyware/sps sps.c Message-ID: <20010111132323.G3594@tao.org.uk> References: <200101102224.f0AMO8I43975@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101102224.f0AMO8I43975@freefall.freebsd.org>; from abial@FreeBSD.org on Wed, Jan 10, 2001 at 02:24:08PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 10, 2001 at 02:24:08PM -0800, Andrzej Bialecki wrote: > abial 2001/01/10 14:24:08 PST > > Modified files: > release/picobsd/tinyware/sps sps.c > Log: > Fix breakage after moving from struct proc/eproc to kinfo_proc. Thanks Andrzej. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5:25:17 2001 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id C8B2637B400; Thu, 11 Jan 2001 05:24:49 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f0BDOkt59649; Thu, 11 Jan 2001 15:24:46 +0200 (EET) (envelope-from ru) Date: Thu, 11 Jan 2001 15:24:46 +0200 From: Ruslan Ermilov To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010111152446.A59416@sunbay.com> Mail-Followup-To: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101111301.f0BD1LM54096@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101111301.f0BD1LM54096@freefall.freebsd.org>; from dougb@FreeBSD.org on Thu, Jan 11, 2001 at 05:01:20AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Please don't forget to update the rc.conf(5) manpage. On Thu, Jan 11, 2001 at 05:01:20AM -0800, Doug Barton wrote: > dougb 2001/01/11 05:01:20 PST > > Modified files: > etc crontab rc > etc/defaults rc.conf > etc/mtree BSD.root.dist > libexec Makefile > Added files: > libexec/save-entropy Makefile save-entropy.sh > Log: > Add a system to save entropy from /dev/random periodically so that > it can be used to reseed at boot time. This will greatly increase > the chances that there will be sufficient entropy available at > boot time to prevent long delays. > [...] Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 5:38:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA0AF37B400; Thu, 11 Jan 2001 05:38:38 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BDccE59786; Thu, 11 Jan 2001 05:38:38 -0800 (PST) (envelope-from hm) Message-Id: <200101111338.f0BDccE59786@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 05:38:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_hdlc.h src/sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c i4b_ihfc_pnp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 05:38:38 PST Modified files: sys/i4b/layer1 i4b_hdlc.h sys/i4b/layer1/ihfc i4b_ihfc_drv.c i4b_ihfc_l1if.c i4b_ihfc_pnp.c Log: Update the ihfc driver with a patch from the author. He writes: This patch enables the driver to work on current (I have not tested the isa part fully, but I suppose it should work). The patching from jlemon caused a crash at probe time. This is probably my fault not having added a comment for "RESET_SOFT" saying: "this resets all!". Submitted by: Hans Petter Selasky Revision Changes Path 1.4 +23 -27 src/sys/i4b/layer1/i4b_hdlc.h 1.7 +23 -12 src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c 1.6 +5 -2 src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c 1.4 +37 -13 src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 6:27: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA6CC37B401; Thu, 11 Jan 2001 06:26:39 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BEQdF66290; Thu, 11 Jan 2001 06:26:39 -0800 (PST) (envelope-from hm) Message-Id: <200101111426.f0BEQdF66290@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 06:26:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include i4b_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 06:26:39 PST Modified files: sys/i386/include i4b_ioctl.h Log: Add infrastructure to support the ISDN itjc hardware driver. Submitted by: Sergio de Souza Prallon Revision Changes Path 1.10 +8 -8 src/sys/i386/include/i4b_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 6:36: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A4C137B400; Thu, 11 Jan 2001 06:35:46 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BEZke72666; Thu, 11 Jan 2001 06:35:46 -0800 (PST) (envelope-from hm) Message-Id: <200101111435.f0BEZke72666@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 06:35:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_l1.h i4b_l1dmux.c src/sys/i4b/layer1/itjc i4b_hdlc.h i4b_itjc_ext.h i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 06:35:46 PST Modified files: sys/i4b/layer1 i4b_l1.h i4b_l1dmux.c Added files: sys/i4b/layer1/itjc i4b_hdlc.h i4b_itjc_ext.h i4b_itjc_isac.c i4b_itjc_l1.c i4b_itjc_l1fsm.c i4b_itjc_pci.c Log: Add the ISDN itjc hardware driver. This driver supports the NETJet-S cards from Traverse Technology and also the Teles PCI-TJ cards both based on the chipset combination of the Siemens ISAC and the TJNet Tiger300/320 chips. The itjc/i4b_hdlc.h file will hopefully soon be merged with the file /usr/src/sys/i4b/layer1/i4b_hdlc.h. Submitted by: Sergio de Souza Prallon Revision Changes Path 1.11 +5 -5 src/sys/i4b/layer1/i4b_l1.h 1.3 +19 -6 src/sys/i4b/layer1/i4b_l1dmux.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 6:46:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4960237B401; Thu, 11 Jan 2001 06:46:27 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BEkRv12082; Thu, 11 Jan 2001 06:46:27 -0800 (PST) (envelope-from jake) Message-Id: <200101111446.f0BEkRv12082@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 11 Jan 2001 06:46:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include globals.h src/sys/conf files.i386 src/sys/i386/i386 locore.s globals.s src/sys/i386/include asnames.h globals.h src/sys/ia64/include globals.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/11 06:46:26 PST Modified files: sys/alpha/include globals.h sys/conf files.i386 sys/i386/i386 locore.s sys/i386/include asnames.h globals.h sys/ia64/include globals.h Removed files: sys/i386/i386 globals.s Log: - Remove compatibility macros for accessing per-cpu variables. __FreeBSD_version 500015 can be used to detect their disappearance. - Move the symbols for SMP_prvspace and lapic from globals.s to locore.s. - Remove globals.s with extreme prejudice. Revision Changes Path 1.6 +1 -14 src/sys/alpha/include/globals.h 1.345 +1 -2 src/sys/conf/files.i386 1.140 +12 -1 src/sys/i386/i386/locore.s 1.50 +1 -44 src/sys/i386/include/asnames.h 1.16 +1 -25 src/sys/i386/include/globals.h 1.5 +1 -13 src/sys/ia64/include/globals.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 6:50:18 2001 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 D1EF037B404; Thu, 11 Jan 2001 06:49:52 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id GAA42117; Thu, 11 Jan 2001 06:49:52 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0BEnoh72819; Thu, 11 Jan 2001 06:49:50 -0800 (PST) (envelope-from obrien) Date: Thu, 11 Jan 2001 06:49:49 -0800 From: "David O'Brien" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010111064949.A72688@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200101111301.f0BD1LM54096@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101111301.f0BD1LM54096@freefall.freebsd.org>; from dougb@FreeBSD.org on Thu, Jan 11, 2001 at 05:01:20AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 11, 2001 at 05:01:20AM -0800, Doug Barton wrote: > Log: > Add a system to save entropy from /dev/random periodically so that > it can be used to reseed at boot time. This will greatly increase > the chances that there will be sufficient entropy available at > boot time to prevent long delays. Can you address why we now have an entropy_dir, how it is intended to be used, and what garbage collects the files in it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 6:50:44 2001 Delivered-To: cvs-all@freebsd.org Received: from cr66388-a.rchrd1.on.wave.home.com (cr66388-a.rchrd1.on.wave.home.com [24.114.165.24]) by hub.freebsd.org (Postfix) with ESMTP id DB5C237B698; Thu, 11 Jan 2001 06:50:10 -0800 (PST) Received: from cr66388-a.rchrd1.on.wave.home.c (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by cr66388-a.rchrd1.on.wave.home.com (Postfix) with ESMTP id 7B1BFBA80; Thu, 11 Jan 2001 09:45:53 -0500 (EST) X-Mailer: exmh version 2.1.1 10/15/1999 To: freebsd-current@freebsd.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Heads Up Re: cvs commit: src/sys/alpha/include globals.h src/sys/conf files.i386 src/sys/i386/i386 locore.s globals.s src/sys/i386/include asnames.h globals.h src/sys/ia64/include globals.h In-Reply-To: Message from Jake Burkholder of "Thu, 11 Jan 2001 06:46:27 PST." <200101111446.f0BEkRv12082@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Jan 2001 09:45:53 -0500 From: Jake Burkholder Message-Id: <20010111144553.7B1BFBA80@cr66388-a.rchrd1.on.wave.home.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jake 2001/01/11 06:46:26 PST > > Modified files: > sys/alpha/include globals.h > sys/conf files.i386 > sys/i386/i386 locore.s > sys/i386/include asnames.h globals.h > sys/ia64/include globals.h > Removed files: > sys/i386/i386 globals.s > Log: > - Remove compatibility macros for accessing per-cpu variables. > __FreeBSD_version 500015 can be used to detect their disappearance. > - Move the symbols for SMP_prvspace and lapic from globals.s to > locore.s. > - Remove globals.s with extreme prejudice. > > Revision Changes Path > 1.6 +1 -14 src/sys/alpha/include/globals.h > 1.345 +1 -2 src/sys/conf/files.i386 > 1.140 +12 -1 src/sys/i386/i386/locore.s > 1.50 +1 -44 src/sys/i386/include/asnames.h > 1.16 +1 -25 src/sys/i386/include/globals.h > 1.5 +1 -13 src/sys/ia64/include/globals.h > > If you have not rebuilt your modules in the past few days you must do so now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7: 2:52 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 6F99037B400; Thu, 11 Jan 2001 07:02:27 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GjFA-0002MV-00; Thu, 11 Jan 2001 17:02:24 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id RAA26612; Thu, 11 Jan 2001 17:02:19 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 26333; Thu Jan 11 17:01:24 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GjEC-0001jc-00; Thu, 11 Jan 2001 17:01:24 +0200 From: Sheldon Hearn To: obrien@freebsd.org Cc: Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 06:49:49 PST." <20010111064949.A72688@dragon.nuxi.com> Date: Thu, 11 Jan 2001 17:01:24 +0200 Message-ID: <6671.979225284@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 06:49:49 PST, "David O'Brien" wrote: > Can you address why we now have an entropy_dir, how it is intended to be > used, and what garbage collects the files in it? We have an entropy_dir because we have multiple files. They are not garbage collected... save-entropy rotates them a'la newsyslog. 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 Jan 11 7: 3: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5208737B401; Thu, 11 Jan 2001 07:02:37 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BF2bW46065; Thu, 11 Jan 2001 07:02:37 -0800 (PST) (envelope-from knu) Message-Id: <200101111502.f0BF2bW46065@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 07:02:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30-trial Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 07:02:35 PST Modified files: japanese/vje30-trial Makefile Log: Set DIST_SUBDIR to "vje30" to cooperate with japanese/vje30. Revision Changes Path 1.11 +4 -3 ports/japanese/vje30-trial/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:21: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C835137B400; Thu, 11 Jan 2001 07:20:39 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFKdE49954; Thu, 11 Jan 2001 07:20:39 -0800 (PST) (envelope-from hm) Message-Id: <200101111520.f0BFKdE49954@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 07:20:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 07:20:39 PST Modified files: sys/conf files.i386 Log: Add infrastructure for the itjc ISDN hardware driver Submitted by: Sergio de Souza Prallon Revision Changes Path 1.346 +11 -2 src/sys/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 Jan 11 7:22:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D86A337B400; Thu, 11 Jan 2001 07:21:56 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFLue50082; Thu, 11 Jan 2001 07:21:56 -0800 (PST) (envelope-from jedgar) Message-Id: <200101111521.f0BFLue50082@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Thu, 11 Jan 2001 07:21:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/interbase4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/11 07:21:56 PST Modified files: databases/interbase4 Makefile Log: Mark as FORBIDDEN due to back door Submitted by: CERT advisory CA-2001-01 Revision Changes Path 1.11 +2 -1 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 Thu Jan 11 7:36: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D3BD37B400; Thu, 11 Jan 2001 07:35:47 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFZlk51554; Thu, 11 Jan 2001 07:35:47 -0800 (PST) (envelope-from hm) Message-Id: <200101111535.f0BFZlk51554@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 07:35:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 07:35:47 PST Modified files: sys/i386/conf NOTES Log: Add itjc ISDN hardware driver Revision Changes Path 1.870 +13 -5 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:42:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 198D237B400; Thu, 11 Jan 2001 07:42:23 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFgN452350; Thu, 11 Jan 2001 07:42:23 -0800 (PST) (envelope-from julian) Message-Id: <200101111542.f0BFgN452350@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 07:42:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 07:42:23 PST Modified files: sys/netgraph ng_pppoe.c Log: Fix uninitialised pointer. Found by: Brian Sommers Revision Changes Path 1.41 +2 -1 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:43: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1B437B402; Thu, 11 Jan 2001 07:42:38 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFgcr52392; Thu, 11 Jan 2001 07:42:38 -0800 (PST) (envelope-from hm) Message-Id: <200101111542.f0BFgcr52392@freefall.freebsd.org> From: Hellmuth Michaelis Date: Thu, 11 Jan 2001 07:42:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd controller.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/11 07:42:38 PST Modified files: usr.sbin/i4b/isdnd controller.c Log: Add support to name cards supported by the itjc driver Submitted by: Sergio de Souza Prallon Revision Changes Path 1.10 +6 -7 src/usr.sbin/i4b/isdnd/controller.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:45: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D258737B401; Thu, 11 Jan 2001 07:44:41 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFiff52759; Thu, 11 Jan 2001 07:44:41 -0800 (PST) (envelope-from julian) Message-Id: <200101111544.f0BFiff52759@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 07:44:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bpf.c ng_sample.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 07:44:41 PST Modified files: sys/netgraph ng_bpf.c ng_sample.c Log: Another brian fix, luckily not in live code. Revision Changes Path 1.13 +2 -4 src/sys/netgraph/ng_bpf.c 1.17 +3 -2 src/sys/netgraph/ng_sample.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:50:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF6937B402; Thu, 11 Jan 2001 07:50:06 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFo6v53324; Thu, 11 Jan 2001 07:50:06 -0800 (PST) (envelope-from jim) Message-Id: <200101111550.f0BFo6v53324@freefall.freebsd.org> From: Jim Mock Date: Thu, 11 Jan 2001 07:50:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/01/11 07:50:05 PST Modified files: irc/xchat Makefile distinfo Log: Update to 1.6.3. Revision Changes Path 1.74 +2 -2 ports/irc/xchat/Makefile 1.45 +1 -1 ports/irc/xchat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:54:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E557E37B401; Thu, 11 Jan 2001 07:54:05 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFs5653726; Thu, 11 Jan 2001 07:54:05 -0800 (PST) (envelope-from kevlo) Message-Id: <200101111554.f0BFs5653726@freefall.freebsd.org> From: Kevin Lo Date: Thu, 11 Jan 2001 07:54:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/integrit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/11 07:54:05 PST Modified files: security/integrit Makefile distinfo Log: Upgrade to 1.04.03b PR: 24242 Submitted by: MAINTAINER Revision Changes Path 1.2 +6 -6 ports/security/integrit/Makefile 1.2 +1 -1 ports/security/integrit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 7:57:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCAE537B400; Thu, 11 Jan 2001 07:57:37 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BFvba54141; Thu, 11 Jan 2001 07:57:37 -0800 (PST) (envelope-from kevlo) Message-Id: <200101111557.f0BFvba54141@freefall.freebsd.org> From: Kevin Lo Date: Thu, 11 Jan 2001 07:57:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Config-IniFiles Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/11 07:57:37 PST Modified files: devel/p5-Config-IniFiles Makefile distinfo Log: Update to 2.14 PR: 24243 Submitted by: MAINTAINER Revision Changes Path 1.19 +2 -3 ports/devel/p5-Config-IniFiles/Makefile 1.6 +1 -1 ports/devel/p5-Config-IniFiles/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 8: 1: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 6D47E37B400; Thu, 11 Jan 2001 08:00:38 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA46391; Thu, 11 Jan 2001 11:00:30 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 11:00:30 -0500 (EST) From: Garrett Wollman Message-Id: <200101111600.LAA46391@khavrinen.lcs.mit.edu> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101110542.f0B5g9s69778@harmony.village.org> References: <20010111163029.B91242@gsmx07.alcatel.com.au> <200101100441.f0A4f2s58670@harmony.village.org> <200101110542.f0B5g9s69778@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > : foo = bar & ~0; > Likely because ~0 is signed, and signed extended in the promotion from > int to unsigned long. Exactly so. Because `long' and `int' are different sizes on Alpha, the C promotion rules call for promotion first to `long' (by sign extension) and only then to `unsigned long'. AFAIR, if Matt had written `~0u', to make the zero unsigned (int), it would not have been sign-extended, although it's possible to specify an architecture where the same rules would cause sign-extension in that case. -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 Thu Jan 11 8: 2:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A6337B400; Thu, 11 Jan 2001 08:02:00 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BG20n54558; Thu, 11 Jan 2001 08:02:00 -0800 (PST) (envelope-from kevlo) Message-Id: <200101111602.f0BG20n54558@freefall.freebsd.org> From: Kevin Lo Date: Thu, 11 Jan 2001 08:02:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/reportmagic Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/11 08:02:00 PST Modified files: www/reportmagic Makefile distinfo pkg-plist Log: Update to 2.04 PR: 24244 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -3 ports/www/reportmagic/Makefile 1.2 +1 -1 ports/www/reportmagic/distinfo 1.2 +3 -2 ports/www/reportmagic/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 Jan 11 8: 3: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 304B537B404; Thu, 11 Jan 2001 08:02:44 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA46419; Thu, 11 Jan 2001 11:02:26 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 11:02:26 -0500 (EST) From: Garrett Wollman Message-Id: <200101111602.LAA46419@khavrinen.lcs.mit.edu> To: mjacob@feral.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include bus.h In-Reply-To: <200101111600.LAA46391@khavrinen.lcs.mit.edu> References: <20010111163029.B91242@gsmx07.alcatel.com.au> <200101100441.f0A4f2s58670@harmony.village.org> <200101110542.f0B5g9s69778@harmony.village.org> <200101111600.LAA46391@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < AFAIR, if Matt had written `~0u', to make the zero unsigned (int), it Oops. Sorry, Matt. I'm actually referring to Peter Jeremy's example here. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 8: 8:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 089D537B400; Thu, 11 Jan 2001 08:08:23 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BG8MM57421; Thu, 11 Jan 2001 08:08:22 -0800 (PST) (envelope-from kevlo) Message-Id: <200101111608.f0BG8MM57421@freefall.freebsd.org> From: Kevin Lo Date: Thu, 11 Jan 2001 08:08:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile distinfo pkg-plist ports/graphics/xine/files patch-fr patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/11 08:08:22 PST Modified files: graphics/xine Makefile distinfo pkg-plist graphics/xine/files patch-fr Removed files: graphics/xine/files patch-configure Log: Upgrade to 0.3.5 PR: 24245 Submitted by: MAINTAINER Revision Changes Path 1.7 +2 -2 ports/graphics/xine/Makefile 1.5 +1 -1 ports/graphics/xine/distinfo 1.7 +26 -0 ports/graphics/xine/pkg-plist 1.2 +5 -5 ports/graphics/xine/files/patch-fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 8:12:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 484CF37B401; Thu, 11 Jan 2001 08:12:30 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BGCUS57972; Thu, 11 Jan 2001 08:12:30 -0800 (PST) (envelope-from kevlo) Message-Id: <200101111612.f0BGCUS57972@freefall.freebsd.org> From: Kevin Lo Date: Thu, 11 Jan 2001 08:12:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-TableExtract Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/11 08:12:30 PST Modified files: www/p5-HTML-TableExtract Makefile distinfo Log: Update to 1.06 PR: 24247 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/www/p5-HTML-TableExtract/Makefile 1.2 +1 -1 ports/www/p5-HTML-TableExtract/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 8:21:16 2001 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.orem.verio.net (gatekeeper.orem.verio.net [192.41.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 5788337B404; Thu, 11 Jan 2001 08:20:55 -0800 (PST) Received: from proxy.dmz.orem.verio.net (proxy.dmz.orem.verio.net [10.1.1.11]) by gatekeeper.orem.verio.net (Postfix) with ESMTP id 1C5903BF11E; Thu, 11 Jan 2001 09:20:54 -0700 (MST) Received: from ophelia.nectar.com (unknown [10.2.128.200]) by proxy.dmz.orem.verio.net (Postfix) with ESMTP id DFD907C006; Thu, 11 Jan 2001 09:20:53 -0700 (MST) Received: (from nectar@localhost) by ophelia.nectar.com (8.11.1/8.11.1) id f0BGKqS43794; Thu, 11 Jan 2001 09:20:52 -0700 (MST) (envelope-from nectar) Date: Thu, 11 Jan 2001 09:20:52 -0700 From: "Jacques A. Vidrine" To: Daniel Eischen Cc: "Justin T. Gibbs" , John Baldwin , =?iso-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Message-ID: <20010111092052.A43267@ophelia.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Daniel Eischen , "Justin T. Gibbs" , John Baldwin , =?iso-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans References: <200101110428.f0B4Rcs23445@aslan.scsiguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from eischen@vigrid.com on Thu, Jan 11, 2001 at 12:12:07AM -0500 X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 11, 2001 at 12:12:07AM -0500, Daniel Eischen wrote: > Uh-oh. I've just gone through libc (not committed yet) and replaced all > instances of "errno = x" to _set_errno(x) to deal with threaded apps. I > didn't realize that it actually worked correctly. > > Should I discard these changes, or is _set_errno(x) seen as a better > interface than errno = x? I thought you were kidding until I read on a little further. I think this is a bad idea: . it doesn't solve any problems . it breaks a well-defined API . we still like to share parts of libc where possible and this gets in the way . it's damn ugly :-) Cheers, -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 8:45:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F1537B400; Thu, 11 Jan 2001 08:45:03 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BGj3161243; Thu, 11 Jan 2001 08:45:03 -0800 (PST) (envelope-from ade) Message-Id: <200101111645.f0BGj3161243@freefall.freebsd.org> From: Ade Lovett Date: Thu, 11 Jan 2001 08:45:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml Makefile distinfo pkg-plist ports/textproc/libxml/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/11 08:45:02 PST Modified files: textproc/libxml Makefile distinfo pkg-plist textproc/libxml/files patch-aa Log: Update to 1.8.11 Revision Changes Path 1.29 +2 -2 ports/textproc/libxml/Makefile 1.21 +1 -1 ports/textproc/libxml/distinfo 1.11 +26 -24 ports/textproc/libxml/pkg-plist 1.8 +22 -30 ports/textproc/libxml/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 9:16: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA8D37B402; Thu, 11 Jan 2001 09:15:46 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BHFk866558; Thu, 11 Jan 2001 09:15:46 -0800 (PST) (envelope-from roger) Message-Id: <200101111715.f0BHFk866558@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 11 Jan 2001 09:15:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323proxy Makefile distinfo ports/net/openh323proxy/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2001/01/11 09:15:46 PST Modified files: net/openh323proxy Makefile distinfo Removed files: net/openh323proxy/files patch-aa patch-ab patch-ac Log: Upgrade from to version 0.9a3.m09 Revision Changes Path 1.2 +3 -3 ports/net/openh323proxy/Makefile 1.2 +1 -1 ports/net/openh323proxy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10: 1:12 2001 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 06C6A37B402; Thu, 11 Jan 2001 10:00:51 -0800 (PST) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=root) by scientia.demon.co.uk with esmtp (Exim 3.20 #1) id 14GjYr-0003ge-00; Thu, 11 Jan 2001 15:22:45 +0000 Received: (from ben@localhost) by strontium.scientia.demon.co.uk (8.11.1/8.11.1) id f0BFMjT89958; Thu, 11 Jan 2001 15:22:45 GMT (envelope-from ben) Date: Thu, 11 Jan 2001 15:22:44 +0000 From: Ben Smithurst To: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010111152244.A79365@strontium.scientia.demon.co.uk> References: <200101111301.f0BD1LM54096@freefall.freebsd.org> <20010111152446.A59416@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010111152446.A59416@sunbay.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > Please don't forget to update the rc.conf(5) manpage. And possibly hier(7) if something has been added to BSD.root.dist... -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10: 4:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F6D137B400; Thu, 11 Jan 2001 10:04:22 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BI4MP73256; Thu, 11 Jan 2001 10:04:22 -0800 (PST) (envelope-from gallatin) Message-Id: <200101111804.f0BI4MP73256@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 11 Jan 2001 10:04:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/01/11 10:04:22 PST Modified files: (Branch: RELENG_4) sys/alpha/pci apecs.c Log: MFC: cleanup apecs.c - eliminate code that's been ifdef'ed out since day 1 - use a constant (APECS_PCI_CONF) for pci config space access rather than the softc. This gets us access to pci config space very early (eg when syscons is probing adapters), which will be needed for the forthcoming TGA console driver. This file has diverged substantially in -current due to the busspace rewrite that Doug did. This is somewhat of an MFC as Doug has made these changes already in -current. Tested by: "Andrew M . Miklic" Revision Changes Path 1.13.2.1 +4 -82 src/sys/alpha/pci/apecs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:11:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F42C37B402; Thu, 11 Jan 2001 10:10:49 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BIAnh76144; Thu, 11 Jan 2001 10:10:49 -0800 (PST) (envelope-from trevor) Message-Id: <200101111810.f0BIAnh76144@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 11 Jan 2001 10:10:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL ports/audio/opmixer Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/11 10:10:49 PST Modified files: . LEGAL audio/opmixer Makefile distinfo Log: Update opmixer to 0.55. This version mentions the license, so it does not need to be restricted (I meant to have a RESTRICTED line before, but forgot). Remove it from ports/legal. Add MASTER_SITE_LOCAL because the real master site seems to be offline most of the time. Revision Changes Path 1.196 +1 -2 ports/LEGAL 1.5 +5 -3 ports/audio/opmixer/Makefile 1.2 +1 -1 ports/audio/opmixer/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:20:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B942C37B402; Thu, 11 Jan 2001 10:20:24 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BIKOv77082; Thu, 11 Jan 2001 10:20:24 -0800 (PST) (envelope-from knu) Message-Id: <200101111820.f0BIKOv77082@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 10:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 10:20:24 PST Modified files: devel/cvsweb Makefile distinfo Log: Update to knu-cvsweb 1.104.1.62. 2001-01-12 03:17 knu * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of `uname`. Submitted by: Christian Weisgerber Revision Changes Path 1.46 +2 -2 ports/devel/cvsweb/Makefile 1.32 +1 -1 ports/devel/cvsweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:33:46 2001 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 EEC9A37B401; Thu, 11 Jan 2001 10:33:19 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id KAA43188; Thu, 11 Jan 2001 10:33:19 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0BIXIP74381; Thu, 11 Jan 2001 10:33:18 -0800 (PST) (envelope-from obrien) Date: Thu, 11 Jan 2001 10:33:17 -0800 From: "David O'Brien" To: Sheldon Hearn Cc: Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010111103317.A74363@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20010111064949.A72688@dragon.nuxi.com> <6671.979225284@axl.fw.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <6671.979225284@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Thu, Jan 11, 2001 at 05:01:24PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 11, 2001 at 05:01:24PM +0200, Sheldon Hearn wrote: > We have an entropy_dir because we have multiple files. They are not > garbage collected... save-entropy rotates them a'la newsyslog. Why use /.entropy as the default rather than /var//entropy ? / is often quite small, and everyone knows /var must (1) be writeable, and (2) have space for things to grow in. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:40:27 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5C37B404; Thu, 11 Jan 2001 10:40:07 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0BIdb110183; Thu, 11 Jan 2001 10:39:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101110428.f0B4Rcs23445@aslan.scsiguy.com> Date: Thu, 11 Jan 2001 10:40:02 -0800 (PST) From: John Baldwin To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder , =?ISO-8859-1?Q?G=E9rard_Roudier?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jan-01 Justin T. Gibbs wrote: >>No, shared variables are just variables. Here is the problem. There is no >>'curproc' variable. There is a gd_curproc member of a struct globaldata, and >>each CPU has a struct globaldata tied to it. We can obtain it via >>PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a >>'curproc >>' >>"magic" variable that doesn't exist that we assume we can read and write to >>like any other variable is a lot more hokie than admitting that we are >>accessing a special variable in a special way. > > Anyone touching these variables had better understand what they are for > and how they operate. I think our developers are smart enough to understand > this without ugly upper-case macros. Heck "errno" is not spelled > PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem > to be able to write useful threaded apps. 8-) Erm, I didn't know that all developers that ever touched the kernel needed to memorize all the various MD header files machine/globals.h and machine/globaldata.h for _each_ architecture. I guess we want the learning curve so high that no one else can submit code? :-P > The only thing that worries me about curproc and others like it is > that the macros can polute the kernel name space. Just try using "current" > as a local variable or structure field in linux x86 to see what I mean. > 8-) Changing to use PCPU_GET() (which is what BSD/OS uses, FWIW) will remove all the ugly macros for curproc and the like that we have now, so it will significantly cutdown on namespace pollution, assuming I'm reading you correctly. > -- > Justin -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:45:39 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 1380037B69B; Thu, 11 Jan 2001 10:45:13 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0BIjBs35569; Thu, 11 Jan 2001 11:45:11 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101111845.f0BIjBs35569@aslan.scsiguy.com> To: John Baldwin Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder , =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Your message of "Thu, 11 Jan 2001 10:40:02 PST." Date: Thu, 11 Jan 2001 11:45:11 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Anyone touching these variables had better understand what they are for >> and how they operate. I think our developers are smart enough to understand >> this without ugly upper-case macros. Heck "errno" is not spelled >> PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem >> to be able to write useful threaded apps. 8-) > >Erm, I didn't know that all developers that ever touched the kernel needed to >memorize all the various MD header files machine/globals.h and >machine/globaldata.h for _each_ architecture. I guess we want the learning >curve so high that no one else can submit code? :-P That is an implementation complaint, not an interface complaint. I thought we were discussing the interface? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 10:55:19 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 5E52837B401; Thu, 11 Jan 2001 10:54:48 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14Gms1-0004XP-00; Thu, 11 Jan 2001 20:54:45 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id UAA01012; Thu, 11 Jan 2001 20:54:44 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 913; Thu Jan 11 20:54:16 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GmrY-0002Di-00; Thu, 11 Jan 2001 20:54:16 +0200 From: Sheldon Hearn To: obrien@freebsd.org Cc: Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 10:33:17 PST." <20010111103317.A74363@dragon.nuxi.com> Date: Thu, 11 Jan 2001 20:54:16 +0200 Message-ID: <8537.979239256@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 10:33:17 PST, "David O'Brien" wrote: > Why use /.entropy as the default rather than /var//entropy ? > / is often quite small, and everyone knows /var must (1) be writeable, > and (2) have space for things to grow in. I'm pretty sure that this has all been discussed before, with quite a bit of consensus (although some might bitch about the period in the directory name '/.entropy'. The entropy seed files need to be in the root partition because a seeded entropy device is needed _very_ early on. Specifically, it's needed by at least mount_mfs(8). If we wait 'til /var is mounted, we have to wait for everything in /etc/fstab to be mounted, so you end up with mount_mfs(8) blocking on the entropy device. Hope that helps. 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 Jan 11 10:56:42 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 8A0ED37B401; Thu, 11 Jan 2001 10:56:16 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0BItD110556; Thu, 11 Jan 2001 10:55:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101111845.f0BIjBs35569@aslan.scsiguy.com> Date: Thu, 11 Jan 2001 10:55:38 -0800 (PST) From: John Baldwin To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: =?ISO-8859-1?Q?G=E9rard_Roudier?= Cc: =?ISO-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jan-01 Justin T. Gibbs wrote: >>> Anyone touching these variables had better understand what they are for >>> and how they operate. I think our developers are smart enough to >>> understand >>> this without ugly upper-case macros. Heck "errno" is not spelled >>> PTHREAD_GET(errno), or PTHREAD_SET(errno, error) and still people seem >>> to be able to write useful threaded apps. 8-) >> >>Erm, I didn't know that all developers that ever touched the kernel needed to >>memorize all the various MD header files machine/globals.h and >>machine/globaldata.h for _each_ architecture. I guess we want the learning >>curve so high that no one else can submit code? :-P > > That is an implementation complaint, not an interface complaint. I > thought we were discussing the interface? These variables are magic. A developer can find out that they are magic in one of two ways: 1) Use a special macro that acknowledges that they are magic, and have the compile break if they don't so that they know there is something they need to take into account. 2) Go memorize all aforementioned headers to know that these variables are magic. I prefer the interface 1) for this. Do you prefer 2)? > -- > Justin -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11: 2:36 2001 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 7E91637B400; Thu, 11 Jan 2001 11:02:10 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA43369; Thu, 11 Jan 2001 11:02:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0BJ28W74565; Thu, 11 Jan 2001 11:02:08 -0800 (PST) (envelope-from obrien) Date: Thu, 11 Jan 2001 11:02:08 -0800 From: "David O'Brien" To: Sheldon Hearn Cc: Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010111110207.A74547@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20010111103317.A74363@dragon.nuxi.com> <8537.979239256@axl.fw.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8537.979239256@axl.fw.uunet.co.za>; from sheldonh@uunet.co.za on Thu, Jan 11, 2001 at 08:54:16PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 11, 2001 at 08:54:16PM +0200, Sheldon Hearn wrote: > The entropy seed files need to be in the root partition because a seeded > entropy device is needed _very_ early on. Specifically, it's needed by > at least mount_mfs(8). If we wait 'til /var is mounted, we have to wait > for everything in /etc/fstab to be mounted, so you end up with > mount_mfs(8) blocking on the entropy device. Doh! > Hope that helps. Yes, thank you for the reminder. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11: 3: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 6D3C937B69E; Thu, 11 Jan 2001 11:02:37 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BJ1jU72510; Thu, 11 Jan 2001 11:01:45 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 11:01:45 -0800 (PST) From: Matt Dillon Message-Id: <200101111901.f0BJ1jU72510@earth.backplane.com> To: Sheldon Hearn Cc: obrien@FreeBSD.ORG, Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <8537.979239256@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm going to be blunt: Hell will freeze over before I allow the entropy file to be placed in /. It makes absolutely no sense whatsoever to break our ability to mount a read-only / just because nobody is willing to do some minor shifting of things in /etc/rc. We have a directory for variable data, it's called /var. We have a directory for persistent state files, it's called /var/db. They must be used, ESPECIALLY for something like this. This whole entropy thing has been a holy mess, and placing the file in / makes it even more of a mess. We don't need the level of randomness-paranoia that is being programmed into the system. -Matt :On Thu, 11 Jan 2001 10:33:17 PST, "David O'Brien" wrote: : :> Why use /.entropy as the default rather than /var//entropy ? :> / is often quite small, and everyone knows /var must (1) be writeable, :> and (2) have space for things to grow in. : :I'm pretty sure that this has all been discussed before, with quite a :bit of consensus (although some might bitch about the period in the :directory name '/.entropy'. : :The entropy seed files need to be in the root partition because a seeded :entropy device is needed _very_ early on. Specifically, it's needed by :at least mount_mfs(8). If we wait 'til /var is mounted, we have to wait :for everything in /etc/fstab to be mounted, so you end up with :mount_mfs(8) blocking on the entropy device. : :Hope that helps. : :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 Jan 11 11: 8:37 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 32E1237B401; Thu, 11 Jan 2001 11:07:02 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0BJ6MI09998; Thu, 11 Jan 2001 21:06:22 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101111906.f0BJ6MI09998@gratis.grondar.za> To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101111301.f0BD1LM54096@freefall.freebsd.org> In-Reply-To: <200101111301.f0BD1LM54096@freefall.freebsd.org> ; from Doug Barton "Thu, 11 Jan 2001 05:01:20 PST." Date: Thu, 11 Jan 2001 21:06:20 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you, Sir! :-) > dougb 2001/01/11 05:01:20 PST > > Modified files: > etc crontab rc > etc/defaults rc.conf > etc/mtree BSD.root.dist > libexec Makefile > Added files: > libexec/save-entropy Makefile save-entropy.sh > Log: > Add a system to save entropy from /dev/random periodically so that > it can be used to reseed at boot time. This will greatly increase > the chances that there will be sufficient entropy available at > boot time to prevent long delays. > > For /etc/rc, remove the vmstat and iostat runs from the attempt > to provide some cheesy randomness if the files fail, since > those programs are dynamically linked, and ldd seems to want > some randomness to do its magic. > > Guidance and parameters for this project were provided by > Mark Murray, based on the requirements of the Yarrow > algorithm. Some helpful suggestions for implementation > (including the tip about iostat and vmstat) were provided > by Sheldon Hearn. All blame for problems or mistakes is > mine of course. > > Revision Changes Path > 1.28 +4 -1 src/etc/crontab > 1.247 +27 -11 src/etc/rc > 1.84 +4 -1 src/etc/defaults/rc.conf > 1.48 +5 -1 src/etc/mtree/BSD.root.dist > 1.44 +2 -1 src/libexec/Makefile > > > -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11: 9:40 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id D9EED37B698; Thu, 11 Jan 2001 11:09:13 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BJ9D172673; Thu, 11 Jan 2001 11:09:13 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 11:09:13 -0800 (PST) From: Matt Dillon Message-Id: <200101111909.f0BJ9D172673@earth.backplane.com> To: "David O'Brien" Cc: Sheldon Hearn , Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <20010111103317.A74363@dragon.nuxi.com> <8537.979239256@axl.fw.uunet.co.za> <20010111110207.A74547@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :On Thu, Jan 11, 2001 at 08:54:16PM +0200, Sheldon Hearn wrote: :> The entropy seed files need to be in the root partition because a seeded :> entropy device is needed _very_ early on. Specifically, it's needed by :> at least mount_mfs(8). If we wait 'til /var is mounted, we have to wait :> for everything in /etc/fstab to be mounted, so you end up with :> mount_mfs(8) blocking on the entropy device. This is nonsense. Just fix mount_mfs to not use entropy. newfs needs entropy for NFS exports. MFS filesystems cannot be exported via NFS, and a plain old random number generator will suffice just fine. It's a simple fix to the newfs code (which mount_mfs incorporates to initialize the MFS partition). We are talking a few lines of code here, at best. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11: 9:50 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 7972137B69B; Thu, 11 Jan 2001 11:09:19 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14Gn64-0004go-00; Thu, 11 Jan 2001 21:09:16 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id VAA02854; Thu, 11 Jan 2001 21:09:13 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 2733; Thu Jan 11 21:08:01 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14Gn4q-0002Hj-00; Thu, 11 Jan 2001 21:08:00 +0200 From: Sheldon Hearn To: Matt Dillon Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 11:01:45 PST." <200101111901.f0BJ1jU72510@earth.backplane.com> Date: Thu, 11 Jan 2001 21:08:00 +0200 Message-ID: <8786.979240080@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 11:01:45 PST, Matt Dillon wrote: > I'm going to be blunt: Hell will freeze over before I allow the entropy > file to be placed in /. Chill out. What we have today is a lot better for many people and no worse for any people than what we had yesterday. Let's see if Doug and I can look past your hyperventilation and find some constructive suggestions in your mail... > We have a directory for variable data, it's called /var. We have > a directory for persistent state files, it's called /var/db. They > must be used, ESPECIALLY for something like this. Take the advice you always give Poul-Henning and _read_ the code before you criticise it. We've already got rudimentary fallback support for diskless workstations. We'll work on improving that as well. Did I say chill out? :-) 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 Jan 11 11:13: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id E52AF37B400; Thu, 11 Jan 2001 11:12:42 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0BJCfs36487; Thu, 11 Jan 2001 12:12:41 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101111912.f0BJCfs36487@aslan.scsiguy.com> To: John Baldwin Cc: =?ISO-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Your message of "Thu, 11 Jan 2001 10:55:38 PST." Date: Thu, 11 Jan 2001 12:12:41 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >These variables are magic. A developer can find out that they are magic in on >e >of two ways: > >1) Use a special macro that acknowledges that they are magic, and have the >compile break if they don't so that they know there is something they need to >take into account. > >2) Go memorize all aforementioned headers to know that these variables are >magic. There is no reason that for two to be the case. We are only talking about a naming difference. Having the headers cleaned up is a different argument. >I prefer the interface 1) for this. Do you prefer 2)? I prefer "curproc" to PCPU_GET(curproc). Curproc already tells me that this variable must be per-cpu. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11:14:14 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 8D72B37B400; Thu, 11 Jan 2001 11:13:46 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BJCst72747; Thu, 11 Jan 2001 11:12:54 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 11:12:54 -0800 (PST) From: Matt Dillon Message-Id: <200101111912.f0BJCst72747@earth.backplane.com> To: Sheldon Hearn Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <8786.979240080@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The level of sophistication and the number of hacks is *NOT* *NECESSARY* when a simple, minor restructuring of /etc/rc and a tiny change to mount_mfs (newfs) completely solves the problem. You guys are taking a bad idea and making it worse. I will be happy to submit a patchset to fix this mess, but it's so damn simple Doug should be able to do it himself in less then an hour. -Matt : :On Thu, 11 Jan 2001 11:01:45 PST, Matt Dillon wrote: : :> I'm going to be blunt: Hell will freeze over before I allow the entropy :> file to be placed in /. : :Chill out. : :What we have today is a lot better for many people and no worse for any :people than what we had yesterday. : :Let's see if Doug and I can look past your hyperventilation and find :some constructive suggestions in your mail... : :> We have a directory for variable data, it's called /var. We have :> a directory for persistent state files, it's called /var/db. They :> must be used, ESPECIALLY for something like this. : :Take the advice you always give Poul-Henning and _read_ the code before :you criticise it. We've already got rudimentary fallback support for :diskless workstations. We'll work on improving that as well. : :Did I say chill out? :-) : :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 Jan 11 11:15:44 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 927B337B404; Thu, 11 Jan 2001 11:15:14 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GnBo-0004kE-00; Thu, 11 Jan 2001 21:15:12 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id VAA03609; Thu, 11 Jan 2001 21:15:09 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 3489; Thu Jan 11 21:14:29 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GnB7-0002K6-00; Thu, 11 Jan 2001 21:14:29 +0200 From: Sheldon Hearn To: Matt Dillon Cc: "David O'Brien" , Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 11:09:13 PST." <200101111909.f0BJ9D172673@earth.backplane.com> Date: Thu, 11 Jan 2001 21:14:29 +0200 Message-ID: <8933.979240469@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 11:09:13 PST, Matt Dillon wrote: > This is nonsense. Just fix mount_mfs to not use entropy. newfs needs > entropy for NFS exports. MFS filesystems cannot be exported via NFS, > and a plain old random number generator will suffice just fine. Where do we get a plain old random number generator while we're waiting for the entropy device to seed? > It's a simple fix to the newfs code (which mount_mfs incorporates > to initialize the MFS partition). We are talking a few lines of > code here, at best. But we're talking about a few lines of code that _nobody_ has worked on since the new entropy device was introduced. So Doug has come up with something that works right now. Calling it nonsense seems very silly indeed to me. 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 Jan 11 11:21:44 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 2CE2C37B69C; Thu, 11 Jan 2001 11:21:20 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BJKQp72942; Thu, 11 Jan 2001 11:20:26 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 11:20:26 -0800 (PST) From: Matt Dillon Message-Id: <200101111920.f0BJKQp72942@earth.backplane.com> To: Sheldon Hearn Cc: "David O'Brien" , Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <8933.979240469@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : : : :On Thu, 11 Jan 2001 11:09:13 PST, Matt Dillon wrote: : :> This is nonsense. Just fix mount_mfs to not use entropy. newfs needs :> entropy for NFS exports. MFS filesystems cannot be exported via NFS, :> and a plain old random number generator will suffice just fine. : :Where do we get a plain old random number generator while we're waiting :for the entropy device to seed? srandom(time(NULL)) + random(), assuming you guys didn't break the interface (random() is required to produce the same sequence of random numbers given the same srandom() seed). Plenty sufficient. Hell, for MFS, a simple incrementing integer is sufficient, or even a constant. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11:28:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B623237B401; Thu, 11 Jan 2001 11:27:54 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BJRsB85435; Thu, 11 Jan 2001 11:27:54 -0800 (PST) (envelope-from julian) Message-Id: <200101111927.f0BJRsB85435@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 11:27:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 11:27:54 PST Modified files: sys/netgraph netgraph.h ng_base.c ng_pppoe.c Log: Add an exported function ng_rmhook_self() that removes a hook from a node, but does it via the locking queue, thus ensuring that the node is locked when it's hook is removed. Add 'deadnode' and 'deadhook' structures for when a node or hook is invalidated but not yet freed. (not yet freed) Revision Changes Path 1.21 +4 -2 src/sys/netgraph/netgraph.h 1.35 +102 -5 src/sys/netgraph/ng_base.c 1.42 +3 -3 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11:36:16 2001 Delivered-To: cvs-all@freebsd.org Received: from front7m.grolier.fr (front7m.grolier.fr [195.36.216.57]) by hub.freebsd.org (Postfix) with ESMTP id 5302F37B401; Thu, 11 Jan 2001 11:35:47 -0800 (PST) Received: from nas1-134.mea.club-internet.fr (nas1-134.mea.club-internet.fr [195.36.139.134]) by front7m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id UAA02534; Thu, 11 Jan 2001 20:35:37 +0100 (MET) Date: Thu, 11 Jan 2001 19:35:09 +0100 (CET) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-Sender: groudier@linux.local To: John Baldwin Cc: Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 Jan 2001, John Baldwin wrote: > On 10-Jan-01 G=E9rard Roudier wrote: > >=20 > > On Wed, 10 Jan 2001, John Baldwin wrote: > >> There is nothign wrong with MI code knowing that it is running on a > >> SMP-aware > >> kernel. SMP is something that shouldn't be grafted into the side of t= he > >> kernel, it is something it should be fully aware of. The locking > >> requirements > >=20 > > Per-cpu variables donnot bite us this more in SMP than in UP, as oppose= d > > to shared variables. Godzilling stuff that accesses to these variables > > looks like paranoia to me. If it is intended to apply the same approach= to > > shared variables, the SMP-over-aware kernel code would well resemble > > rather Cobol than C code. ;-) >=20 > No, shared variables are just variables. Here is the problem. There is = no > 'curproc' variable. There is a gd_curproc member of a struct globaldata,= and > each CPU has a struct globaldata tied to it. We can obtain it via > PCPU_GET(curproc), or set it via PCPU_SET(curproc, myproc). Having a 'cu= rproc' > "magic" variable that doesn't exist that we assume we can read and write = to > like any other variable is a lot more hokie than admitting that we are > accessing a special variable in a special way. Using too much upper-case names or kind of JUMBO-naming in C code does not make the code more readable for the long run. It seems to me that all that useless GROSS naming has been the result of having exacerbated the focus of the day. Uppercase should be reserved mostly for stuff that is supposed to be completely evaluated by compilation phases as: - Constants (#define) - Enumeration tags - Macros accepting constant arguments. As a result, usual stuff as MIN(), MAX(), offsetof() are misnamed in my opinion and should be of the opposite case. Optionnally, complex things like FOR_EACH_ENTRY_OF_SOME_SET(args) may be=20 upper-cased since we must be aware that it has special meaning for ever. Everything else should use lower-case in C, in my opinion. > >> are different for per-cpu variables than for global ones for example. = (Most > >> per-cpu variables don't need locking since they aren't contended, as o= pposed > >> to > >> shared variables.) The macros can be made more efficient for the comm= on > >> case > >> (in fact, Jake already has it done) but that is an optimization that c= an be > >> done later. For now let's focus on getting this working right and wor= ry > >> about > >> optimization later. > >=20 > > You seem to have been notified that you started with an immediate > > pessimization. >=20 > Only on the 386 UP case are these macros a pessimization. In fact, if yo= u look > at the old code, all these macros already existed, they just weren't used= =2E=20 > (Instead we #define'd things liek curproc to GLOBAL_LVALUE_NV(curproc) an= d > other weirdness). Also, Jake has another version of these macros that is= more > optimized that doesn't have the extra indirection. Indeed these ones are uglier. :-) > However, there is a growing problem here that I want to state so that eve= ryone > doesn't jump up and down every time we add a clock cycle somewhere: >=20 > Let's get it _right_ first, and optimize later. I didn't disagree with this statement. > Please, with the current state of -current (as many of you should be well > aware, you certainly complain about it enough) getting things working cor= rectly > is _much_ more important than making our machines panic 1us faster than t= hey do > now. Ok? Come on, we knew we were going to be making lots of changes wi= th > this stuff, let's get it right first. The bigger gains in performance ar= e > going to be in the increased parallelism and in reworking algorithms to b= e more > efficient. Micro-optimizations can be done _last_. I would much rather = 5.0 be > stable and a bit slower than something that is rip-roaring fast but can't= make > it through a make world w/o panic'ing. Some of the upcoming changes are = going > to really turn the kernel on its head. Neither with this equivalent one. :) Just, per-cpu variables are normally well-known variables, often referenced and that donnot suffer of ordering problems in most places they are referenced. They donnot seems to require to be over-focused for the long run, in my opinion, and should as a result be naturally named, use usual C lowercase naming and accesses should look lvalue-like in most places. G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11:37:17 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id A69B137B400; Thu, 11 Jan 2001 11:36:44 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GnWc-0004tq-00; Thu, 11 Jan 2001 21:36:42 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id VAA06077; Thu, 11 Jan 2001 21:36:40 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 5957; Thu Jan 11 21:35:18 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GnVF-0002Of-00; Thu, 11 Jan 2001 21:35:17 +0200 From: Sheldon Hearn To: Matt Dillon Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 11:12:54 PST." <200101111912.f0BJCst72747@earth.backplane.com> Date: Thu, 11 Jan 2001 21:35:17 +0200 Message-ID: <9216.979241717@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 11:12:54 PST, Matt Dillon wrote: > The level of sophistication and the number of hacks is *NOT* *NECESSARY* > when a simple, minor restructuring of /etc/rc and a tiny change to > mount_mfs (newfs) completely solves the problem. > > You guys are taking a bad idea and making it worse. We're providing an immediate solution to a problem which is a serious annoyance for -CURRENT developers. Furthermore, this solution is a step closer to the end goal (read on). You're flying off the handle because we've replaced one file in the root partition with several files and a directory in the root partition. Now read calmly... When these files can be moved out of the root partition, they will be. That's been accepted since the very first startup-seeding was introduced. When that happens, the changes to crontab and the new save-entropy tool will still be used and we'll just change the entropy_dir in /etc/defaults/rc.conf . See? We know where we're going, we're helping people out until we get there _and_ we're not rising to the bait when people overreact. What more could you want? Now get yourself a cup of decaf and take a few deep breaths. :-) 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 Jan 11 11:53:25 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id BF1CC37B401; Thu, 11 Jan 2001 11:52:50 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0BJqL112124; Thu, 11 Jan 2001 11:52:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101111912.f0BJCfs36487@aslan.scsiguy.com> Date: Thu, 11 Jan 2001 11:52:46 -0800 (PST) From: John Baldwin To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder , =?ISO-8859-1?Q?G=E9rard_Roudier?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jan-01 Justin T. Gibbs wrote: >>These variables are magic. A developer can find out that they are magic in >>on >>e >>of two ways: >> >>1) Use a special macro that acknowledges that they are magic, and have the >>compile break if they don't so that they know there is something they need to >>take into account. >> >>2) Go memorize all aforementioned headers to know that these variables are >>magic. > > There is no reason that for two to be the case. We are only talking > about a naming difference. Having the headers cleaned up is a different > argument. > >>I prefer the interface 1) for this. Do you prefer 2)? > > I prefer "curproc" to PCPU_GET(curproc). Curproc already tells me > that this variable must be per-cpu. How? And does witness_spin_check tell you this, or astpending? astpending wasn't even per-CPU before the first SMPng commit. How about common_tss? > -- > Justin -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 11:53:48 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 0F6DB37B404; Thu, 11 Jan 2001 11:53:17 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0BJqM112132; Thu, 11 Jan 2001 11:52:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 11 Jan 2001 11:52:48 -0800 (PST) From: John Baldwin To: =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 11-Jan-01 Gérard Roudier wrote: > > On Wed, 10 Jan 2001, John Baldwin wrote: > > Using too much upper-case names or kind of JUMBO-naming in C code does not > make the code more readable for the long run. It seems to me that all that > useless GROSS naming has been the result of having exacerbated the focus > of the day. Uppercase should be reserved mostly for stuff that is supposed > to be completely evaluated by compilation phases as: This is a style(9) issue. If style(9) dictates that these macros be lower-case, then so be it, but I haven't seen a reason for them to be lower case. >> at the old code, all these macros already existed, they just weren't used. >> (Instead we #define'd things liek curproc to GLOBAL_LVALUE_NV(curproc) and >> other weirdness). Also, Jake has another version of these macros that is >> more >> optimized that doesn't have the extra indirection. > > Indeed these ones are uglier. :-) Optimization != pretty in many cases. :) > Just, per-cpu variables are normally well-known variables, often > referenced and that donnot suffer of ordering problems in most places they > are referenced. They donnot seems to require to be over-focused for the > long run, in my opinion, and should as a result be naturally named, use > usual C lowercase naming and accesses should look lvalue-like in most > places. When the kernel becomes pre-emptive (a pre-emptive kernel is already stable on UP) the locking rules for most per-cpu variables will change (with the exception of curproc, curpcb, and things tied to the current thread of execution). You will no longer be able to cache and use per-cpu variables unless you hold a spin lock to prevent yourself from being pre-empted, since otherwise there is nothing to prevent an interrupt coming in and pre-empting your CPU and you end up running on some other CPU later. We want people to know that they are messing with a per-cpu variable that needs special treatment. > Gérard. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12: 7:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D09037B400; Thu, 11 Jan 2001 12:07:31 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BK7Ur91004; Thu, 11 Jan 2001 12:07:30 -0800 (PST) (envelope-from ru) Message-Id: <200101112007.f0BK7Ur91004@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 11 Jan 2001 12:07:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/db/man btree.3 dbopen.3 hash.3 mpool.3 recno.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/11 12:07:30 PST Modified files: lib/libc/db/man btree.3 dbopen.3 hash.3 mpool.3 recno.3 Log: man(7) -> mdoc(7). Revision Changes Path 1.4 +156 -118 src/lib/libc/db/man/btree.3 1.4 +318 -256 src/lib/libc/db/man/dbopen.3 1.5 +124 -93 src/lib/libc/db/man/hash.3 1.6 +131 -113 src/lib/libc/db/man/mpool.3 1.5 +121 -106 src/lib/libc/db/man/recno.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12: 7:57 2001 Delivered-To: cvs-all@freebsd.org Received: from redwood.he.net (redwood.he.net [216.218.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 91D5137B401 for ; Thu, 11 Jan 2001 12:07:40 -0800 (PST) Received: from 3jane (adsl-63-205-248-110.dsl.snfc21.pacbell.net [63.205.248.110]) by redwood.he.net (8.8.6/8.8.2) with SMTP id MAA28347; Thu, 11 Jan 2001 12:07:38 -0800 From: "Pete Slagle" To: Subject: subscribe cvs-all Date: Thu, 11 Jan 2001 12:07:40 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe cvs-all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:10:31 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 73ACB37B404; Thu, 11 Jan 2001 12:10:06 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BK9EW73620; Thu, 11 Jan 2001 12:09:14 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 12:09:14 -0800 (PST) From: Matt Dillon Message-Id: <200101112009.f0BK9EW73620@earth.backplane.com> To: Sheldon Hearn Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <9216.979241717@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : : : :On Thu, 11 Jan 2001 11:12:54 PST, Matt Dillon wrote: : :> The level of sophistication and the number of hacks is *NOT* *NECESSARY* :> when a simple, minor restructuring of /etc/rc and a tiny change to :> mount_mfs (newfs) completely solves the problem. :> :> You guys are taking a bad idea and making it worse. : :We're providing an immediate solution to a problem which is a serious :annoyance for -CURRENT developers. Furthermore, this solution is a step :closer to the end goal (read on). : :You're flying off the handle because we've replaced one file in the root :partition with several files and a directory in the root partition. : :Now read calmly... You should do it right the first time rather then make incremental commits each of which causes pain to the development community. Your incremental commits are the problem here, not the solution. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:12:50 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id C0DB437B400; Thu, 11 Jan 2001 12:12:10 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0BKC5s37267; Thu, 11 Jan 2001 13:12:09 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101112012.f0BKC5s37267@aslan.scsiguy.com> To: John Baldwin Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder , =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Your message of "Thu, 11 Jan 2001 11:52:46 PST." Date: Thu, 11 Jan 2001 13:12:05 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> I prefer "curproc" to PCPU_GET(curproc). Curproc already tells me >> that this variable must be per-cpu. > >How? Uhh. Because a current process spanning all CPUs makes no sense. >And does witness_spin_check tell you this, or astpending? astpending >wasn't even per-CPU before the first SMPng commit. How about common_tss? If I had reason to muck with those variables, I would have to already know. I don't believe that the constant reminder that something is per-cpu is required to write working code. Our developers are smarter than that. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:16: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C82DC37B400; Thu, 11 Jan 2001 12:15:37 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA22571; Thu, 11 Jan 2001 12:15:27 -0800 Date: Thu, 11 Jan 2001 12:15:27 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Justin T. Gibbs" Cc: John Baldwin , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder , =?ISO-8859-1?Q?G=E9rard_Roudier?= Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: <200101112012.f0BKC5s37267@aslan.scsiguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Justin T. Gibbs wrote: > >> I prefer "curproc" to PCPU_GET(curproc). Curproc already tells me > >> that this variable must be per-cpu. > > > >How? > > Uhh. Because a current process spanning all CPUs makes no sense. Multiple threads? > > >And does witness_spin_check tell you this, or astpending? astpending > >wasn't even per-CPU before the first SMPng commit. How about common_tss? > > If I had reason to muck with those variables, I would have to already > know. I don't believe that the constant reminder that something > is per-cpu is required to write working code. Our developers are > smarter than that. > > -- > Justin > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:34:39 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 0FFE337B400; Thu, 11 Jan 2001 12:34:15 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0BKXtI10390; Thu, 11 Jan 2001 22:33:55 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101112033.f0BKXtI10390@gratis.grondar.za> To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101111901.f0BJ1jU72510@earth.backplane.com> In-Reply-To: <200101111901.f0BJ1jU72510@earth.backplane.com> ; from Matt Dillon "Thu, 11 Jan 2001 11:01:45 PST." Date: Thu, 11 Jan 2001 22:33:53 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm going to be blunt: Hell will freeze over before I allow the > entropy file to be placed in /. It makes absolutely no sense > whatsoever to break our ability to mount a read-only / just > because nobody is willing to do some minor shifting of things > in /etc/rc. We have a directory for variable data, it's called > /var. We have a directory for persistent state files, it's called > /var/db. They must be used, ESPECIALLY for something like this. You can help here; if we can get a guaranteed mount (for all possible types of mount) of /var, then I'll agree with you. Remember that this must potentially happen _before_ the random device is reseeded. Help us fix that, and I'll champion the cause in your stead. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:36:19 2001 Delivered-To: cvs-all@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id EF5DA37B400; Thu, 11 Jan 2001 12:35:54 -0800 (PST) Received: from [207.76.207.169] (PBG3.whistle.com [207.76.207.169]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id MAA53349; Thu, 11 Jan 2001 12:34:31 -0800 (PST) Mime-Version: 1.0 X-Sender: mark@207.76.206.1 Message-Id: In-Reply-To: <9216.979241717@axl.fw.uunet.co.za> References: <9216.979241717@axl.fw.uunet.co.za> Date: Thu, 11 Jan 2001 12:33:41 -0800 To: Sheldon Hearn From: Mark Peek Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 9:35 PM +0200 1/11/01, Sheldon Hearn wrote: >When these files can be moved out of the root partition, they will >be. That's been accepted since the very first startup-seeding was >introduced. > >When that happens, the changes to crontab and the new save-entropy tool >will still be used and we'll just change the entropy_dir in >/etc/defaults/rc.conf . > >See? We know where we're going, we're helping people out until we get >there _and_ we're not rising to the bait when people overreact. Great. Thanks for the clarification. We have quite a few devices (internally and InterJets out in the field) which run with a read-only "/" and it's good to know we will continue to have this capability when the current current becomes stable. Mark --------- Mark Peek Director of Internet Technology IBM Global Small Business/Whistle Communications Work: (650) 577-7052 Email: mark@whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id DB6A037B402; Thu, 11 Jan 2001 12:36:32 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0BKaNi19287; Thu, 11 Jan 2001 12:36:23 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Sheldon Hearn Cc: obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: Message from Sheldon Hearn of "Thu, 11 Jan 2001 20:54:16 +0200." <8537.979239256@axl.fw.uunet.co.za> Date: Thu, 11 Jan 2001 12:36:23 -0800 Message-ID: <19283.979245383@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm pretty sure that this has all been discussed before, with quite a > bit of consensus (although some might bitch about the period in the > directory name '/.entropy'. Hmmm, if it was then FreeBSD's diskless boot community never weighed in during the discussions and that's a pity. You're well aware, one assumes, of the fact that many of these people habitually use a read-only root? They're not the only ones either - just about all of the embedded folks who boot out of flash also run RO root and usr filesystems. That's one the big reasons for keeping /var a separate filesystem, at least conceptually, in order that that we might mandate a writable filesystem as part of the hierarchy standard. I'll admit that hier(7) is a little vague on that point, but it's certainly been part of the conventional wisdom for as long as I can remember. I also appreciate the arguments for having /var be "too late" in the boot process, at least as things currently stand, but simply assuming that root is writable as your work-around isn't a very safe solution either. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:38: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id DA18A37B400; Thu, 11 Jan 2001 12:37:43 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id PAA49340; Thu, 11 Jan 2001 15:37:28 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 15:37:28 -0500 (EST) From: Garrett Wollman Message-Id: <200101112037.PAA49340@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <8933.979240469@axl.fw.uunet.co.za> References: <200101111909.f0BJ9D172673@earth.backplane.com> <8933.979240469@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Where do we get a plain old random number generator while we're waiting > for the entropy device to seed? There are only five of them in libc. Pick one. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:38:26 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id DFA9437B402; Thu, 11 Jan 2001 12:37:56 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GoTp-0005PI-00; Thu, 11 Jan 2001 22:37:53 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id WAA13522; Thu, 11 Jan 2001 22:37:51 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 13393; Thu Jan 11 22:36:18 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GoSH-0002c4-00; Thu, 11 Jan 2001 22:36:17 +0200 From: Sheldon Hearn To: Matt Dillon Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 12:09:14 PST." <200101112009.f0BK9EW73620@earth.backplane.com> Date: Thu, 11 Jan 2001 22:36:17 +0200 Message-ID: <10047.979245377@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 12:09:14 PST, Matt Dillon wrote: > You should do it right the first time rather then make incremental > commits each of which causes pain to the development community. Ah, okay. Since I don't see there being any pain caused by this particular commit, I don't agree with you that we've caused a problem. I would agree if what we were doing now was going to cause upgrade pain in the future, but it isn't. Provided people use mergemaster and follow the correct upgrade path, folks aren't going to notice what we've done, except that some people whose boxes used to lock up on startup after a crash will notice that this doesn't happen any more. That said, I agree with the principle that generally, things should be done correctly the first time, especially where interface changes would be required later by doing things incorrectly in the beginning. Anyway, we're better off now than we were a day ago. And when your [1] mount_mfs(8) patches hit the tree, we'll be even better off. We'll be able to remove the rc fallback code that grovels around in /var/db/ and just use '/var/db' as the default entropy_dir. Ciao, Sheldon. [1] No, this isn't the usual sarcastic criticism of someone's failure to do work. I mean "the patches that you have suggested", and I don't really care who submits them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:40:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D010637B400; Thu, 11 Jan 2001 12:39:53 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BKdrf93374; Thu, 11 Jan 2001 12:39:53 -0800 (PST) (envelope-from knu) Message-Id: <200101112039.f0BKdrf93374@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 12:39:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ruby-ssl Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 12:39:53 PST Modified files: security/ruby-ssl Makefile distinfo Log: Update to 0.1.2. Revision Changes Path 1.2 +2 -2 ports/security/ruby-ssl/Makefile 1.2 +1 -1 ports/security/ruby-ssl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:40:27 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 21B9D37B401; Thu, 11 Jan 2001 12:39:56 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GoVk-0005Q9-00; Thu, 11 Jan 2001 22:39:52 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id WAA13820; Thu, 11 Jan 2001 22:39:49 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 13658; Thu Jan 11 22:38:34 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GoUU-0002cp-00; Thu, 11 Jan 2001 22:38:34 +0200 From: Sheldon Hearn To: Mark Peek Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 12:33:41 PST." Date: Thu, 11 Jan 2001 22:38:34 +0200 Message-ID: <10094.979245514@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 12:33:41 PST, Mark Peek wrote: > Great. Thanks for the clarification. We have quite a few devices > (internally and InterJets out in the field) which run with a read-only "/" > and it's good to know we will continue to have this capability when the > current current becomes stable. I work with the guy who incarnated the new entropy device and I think it's pretty safe to say that his day-job workload picked up significantly and rather unexpectedly recently, making the "polishing" of the device's integration into -CURRENT a much slower process than he originally intended it to be. I also think it's safe to say that this whole thing will be working wonderfully by the time 5.0-RELEASE hits the shelves. 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 Jan 11 12:43:50 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id DC33C37B400; Thu, 11 Jan 2001 12:43:18 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0BKgqI10456; Thu, 11 Jan 2001 22:42:55 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101112042.f0BKgqI10456@gratis.grondar.za> To: Jordan Hubbard Cc: Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <19283.979245383@winston.osd.bsdi.com> In-Reply-To: <19283.979245383@winston.osd.bsdi.com> ; from Jordan Hubbard "Thu, 11 Jan 2001 12:36:23 PST." Date: Thu, 11 Jan 2001 22:42:50 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Agreed with all the below. Matt has already said that untangling the randomness requirements from mount(_nfs?) was easy; I await his contributions. If we can unsnarl one dependancy loop, I will be delighted :-). M > > I'm pretty sure that this has all been discussed before, with quite a > > bit of consensus (although some might bitch about the period in the > > directory name '/.entropy'. > > Hmmm, if it was then FreeBSD's diskless boot community never weighed > in during the discussions and that's a pity. You're well aware, one > assumes, of the fact that many of these people habitually use a > read-only root? They're not the only ones either - just about all of > the embedded folks who boot out of flash also run RO root and usr > filesystems. That's one the big reasons for keeping /var a separate > filesystem, at least conceptually, in order that that we might mandate > a writable filesystem as part of the hierarchy standard. I'll admit > that hier(7) is a little vague on that point, but it's certainly been > part of the conventional wisdom for as long as I can remember. > > I also appreciate the arguments for having /var be "too late" in the > boot process, at least as things currently stand, but simply assuming > that root is writable as your work-around isn't a very safe solution > either. > > - Jordan > > -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:44:19 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 4A00037B6A4; Thu, 11 Jan 2001 12:43:48 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0BKhOI10463; Thu, 11 Jan 2001 22:43:24 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101112043.f0BKhOI10463@gratis.grondar.za> To: Garrett Wollman Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101112037.PAA49340@khavrinen.lcs.mit.edu> In-Reply-To: <200101112037.PAA49340@khavrinen.lcs.mit.edu> ; from Garrett Wollman "Thu, 11 Jan 2001 15:37:28 EST." Date: Thu, 11 Jan 2001 22:43:22 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > < said: > > > Where do we get a plain old random number generator while we're waiting > > for the entropy device to seed? > > There are only five of them in libc. Pick one. In the kernel? There is random(9). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:44:44 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id DAAE237B402; Thu, 11 Jan 2001 12:44:02 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0BKhpi19341; Thu, 11 Jan 2001 12:43:51 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Sheldon Hearn Cc: Matt Dillon , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: Message from Sheldon Hearn of "Thu, 11 Jan 2001 21:08:00 +0200." <8786.979240080@axl.fw.uunet.co.za> Date: Thu, 11 Jan 2001 12:43:51 -0800 Message-ID: <19337.979245831@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I'm quite chilled out myself but I'd have to still agree with Matt that putting ANYTHING like this in the root directory is just conceptually wrong and should never have been entertained as a solution, no matter how tempting it may have been at the time. I do also fully understand the need for work-arounds in one's daily life as an engineer, but there are also any number of crocks which will occur to your typical engineer in the course of his life which he would be best advised to resist temptation and stay far away from. What we have here is thus simply a case of someone's bogometer failing to go off, or being calibrated to the wrong setting, and it should have tripped and prevented the ``cvs commit'' command from being typed at all. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:47:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 119A137B400; Thu, 11 Jan 2001 12:46:51 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BKkpb93928; Thu, 11 Jan 2001 12:46:51 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101112046.f0BKkpb93928@freefall.freebsd.org> From: David Malone Date: Thu, 11 Jan 2001 12:46:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/11 12:46:50 PST Modified files: (Branch: RELENG_4) sys/kern sys_pipe.c Log: MFC: 1.68 and 1.70. Don't corrupt pipe_zone if pipe creation fails. Revision Changes Path 1.60.2.5 +23 -15 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:50:16 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id CCA4537B400; Thu, 11 Jan 2001 12:49:46 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GofI-0005Ul-00; Thu, 11 Jan 2001 22:49:44 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id WAA15064; Thu, 11 Jan 2001 22:49:41 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 15050; Thu Jan 11 22:49:03 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14Goec-0002g9-00; Thu, 11 Jan 2001 22:49:02 +0200 From: Sheldon Hearn To: Jordan Hubbard Cc: obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 12:36:23 PST." <19283.979245383@winston.osd.bsdi.com> Date: Thu, 11 Jan 2001 22:49:02 +0200 Message-ID: <10300.979246142@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 12:36:23 PST, Jordan Hubbard wrote: > I also appreciate the arguments for having /var be "too late" in the > boot process, at least as things currently stand, but simply assuming > that root is writable as your work-around isn't a very safe solution > either. *sigh* I made a mistake in not explaining the situation _fully_ right at the beginning. I assumed that people would actually _look_ at rc as it was before and after this commit before commenting. :-( So... Before Doug's commit: Because of limitations in mount_mfs(8), the entropy seed files could not be stored in /var/db/ without causing a hang on post-crash startup. The hang would persist until a sufficient amount of keyboard activity was registered by the entropy device. Therefore, the entropy seed file was stored in / by rc.shutdown. On startup, rc would try to read this file. On failure, it would fall back to trying /var/db/, but this behaviour would still enjoy the hang. Also, a crash would mean that rc.shutdown would not store the entropy seed file at all! This system did _NOT_ cater completely for read-only root partitions. After Doug's commit: Now, cron(8) stores entropy seed files in /.entropy . We can't use /var/db/ yet because of (at least) the same mount_mfs(8) problems we had before problems. Since multiple files are used, there is no race condition and we can rest assured that, even after a crash, there will always be entropy seed files available on startup. This system still does not cater completely for read-only root partitions. In the future: When those mount_*(8) utilities that require entropy (currently, mount_mfs(8) and mount_nfs(8) are the only suspects) have been modified to avoid using the new entropy device, all we'll need to do is swing the rc.conf variable entropy_dir from /.entropy/ to /var/db/ . This system _WILL_ cater completely for read-only root partitions. I trust that this clears up the hype. :-) Seriously, folks, what Doug has implemented is no worse than what we had before and is a step toward something much better than what we had before. 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 Jan 11 12:50:54 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id A0D6037B401; Thu, 11 Jan 2001 12:50:29 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id PAA49459; Thu, 11 Jan 2001 15:50:06 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 15:50:06 -0500 (EST) From: Garrett Wollman Message-Id: <200101112050.PAA49459@khavrinen.lcs.mit.edu> To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101112043.f0BKhOI10463@gratis.grondar.za> References: <200101112037.PAA49340@khavrinen.lcs.mit.edu> <200101112043.f0BKhOI10463@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: >> There are only five of them in libc. Pick one. > In the kernel? There is random(9). Your problem isn't in the kernel; it's in mount_mfs. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 12:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 391A837B401; Thu, 11 Jan 2001 12:53:38 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BKrcX94401; Thu, 11 Jan 2001 12:53:38 -0800 (PST) (envelope-from obrien) Message-Id: <200101112053.f0BKrcX94401@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 11 Jan 2001 12:53:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/11 12:53:37 PST Modified files: release/sysinstall Makefile Log: Add the us.pc-ctrl and us.unix keymaps. Revision Changes Path 1.104 +1 -1 src/release/sysinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 13:10:25 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id CAC0C37B401; Thu, 11 Jan 2001 13:09:54 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id IAA00182; Fri, 12 Jan 2001 08:09:09 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01JYT9TWF928EMXNEJ@cim.alcatel.com.au>; Fri, 12 Jan 2001 08:09:18 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id f0BL97R86662; Fri, 12 Jan 2001 08:09:07 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Fri, 12 Jan 2001 08:09:07 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/sys/alpha/include bus.h In-reply-to: ; from mjacob@feral.com on Wed, Jan 10, 2001 at 10:24:26PM -0800 To: Matthew Jacob Cc: Warner Losh , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-followup-to: Matthew Jacob , Warner Losh , Matt Jacob , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20010112080906.I91029@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <20010111163029.B91242@gsmx07.alcatel.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Jan-10 22:24:26 -0800, Matthew Jacob wrote: >On Thu, 11 Jan 2001, Peter Jeremy wrote: > >> On 2001-Jan-09 22:04:03 -0800, Matthew Jacob wrote: >> > >> > >> >> In message <200101091817.f09IHng10622@freefall.freebsd.org> Matt Jacob writes: >> >> : me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. >> >> >> >> Would this impact the 10E6 uses of ~0 in the bus_alloc_resource calls >> >> we have? >> > >> >int foo() >> >{ >> > bar(~0); >> >} >> >int zoo() >> >{ >> > bar1(~0UL); >> >} >> ... >> >Sorta looks the same to me.... >> >> I don't think that's a valid test. A more reasonable test would be >> something like >Why isn't it a valid test? This is exactly the test case that Warner was >worrying about? There are no prototypes (visibly) in scope for either bar() or bar1(). This means that the only possible promotions are char or short to int - ie, bar() is passed a signed int and bar1() is passed an unsigned long. In the case of the Alpha, (the first few) parameters are passed to functions in registers and registers are always 64-bits, hence there was a promotion to 64 bits. A signed promotion is done presumably because that is the easiest. Note that the following is also passed as 0xffffffffffffffff, though ANSI-C (at least) promotion would result in 0x00000000ffffffff (having experimented, it seems the callee will explicitly clear the top 32 bits if an argument is being used in an unsigned context). void abc() { def(~0u); } This implicit "promotion to long" is an implementation detail on the Alpha and another 32/64-bit architecture may not behave the same (especially if function arguments are passed on the stack). Note that the following code is in error (in the absence of a prototype for bar() preceeding foo()) because foo() will pass an int, not a long to bar(): void foo() { bar(~0); } void bar(long x) { ... } >> unsigned long foo, bar; >> >> fun() >> { >> foo = bar & ~0; >> } >> >> Unfortunately, I don't have a functional FreeBSD/Alpha box right now, >> but both Compaq CC and gcc-2.8.1 generate "foo = bar". I'm not sure >> that this behaviour makes sense. Having thought about it on my way home yesterday (and carefully studied K&R2 - since I don't have the actual standards), I agree with the statements that Warner and Garrett made - the behaviour does make sense. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 13:36:29 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 7380A37B400; Thu, 11 Jan 2001 13:36:03 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id IAA02505; Fri, 12 Jan 2001 08:36:01 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01JYTAS6CBWWEMXO8S@cim.alcatel.com.au>; Fri, 12 Jan 2001 08:36:09 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.0/8.11.0) id f0BLZwQ86788; Fri, 12 Jan 2001 08:35:58 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Fri, 12 Jan 2001 08:35:58 +1100 From: Peter Jeremy Subject: Re: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/files patch-Sources_Util_fcvt.c patch-ah In-reply-to: <200101092309.f09N90P48928@freefall.freebsd.org>; from sobomax@FreeBSD.ORG on Tue, Jan 09, 2001 at 03:09:00PM -0800 To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-followup-to: Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20010112083558.C91242@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200101092309.f09N90P48928@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Jan-09 15:09:00 -0800, Maxim Sobolev wrote: >sobomax 2001/01/09 15:09:00 PST ... > Added files: > devel/clanlib/files patch-Sources_Util_fcvt.c > Log: > Add SUSv2 compatible fcvt() function ripped from glibc. I believe fcvt() is a subset of dtoa(). There is an (undocumented) dtoa() function (__dtoa()) in libc - it's used by strtod() and *printf() and the code is physically in src/lib/libc/stdlib/strtod.c I have also had occasions when fcvt() or dtoa() would allow simpler code than sprintf(). Wouldn't we be better off documenting our dtoa() and allowing other functions to access it? Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 13:44:12 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id D721037B402; Thu, 11 Jan 2001 13:43:47 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id QAA49876; Thu, 11 Jan 2001 16:43:34 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 16:43:34 -0500 (EST) From: Garrett Wollman Message-Id: <200101112143.QAA49876@khavrinen.lcs.mit.edu> To: Peter Jeremy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/files patch-Sources_Util_fcvt.c patch-ah In-Reply-To: <20010112083558.C91242@gsmx07.alcatel.com.au> References: <200101092309.f09N90P48928@freefall.freebsd.org> <20010112083558.C91242@gsmx07.alcatel.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > I have also had occasions when fcvt() or dtoa() would allow simpler > code than sprintf(). Wouldn't we be better off documenting our dtoa() > and allowing other functions to access it? [efg]cvt() are required by SUSv2. The are included (under the XSI extension) in draft 5 of POSIX.1-200x and marked LEGACY there, so they won't be eligible for removal until 2006. We really should just bite the bullet and implement these functions. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 13:45:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52EFE37B401; Thu, 11 Jan 2001 13:45:05 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BLj5x01363; Thu, 11 Jan 2001 13:45:05 -0800 (PST) (envelope-from andreas) Message-Id: <200101112145.f0BLj5x01363@freefall.freebsd.org> From: Andreas Klemm Date: Thu, 11 Jan 2001 13:45:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile distinfo pkg-comment ports/net/zebra/files patch-zebra_Makefile.in patch-001_vty_memory_leak ports/net/zebra/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/11 13:45:05 PST Modified files: net/zebra Makefile distinfo pkg-comment Added files: net/zebra/files patch-zebra_Makefile.in net/zebra/scripts configure Removed files: net/zebra/files patch-001_vty_memory_leak Log: upgrade to new zebra version 0.90 - removed PORTREVISION (new version) - new configure script: dialog menue allows you to set different zebra compile time options (if ! BATCH), currently supported: --with-libpam = enable PAM authentication for vtysh --enable-nssa = enable OSPF NSSA --enable-snmp = enable SNMP support - please note: port compiles fine when all options are set, but functionality has not been tested by me. - silence portlint, trim pkg-comment to <=70 columns - remove unneeded patch patch, 0.90 now contains fix for memory leak - cosmetic: add patch for Makefile.in (don't link with -g) - portlint: o.k. In this BETA --enable-unixdomain and --enable-newrib became default ! To get old implementation back use the following configure options: --enable-tcp-zebra # TCP/IP socket is used for protocol daemon and zebra. --enable-oldrib # Turn on old RIB implementation. Note: I didn't add these options to configure script, so that people don't choose the wrong thing ! Some milestones of this release (see file NEWS for complete list): - access-lists can have remarks - memory leak with access-list and prefix-list name fixed - UNIX domain socket server of zebra protocol is added - PointoPoint interface network bug fixed - Metric value is reflected to kernel routing table - New RIB implementation has been added: - BGP passive peer support problem is fixed - Redistributed IGP nexthop is passed to BGP nexthop - Fix bug of holdtimer is not reset when bgp cleared - BGP-MIB implementation is finished - When BGP connection comes from unconfigured IP address, close socket immediately. - BGP flap dampening feature is added * RIP - Fix bug of refreshing default route * OSPF - Fix bug of Hello packet's option is not properly set when interface comes up - Reduce unconditional logging - New command for virtual-link configuration - Memory leak related classfull network generation is fixed Revision Changes Path 1.44 +14 -5 ports/net/zebra/Makefile 1.23 +1 -1 ports/net/zebra/distinfo 1.2 +1 -1 ports/net/zebra/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:10:51 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id F1E8237B400; Thu, 11 Jan 2001 14:10:27 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id OAA11151; Thu, 11 Jan 2001 14:10:18 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 11 Jan 2001 14:10:18 -0800 (PST) From: Doug Barton X-X-Sender: To: Ben Smithurst Cc: , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <20010111152244.A79365@strontium.scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Ben Smithurst wrote: > Ruslan Ermilov wrote: > > > Please don't forget to update the rc.conf(5) manpage. > > And possibly hier(7) if something has been added to BSD.root.dist... I chose not to do that at this time since it's not at all clear that this is where the thing is going to stay. Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:12: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id CD10537B400; Thu, 11 Jan 2001 14:11:39 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0BMBGp75183; Thu, 11 Jan 2001 14:11:16 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 14:11:16 -0800 (PST) From: Matt Dillon Message-Id: <200101112211.f0BMBGp75183@earth.backplane.com> To: Mark Murray Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101111901.f0BJ1jU72510@earth.backplane.com> <200101112033.f0BKXtI10390@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> in /etc/rc. We have a directory for variable data, it's called :> /var. We have a directory for persistent state files, it's called :> /var/db. They must be used, ESPECIALLY for something like this. : :You can help here; if we can get a guaranteed mount (for all possible :types of mount) of /var, then I'll agree with you. Remember that this :must potentially happen _before_ the random device is reseeded. : :Help us fix that, and I'll champion the cause in your stead. : :M :-- :Mark Murray If nobody posts that they've fixed it by the time I get home, between 7-8 p.m. PST, I will throw together and test a patch. I'm not happy that I have to be the one to do it, but I'll do it. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:20: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73EC437B404; Thu, 11 Jan 2001 14:19:39 -0800 (PST) Received: (from dima@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BMJdr06324; Thu, 11 Jan 2001 14:19:39 -0800 (PST) (envelope-from dima) Message-Id: <200101112219.f0BMJdr06324@freefall.freebsd.org> From: Dima Ruban Date: Thu, 11 Jan 2001 14:19:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilot-link Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dima 2001/01/11 14:19:39 PST Modified files: palm/pilot-link Makefile Log: Fix typo @{$SED} -> @${SED} Submitted by: rich@math.missouri.edu Revision Changes Path 1.42 +2 -2 ports/palm/pilot-link/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:23: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B28E937B404; Thu, 11 Jan 2001 14:22:36 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0BMMNs75120; Thu, 11 Jan 2001 15:22:23 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101112222.f0BMMNs75120@harmony.village.org> To: Jordan Hubbard Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 11 Jan 2001 12:36:23 PST." <19283.979245383@winston.osd.bsdi.com> References: <19283.979245383@winston.osd.bsdi.com> Date: Thu, 11 Jan 2001 15:22:23 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19283.979245383@winston.osd.bsdi.com> Jordan Hubbard writes: : > I'm pretty sure that this has all been discussed before, with quite a : > bit of consensus (although some might bitch about the period in the : > directory name '/.entropy'. : : Hmmm, if it was then FreeBSD's diskless boot community never weighed : in during the discussions and that's a pity. You're well aware, one : assumes, of the fact that many of these people habitually use a : read-only root? They're not the only ones either - just about all of : the embedded folks who boot out of flash also run RO root and usr : filesystems. That's one the big reasons for keeping /var a separate : filesystem, at least conceptually, in order that that we might mandate : a writable filesystem as part of the hierarchy standard. I'll admit : that hier(7) is a little vague on that point, but it's certainly been : part of the conventional wisdom for as long as I can remember. : : I also appreciate the arguments for having /var be "too late" in the : boot process, at least as things currently stand, but simply assuming : that root is writable as your work-around isn't a very safe solution : either. I agree. RO / is absoultely *REQUIRED* for our application. we have a small, writable partition that we can use to store the random entropy files. Any attempts to force / to be writable will be met with extreme resistance. Our /var isn't persistant accross boots, btw. It is a mfs file system. Having a requirement that /var contain persistant data would likely lead to problems. I'm still not sure why we can't do something like: date > /dev/random cat /bin/ls > /dev/random fsck mount the file systems read in the entropy file Eg, toss some bone to the random pool. Sure, it will be highly preditable, but for the mount commands it doesn't matter. We fix before anything interesting happens. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:23:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4CA337B69B; Thu, 11 Jan 2001 14:22:58 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BMMwI06697; Thu, 11 Jan 2001 14:22:58 -0800 (PST) (envelope-from julian) Message-Id: <200101112222.f0BMMwI06697@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 14:22:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 14:22:58 PST Modified files: sys/netgraph ng_base.c Log: Make hook deletion SMP safe. Revision Changes Path 1.36 +89 -53 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:24: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from sr14.nsw-remote.bigpond.net.au (sr14.nsw-remote.bigpond.net.au [24.192.3.29]) by hub.freebsd.org (Postfix) with ESMTP id 6DCDB37B6B5 for ; Thu, 11 Jan 2001 14:23:37 -0800 (PST) Received: from areilly.bpc-users.org (CPE-144-132-234-126.nsw.bigpond.net.au [144.132.234.126]) by sr14.nsw-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id JAA16827 for ; Fri, 12 Jan 2001 09:23:02 +1100 (EDT) Received: (qmail 43221 invoked by uid 1000); 11 Jan 2001 22:22:50 -0000 From: "Andrew Reilly" Date: Fri, 12 Jan 2001 09:22:50 +1100 To: Mark Murray Cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010112092249.A42857@gurney.reilly.home> References: <200101111901.f0BJ1jU72510@earth.backplane.com> <200101112033.f0BKXtI10390@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101112033.f0BKXtI10390@gratis.grondar.za>; from mark@grondar.za on Thu, Jan 11, 2001 at 10:33:53PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 11, 2001 at 10:33:53PM +0200, Mark Murray wrote: > > I'm going to be blunt: Hell will freeze over before I allow the > > entropy file to be placed in /. It makes absolutely no sense > > whatsoever to break our ability to mount a read-only / just > > because nobody is willing to do some minor shifting of things > > in /etc/rc. We have a directory for variable data, it's called > > /var. We have a directory for persistent state files, it's called > > /var/db. They must be used, ESPECIALLY for something like this. > > You can help here; if we can get a guaranteed mount (for all possible > types of mount) of /var, then I'll agree with you. Remember that this > must potentially happen _before_ the random device is reseeded. Why? Can't you reseed the random device multiple times, as more entropy becomes available? Sure, random() calls before then might be more "crackable", but it doesn't sound as though that's a serious problem. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:27:56 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id D23A237B400; Thu, 11 Jan 2001 14:27:25 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GqBl-0006Kt-00; Fri, 12 Jan 2001 00:27:21 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id AAA28042; Fri, 12 Jan 2001 00:27:20 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 3475; Fri Jan 12 00:26:29 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GqAv-00032u-00; Fri, 12 Jan 2001 00:26:29 +0200 From: Sheldon Hearn To: Warner Losh Cc: Jordan Hubbard , obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 15:22:23 MST." <200101112222.f0BMMNs75120@harmony.village.org> Date: Fri, 12 Jan 2001 00:26:29 +0200 Message-ID: <11711.979251989@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 15:22:23 MST, Warner Losh wrote: > Our /var isn't persistant accross boots, btw. It is a mfs file > system. Having a requirement that /var contain persistant data would > likely lead to problems. You get to choose where you want your seed files, via the rc.conf entropy_dir variable. However, it's odd that your /var isn't persistent, given what hier(7) says: /var/tmp temporary files that are kept between system reboots As you can see, my personal religious belief is that this stuff should go into /var/tmp, not /var/db . But let's jump one hurdle at a time, eh? 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 Jan 11 14:32:17 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7223D37B402; Thu, 11 Jan 2001 14:31:51 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0BMVds75311; Thu, 11 Jan 2001 15:31:39 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101112231.f0BMVds75311@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Jordan Hubbard , obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Fri, 12 Jan 2001 00:26:29 +0200." <11711.979251989@axl.fw.uunet.co.za> References: <11711.979251989@axl.fw.uunet.co.za> Date: Thu, 11 Jan 2001 15:31:39 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <11711.979251989@axl.fw.uunet.co.za> Sheldon Hearn writes: : However, it's odd that your /var isn't persistent, given what hier(7) : says: : /var/tmp temporary files that are kept between system : reboots : As you can see, my personal religious belief is that this stuff should : go into /var/tmp, not /var/db . We don't use /var/tmp for anything, so it doesn't matter. :-) : But let's jump one hurdle at a time, eh? Sure, but you didn't answer my question about why doing the initial seeding badly for the mount processes and then doing the real seeding wouldn't work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:34:31 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D671837B69B; Thu, 11 Jan 2001 14:33:52 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0BMXas75362; Thu, 11 Jan 2001 15:33:36 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101112233.f0BMXas75362@harmony.village.org> To: Matt Dillon Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 11 Jan 2001 14:11:16 PST." <200101112211.f0BMBGp75183@earth.backplane.com> References: <200101112211.f0BMBGp75183@earth.backplane.com> <200101111901.f0BJ1jU72510@earth.backplane.com> <200101112033.f0BKXtI10390@gratis.grondar.za> Date: Thu, 11 Jan 2001 15:33:36 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101112211.f0BMBGp75183@earth.backplane.com> Matt Dillon writes: : If nobody posts that they've fixed it by the time I get home, between : 7-8 p.m. PST, I will throw together and test a patch. I'm not happy : that I have to be the one to do it, but I'll do it. Well, I believe that this patch that would solve the dependency issues. I didn't solve the /var/db/entropy was hard wired issues, however, but that can be dealt with separately. Warner Index: rc =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/etc/rc,v retrieving revision 1.244 diff -u -r1.244 rc --- rc 2000/12/17 08:24:49 1.244 +++ rc 2001/01/11 22:32:07 @@ -98,22 +98,8 @@ chkdepend amd amd_enable portmap portmap_enable chkdepend NFS nfs_server_enable portmap portmap_enable -# First pass at entropy recovery so the rebooting /dev/random can reseed. -# -case ${entropy_file} in -[Nn][Oo] | '') - ;; -*) - if [ -w /dev/random ]; then - if [ -f "${entropy_file}" -a -r "${entropy_file}" -a \ - -s "${entropy_file}" ]; then - echo "Using ${entropy_file} as an entropy file" - cat ${entropy_file} > /dev/random 2> /dev/random - entropy_reseeded=yes - fi - fi - ;; -esac +date > /dev/random 2> /dev/random +cat /bin/ls > /dev/random 2> /dev/random # Configure ccd devices. # @@ -206,39 +192,33 @@ # Second attempt at reseeding, if needed. # -case ${entropy_reseeded} in -yes) +case ${entropy_file} in +[Nn][Oo] | '') ;; *) - case ${entropy_file} in - [Nn][Oo] | '') - ;; - *) - if [ -w /dev/random ]; then - if [ -f "${entropy_file}" -a -r "${entropy_file}" -a \ - -s "${entropy_file}" ]; then - echo "Using ${entropy_file} as an entropy file" - cat ${entropy_file} > /dev/random 2> /dev/random - elif [ "${entropy_file}" != /var/db/entropy -a \ - -f /var/db/entropy -a -r /var/db/entropy -a \ - -s /var/db/entropy ]; then - echo 'Using /var/db/entropy as an entropy file' - cat /var/db/entropy > /dev/random 2> /dev/random - else + if [ -w /dev/random ]; then + if [ -f "${entropy_file}" -a -r "${entropy_file}" -a \ + -s "${entropy_file}" ]; then + echo "Using ${entropy_file} as an entropy file" + cat ${entropy_file} > /dev/random 2> /dev/random + elif [ "${entropy_file}" != /var/db/entropy -a \ + -f /var/db/entropy -a -r /var/db/entropy -a \ + -s /var/db/entropy ]; then + echo 'Using /var/db/entropy as an entropy file' + cat /var/db/entropy > /dev/random 2> /dev/random + else echo "Can't use ${entropy_file} as an entropy file, trying other sources" - # XXX temporary until we can get the entropy - # harvesting rate up - # Entropy below is not great, - # but better than nothing. - (ps -gauxwww; iostat; vmstat; sysctl -a; - dmesg) | /bin/dd of=/dev/random bs=8k 2>/dev/null - ( for i in /etc /var/run ; do - cd $i ; ls -al ; cat * - done ) | /bin/dd of=/dev/random bs=8k 2>/dev/null - fi + # XXX temporary until we can get the entropy + # harvesting rate up + # Entropy below is not great, + # but better than nothing. + (ps -gauxwww; iostat; vmstat; sysctl -a; + dmesg) | /bin/dd of=/dev/random bs=8k 2>/dev/null + ( for i in /etc /var/run ; do + cd $i ; ls -al ; cat * + done ) | /bin/dd of=/dev/random bs=8k 2>/dev/null fi - ;; - esac + fi ;; esac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:36:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 049E937B69D; Thu, 11 Jan 2001 14:35:58 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BMZvX07838; Thu, 11 Jan 2001 14:35:57 -0800 (PST) (envelope-from joe) Message-Id: <200101112235.f0BMZvX07838@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 11 Jan 2001 14:35:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.crunch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/11 14:35:57 PST Modified files: release/picobsd/build Makefile.crunch Log: MF4: Allow the build process to continue even if crunchgen returns an error. Most crunchgen errors are non-fatal. Revision Changes Path 1.9 +2 -2 src/release/picobsd/build/Makefile.crunch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:37: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A0CD937B69B; Thu, 11 Jan 2001 14:36:40 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0BMaNs75406; Thu, 11 Jan 2001 15:36:23 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101112236.f0BMaNs75406@harmony.village.org> To: "Andrew Reilly" Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Mark Murray , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 12 Jan 2001 09:22:50 +1100." <20010112092249.A42857@gurney.reilly.home> References: <20010112092249.A42857@gurney.reilly.home> <200101111901.f0BJ1jU72510@earth.backplane.com> <200101112033.f0BKXtI10390@gratis.grondar.za> Date: Thu, 11 Jan 2001 15:36:23 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010112092249.A42857@gurney.reilly.home> "Andrew Reilly" writes: : Why? Can't you reseed the random device multiple times, as more : entropy becomes available? Sure, random() calls before then : might be more "crackable", but it doesn't sound as though that's : a serious problem. Exactly my point as well. You seed it with crap once. The random calls in mount will be less than completely random, but they will be random enough. You won't have an attacker who is able to race anything at that state in the boot process. You won't have any lingering information that could be useful down the road (as far as I can tell anyway). Just seed the device with something so that you can mount your real source of entropy. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:38:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6152237B69B; Thu, 11 Jan 2001 14:38:10 -0800 (PST) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BMcAC07976; Thu, 11 Jan 2001 14:38:10 -0800 (PST) (envelope-from dmlb) Message-Id: <200101112238.f0BMcAC07976@freefall.freebsd.org> From: Duncan Barclay Date: Thu, 11 Jan 2001 14:38:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ray.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/01/11 14:38:10 PST Modified files: share/man/man4/man4.i386 Makefile Added files: share/man/man4/man4.i386 ray.4 Log: Add manual for ray driver. Reviewed by: ru Revision Changes Path 1.130 +3 -2 src/share/man/man4/man4.i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:41:42 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 1DD3B37B402; Thu, 11 Jan 2001 14:41:09 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id OAA11507; Thu, 11 Jan 2001 14:40:49 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 11 Jan 2001 14:40:49 -0800 (PST) From: Doug Barton X-X-Sender: To: Matt Dillon Cc: Sheldon Hearn , , , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101111912.f0BJCst72747@earth.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Matt Dillon wrote: > The level of sophistication and the number of hacks is *NOT* *NECESSARY* > when a simple, minor restructuring of /etc/rc and a tiny change to > mount_mfs (newfs) completely solves the problem. > > You guys are taking a bad idea and making it worse. > > I will be happy to submit a patchset to fix this mess, but it's so damn > simple Doug should be able to do it himself in less then an hour. You know, I thought I've repeated the mantra of, "The yarrow project is a work in progress and will probably be undergoing some changes as it develops" often enough that it wasn't necessary for me to repeat it again with this commit. Obviously I was wrong. The problem that placing this directory in / solves is that while I agree that for the most part var should be for variable things, / needs to have the things that the system needs to boot, and right now we have a chicken and egg problem with mounting certain types of filesystems that need randomness. Thanks to Sheldon for laying out the problems in detail. My goal for this initial step in the process was to get the ball rolling with a solution that is A) totally configurable (did anyone actually read the code?) and B) looks enough like what we want the final product to look like to give us a good idea as to whether we are heading in the right direction or not. The defaults I committed will work for the vast majority of -current users, and those for whom it does not work can either reconfigure the defaults or turn the thing off. (Did anyone actually read the code?) Again, I really thought this was all obvious, but clearly I failed to communicate my intentions, for which I apologize. Yes, periodically writing things into / is "non-traditional" to say the least, but I don't think it's going to set anyone's house on fire either. Now, given the current situation, and given that there were no (or so few that I have let them slip from memory) negative comments about placing the entropy file from rc.shutdown in /, I thought that /.entropy was a reasonable _default_ while we developed the idea further. It's a dot directory for the simple reason that it's a "behind the scenes" thing that you don't really need to see. Now I agree completely that it would be better in the long term to put the default location somewhere in /var. In order to make that work however we need to make some changes to other parts of the system. While I appreciate Matt's confidence, and while I'm sure that I probably could fix the mfs boot code, I wouldn't touch it with a 10' pole for the simple reason that I don't use it, and wouldn't have a solid grasp as to whether I was breaking things or not. I would welcome any assistance offered in understanding and/or straightening out the issues involved with mounting file systems that need randomness, of whatever quality. The other thing I considered last night was changing the mounting order in rc to mount /var right after root, possibly read only the way root is done now. There are a couple problems with that, most notably the variety of ways that people handle /var. I myself have /var as a seperate filesystem which is why I first got interested in the problem of how to handle the entropy seed files. I also feel strongly that when you are developing a new system that changes should be made in both a gradual and reversible way. Thus you can both easily identify the source of bogons that appear as a result of your changes, and ultimately fix them faster. The only "pain" that this temporary situation might cause down the road is a defunct directory to rm. Finally, has anyone missed the point that this system (in whatever form) will virtually eliminate the complaints currently being levelled against the /dev/random development that if it can't find a seed file it hangs for an unacceptably long period of time during boot? You (pl.) criticize Mark for not bringing a major advancement in our level of randomness production into life full born, then you criticize each development step along the way. I'm lucky in the sense that I am only involved in the fringes, but this kind of sniping is getting old fast. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 14:44: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 71CE737B402; Thu, 11 Jan 2001 14:43:35 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14GqRQ-0006Ur-00; Fri, 12 Jan 2001 00:43:32 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id AAA14188; Fri, 12 Jan 2001 00:43:30 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 14179; Fri Jan 12 00:42:55 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GqQo-00038V-00; Fri, 12 Jan 2001 00:42:54 +0200 From: Sheldon Hearn To: Warner Losh Cc: Jordan Hubbard , obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 15:31:39 MST." <200101112231.f0BMVds75311@harmony.village.org> Date: Fri, 12 Jan 2001 00:42:54 +0200 Message-ID: <12058.979252974@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 15:31:39 MST, Warner Losh wrote: > Sure, but you didn't answer my question about why doing the initial > seeding badly for the mount processes and then doing the real seeding > wouldn't work. People are already unhappy that things aren't being done properly. Do you really want to do poor seeding instead of waiting for mount_mfs(8) to be fixed? Let's just get things done step by step. It looks to me like people are only now realizing how startup seeding has been done up 'til now and are voicing their displeasure with that. That's really poor timing, since Doug is busy working to make things better. Doug just fixed part of the problem and happened to make fixing the rest of it that much easier at the same time. Since neither Doug nor I are complete morons, it would be great if those people who aren't actually working on this and haven't said anything up 'til now just trust us to carry on improving things. 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 Jan 11 15: 5:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 572A637B402; Thu, 11 Jan 2001 15:05:35 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BN5ZV12104; Thu, 11 Jan 2001 15:05:35 -0800 (PST) (envelope-from julian) Message-Id: <200101112305.f0BN5ZV12104@freefall.freebsd.org> From: Julian Elischer Date: Thu, 11 Jan 2001 15:05:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/11 15:05:35 PST Modified files: sys/netgraph ng_base.c Log: remove debug sysctl slight tweek to hook removal. (or is that tweak?) Revision Changes Path 1.37 +5 -2 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15: 6:48 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 9473B37B699; Thu, 11 Jan 2001 15:06:22 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA11687; Thu, 11 Jan 2001 15:06:12 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 11 Jan 2001 15:06:12 -0800 (PST) From: Doug Barton X-X-Sender: To: Matt Dillon Cc: Sheldon Hearn , , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101111901.f0BJ1jU72510@earth.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Matt Dillon wrote: > This whole entropy thing has been a holy mess, and placing the file > in / makes it even more of a mess. We don't need the level > of randomness-paranoia that is being programmed into the system. Well YOU might not need it Matt, but personally I think the whole Yarrow concept is incredibly cool, and I like the idea of freebsd taking the lead in something, especially an area that's so important to system security. Am I the only one who sees how this is ultimately going to broaden our potential market base? Wouldn't you like to have part of the system that is actually more secure than openbsd? Yes, there is some pain involved in the process. But -current is so broken right now that I have a hard time believing that this is the issue that people are devovting so much energy to. Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:10:57 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 10C9337B698; Thu, 11 Jan 2001 15:10:33 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA11736; Thu, 11 Jan 2001 15:10:23 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 11 Jan 2001 15:10:23 -0800 (PST) From: Doug Barton X-X-Sender: To: Jordan Hubbard Cc: , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <19283.979245383@winston.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Jordan Hubbard wrote: > > I'm pretty sure that this has all been discussed before, with quite a > > bit of consensus (although some might bitch about the period in the > > directory name '/.entropy'. > > Hmmm, if it was then FreeBSD's diskless boot community never weighed > in during the discussions and that's a pity. Actually, they did. One of the reasons that the thing is so highly configurable is to accomodate the needs that were discussed both privately and publicly for people with special situations like diskless boot. > You're well aware, one > assumes, of the fact that many of these people habitually use a > read-only root? They're not the only ones either - just about all of > the embedded folks who boot out of flash also run RO root and usr > filesystems. You're well aware, of course, of the fact that the defaults are all configurable? And that anyone who is using diskless boot already has to have knowledge of how to configure such things? And that for the vast majority of -current users, including and especially those who have previously raised a hue and cry over the fact that -current takes so long to boot if it can't seed /dev/random this will virtually eliminate that complaint? Running out of patience for explaining the obvious... -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:11:58 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3ED5337B698; Thu, 11 Jan 2001 15:11:32 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0BNBKs75778; Thu, 11 Jan 2001 16:11:20 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101112311.f0BNBKs75778@harmony.village.org> To: Sheldon Hearn Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Jordan Hubbard , obrien@freebsd.org, Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Fri, 12 Jan 2001 00:42:54 +0200." <12058.979252974@axl.fw.uunet.co.za> References: <12058.979252974@axl.fw.uunet.co.za> Date: Thu, 11 Jan 2001 16:11:20 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <12058.979252974@axl.fw.uunet.co.za> Sheldon Hearn writes: : People are already unhappy that things aren't being done properly. Do : you really want to do poor seeding instead of waiting for mount_mfs(8) : to be fixed? What else needs to be fixed? My solution fixes anything that wants to use the pool. : Let's just get things done step by step. Why not fix just one thing and be done with it? : It looks to me like people are only now realizing how startup seeding : has been done up 'til now and are voicing their displeasure with that. : : That's really poor timing, since Doug is busy working to make things : better. Doug just fixed part of the problem and happened to make fixing : the rest of it that much easier at the same time. : : Since neither Doug nor I are complete morons, it would be great if those : people who aren't actually working on this and haven't said anything up : 'til now just trust us to carry on improving things. Sounds like you are taking this a little too harshly and personally. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:12:15 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B1B5C37B69C; Thu, 11 Jan 2001 15:11:49 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA00113; Fri, 12 Jan 2001 10:11:45 +1100 Date: Fri, 12 Jan 2001 10:13:36 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: John Baldwin Cc: "Justin T. Gibbs" , =?ISO-8859-1?Q?G=E9rard_Roudier?= , =?ISO-8859-1?Q?G=E9rard_Roudier?= , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, John Baldwin wrote: > On 11-Jan-01 Justin T. Gibbs wrote: > >>Erm, I didn't know that all developers that ever touched the kernel needed to > >>memorize all the various MD header files machine/globals.h and > >>machine/globaldata.h for _each_ architecture. I guess we want the learning > >>curve so high that no one else can submit code? :-P > > > > That is an implementation complaint, not an interface complaint. I > > thought we were discussing the interface? I certainly was. I shouldn't have mentioned optimization (it is one of the regressions in the implementation. The old implementation could have been much simpler if it didn't have optimizations). > These variables are magic. A developer can find out that they are magic in one > of two ways: > > 1) Use a special macro that acknowledges that they are magic, and have the > compile break if they don't so that they know there is something they need to > take into account. lvalue-like macros aren't much more magic than any other variables. Users of the variables can't tell the difference without peeking at the implementation or undef'ing the varabiables. > 2) Go memorize all aforementioned headers to know that these variables are > magic. > > I prefer the interface 1) for this. Do you prefer 2)? Any magicness in the interface (e.g., the cpuid changing underneath you) can probably be expressed by declaring the variables volatile (if they are implemented as variables; if they are implemented as magic() or *magic() then they are automatically volatile). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:19: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A48F37B402; Thu, 11 Jan 2001 15:18:45 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BNIjO12968; Thu, 11 Jan 2001 15:18:45 -0800 (PST) (envelope-from jmz) Message-Id: <200101112318.f0BNIjO12968@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 11 Jan 2001 15:18:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4/files patch-0 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/11 15:18:45 PST Added files: x11/XFree86-4/files patch-0 Log: Dont make 'World' with the -k flag. I want the compilation to stop as soon as an error is encountered rather than at the make install phase. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:19:51 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id A75C737B404; Thu, 11 Jan 2001 15:19:22 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA11867; Thu, 11 Jan 2001 15:19:19 -0800 (PST) (envelope-from DougB@gorean.org) Date: Thu, 11 Jan 2001 15:19:19 -0800 (PST) From: Doug Barton X-X-Sender: To: Jordan Hubbard Cc: , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <19337.979245831@winston.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Jordan Hubbard wrote: > Well, I'm quite chilled out myself but I'd have to still agree with > Matt that putting ANYTHING like this in the root directory is just > conceptually wrong and should never have been entertained as a > solution, no matter how tempting it may have been at the time. > > I do also fully understand the need for work-arounds in one's daily > life as an engineer, but there are also any number of crocks which > will occur to your typical engineer in the course of his life which he > would be best advised to resist temptation and stay far away from. > What we have here is thus simply a case of someone's bogometer failing > to go off, or being calibrated to the wrong setting, and it should > have tripped and prevented the ``cvs commit'' command from being typed > at all. :-) *Snap* Ok, I'm officially out of patience now. I can handle the assertion that this may be a bad idea, but to suggest (effectively) that I'm an idiot for even considering it is a bit much. You may find it hard to believe but A) I have a fair degree of systems engineering knowledge and experience, B) I asked for and received review for this idea, including the default location of the /.entropy directory. As much as this idea may offend your sensibilities, it works as a starting point while we fix the larger problems that prevent it from going into /var in the first place. If you still can't see/understand/accept my opinion on this, I'll tell you what. Let's stack up all of your stupid ideas that DIDN'T work and got committed anyway against all of my stupid ideas that do. I think I'd win. Taking a break, Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:22:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 671F137B400; Thu, 11 Jan 2001 15:22:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BNMYo13314; Thu, 11 Jan 2001 15:22:34 -0800 (PST) (envelope-from jhb) Message-Id: <200101112322.f0BNMYo13314@freefall.freebsd.org> From: John Baldwin Date: Thu, 11 Jan 2001 15:22:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/11 15:22:33 PST Modified files: sys/dev/sound/pcm sound.c Log: Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manually expanding it for _hw_snd. Revision Changes Path 1.35 +3 -3 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:24: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id D29B737B400; Thu, 11 Jan 2001 15:23:37 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id QAA24182; Thu, 11 Jan 2001 16:23:14 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id QAA05808; Thu, 11 Jan 2001 16:23:13 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14942.16481.241677.610222@nomad.yogotech.com> Date: Thu, 11 Jan 2001 16:23:13 -0700 (MST) To: Doug Barton Cc: Matt Dillon , Sheldon Hearn , , , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: References: <200101111912.f0BJCst72747@earth.backplane.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ I've stayed out of this so far, and I probably shouldn't jump in, but I needed to state this one thing. ] > Yes, periodically writing things into / is "non-traditional" to say > the least, but I don't think it's going to set anyone's house on fire > either. Just to bring things back into perspective, periodically writing things to / is actually going to burn someone *really* badly, especially in -current. Because the root's FS state is constantly changing with this code (we-re not re-using files, we're rotating files, etc...), the chances of having a latent kernel bug corrupt your FS went up by a couple orders of magnitude. The chances of having this code running when 'something bad happens' which causes root filesystem are now higher than what I consider acceptable. Crashing a kernel in the middle of writing to the file system tends to cause bad things to happen. (Soft-updates minimizes this, but soft-updates don't work well on /, and I don't yet trust softupdates on /). Not-writing to / is akin to having all of the binaries in / static. It's not necessary when everything works fine, but when things go bad, boy is it ever nice. Finally, with -current not being confused with -stable at all lately (ie; crashes are a fairly common occurance), I would hate to see Yarrow et. al get blamed for trashed FreeBSD root partitions. The real bugs are the kernel bugs that causes the crash, but Yarrow will get blamed for unbootable FreeBSD boxes. 'Nuff said. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:26:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6437B402; Thu, 11 Jan 2001 15:26:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BNQHE13620; Thu, 11 Jan 2001 15:26:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101112326.f0BNQHE13620@freefall.freebsd.org> From: John Baldwin Date: Thu, 11 Jan 2001 15:26:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm datatypes.h mixer.c mixer.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/11 15:26:17 PST Modified files: sys/dev/sound/pcm datatypes.h mixer.c mixer.h Log: - Move all of the hwvol functions into a mixer_hwvol_* namespace, and make all of the hwvol members of struct snd_mixer live in a hwvol_* namespace. - When changing the mixer device via the hwvol_mixer sysctl, reset the muted state so that a mute operation on a new device won't try to unmute the new device with the old device's saved volume. - When the volume is muted, if a down or up volume request is received, first restore the saved volume level and then adjust it. Reviewed by: cg Revision Changes Path 1.22 +3 -3 src/sys/dev/sound/pcm/datatypes.h 1.16 +17 -11 src/sys/dev/sound/pcm/mixer.c 1.8 +4 -4 src/sys/dev/sound/pcm/mixer.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:26:51 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 05DFC37B404; Thu, 11 Jan 2001 15:26:18 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA01727; Fri, 12 Jan 2001 10:26:10 +1100 Date: Fri, 12 Jan 2001 10:28:01 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: =?ISO-8859-1?Q?G=E9rard_Roudier?= Cc: John Baldwin , Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, [ISO-8859-1] G=E9rard Roudier wrote: > Using too much upper-case names or kind of JUMBO-naming in C code does no= t > make the code more readable for the long run. It seems to me that all tha= t > useless GROSS naming has been the result of having exacerbated the focus > of the day. I agree, of course. > Uppercase should be reserved mostly for stuff that is supposed > to be completely evaluated by compilation phases as: >=20 > - Constants (#define) > - Enumeration tags > - Macros accepting constant arguments. Not sure about enums. > As a result, usual stuff as MIN(), MAX(), offsetof() are misnamed in my > opinion and should be of the opposite case. MIN() and MAX() are in upper case because this is conventional for unsafe macros (ones which evaluate their args more than once each). MIN() and MAX() don't exist in the kernel (except as style bugs in some code that rolls it own versions). The imin() and imax(), etc., interfaces are supposed to be used instead, although they are harder to use since they are not type-generic. PCPU_GET() is more like offsetof() and the SYSCTL() macros than MIN(). Its arg is an identifier, not a variable. Therefore, upper case for it is correct. It is just unnecessary to expose this uglyness in the interface. > > However, there is a growing problem here that I want to state so that e= veryone > > doesn't jump up and down every time we add a clock cycle somewhere: > >=20 > > Let's get it _right_ first, and optimize later. >=20 > I didn't disagree with this statement. Neither do I. The interface was already _right_. It happened to be optimized in some cases. Now it is wrong and happens to be unoptimized. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:27:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E782337B6AE; Thu, 11 Jan 2001 15:26:38 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BNQcO13669; Thu, 11 Jan 2001 15:26:38 -0800 (PST) (envelope-from jhb) Message-Id: <200101112326.f0BNQcO13669@freefall.freebsd.org> From: John Baldwin Date: Thu, 11 Jan 2001 15:26:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci maestro.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/11 15:26:38 PST Modified files: sys/dev/sound/pci maestro.c Log: Catch up to the name changes in the hwvol API. Revision Changes Path 1.8 +5 -5 src/sys/dev/sound/pci/maestro.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 15:33:46 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 60E5F37B69C; Thu, 11 Jan 2001 15:33:23 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA02612; Fri, 12 Jan 2001 10:33:13 +1100 Date: Fri, 12 Jan 2001 10:35:04 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Garrett Wollman Cc: Peter Jeremy , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/files patch-Sources_Util_fcvt.c patch-ah In-Reply-To: <200101112143.QAA49876@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 X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, Garrett Wollman wrote: > < said: > > > I have also had occasions when fcvt() or dtoa() would allow simpler > > code than sprintf(). Wouldn't we be better off documenting our dtoa() > > and allowing other functions to access it? > > [efg]cvt() are required by SUSv2. The are included (under the XSI > extension) in draft 5 of POSIX.1-200x and marked LEGACY there, so they > won't be eligible for removal until 2006. We really should just bite > the bullet and implement these functions. Ick. They became obsolete more than 10 years ago when the first C standard specified printf() completely. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 16: 8:11 2001 Delivered-To: cvs-all@freebsd.org Received: from hergotha.lcs.mit.edu (hergotha.lcs.mit.edu [18.23.11.98]) by hub.freebsd.org (Postfix) with ESMTP id EF04F37B69D; Thu, 11 Jan 2001 16:07:49 -0800 (PST) Received: (from wollman@localhost) by hergotha.lcs.mit.edu (8.11.0/8.11.0) id f0C07ib14316; Thu, 11 Jan 2001 19:07:44 -0500 (EST) (envelope-from wollman) Date: Thu, 11 Jan 2001 19:07:44 -0500 (EST) From: Garrett Wollman Message-Id: <200101120007.f0C07ib14316@hergotha.lcs.mit.edu> To: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: mount_mfs "fix" for entropy hang Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Index: mkfs.c =================================================================== RCS file: /home/ncvs/src/sbin/newfs/mkfs.c,v retrieving revision 1.32 diff -u -r1.32 mkfs.c --- mkfs.c 2000/10/24 03:28:59 1.32 +++ mkfs.c 2001/01/12 00:05:59 @@ -192,7 +192,13 @@ #ifdef FSIRAND if (!randinit) { randinit = 1; - srandomdev(); + if (mfs) { + time_t t; + time(&t); + srandom(t); + } else { + srandomdev(); + } } #endif if (mfs) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 16:14:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC41D37B6A1; Thu, 11 Jan 2001 16:14:36 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C0EaY19506; Thu, 11 Jan 2001 16:14:36 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120014.f0C0EaY19506@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 16:14:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-stringy Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 16:14:36 PST Modified files: devel/p5-IO-stringy Makefile pkg-plist Log: Add @unexec rmdir. Submitted by: Ying-Chieh Liao (maintainer) PR: ports/24241 Revision Changes Path 1.13 +2 -4 ports/devel/p5-IO-stringy/Makefile 1.7 +1 -0 ports/devel/p5-IO-stringy/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 Jan 11 16:19:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D5EB37B6A1; Thu, 11 Jan 2001 16:19:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C0J9M19956; Thu, 11 Jan 2001 16:19:09 -0800 (PST) (envelope-from peter) Message-Id: <200101120019.f0C0J9M19956@freefall.freebsd.org> From: Peter Wemm Date: Thu, 11 Jan 2001 16:19:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr-summary.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/11 16:19:09 PST Modified files: en/cgi query-pr-summary.cgi Log: Do taint checking on command line args. I believe this is correct. Bill Fenner suggested a simpler fix, but this is my fault if it is broken. Reactivate -T Revision Changes Path 1.32 +12 -6 www/en/cgi/query-pr-summary.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 16:52:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FC1537B400; Thu, 11 Jan 2001 16:52:22 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C0qMU22812; Thu, 11 Jan 2001 16:52:22 -0800 (PST) (envelope-from max) Message-Id: <200101120052.f0C0qMU22812@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 11 Jan 2001 16:52:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailagent Makefile distinfo pkg-plist ports/mail/mailagent/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG max 2001/01/11 16:52:22 PST Modified files: mail/mailagent Makefile distinfo pkg-plist Removed files: mail/mailagent/files patch-aa Log: Upgrade to 3.0.70. Revision Changes Path 1.31 +2 -3 ports/mail/mailagent/Makefile 1.11 +1 -1 ports/mail/mailagent/distinfo 1.8 +5 -0 ports/mail/mailagent/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 Jan 11 17:31:50 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 72F1737B400; Thu, 11 Jan 2001 17:31:30 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0C1VK980630; Thu, 11 Jan 2001 17:31:20 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 17:31:20 -0800 (PST) From: Matt Dillon Message-Id: <200101120131.f0C1VK980630@earth.backplane.com> To: Warner Losh Cc: Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.ORG, Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <19283.979245383@winston.osd.bsdi.com> <200101112222.f0BMMNs75120@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :I'm still not sure why we can't do something like: : : date > /dev/random : cat /bin/ls > /dev/random : fsck : mount the file systems : read in the entropy file : :Eg, toss some bone to the random pool. Sure, it will be highly :preditable, but for the mount commands it doesn't matter. We fix :before anything interesting happens. : :Warner I like this idea better then 'fixing' mount_mfs. There is nothing preventing one from including a number of sources... still predictable, but not really by an outside attacker and quite reasonable for filesystem mounting. date dmesg ls -lua / df -i / Stick with 'safe' programs that reside in /bin and /sbin... those not dependant on kvm or system structure sizes. Then we don't have to worry about special casing any codebases in the tree. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 17:32:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E22737B401; Thu, 11 Jan 2001 17:32:06 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1W6e28103; Thu, 11 Jan 2001 17:32:06 -0800 (PST) (envelope-from fenner) Message-Id: <200101120132.f0C1W6e28103@freefall.freebsd.org> From: Bill Fenner Date: Thu, 11 Jan 2001 17:32:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcptrace Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/01/11 17:32:06 PST Modified files: net/tcptrace Makefile pkg-descr Log: Update distfile location. Revision Changes Path 1.13 +2 -2 ports/net/tcptrace/Makefile 1.4 +2 -0 ports/net/tcptrace/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 17:33:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46A9A37B402; Thu, 11 Jan 2001 17:32:55 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1Wtq28195; Thu, 11 Jan 2001 17:32:55 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120132.f0C1Wtq28195@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:32:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-SNMP Makefile distinfo ports/net/p5-SNMP/files patch-Makefile.PL patch-mib.t patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:32:55 PST Modified files: net/p5-SNMP Makefile distinfo Added files: net/p5-SNMP/files patch-Makefile.PL patch-mib.t Removed files: net/p5-SNMP/files patch-aa patch-ac Log: Unbreak and upgrade to 3.1.0. Use PERL_CONFIGURE and "make test" friendly. Revision Changes Path 1.13 +3 -7 ports/net/p5-SNMP/Makefile 1.5 +1 -1 ports/net/p5-SNMP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 17:48: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B74C837B401; Thu, 11 Jan 2001 17:47:44 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1li529340; Thu, 11 Jan 2001 17:47:44 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120147.f0C1li529340@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:47:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:47:44 PST Modified files: www/p5-Apache Makefile Log: Add dependencies on p5-URI and p5-HTML-Parser. Found by: bento Revision Changes Path 1.24 +5 -2 ports/www/p5-Apache/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 17:50:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DB3037B400; Thu, 11 Jan 2001 17:49:55 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1ntQ29620; Thu, 11 Jan 2001 17:49:55 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120149.f0C1ntQ29620@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:49:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-AuthenCache pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:49:55 PST Modified files: www/p5-Apache-AuthenCache pkg-plist Log: Add @unexec rmdir. Reported by: bento Revision Changes Path 1.2 +1 -0 ports/www/p5-Apache-AuthenCache/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 Jan 11 17:52:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ADE737B402; Thu, 11 Jan 2001 17:52:04 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1q4o29754; Thu, 11 Jan 2001 17:52:04 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120152.f0C1q4o29754@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:52:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-Bit-Vector pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:52:04 PST Modified files: math/p5-Bit-Vector pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/math/p5-Bit-Vector/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 Jan 11 17:53:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4391B37B401; Thu, 11 Jan 2001 17:53:03 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1r3r29823; Thu, 11 Jan 2001 17:53:03 -0800 (PST) (envelope-from jmz) Message-Id: <200101120153.f0C1r3r29823@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 11 Jan 2001 17:53:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mtools Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/11 17:53:03 PST Modified files: emulators/mtools Makefile pkg-plist Log: Add 2 extra files in plist; remove all @exec/@unexec lines and replace them by the list of files (pkg_* programs have no problem with symlinks) Revision Changes Path 1.36 +2 -2 ports/emulators/mtools/Makefile 1.16 +27 -49 ports/emulators/mtools/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 Jan 11 17:54:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7DBB37B401; Thu, 11 Jan 2001 17:54:26 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1sQT30000; Thu, 11 Jan 2001 17:54:26 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120154.f0C1sQT30000@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:54:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Algorithm-Diff pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:54:26 PST Modified files: devel/p5-Algorithm-Diff pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/devel/p5-Algorithm-Diff/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 Jan 11 17:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE98637B400; Thu, 11 Jan 2001 17:56:53 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1urZ30197; Thu, 11 Jan 2001 17:56:53 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120156.f0C1urZ30197@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:56:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-AI-NeuralNet-BackProp pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:56:53 PST Modified files: math/p5-AI-NeuralNet-BackProp pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.3 +2 -0 ports/math/p5-AI-NeuralNet-BackProp/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 Jan 11 17:58:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DAD337B400; Thu, 11 Jan 2001 17:58:18 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1wI030367; Thu, 11 Jan 2001 17:58:18 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120158.f0C1wI030367@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-AI-NeuralNet-Mesh pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:58:18 PST Modified files: math/p5-AI-NeuralNet-Mesh pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.3 +2 -0 ports/math/p5-AI-NeuralNet-Mesh/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 Jan 11 17:59:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9152437B404; Thu, 11 Jan 2001 17:59:28 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C1xSG30536; Thu, 11 Jan 2001 17:59:28 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120159.f0C1xSG30536@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 17:59:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-AI-Perceptron pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 17:59:28 PST Modified files: math/p5-AI-Perceptron pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.3 +2 -0 ports/math/p5-AI-Perceptron/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 Jan 11 18: 1:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1005E37B400; Thu, 11 Jan 2001 18:00:50 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C20oC30694; Thu, 11 Jan 2001 18:00:50 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120200.f0C20oC30694@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 18:00:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Algorithm-MDiff pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 18:00:49 PST Modified files: devel/p5-Algorithm-MDiff pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/devel/p5-Algorithm-MDiff/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 Jan 11 18: 3:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05E2237B401; Thu, 11 Jan 2001 18:02:49 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C22mA30848; Thu, 11 Jan 2001 18:02:48 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120202.f0C22mA30848@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 18:02:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Algorithm-MarkovChain pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 18:02:48 PST Modified files: devel/p5-Algorithm-MarkovChain pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/devel/p5-Algorithm-MarkovChain/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 Jan 11 18: 4:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03AE837B401; Thu, 11 Jan 2001 18:03:58 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C23v230945; Thu, 11 Jan 2001 18:03:57 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120203.f0C23v230945@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 18:03:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Algorithm-Permute pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 18:03:57 PST Modified files: devel/p5-Algorithm-Permute pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/devel/p5-Algorithm-Permute/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 Jan 11 18: 5:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF7B37B400; Thu, 11 Jan 2001 18:05:13 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C25Du31109; Thu, 11 Jan 2001 18:05:13 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120205.f0C25Du31109@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 18:05:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-AddHostPath pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 18:05:13 PST Modified files: www/p5-Apache-AddHostPath pkg-plist Log: Add 2 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +2 -0 ports/www/p5-Apache-AddHostPath/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 Jan 11 18: 7: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 563AB37B6A0; Thu, 11 Jan 2001 18:06:41 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C26fn33266; Thu, 11 Jan 2001 18:06:41 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101120206.f0C26fn33266@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 11 Jan 2001 18:06:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Archive pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/11 18:06:41 PST Modified files: www/p5-Apache-Archive pkg-plist Log: Add 3 "@unexec rmdir"s. Reported by: bento Revision Changes Path 1.2 +3 -0 ports/www/p5-Apache-Archive/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 Jan 11 18:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C02CD37B400; Thu, 11 Jan 2001 18:49:40 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C2neP36792; Thu, 11 Jan 2001 18:49:40 -0800 (PST) (envelope-from steve) Message-Id: <200101120249.f0C2neP36792@freefall.freebsd.org> From: Steve Price Date: Thu, 11 Jan 2001 18:49:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_pt.h scsi_sa.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/01/11 18:49:40 PST Modified files: sys/cam/scsi scsi_pt.h scsi_sa.h Log: Spell declarations correctly. Revision Changes Path 1.3 +2 -2 src/sys/cam/scsi/scsi_pt.h 1.9 +2 -2 src/sys/cam/scsi/scsi_sa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 18:51: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A7FA37B400; Thu, 11 Jan 2001 18:50:40 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C2oew36922; Thu, 11 Jan 2001 18:50:40 -0800 (PST) (envelope-from steve) Message-Id: <200101120250.f0C2oew36922@freefall.freebsd.org> From: Steve Price Date: Thu, 11 Jan 2001 18:50:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_pt.h scsi_sa.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2001/01/11 18:50:40 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_pt.h scsi_sa.h Log: MFC: spell declarations correctly. Revision Changes Path 1.2.2.1 +2 -2 src/sys/cam/scsi/scsi_pt.h 1.6.2.2 +2 -2 src/sys/cam/scsi/scsi_sa.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 19: 1:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5891137B402; Thu, 11 Jan 2001 19:01:32 -0800 (PST) Received: (from max@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C31W537566; Thu, 11 Jan 2001 19:01:32 -0800 (PST) (envelope-from max) Message-Id: <200101120301.f0C31W537566@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 11 Jan 2001 19:01:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kakasi Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG max 2001/01/11 19:01:32 PST Modified files: japanese/kakasi Makefile distinfo Log: Upgrade to 2.3.2. Revision Changes Path 1.21 +8 -3 ports/japanese/kakasi/Makefile 1.5 +1 -1 ports/japanese/kakasi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 19: 6:16 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 571A837B401; Thu, 11 Jan 2001 19:05:56 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0C35gs77450; Thu, 11 Jan 2001 20:05:42 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101120305.f0C35gs77450@harmony.village.org> To: Matt Dillon Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.ORG, Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Thu, 11 Jan 2001 17:31:20 PST." <200101120131.f0C1VK980630@earth.backplane.com> References: <200101120131.f0C1VK980630@earth.backplane.com> <19283.979245383@winston.osd.bsdi.com> <200101112222.f0BMMNs75120@harmony.village.org> Date: Thu, 11 Jan 2001 20:05:42 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101120131.f0C1VK980630@earth.backplane.com> Matt Dillon writes: : I like this idea better then 'fixing' mount_mfs. There is nothing : preventing one from including a number of sources... still predictable, : but not really by an outside attacker and quite reasonable for filesystem : mounting. Why bother? Is there something in the mount_* functions that need that randomness? Wouldn't extra sources just be wasted effort? I'd only use them when we can't locate a entroy file. Am I missing something? : Then we don't have to worry about special casing any codebases in the : tree. Exactly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 19:19:35 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 32CF337B400; Thu, 11 Jan 2001 19:19:13 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0C3J5w90928; Thu, 11 Jan 2001 19:19:05 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 19:19:05 -0800 (PST) From: Matt Dillon Message-Id: <200101120319.f0C3J5w90928@earth.backplane.com> To: Warner Losh Cc: Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.ORG, Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120131.f0C1VK980630@earth.backplane.com> <19283.979245383@winston.osd.bsdi.com> <200101112222.f0BMMNs75120@harmony.village.org> <200101120305.f0C35gs77450@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Why bother? Is there something in the mount_* functions that need :that randomness? Wouldn't extra sources just be wasted effort? I'd :only use them when we can't locate a entroy file. Am I missing :something? Hey, if it's easy... The only reason newfs needs random numbers is to initialize the filesystem id in the superblock and the file generation number in the inode. The file generation number is used as part of a file handle. It is both a security feature and a method which allows NFS to determine if the file handle supplied by a client is stale or not (refers to a file that was previously deleted rather then the file now occupying the inode). There is no security or reboot/consistency issue with MFS because MFS is transitory and not normally exported via NFS. So we don't need strong randomness when doing a mount_mfs. -Matt :: Then we don't have to worry about special casing any codebases in the :: tree. : :Exactly. : :Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 20:14:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F48537B400; Thu, 11 Jan 2001 20:14:37 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C4EbQ48409; Thu, 11 Jan 2001 20:14:37 -0800 (PST) (envelope-from knu) Message-Id: <200101120414.f0C4EbQ48409@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 20:14:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 20:14:37 PST Modified files: devel/cvsweb Makefile distinfo Log: Update to knu-cvsweb 1.104.1.63. 2001-01-12 08:42 knu * cvsweb.cgi, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Clean up URI parser. Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser. Requested by: Makoto MATSUSHITA Allow downloading a single port/pkgsrc in tarball by default. Revision Changes Path 1.47 +2 -2 ports/devel/cvsweb/Makefile 1.33 +1 -1 ports/devel/cvsweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 20:17:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4E9D37B402; Thu, 11 Jan 2001 20:17:16 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C4HG848710; Thu, 11 Jan 2001 20:17:16 -0800 (PST) (envelope-from knu) Message-Id: <200101120417.f0C4HG848710@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 20:17:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 20:17:16 PST www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work Log Message: Import knu-cvsweb 1.104.1.63. Status: Vendor Tag: KNU Release Tags: v1_104_1_63 C www/en/cgi/cvsweb.conf-freebsd C www/en/cgi/cvsweb.cgi C www/en/cgi/cvsweb.conf C www/en/cgi/cvsweb.conf-netbsd C www/en/cgi/cvsweb.conf-openbsd 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 20:26:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FD5F37B400; Thu, 11 Jan 2001 20:26:11 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C4QBp49702; Thu, 11 Jan 2001 20:26:11 -0800 (PST) (envelope-from knu) Message-Id: <200101120426.f0C4QBp49702@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 11 Jan 2001 20:26:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/11 20:26:11 PST Modified files: en/cgi cvsweb.cgi cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd Log: Merge from knu-cvsweb 1.104.1.63. 2001-01-12 08:42 knu * cvsweb.cgi, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Clean up URI parser. Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser. Requested by: Makoto MATSUSHITA Allow downloading a single port/pkgsrc in tarball by default. 2001-01-12 03:17 knu * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of `uname`. Submitted by: Christian Weisgerber 2001-01-11 11:00 knu * cvsweb.cgi, cvsweb.conf: Oops. 2001-01-11 10:52 knu * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar zcf - ..." to avoid tar(1)'s automatic padding of nulls to align with the block size, which is just garbage for a receiver. Noted by: Katsuyuki Komatsu Have $uname variable to hold the OS implementation name. Move %CMD's initialization part to the beginning of cvsweb.conf so it can use $uname and configure properly for the OS. Wrap FreeBSD or OpenBSD specific features in conditional blocks using $uname. Fix some open() calls in good manners. 2001-01-05 09:00 knu * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T paranoia) It's nothing to worry since cvsweb.cgi always invokes executables by full paths, though. Correct the error messages regarding $command_path. 2001-01-03 17:57 knu * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search. Search commands for itself and specify them by full paths. Revision Changes Path 1.67 +81 -66 www/en/cgi/cvsweb.cgi 1.15 +27 -12 www/en/cgi/cvsweb.conf 1.6 +11 -4 www/en/cgi/cvsweb.conf-freebsd 1.7 +11 -4 www/en/cgi/cvsweb.conf-netbsd 1.5 +11 -4 www/en/cgi/cvsweb.conf-openbsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 20:26:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 006E537B401; Thu, 11 Jan 2001 20:26:23 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C4QMN49749; Thu, 11 Jan 2001 20:26:22 -0800 (PST) (envelope-from green) Message-Id: <200101120426.f0C4QMN49749@freefall.freebsd.org> From: Brian Feldman Date: Thu, 11 Jan 2001 20:26:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-pam.c auth-pam.h auth2-skey.c cli.c cli.h dh.c dh.h rijndael.c rijndael.h LICENCE Makefile.inc RFC.nroff atomicio.c auth-krb4.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/11 20:26:22 PST Modified files: (Branch: RELENG_4) crypto/openssh LICENCE Makefile.inc RFC.nroff atomicio.c auth-krb4.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2.c authfd.c authfd.h authfile.c authfile.h canohost.c channels.c channels.h cipher.c cipher.h clientloop.c compat.c compat.h deattack.c dispatch.c dispatch.h kex.c kex.h log-client.c log-server.c log.c myproposal.h packet.c readconf.c readconf.h readpass.c rsa.c scp.1 scp.c servconf.c servconf.h serverloop.c session.c sftp-server.8 ssh-add.c ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh.h ssh2.h sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config util.c version.h crypto/openssh/lib Makefile crypto/openssh/sshd Makefile secure/lib/libssh Makefile secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile Added files: (Branch: RELENG_4) crypto/openssh auth-pam.c auth-pam.h auth2-skey.c cli.c cli.h dh.c dh.h rijndael.c rijndael.h Log: MFC: OpenSSH 2.3.0 Reviewed by: freefall Revision Changes Path 1.1.1.1.2.2 +1 -1 src/crypto/openssh/LICENCE 1.1.1.1.2.1 +2 -0 src/crypto/openssh/Makefile.inc 1.1.1.1.2.1 +1 -1 src/crypto/openssh/RFC.nroff 1.1.1.1.2.3 +1 -1 src/crypto/openssh/atomicio.c 1.2.2.3 +15 -3 src/crypto/openssh/auth-krb4.c 1.1.1.1.2.2 +28 -20 src/crypto/openssh/auth-options.c 1.1.1.1.2.2 +6 -0 src/crypto/openssh/auth-options.h 1.2.2.3 +3 -3 src/crypto/openssh/auth-passwd.c 1.1.1.1.2.3 +4 -4 src/crypto/openssh/auth-rh-rsa.c 1.1.1.1.2.3 +4 -1 src/crypto/openssh/auth-rhosts.c 1.2.2.3 +20 -6 src/crypto/openssh/auth-rsa.c 1.1.1.1.2.4 +3 -3 src/crypto/openssh/auth-skey.c 1.3.2.3 +2 -3 src/crypto/openssh/auth.c 1.1.1.1.2.3 +18 -4 src/crypto/openssh/auth.h 1.3.2.4 +146 -141 src/crypto/openssh/auth1.c 1.2.2.4 +321 -124 src/crypto/openssh/auth2.c 1.2.2.4 +17 -7 src/crypto/openssh/authfd.c 1.1.1.1.2.3 +8 -1 src/crypto/openssh/authfd.h 1.2.2.3 +23 -23 src/crypto/openssh/authfile.c 1.1.1.1.2.3 +4 -0 src/crypto/openssh/authfile.h 1.1.1.1.2.4 +3 -3 src/crypto/openssh/canohost.c 1.1.1.1.2.3 +69 -42 src/crypto/openssh/channels.c 1.1.1.1.2.3 +22 -17 src/crypto/openssh/channels.h 1.2.2.3 +408 -330 src/crypto/openssh/cipher.c 1.2.2.3 +68 -65 src/crypto/openssh/cipher.h 1.1.1.1.2.4 +16 -17 src/crypto/openssh/clientloop.c 1.1.1.1.2.3 +36 -14 src/crypto/openssh/compat.c 1.1.1.1.2.3 +2 -2 src/crypto/openssh/compat.h 1.1.1.1.2.2 +2 -2 src/crypto/openssh/deattack.c 1.1.1.1.2.3 +4 -4 src/crypto/openssh/dispatch.c 1.1.1.1.2.3 +3 -3 src/crypto/openssh/dispatch.h 1.1.1.2.2.3 +115 -54 src/crypto/openssh/kex.c 1.1.1.2.2.3 +26 -9 src/crypto/openssh/kex.h 1.1.1.1.2.3 +5 -3 src/crypto/openssh/log-client.c 1.1.1.1.2.3 +14 -4 src/crypto/openssh/log-server.c 1.1.1.1.2.2 +24 -3 src/crypto/openssh/log.c 1.1.1.2.2.3 +7 -3 src/crypto/openssh/myproposal.h 1.1.1.1.2.3 +33 -39 src/crypto/openssh/packet.c 1.4.2.4 +18 -4 src/crypto/openssh/readconf.c 1.2.2.3 +4 -2 src/crypto/openssh/readconf.h 1.1.1.1.2.3 +9 -73 src/crypto/openssh/readpass.c 1.1.1.1.2.5 +2 -2 src/crypto/openssh/rsa.c 1.1.1.1.2.3 +7 -2 src/crypto/openssh/scp.1 1.1.1.1.2.3 +79 -95 src/crypto/openssh/scp.c 1.3.2.6 +21 -4 src/crypto/openssh/servconf.c 1.3.2.3 +4 -2 src/crypto/openssh/servconf.h 1.1.1.1.2.3 +13 -9 src/crypto/openssh/serverloop.c 1.4.2.6 +87 -15 src/crypto/openssh/session.c 1.1.1.1.2.2 +10 -10 src/crypto/openssh/sftp-server.8 1.1.1.1.2.3 +3 -0 src/crypto/openssh/ssh-add.c 1.2.2.4 +15 -5 src/crypto/openssh/ssh-agent.c 1.1.1.1.2.3 +3 -2 src/crypto/openssh/ssh-keygen.1 1.1.1.1.2.3 +94 -11 src/crypto/openssh/ssh-keygen.c 1.4.2.6 +11 -7 src/crypto/openssh/ssh.1 1.4.2.4 +26 -25 src/crypto/openssh/ssh.c 1.6.2.4 +14 -13 src/crypto/openssh/ssh.h 1.1.1.2.2.3 +7 -1 src/crypto/openssh/ssh2.h 1.4.2.3 +16 -9 src/crypto/openssh/sshconnect.c 1.1.1.1.2.3 +2 -0 src/crypto/openssh/sshconnect.h 1.2.2.3 +5 -12 src/crypto/openssh/sshconnect1.c 1.1.1.2.2.3 +691 -187 src/crypto/openssh/sshconnect2.c 1.5.2.5 +20 -8 src/crypto/openssh/sshd.8 1.6.2.4 +223 -38 src/crypto/openssh/sshd.c 1.4.2.4 +8 -4 src/crypto/openssh/sshd_config 1.1.1.1.2.2 +5 -8 src/crypto/openssh/util.c 1.1.1.1.2.3 +3 -1 src/crypto/openssh/version.h 1.1.1.1.2.3 +2 -1 src/crypto/openssh/lib/Makefile 1.1.1.1.2.3 +2 -2 src/crypto/openssh/sshd/Makefile 1.2.2.3 +3 -2 src/secure/lib/libssh/Makefile 1.4.2.4 +2 -0 src/secure/usr.bin/ssh/Makefile 1.5.2.5 +6 -4 src/secure/usr.sbin/sshd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 21:34:59 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 4D86E37B400; Thu, 11 Jan 2001 21:34:38 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0C5YYH96390; Thu, 11 Jan 2001 21:34:34 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 21:34:34 -0800 (PST) From: Matt Dillon Message-Id: <200101120534.f0C5YYH96390@earth.backplane.com> To: Warner Losh , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.ORG, Doug Barton , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120131.f0C1VK980630@earth.backplane.com> <19283.979245383@winston.osd.bsdi.com> <200101112222.f0BMMNs75120@harmony.village.org> <200101120305.f0C35gs77450@harmony.village.org> <200101120319.f0C3J5w90928@earth.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, Doug... we have two good solutions here: Garrett's 5-line fix to mount_mfs or Warner's fix to /etc/rc. Even though I originally suggested the solution provided by Garrett's patch, I think IWarner's fix is better because it focuses the handling of the issue in one place (/etc/rc), and is easier to follow and understand conceptually. I would do the following: * Use Warner's fix, possibly adding 'dmesg' output in phase-1. * Change the crontab to something reasonable, like once every 30 minutes. Every 3 minutes is way too disruptive. Massive overkill. * Change the rc.conf variable to default to /var/db/entropy.data (or whatever filename, as long as it is in /var/db). That's it. I'm not entirely happy with having a cronjob at all, but I can live with a once-every-30-minutes exec and this could eventually be solved in other ways. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 22:45:42 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id D779C37B400; Thu, 11 Jan 2001 22:45:15 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0C6hvI12630; Fri, 12 Jan 2001 08:44:01 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101120644.f0C6hvI12630@gratis.grondar.za> To: Matt Dillon Cc: Warner Losh , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120534.f0C5YYH96390@earth.backplane.com> In-Reply-To: <200101120534.f0C5YYH96390@earth.backplane.com> ; from Matt Dillon "Thu, 11 Jan 2001 21:34:34 PST." Date: Fri, 12 Jan 2001 08:43:51 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I would do the following: > > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. It make more sense to make the random device nonblocking-at-boot than to do this. > * Change the crontab to something reasonable, like once every > 30 minutes. Every 3 minutes is way too disruptive. Massive > overkill. Read the Yarrow paper. Yarrow suggests an entropy dump _every_ reseed. Best let the user/admin tweek it as required. "crontab -e" is your friend. > * Change the rc.conf variable to default to /var/db/entropy.data > (or whatever filename, as long as it is in /var/db). 1st point + 3rd point == "hack upon a hack". The 1st hack is to negate the block-at boot which was specifically added for security reasons. The /var/db thing then becomes possible because the code to achive the mount is asking for cryptographic randomness. (which was killed by the the first hack). Do we really need cryptographic randomness to do a "fsck -y" and "mount -a"? If not, then that is the problem. Breaking the RNG with a couple of really silly rc hacks (instead of just taking away the block-at-boot) is not a bright suggestion. Remember that the block-at-boot is to prevent sshd from making crappy keys as well. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 22:46:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5846C37B402; Thu, 11 Jan 2001 22:46:05 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C6k5F69396; Thu, 11 Jan 2001 22:46:05 -0800 (PST) (envelope-from peter) Message-Id: <200101120646.f0C6k5F69396@freefall.freebsd.org> From: Peter Wemm Date: Thu, 11 Jan 2001 22:46:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squid22 Makefile ports/www/squid23 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/11 22:46:04 PST Modified files: www/squid22 Makefile www/squid23 Makefile Log: Pass the maintainership bit to adrian (who happens to be a squid committer) Revision Changes Path 1.66 +2 -2 ports/www/squid22/Makefile 1.74 +2 -2 ports/www/squid23/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 22:54:12 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 58E9637B400; Thu, 11 Jan 2001 22:53:47 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0C6qls78578; Thu, 11 Jan 2001 23:52:47 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101120652.f0C6qls78578@harmony.village.org> To: Mark Murray Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Matt Dillon , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 12 Jan 2001 08:43:51 +0200." <200101120644.f0C6hvI12630@gratis.grondar.za> References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> Date: Thu, 11 Jan 2001 23:52:47 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101120644.f0C6hvI12630@gratis.grondar.za> Mark Murray writes: : > I would do the following: : > : > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. : : It make more sense to make the random device nonblocking-at-boot than : to do this. Maybe we could make it non-blocking until the first write to /dev/random? This would solve the problems that we're seeing, as well as allowing sshd to have enough entropy to get good results. : > * Change the crontab to something reasonable, like once every : > 30 minutes. Every 3 minutes is way too disruptive. Massive : > overkill. : : Read the Yarrow paper. Yarrow suggests an entropy dump _every_ reseed. : Best let the user/admin tweek it as required. "crontab -e" is your : friend. Agreed. once a second would be too often for flash systems :-). : Do we really need cryptographic randomness to do a "fsck -y" and : "mount -a"? If not, then that is the problem. I don't think we do, so long as we can get good random numbers. I don't think we need them to meet the cryptographcially random. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:12: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 9BC7D37B404; Thu, 11 Jan 2001 23:11:12 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0C7B4Y97991; Thu, 11 Jan 2001 23:11:04 -0800 (PST) (envelope-from dillon) Date: Thu, 11 Jan 2001 23:11:04 -0800 (PST) From: Matt Dillon Message-Id: <200101120711.f0C7B4Y97991@earth.backplane.com> To: Warner Losh Cc: Mark Murray , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :In message <200101120644.f0C6hvI12630@gratis.grondar.za> Mark Murray writes: :: > I would do the following: :: > :: > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. :: :: It make more sense to make the random device nonblocking-at-boot than :: to do this. : :Maybe we could make it non-blocking until the first write to :/dev/random? This would solve the problems that we're seeing, as well :as allowing sshd to have enough entropy to get good results. : :: > * Change the crontab to something reasonable, like once every :: > 30 minutes. Every 3 minutes is way too disruptive. Massive :: > overkill. :: :: Read the Yarrow paper. Yarrow suggests an entropy dump _every_ reseed. :: Best let the user/admin tweek it as required. "crontab -e" is your :: friend. : :Agreed. once a second would be too often for flash systems :-). : :: Do we really need cryptographic randomness to do a "fsck -y" and :: "mount -a"? If not, then that is the problem. : :I don't think we do, so long as we can get good random numbers. I :don't think we need them to meet the cryptographcially random. : :Warner I think it's fairly obvious that we don't need cryptographic randomness for early boot stages. All I'm hearing is paranoia (not from Warner) and all I'm seeing are massive hacks being committed to the system for no reason at all. The system daemons that require cryptographic randomness don't start until much, much later in the boot sequence, long after the filesystems have been mounted. It makes no sense to construct massive hacks to make the random number generator cryptographically secure so early in the boot process. None at all. It makes even less sense to commit a cron job that runs every 3 *MINUTES*. I don't care how much or how little it does... it makes NO SENSE. How can anyone believe that that would fly in a release? It isn't even a good stopgap measure! What about laptops that power down their hard drives? How do suppose a 3 minute cron job will go over for those people? I don't really give a damn what Yarrow needs... if it requires a write to disk every second or every 3 minutes, we can't use it in a release and should pull the whole damn thing out. Now I see two perfectly good solutions here. I don't care which one you guys use but if something isn't done in reasonably short order I am going to start calling for the whole thing to be yanked... but the committer rules. This quest for 'perfect randomness' is creating too much of a disruption to -current. It is a totally unnecessary disruption and I am getting seriously sick and tired of seeing it on the lists. Those of you who are paranoid about security can edit the system defaults on your own systems. But the system defaults themselves have to be a whole lot more reasonable then what I've seen being committed to the tree. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:29:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A492337B400; Thu, 11 Jan 2001 23:28:47 -0800 (PST) Received: (from benno@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7Sle76219; Thu, 11 Jan 2001 23:28:47 -0800 (PST) (envelope-from benno) Message-Id: <200101120728.f0C7Sle76219@freefall.freebsd.org> From: Benno Rice Date: Thu, 11 Jan 2001 23:28:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/libkern adddi3.c anddi3.c ashldi3.c ashrdi3.c iordi3.c lshldi3.c lshrdi3.c muldi3.c negdi2.c notdi2.c subdi3.c xordi3.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG benno 2001/01/11 23:28:47 PST Modified files: sys/libkern adddi3.c anddi3.c ashldi3.c ashrdi3.c iordi3.c lshldi3.c lshrdi3.c muldi3.c negdi2.c notdi2.c subdi3.c xordi3.c Log: Convert all instances of: #include "quad.h" to: #include as the former breaks under a kernel build. This change had already been performed on the files that were used in other kernel builds, however the PowerPC kernel build seems to require some that weren't being used. Reviewed by: obrien, peter Revision Changes Path 1.6 +2 -2 src/sys/libkern/adddi3.c 1.6 +2 -2 src/sys/libkern/anddi3.c 1.6 +2 -2 src/sys/libkern/ashldi3.c 1.7 +2 -2 src/sys/libkern/ashrdi3.c 1.6 +2 -2 src/sys/libkern/iordi3.c 1.6 +2 -2 src/sys/libkern/lshldi3.c 1.6 +2 -2 src/sys/libkern/lshrdi3.c 1.7 +2 -2 src/sys/libkern/muldi3.c 1.6 +2 -2 src/sys/libkern/negdi2.c 1.6 +2 -2 src/sys/libkern/notdi2.c 1.6 +2 -2 src/sys/libkern/subdi3.c 1.6 +2 -2 src/sys/libkern/xordi3.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:46:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 444DF37B401; Thu, 11 Jan 2001 23:46:29 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7kSZ78074; Thu, 11 Jan 2001 23:46:28 -0800 (PST) (envelope-from bmilekic) Message-Id: <200101120746.f0C7kSZ78074@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 11 Jan 2001 23:46:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/01/11 23:46:28 PST Modified files: sys/i386/i386 machdep.c Log: Remove useless include of sys/mbuf.h (no longer useful since the mbuf subsystem init was moved to a better place). Revision Changes Path 1.428 +1 -2 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 Thu Jan 11 23:48:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 685F637B400; Thu, 11 Jan 2001 23:47:54 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7ls078342; Thu, 11 Jan 2001 23:47:54 -0800 (PST) (envelope-from bmilekic) Message-Id: <200101120747.f0C7ls078342@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 11 Jan 2001 23:47:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/01/11 23:47:54 PST Modified files: sys/netinet in.h Log: Prototype inet_ntoa_r and thereby silence a warning from GCC. The function is prototyped immediately under inet_ntoa, which is also from libkern. Revision Changes Path 1.51 +2 -1 src/sys/netinet/in.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:48:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E25A37B401; Thu, 11 Jan 2001 23:47:55 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7ltx78363; Thu, 11 Jan 2001 23:47:55 -0800 (PST) (envelope-from jake) Message-Id: <200101120747.f0C7ltx78363@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 11 Jan 2001 23:47:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include globaldata.h src/sys/i386/i386 genassym.c src/sys/i386/include globaldata.h src/sys/ia64/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/11 23:47:54 PST Modified files: sys/alpha/include globaldata.h sys/i386/i386 genassym.c sys/i386/include globaldata.h sys/ia64/include globaldata.h Log: Remove unused per-cpu variables inside_intr and ss_eflags. Revision Changes Path 1.4 +1 -2 src/sys/alpha/include/globaldata.h 1.98 +1 -3 src/sys/i386/i386/genassym.c 1.18 +1 -3 src/sys/i386/include/globaldata.h 1.3 +1 -2 src/sys/ia64/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:49:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5163637B401; Thu, 11 Jan 2001 23:49:30 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7nUi78522; Thu, 11 Jan 2001 23:49:30 -0800 (PST) (envelope-from bmilekic) Message-Id: <200101120749.f0C7nUi78522@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 11 Jan 2001 23:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/01/11 23:49:30 PST Modified files: sys/i386/pci pci_cfgreg.c Log: Remove declaration of airq variable from outer block. There were two declarations of a variable of the same name. The one in the outer block was unused and probably just slipped in at one point or another. This silences a compiler warning. Revision Changes Path 1.73 +2 -2 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 11 23:51:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D631437B400; Thu, 11 Jan 2001 23:50:49 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C7onN78800; Thu, 11 Jan 2001 23:50:49 -0800 (PST) (envelope-from asmodai) Message-Id: <200101120750.f0C7onN78800@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 11 Jan 2001 23:50:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell pkg-plist.af pkg-plist.da Makefile pkg-plist.dk pkg-plist.za ports/textproc/ispell/files AF.patch DA.patch DK.patch ZA.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/11 23:50:49 PST Modified files: textproc/ispell Makefile Added files: textproc/ispell pkg-plist.af pkg-plist.da textproc/ispell/files AF.patch DA.patch Removed files: textproc/ispell pkg-plist.dk pkg-plist.za textproc/ispell/files DK.patch ZA.patch Log: Apply iso639 to the variable names I introduced the last few days. Afrikaans is now ISPELL_AF, and Danish is ISPELL_DA, as per iso639. [pointed out by markm] Also bumped the PORTREVISION belatedly due to introducing three new languages. Revision Changes Path 1.50 +25 -24 ports/textproc/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 0:24:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A36CA37B400; Fri, 12 Jan 2001 00:24:26 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C8OQq84115; Fri, 12 Jan 2001 00:24:26 -0800 (PST) (envelope-from jake) Message-Id: <200101120824.f0C8OQq84115@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 12 Jan 2001 00:24:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/12 00:24:26 PST Modified files: sys/i386/i386 mp_machdep.c Log: Change return ??? to return -1 in some #if 0'ed code. Revision Changes Path 1.134 +3 -3 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 0:30:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0F2637B402; Fri, 12 Jan 2001 00:30:11 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C8UBx84756; Fri, 12 Jan 2001 00:30:11 -0800 (PST) (envelope-from ru) Message-Id: <200101120830.f0C8UBx84756@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 00:30:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/db/man btree.3 dbopen.3 hash.3 mpool.3 recno.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 00:30:11 PST Modified files: (Branch: RELENG_4) lib/libc/db/man btree.3 dbopen.3 hash.3 mpool.3 recno.3 Log: MFC: man(7) -> mdoc(7). Revision Changes Path 1.3.2.1 +156 -118 src/lib/libc/db/man/btree.3 1.3.2.1 +318 -256 src/lib/libc/db/man/dbopen.3 1.4.2.1 +124 -93 src/lib/libc/db/man/hash.3 1.5.2.1 +131 -113 src/lib/libc/db/man/mpool.3 1.4.2.1 +121 -106 src/lib/libc/db/man/recno.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 0:47:24 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 04CE037B400; Fri, 12 Jan 2001 00:47:01 -0800 (PST) Received: from FreeBSD.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA17575; Fri, 12 Jan 2001 00:46:37 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A5EC46D.A912BC6F@FreeBSD.org> Date: Fri, 12 Jan 2001 00:46:37 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: Warner Losh , Mark Murray , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > I think it's fairly obvious that we don't need cryptographic > randomness for early boot stages. Since no one seems to actually be reading my posts, let me reiterate something. /etc/rc does the following in the early stages right now: 1. rc.diskless 2. source the /*/rc.conf* files 3. try seeding from /entropy - This would be replaced by Warner's suggestion. 4. ccdconfig 5. vinum start 6. fsck 7. mount root RW (exit if this fails) 8. umount -a 9. mount -a -t nonfs In case I haven't made it clear yet, I would really love to do away with the "gross hacks" that make 3. work, and postpone reading in the "real" entropy seeding till we get past 9. Up till we actually had offers of help today, IT WAS NOT POSSIBLE TO MOUNT -A RELIABLY BECAUSE /DEV/RANDOM WOULD BLOCK. Hopefully that will be the last time I have to say it. Now, are you sure that ccdconfig, vinum, fsck, and mount* (other than nfs) will work with a "weak" amount of randomness? In a previous post today I asked this question and got no response. I welcome any help to get the thing whipped into a shape that we will be proud to ship. But until that happens can we seriously try and remember that this is -current? > All I'm hearing is paranoia (not > from Warner) and all I'm seeing are massive hacks being committed to > the system for no reason at all. The system daemons that require > cryptographic randomness don't start until much, much later in the > boot sequence, long after the filesystems have been mounted. It makes > no sense to construct massive hacks to make the random number generator > cryptographically secure so early in the boot process. You know, your arguments would go across a lot easier without the vitriol. You have been a great help to me in the past Matt, and I don't get my feathers ruffled easily; but you would be well served to at least give us credit for what we're actually trying to accomplish, misguided or not. > It makes even less sense to commit a cron job that runs every > 3 *MINUTES*. I don't care how much or how little it does... it makes > NO SENSE. Apparently it makes sense to Schneier. For the initial commit Mark just gave me something approximating the recommended values. I ran with the stuff for a couple days and never even noticed it. I did start to think however that the 8 seeds would probably really only be useful at boot time, so it might make more sense to run it every 3 minutes for an hour after boot, then every N minutes thereafter. However, I needed to do some research on our new(ish) ability to schedule cron jobs for @boot, or whatever the hell it is. > How can anyone believe that that would fly in a release? How can anyone not pay attention to the first 427 messages saying that our yarrow implementation is still under development and will be much more polished way before 5.0-Release happens? > Now I see two perfectly good solutions here. As stated, Warner's suggestion is a good one, presuming that Mark is satisfied regarding being able to provide sufficient entropy to kickstart yarrow, AND that we're sure none of the things listed above in 4-9 need strong randomness to work. Assuming that all of that is true, moving the reading of /var/db/entropy/* to right after the mount -a is the logical next step. This should (better) put an end to the complaints. As long as it's not needed, I don't think that special casing mfs in mount is really a good idea, personally, but as I've said several times today I'm not a fs expert. Finally, for those who have offered words of encouragement and/or actual help in dealing with the issues involved in making this work, please accept my thanks. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 0:49:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BE3D37B400; Fri, 12 Jan 2001 00:48:55 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C8mta86407; Fri, 12 Jan 2001 00:48:55 -0800 (PST) (envelope-from hm) Message-Id: <200101120848.f0C8mta86407@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 12 Jan 2001 00:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/12 00:48:54 PST Modified files: sys/i4b/driver i4b_ispppsubr.c Log: Fix a bug overwriting random data when Van Jacobsen header compression was used with the isp/isppp driver. Submitted by: Sergio de Souza Prallon Revision Changes Path 1.6 +22 -12 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1: 8:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E75B37B400; Fri, 12 Jan 2001 01:08:19 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C98Jv90551; Fri, 12 Jan 2001 01:08:19 -0800 (PST) (envelope-from hm) Message-Id: <200101120908.f0C98Jv90551@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 12 Jan 2001 01:08:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man ihfc.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/12 01:08:18 PST Modified files: usr.sbin/i4b/man ihfc.4 Log: Small clarification from the driver author Submitted by: Hans Petter Selasky Revision Changes Path 1.4 +9 -7 src/usr.sbin/i4b/man/ihfc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1: 9:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB8D537B404; Fri, 12 Jan 2001 01:09:00 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C990f90647; Fri, 12 Jan 2001 01:09:00 -0800 (PST) (envelope-from hm) Message-Id: <200101120909.f0C990f90647@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 12 Jan 2001 01:09:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man itjc.4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/12 01:09:00 PST Modified files: usr.sbin/i4b/man Makefile Added files: usr.sbin/i4b/man itjc.4 Log: Add manual page for the new itjc ISDN hardware driver Revision Changes Path 1.4 +2 -2 src/usr.sbin/i4b/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1:34:48 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 5389837B404; Fri, 12 Jan 2001 01:34:25 -0800 (PST) Received: from FreeBSD.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA17777; Fri, 12 Jan 2001 01:33:55 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A5ECF83.581924C8@FreeBSD.org> Date: Fri, 12 Jan 2001 01:33:55 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon , Warner Losh , Mark Murray , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> <3A5EC46D.A912BC6F@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > IT WAS NOT POSSIBLE TO MOUNT -A RELIABLY BECAUSE /DEV/RANDOM > WOULD BLOCK. It was pointed out to me that I was not sufficiently clear on this point. It was possible that the user had the NOBLOCKRANDOM kernel config option enabled, but we couldn't rely on that. I won't reiterate the rest of the reasons why reading randomness on boot as early as possible is considered desirable. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1:43:54 2001 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 4C8A537B402; Fri, 12 Jan 2001 01:43:32 -0800 (PST) Received: from dragon.nuxi.com (Ipitythefoolthattrustsident@trang.nuxi.com [209.152.133.57]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA47524; Fri, 12 Jan 2001 01:43:31 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0C9hUh83528; Fri, 12 Jan 2001 01:43:30 -0800 (PST) (envelope-from obrien) Date: Fri, 12 Jan 2001 01:43:29 -0800 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Message-ID: <20010112014329.A83220@dragon.nuxi.com> Reply-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> <3A5EC46D.A912BC6F@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A5EC46D.A912BC6F@FreeBSD.org>; from DougB@FreeBSD.org on Fri, Jan 12, 2001 at 12:46:37AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 12, 2001 at 12:46:37AM -0800, Doug Barton wrote: > Apparently it makes sense to Schneier. We cannot take Schneier's word and thoughts as gold. He obviously hasn't implimented Yarrow in a real life operating system, as there are a lot of implimentation details he didn't deal with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1:52: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04FD737B69B; Fri, 12 Jan 2001 01:51:46 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0C9pjV94806; Fri, 12 Jan 2001 01:51:45 -0800 (PST) (envelope-from ru) Message-Id: <200101120951.f0C9pjV94806@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 01:51:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net hesiod.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 01:51:45 PST Modified files: lib/libc/net hesiod.3 Log: man(7) -> mdoc(7). Revision Changes Path 1.2 +101 -78 src/lib/libc/net/hesiod.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 1:53:48 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id B62C337B402; Fri, 12 Jan 2001 01:53:20 -0800 (PST) Received: from FreeBSD.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA17872; Fri, 12 Jan 2001 01:52:55 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A5ED3F7.D7993677@FreeBSD.org> Date: Fri, 12 Jan 2001 01:52:55 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon , Warner Losh , Mark Murray , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> <3A5EC46D.A912BC6F@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG One more followup. Doug Barton wrote: > /etc/rc does the following in the early stages right now: > > 1. rc.diskless > 2. source the /*/rc.conf* files > 3. try seeding from /entropy > - This would be replaced by Warner's suggestion. > 4. ccdconfig > 5. vinum start > 6. fsck > 7. mount root RW (exit if this fails) > 8. umount -a > 9. mount -a -t nonfs > As stated, Warner's suggestion is a good one, presuming ... > that we're sure none of the things listed above in > 4-9 need strong randomness to work. I just talked to Greg, and to the best of his knowledge vinum does not need strong randomness to work. I'd still like to get a hi sign from anyone who is knowledgeable about ccdconfig, fsck, mount and umount. By the way, y'all may think I'm being overly cautious about this, but I found out the hard way that vi needs randomness to run when I was doing the previous rc.shutdown version of entropy seed files, so before we make what I consider a much more dramatic change I'd just as soon have some kind of reassurance that it's "safe." Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:14:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B223E37B6A2; Fri, 12 Jan 2001 02:13:59 -0800 (PST) Received: (from ps@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CADxK99276; Fri, 12 Jan 2001 02:13:59 -0800 (PST) (envelope-from ps) Message-Id: <200101121013.f0CADxK99276@freefall.freebsd.org> From: Paul Saab Date: Fri, 12 Jan 2001 02:13:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2001/01/12 02:13:59 PST Modified files: (Branch: RELENG_4) etc pam.conf Log: MFC: [rev 1.9] Update for OpenSSH 2.3.0. Forgotten by: green Revision Changes Path 1.6.2.3 +7 -1 src/etc/pam.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:17:20 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D6F8A37B400; Fri, 12 Jan 2001 02:16:51 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0CAFP107883; Fri, 12 Jan 2001 12:15:26 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0CAEk405365; Fri, 12 Jan 2001 12:14:46 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A5ED913.6B09A21F@FreeBSD.org> Date: Fri, 12 Jan 2001 12:14:43 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Matt Dillon Cc: Warner Losh , Mark Murray , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > : > :In message <200101120644.f0C6hvI12630@gratis.grondar.za> Mark Murray writes: > :: > I would do the following: > :: > > :: > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. > :: > :: It make more sense to make the random device nonblocking-at-boot than > :: to do this. > : > :Maybe we could make it non-blocking until the first write to > :/dev/random? This would solve the problems that we're seeing, as well > :as allowing sshd to have enough entropy to get good results. I like this idea, but perhaps it would be nice to have more fine-grained control over when /dev/random is blocking and when not. Why not to add sysctl to switch between blocking/non-blocking behaviour (defaulting to non-blocking), so our startup scripts would be able to switch /dev/random to be secure at the point when it's safe to do (all f/s mounted) much like it copes with kern.securelevel. Additionaly it would solve the problem that you are not able to use almost anything in single-user mode (less, vi, ee etc) w/o feeding /dev/random by hand first. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:19:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8631537B404; Fri, 12 Jan 2001 02:19:21 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CAJLE99843; Fri, 12 Jan 2001 02:19:21 -0800 (PST) (envelope-from ru) Message-Id: <200101121019.f0CAJLE99843@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 02:19:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man ihfc.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 02:19:21 PST Modified files: usr.sbin/i4b/man ihfc.4 Log: Fixed mdoc(7) errors introduced in the previous revision. Revision Changes Path 1.5 +16 -11 src/usr.sbin/i4b/man/ihfc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:22:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A39E37B402; Fri, 12 Jan 2001 02:21:51 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CALpP00146; Fri, 12 Jan 2001 02:21:51 -0800 (PST) (envelope-from ru) Message-Id: <200101121021.f0CALpP00146@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 02:21:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man itjc.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 02:21:51 PST Modified files: usr.sbin/i4b/man itjc.4 Log: Minor mdoc(7) formatting fixes: Removed extraneous .Pp calls and blank lines (mdocNG does not like them). Revision Changes Path 1.2 +2 -6 src/usr.sbin/i4b/man/itjc.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:35:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id E58D037B400; Fri, 12 Jan 2001 02:35:33 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0CAZXQ75649; Fri, 12 Jan 2001 02:35:33 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101121035.f0CAZXQ75649@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf In-Reply-To: <200101121013.f0CADxK99276@freefall.freebsd.org> Date: Fri, 12 Jan 2001 02:35:33 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Saab wrote: > ps 2001/01/12 02:13:59 PST > > Modified files: (Branch: RELENG_4) > etc pam.conf > Log: > MFC: [rev 1.9] Update for OpenSSH 2.3.0. Since this needs special attention, at the very least this should be flagged in UPDATING for RELENG_4. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:42: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 5A48C37B404; Fri, 12 Jan 2001 02:41:45 -0800 (PST) Received: from localhost (drqh0x@localhost [127.0.0.1]) by green.dyndns.org (8.11.1/8.11.1) with ESMTP id f0CAff234631; Fri, 12 Jan 2001 05:41:43 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200101121041.f0CAff234631@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc pam.conf In-Reply-To: Message from Paul Saab of "Fri, 12 Jan 2001 02:13:59 PST." <200101121013.f0CADxK99276@freefall.freebsd.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Jan 2001 05:41:40 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Saab wrote: > ps 2001/01/12 02:13:59 PST > > Modified files: (Branch: RELENG_4) > etc pam.conf > Log: > MFC: [rev 1.9] Update for OpenSSH 2.3.0. > > Forgotten by: green Argh, I forgot about that because I didn't test running the sshd itself. Thank you. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 2:52:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8255B37B400; Fri, 12 Jan 2001 02:52:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CAq1W03753; Fri, 12 Jan 2001 02:52:01 -0800 (PST) (envelope-from obrien) Message-Id: <200101121052.f0CAq1W03753@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Jan 2001 02:52:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/tea-total Makefile distinfo pkg-plist ports/security/tea-total/files patch-arch.h patch-config.inc patch-heap.c patch-huffman.c patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/12 02:52:01 PST Modified files: security/tea-total Makefile distinfo pkg-plist security/tea-total/files patch-Makefile Added files: security/tea-total/files patch-arch.h patch-config.inc patch-heap.c patch-huffman.c Log: Update to version 0.4. Revision Changes Path 1.2 +4 -4 ports/security/tea-total/Makefile 1.2 +1 -1 ports/security/tea-total/distinfo 1.2 +3 -1 ports/security/tea-total/pkg-plist 1.2 +26 -10 ports/security/tea-total/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 3:31:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A8A37B400; Fri, 12 Jan 2001 03:31:33 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CBVWu09910; Fri, 12 Jan 2001 03:31:32 -0800 (PST) (envelope-from phk) Message-Id: <200101121131.f0CBVWu09910@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 12 Jan 2001 03:31:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts doFS.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/12 03:31:32 PST Modified files: (Branch: RELENG_4) release/scripts doFS.sh Log: Make it possible to run the doFS.sh from -stable on a -current system. This script does some nasty DIY things with mknod, it really shouldn't have to. Revision Changes Path 1.24.2.2 +12 -2 src/release/scripts/doFS.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 3:36:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E748C37B402; Fri, 12 Jan 2001 03:36:13 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CBaDn10226; Fri, 12 Jan 2001 03:36:13 -0800 (PST) (envelope-from sobomax) Message-Id: <200101121136.f0CBaDn10226@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 03:36:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create pl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 03:36:13 PST Modified files: usr.sbin/pkg_install/create pl.c Log: Fix a bug where pkg_create does not make an md5 entry for the last item in the packing list. Also use switch() instead of zillion "else if ()" and for() loop instead of while() loop for traversing through linked list. MFC candidate. Submitted by: Alec Wolman Revision Changes Path 1.15 +17 -12 src/usr.sbin/pkg_install/create/pl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 4:40:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38BDA37B402; Fri, 12 Jan 2001 04:40:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CCeTd29181; Fri, 12 Jan 2001 04:40:29 -0800 (PST) (envelope-from phk) Message-Id: <200101121240.f0CCeTd29181@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 12 Jan 2001 04:40:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dmesg dmesg.8 dmesg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/12 04:40:29 PST Modified files: (Branch: RELENG_4) sbin/dmesg dmesg.8 dmesg.c Log: MFC: -a option to dmesg(8) to show entire buffer. Revision Changes Path 1.5.2.2 +7 -2 src/sbin/dmesg/dmesg.8 1.11.2.1 +21 -6 src/sbin/dmesg/dmesg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 5:35:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DCB637B400; Fri, 12 Jan 2001 05:35:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CDZIG39895; Fri, 12 Jan 2001 05:35:18 -0800 (PST) (envelope-from ru) Message-Id: <200101121335.f0CDZIG39895@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 05:35:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regex.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 05:35:18 PST Modified files: lib/libc/regex regex.3 Log: man(7) -> mdoc(7). Revision Changes Path 1.6 +434 -267 src/lib/libc/regex/regex.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 5:39: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E49D637B400; Fri, 12 Jan 2001 05:38:46 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CDckB40628; Fri, 12 Jan 2001 05:38:46 -0800 (PST) (envelope-from kato) Message-Id: <200101121338.f0CDckB40628@freefall.freebsd.org> From: KATO Takenori Date: Fri, 12 Jan 2001 05:38:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2001/01/12 05:38:46 PST Modified files: sys/conf files.pc98 Log: Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346. Revision Changes Path 1.180 +13 -6 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 5:40: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E26AB37B400; Fri, 12 Jan 2001 05:39:50 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CDdou40858; Fri, 12 Jan 2001 05:39:50 -0800 (PST) (envelope-from kato) Message-Id: <200101121339.f0CDdou40858@freefall.freebsd.org> From: KATO Takenori Date: Fri, 12 Jan 2001 05:39:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2001/01/12 05:39:50 PST Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428. Revision Changes Path 1.195 +9 -9 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 Jan 12 5:43:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 042A037B400; Fri, 12 Jan 2001 05:42:54 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CDgrq41299; Fri, 12 Jan 2001 05:42:53 -0800 (PST) (envelope-from kato) Message-Id: <200101121342.f0CDgrq41299@freefall.freebsd.org> From: KATO Takenori Date: Fri, 12 Jan 2001 05:42:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2001/01/12 05:42:53 PST Modified files: sys/pc98/pc98 npx.c Log: Merged from sys/i386/isa/npx.c revision 1.87. Revision Changes Path 1.63 +18 -18 src/sys/pc98/pc98/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 6:20:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 957BA37B402; Fri, 12 Jan 2001 06:20:34 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CEKYX51116; Fri, 12 Jan 2001 06:20:34 -0800 (PST) (envelope-from sobomax) Message-Id: <200101121420.f0CEKYX51116@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 06:20:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/wmakerconf Makefile ports/x11-wm/wmakerconf/files patch-data_WMWmakerconf patch-data_WMWmakerconf.gettext X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 06:20:34 PST Modified files: x11-wm/wmakerconf Makefile Added files: x11-wm/wmakerconf/files patch-data_WMWmakerconf patch-data_WMWmakerconf.gettext Log: Fix several hardcoded paths. This should improve port's behaviour, so bump PORTREVISION. Revision Changes Path 1.23 +6 -1 ports/x11-wm/wmakerconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 6:22: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9948F37B401; Fri, 12 Jan 2001 06:21:39 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CELdM51191; Fri, 12 Jan 2001 06:21:39 -0800 (PST) (envelope-from sobomax) Message-Id: <200101121421.f0CELdM51191@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 06:21:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eazel-themes Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 06:21:39 PST Modified files: x11-toolkits/eazel-themes Makefile distinfo pkg-plist Log: Update to 0.0.10112. Revision Changes Path 1.6 +5 -5 ports/x11-toolkits/eazel-themes/Makefile 1.6 +1 -1 ports/x11-toolkits/eazel-themes/distinfo 1.6 +89 -79 ports/x11-toolkits/eazel-themes/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 Jan 12 6:58: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00CCB37B401; Fri, 12 Jan 2001 06:57:41 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CEveA31349; Fri, 12 Jan 2001 06:57:40 -0800 (PST) (envelope-from alex) Message-Id: <200101121457.f0CEveA31349@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 06:57:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/44bsd-more/files patch-tags.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 06:57:40 PST Modified files: misc/44bsd-more/files patch-tags.c Log: Don't include the Rcs-id line from the to-be-patched file in the patch, since $FreeBSD$ is expanded and the patch fails. Submitted by: bento Revision Changes Path 1.2 +3 -13 ports/misc/44bsd-more/files/patch-tags.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7: 8:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C7037B401; Fri, 12 Jan 2001 07:08:09 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CF89R35937; Fri, 12 Jan 2001 07:08:09 -0800 (PST) (envelope-from sobomax) Message-Id: <200101121508.f0CF89R35937@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 07:08:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/moleskine Makefile ports/editors/moleskine/files patch-Moleskine_MoleskineApp.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 07:08:09 PST Modified files: editors/moleskine Makefile Added files: editors/moleskine/files patch-Moleskine_MoleskineApp.py Log: Reduce default/minumal window size from 830x670 to 630x470. Revision Changes Path 1.2 +2 -1 ports/editors/moleskine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:11:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9742837B401; Fri, 12 Jan 2001 07:10:54 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFAst36264; Fri, 12 Jan 2001 07:10:54 -0800 (PST) (envelope-from alex) Message-Id: <200101121510.f0CFAst36264@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 07:10:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/c-nocem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 07:10:54 PST Modified files: news/c-nocem Makefile Log: This port needs PGP. Add GnuPG as dependency. Submitted by: bento Revision Changes Path 1.5 +3 -2 ports/news/c-nocem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:14:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 979D937B400; Fri, 12 Jan 2001 07:14:30 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFEUr36806; Fri, 12 Jan 2001 07:14:30 -0800 (PST) (envelope-from ru) Message-Id: <200101121514.f0CFEUr36806@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 07:14:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 07:14:30 PST Modified files: contrib/groff/tmac tmac.doc Log: Make .Ft and .Vt macros accept punctuation characters as arguments, make .Vt usable outside the SYNOPSIS section. Obtained from: mdocNG (not yet submitted for inclusion) Revision Changes Path 1.13 +60 -39 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:20:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF8CB37B401; Fri, 12 Jan 2001 07:20:26 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFKQ038008; Fri, 12 Jan 2001 07:20:26 -0800 (PST) (envelope-from ru) Message-Id: <200101121520.f0CFKQ038008@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 07:20:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-syms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 07:20:26 PST Modified files: contrib/groff/tmac doc-syms Log: Reduce diffs (mostly whitespace) to mdocNG. Obtained from: mdocNG through NetBSD Revision Changes Path 1.34 +17 -17 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:28: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86E2937B404; Fri, 12 Jan 2001 07:27:41 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFRf840537; Fri, 12 Jan 2001 07:27:41 -0800 (PST) (envelope-from ru) Message-Id: <200101121527.f0CFRf840537@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 07:27:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-syms tmac.doc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 07:27:40 PST Modified files: (Branch: RELENG_4) contrib/groff/tmac doc-syms tmac.doc Log: Synch with -CURRENT. Revision Changes Path 1.24.2.6 +18 -17 src/contrib/groff/tmac/doc-syms 1.4.2.4 +78 -57 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:32:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15AB737B400; Fri, 12 Jan 2001 07:32:29 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFWT641357; Fri, 12 Jan 2001 07:32:29 -0800 (PST) (envelope-from alex) Message-Id: <200101121532.f0CFWT641357@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 07:32:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 07:32:28 PST Modified files: net/icb Makefile Log: Port needs TCL. Submitted by: bento Revision Changes Path 1.9 +3 -1 ports/net/icb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:39:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB8A637B400; Fri, 12 Jan 2001 07:38:49 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFcnc42593; Fri, 12 Jan 2001 07:38:49 -0800 (PST) (envelope-from alex) Message-Id: <200101121538.f0CFcnc42593@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 07:38:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/liblug Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 07:38:49 PST Modified files: graphics/liblug Makefile Log: Port depends on tiff.4 Submitted by: bento Revision Changes Path 1.2 +3 -3 ports/graphics/liblug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:40:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C61137B400; Fri, 12 Jan 2001 07:40:21 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFeL842935; Fri, 12 Jan 2001 07:40:21 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121540.f0CFeL842935@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 07:40:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-martel Makefile ports/textproc/py-martel/files patch-Generate.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 07:40:21 PST Modified files: textproc/py-martel Makefile Removed files: textproc/py-martel/files patch-Generate.py Log: files/patch-Generate is no longer needed PR: 24274 Submitted by: MAINTAINER Revision Changes Path 1.8 +2 -1 ports/textproc/py-martel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:41:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6702437B400; Fri, 12 Jan 2001 07:41:19 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFfJL43190; Fri, 12 Jan 2001 07:41:19 -0800 (PST) (envelope-from ru) Message-Id: <200101121541.f0CFfJL43190@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 07:41:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regex.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 07:41:19 PST Modified files: (Branch: RELENG_4) lib/libc/regex regex.3 Log: MFC: man(7) -> mdoc(7). Revision Changes Path 1.4.2.2 +434 -267 src/lib/libc/regex/regex.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:46:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D2EE37B402; Fri, 12 Jan 2001 07:46:03 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFk3A44085; Fri, 12 Jan 2001 07:46:03 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121546.f0CFk3A44085@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 07:46:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/lfview Makefile distinfo ports/graphics/lfview/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 07:46:03 PST Modified files: graphics/lfview Makefile distinfo graphics/lfview/files patch-aa Log: Upgrade to 1.1a PR: 24209 Submitted by: TAKAHASHI Kaoru Approved by: MAINTAINER Revision Changes Path 1.8 +2 -2 ports/graphics/lfview/Makefile 1.4 +1 -1 ports/graphics/lfview/distinfo 1.2 +3 -8 ports/graphics/lfview/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:47:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42E3337B404; Fri, 12 Jan 2001 07:46:57 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFkvX44442; Fri, 12 Jan 2001 07:46:57 -0800 (PST) (envelope-from ru) Message-Id: <200101121546.f0CFkvX44442@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 07:46:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog dialog.3 src/lib/libc/gen exec.3 psignal.3 src/lib/libc/net gethostbyname.3 src/lib/libc/stdlib getopt.3 getsubopt.3 src/lib/libc/stdtime ctime.3 src/lib/libc/string strerror.3 src/share/man/man3 end.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 07:46:57 PST Modified files: gnu/lib/libdialog dialog.3 lib/libc/gen exec.3 psignal.3 lib/libc/net gethostbyname.3 lib/libc/stdlib getopt.3 getsubopt.3 lib/libc/stdtime ctime.3 lib/libc/string strerror.3 share/man/man3 end.3 share/man/man9 at_exit.9 at_fork.9 bios.9 swi.9 Log: mdoc(7) police: Ft/Vt now accept punctuation-type arguments. Revision Changes Path 1.15 +5 -5 src/gnu/lib/libdialog/dialog.3 1.12 +2 -2 src/lib/libc/gen/exec.3 1.13 +3 -3 src/lib/libc/gen/psignal.3 1.16 +2 -2 src/lib/libc/net/gethostbyname.3 1.17 +6 -6 src/lib/libc/stdlib/getopt.3 1.8 +2 -2 src/lib/libc/stdlib/getsubopt.3 1.13 +2 -2 src/lib/libc/stdtime/ctime.3 1.9 +3 -3 src/lib/libc/string/strerror.3 1.7 +4 -4 src/share/man/man3/end.3 1.13 +2 -2 src/share/man/man9/at_exit.9 1.12 +3 -2 src/share/man/man9/at_fork.9 1.7 +4 -4 src/share/man/man9/bios.9 1.4 +6 -6 src/share/man/man9/swi.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:49:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DF437B404; Fri, 12 Jan 2001 07:49:21 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFnLs44891; Fri, 12 Jan 2001 07:49:21 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121549.f0CFnLs44891@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 07:49:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms-crossfade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 07:49:20 PST Modified files: audio/xmms-crossfade Makefile distinfo Log: Update to 0.2.3 PR: 24224 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/audio/xmms-crossfade/Makefile 1.2 +1 -1 ports/audio/xmms-crossfade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:56:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B21A837B404; Fri, 12 Jan 2001 07:56:32 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFuW146065; Fri, 12 Jan 2001 07:56:32 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121556.f0CFuW146065@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 07:56:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qvplay Makefile distinfo pkg-descr pkg-plist ports/graphics/qvplay/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 07:56:32 PST Modified files: graphics/qvplay Makefile distinfo pkg-descr pkg-plist graphics/qvplay/files patch-aa Log: Update to 0.95 PR: 24203 Submitted by: Ports Fury Revision Changes Path 1.8 +14 -15 ports/graphics/qvplay/Makefile 1.3 +1 -1 ports/graphics/qvplay/distinfo 1.2 +2 -0 ports/graphics/qvplay/pkg-descr 1.2 +4 -4 ports/graphics/qvplay/pkg-plist 1.2 +19 -8 ports/graphics/qvplay/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 7:59:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F99337B404; Fri, 12 Jan 2001 07:58:57 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CFwve46446; Fri, 12 Jan 2001 07:58:57 -0800 (PST) (envelope-from alex) Message-Id: <200101121558.f0CFwve46446@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 07:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 07:58:56 PST Modified files: net/centericq Makefile Log: This port needs libicq. Found while debugging a (non-reproduceable) error from bento's logs. Revision Changes Path 1.11 +3 -1 ports/net/centericq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8: 1: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C366437B404; Fri, 12 Jan 2001 08:00:38 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CG0cH46888; Fri, 12 Jan 2001 08:00:38 -0800 (PST) (envelope-from alex) Message-Id: <200101121600.f0CG0cH46888@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 08:00:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/orville-write/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 08:00:38 PST Added files: misc/orville-write/files patch-Makefile.in Log: $(INSTALL) already includes the -o/-g flags. Use them correctly and _not_ an empty $(groupid) variable the Makefile uses. Submitted by: bento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8: 1:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E5C237B6A1; Fri, 12 Jan 2001 08:01:29 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CG1TF47179; Fri, 12 Jan 2001 08:01:29 -0800 (PST) (envelope-from alex) Message-Id: <200101121601.f0CG1TF47179@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 08:01:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sablotron Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 08:01:29 PST Modified files: textproc/sablotron Makefile Log: libiconv is at version 2 now. Submitted by: bento Revision Changes Path 1.2 +2 -2 ports/textproc/sablotron/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8: 3:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FD4D37B69E; Fri, 12 Jan 2001 08:02:51 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CG2pc47703; Fri, 12 Jan 2001 08:02:51 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121602.f0CG2pc47703@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 08:02:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/amcl Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 08:02:50 PST Modified files: net/amcl Makefile distinfo pkg-descr pkg-plist Log: Update to 0.7.5 PR: 24204 Submitted by: Ports Fury Revision Changes Path 1.6 +8 -8 ports/net/amcl/Makefile 1.2 +1 -1 ports/net/amcl/distinfo 1.2 +1 -1 ports/net/amcl/pkg-descr 1.2 +4 -0 ports/net/amcl/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 Jan 12 8: 3:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A09B37B6A1; Fri, 12 Jan 2001 08:02:58 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CG2w647811; Fri, 12 Jan 2001 08:02:58 -0800 (PST) (envelope-from ru) Message-Id: <200101121602.f0CG2w647811@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 08:02:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 at_exit.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 08:02:58 PST Modified files: share/man/man9 at_exit.9 Log: Oops, the previous did not work with current mdoc(7). Revision Changes Path 1.14 +2 -2 src/share/man/man9/at_exit.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8:16:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C854837B401; Fri, 12 Jan 2001 08:16:02 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CGG2C53868; Fri, 12 Jan 2001 08:16:02 -0800 (PST) (envelope-from ru) Message-Id: <200101121616.f0CGG2C53868@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 08:16:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libdialog dialog.3 src/lib/libc/gen exec.3 psignal.3 src/lib/libc/net gethostbyname.3 src/lib/libc/stdlib getopt.3 getsubopt.3 src/lib/libc/stdtime ctime.3 src/lib/libc/string strerror.3 src/share/man/man3 end.3 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 08:16:02 PST Modified files: (Branch: RELENG_4) gnu/lib/libdialog dialog.3 lib/libc/gen exec.3 psignal.3 lib/libc/net gethostbyname.3 lib/libc/stdlib getopt.3 getsubopt.3 lib/libc/stdtime ctime.3 lib/libc/string strerror.3 share/man/man3 end.3 share/man/man9 at_exit.9 at_fork.9 bios.9 Log: MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments. Revision Changes Path 1.12.2.3 +5 -5 src/gnu/lib/libdialog/dialog.3 1.7.2.2 +5 -5 src/lib/libc/gen/exec.3 1.10.2.2 +4 -4 src/lib/libc/gen/psignal.3 1.12.2.2 +2 -2 src/lib/libc/net/gethostbyname.3 1.11.2.5 +7 -7 src/lib/libc/stdlib/getopt.3 1.5.2.3 +2 -2 src/lib/libc/stdlib/getsubopt.3 1.11.2.2 +2 -2 src/lib/libc/stdtime/ctime.3 1.7.2.2 +3 -3 src/lib/libc/string/strerror.3 1.3.2.3 +4 -4 src/share/man/man3/end.3 1.10.2.3 +2 -2 src/share/man/man9/at_exit.9 1.9.2.2 +4 -2 src/share/man/man9/at_fork.9 1.4.2.3 +4 -4 src/share/man/man9/bios.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8:36:41 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4FF0A37B400; Fri, 12 Jan 2001 08:36:18 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0CGaBs81266; Fri, 12 Jan 2001 09:36:15 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101121636.f0CGaBs81266@harmony.village.org> To: Doug Barton Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh Cc: Matt Dillon , Mark Murray , Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 12 Jan 2001 00:46:37 PST." <3A5EC46D.A912BC6F@FreeBSD.org> References: <3A5EC46D.A912BC6F@FreeBSD.org> <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> Date: Fri, 12 Jan 2001 09:36:11 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A5EC46D.A912BC6F@FreeBSD.org> Doug Barton writes: : Since no one seems to actually be reading my posts, let me reiterate : something. /etc/rc does the following in the early stages right now: I read your posts. Please do not characterize things otherwise. : In case I haven't made it clear yet, I would really love to do away with : the "gross hacks" that make 3. work, and postpone reading in the "real" : entropy seeding till we get past 9. Up till we actually had offers of : help today, IT WAS NOT POSSIBLE TO MOUNT -A RELIABLY BECAUSE /DEV/RANDOM : WOULD BLOCK. Unless we were to modify /dev/random to not block until the first write to it. We're all aware of this. : Hopefully that will be the last time I have to say it. Now, : are you sure that ccdconfig, vinum, fsck, and mount* (other than nfs) : will work with a "weak" amount of randomness? We've answered this. They need good random numbers, but not cryptographically secure random numbers. : Apparently it makes sense to Schneier. For the initial commit Mark just : gave me something approximating the recommended values. I ran with the : stuff for a couple days and never even noticed it. I did start to think : however that the 8 seeds would probably really only be useful at boot : time, so it might make more sense to run it every 3 minutes for an hour : after boot, then every N minutes thereafter. However, I needed to do : some research on our new(ish) ability to schedule cron jobs for @boot, : or whatever the hell it is. Anything that runs once every three minutes is going to be strong resisted. Lots of people aren't going to like it. : As stated, Warner's suggestion is a good one, presuming that Mark is : satisfied regarding being able to provide sufficient entropy to : kickstart yarrow, AND that we're sure none of the things listed above in : 4-9 need strong randomness to work. I'm still wainting to hear back from Mark on the non-blocking idea. In the mean time, I would like to say that I appreciate your efforts, even if they aren't exactly what I'd do. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8:43:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EACEF37B69C; Fri, 12 Jan 2001 08:43:18 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CGhIa58580; Fri, 12 Jan 2001 08:43:18 -0800 (PST) (envelope-from kevlo) Message-Id: <200101121643.f0CGhIa58580@freefall.freebsd.org> From: Kevin Lo Date: Fri, 12 Jan 2001 08:43:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/web2ldap Makefile distinfo pkg-comment pkg-plist ports/www/web2ldap/files patch-ag patch-aa patch-ab patch-ac patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/12 08:43:18 PST Modified files: www/web2ldap Makefile distinfo pkg-comment pkg-plist www/web2ldap/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Added files: www/web2ldap/files patch-ag Log: Update to 0.8.1. BTW, I fixed pkg-plist. PR: 24260 Submitted by: MAINTAINER Revision Changes Path 1.7 +5 -4 ports/www/web2ldap/Makefile 1.4 +1 -1 ports/www/web2ldap/distinfo 1.2 +1 -1 ports/www/web2ldap/pkg-comment 1.3 +64 -6 ports/www/web2ldap/pkg-plist 1.2 +85 -31 ports/www/web2ldap/files/patch-aa 1.2 +61 -85 ports/www/web2ldap/files/patch-ab 1.2 +14 -8 ports/www/web2ldap/files/patch-ac 1.2 +37 -27 ports/www/web2ldap/files/patch-ad 1.2 +8 -14 ports/www/web2ldap/files/patch-ae 1.2 +26 -21 ports/www/web2ldap/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 8:54:17 2001 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 5414037B69F; Fri, 12 Jan 2001 08:53:45 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA58236; Fri, 12 Jan 2001 11:53:44 -0500 (EST) (envelope-from wollman) Date: Fri, 12 Jan 2001 11:53:44 -0500 (EST) From: Garrett Wollman Message-Id: <200101121653.LAA58236@khavrinen.lcs.mit.edu> To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Randomness and vi In-Reply-To: <3A5ED3F7.D7993677@FreeBSD.org> References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> <200101120711.f0C7B4Y97991@earth.backplane.com> <3A5EC46D.A912BC6F@FreeBSD.org> <3A5ED3F7.D7993677@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > found out the hard way that vi needs randomness to run when I was doing vi doesn't need randomness to run. However, some overzealous coder may have changed it to waste good randomness when all it needs to do is feed its PRNG. I have seen several instances of this (not naming names) but did not think to protest. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 9: 0:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA2637B400; Fri, 12 Jan 2001 09:00:05 -0800 (PST) Received: (from reg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CH05K60480; Fri, 12 Jan 2001 09:00:05 -0800 (PST) (envelope-from reg) Message-Id: <200101121700.f0CH05K60480@freefall.freebsd.org> From: Jeremy Lea Date: Fri, 12 Jan 2001 09:00:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG reg 2001/01/12 09:00:04 PST Modified files: www/mozilla Makefile distinfo pkg-plist Removed files: www/mozilla/files patch-am Log: Update to 0.7, bumping port epoch to 1, since the version number went backwards. This may still not work on 4-stable, but see -hackers, <200101110441.f0B4fe008116@wartch.sapros.com> for the reason. Also, I've not yet managed to look into getting the PSM code to build, but I'm updating this now, before more people send patches. Submitted by: reg, sobomax, Yoichi ASAI Revision Changes Path 1.54 +4 -4 ports/www/mozilla/Makefile 1.30 +1 -1 ports/www/mozilla/distinfo 1.31 +203 -82 ports/www/mozilla/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 Jan 12 9:15:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58BF537B402; Fri, 12 Jan 2001 09:15:15 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CHFF865182; Fri, 12 Jan 2001 09:15:15 -0800 (PST) (envelope-from alex) Message-Id: <200101121715.f0CHFF865182@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 09:15:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/sis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 09:15:14 PST Modified files: cad/sis Makefile Log: Use the correct path in the $(TAR) command Submitted by: bento Revision Changes Path 1.11 +2 -2 ports/cad/sis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 9:18:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65D8D37B401; Fri, 12 Jan 2001 09:18:03 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CHI3M65436; Fri, 12 Jan 2001 09:18:03 -0800 (PST) (envelope-from obrien) Message-Id: <200101121718.f0CHI3M65436@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 12 Jan 2001 09:18:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/bzip2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/01/12 09:18:03 PST Modified files: archivers/bzip2 Makefile Log: Get rid of -b option to fetch. Revision Changes Path 1.32 +1 -3 ports/archivers/bzip2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 9:22:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CB5437B400; Fri, 12 Jan 2001 09:22:03 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CHM3k66066; Fri, 12 Jan 2001 09:22:03 -0800 (PST) (envelope-from sobomax) Message-Id: <200101121722.f0CHM3k66066@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 09:22:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 09:22:02 PST Modified files: www/mozilla-embedded Makefile pkg-plist Log: Update to 0.7. Revision Changes Path 1.5 +5 -1 ports/www/mozilla-embedded/Makefile 1.5 +285 -24 ports/www/mozilla-embedded/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 Jan 12 10: 1:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0C2637B400; Fri, 12 Jan 2001 10:01:18 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CI1I371874; Fri, 12 Jan 2001 10:01:18 -0800 (PST) (envelope-from ru) Message-Id: <200101121801.f0CI1I371874@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 10:01:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skey.1 skey.access.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 10:01:18 PST Modified files: lib/libskey skey.1 skey.access.5 Log: man(7) -> mdoc(7). Revision Changes Path 1.5 +79 -51 src/lib/libskey/skey.1 1.6 +171 -89 src/lib/libskey/skey.access.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10: 7:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9B3737B69E; Fri, 12 Jan 2001 10:06:50 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CI6oK74641; Fri, 12 Jan 2001 10:06:50 -0800 (PST) (envelope-from ru) Message-Id: <200101121806.f0CI6oK74641@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 12 Jan 2001 10:06:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skey.1 skey.access.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/12 10:06:50 PST Modified files: (Branch: RELENG_4) lib/libskey skey.1 skey.access.5 Log: MFC: man(7) -> mdoc(7). Revision Changes Path 1.4.2.1 +79 -51 src/lib/libskey/skey.1 1.5.2.1 +171 -89 src/lib/libskey/skey.access.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:24:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30FBF37B698; Fri, 12 Jan 2001 10:23:53 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CINrC75912; Fri, 12 Jan 2001 10:23:53 -0800 (PST) (envelope-from alex) Message-Id: <200101121823.f0CINrC75912@freefall.freebsd.org> From: Alexander Langer Date: Fri, 12 Jan 2001 10:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile ports/ftp/downloader/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/12 10:23:53 PST Modified files: ftp/downloader Makefile ftp/downloader/files patch-aa Log: Make this port actually COMPILE! *sigh* Revision Changes Path 1.22 +2 -2 ports/ftp/downloader/Makefile 1.15 +17 -2 ports/ftp/downloader/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:24:46 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 96DB137B6A3; Fri, 12 Jan 2001 10:24:16 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0CINoI14484; Fri, 12 Jan 2001 20:23:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101121823.f0CINoI14484@gratis.grondar.za> To: Warner Losh Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101121636.f0CGaBs81266@harmony.village.org> In-Reply-To: <200101121636.f0CGaBs81266@harmony.village.org> ; from Warner Losh "Fri, 12 Jan 2001 09:36:11 MST." Date: Fri, 12 Jan 2001 20:23:50 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm still wainting to hear back from Mark on the non-blocking idea. Erm, I am in between you and the Security-Officer on this one. The Block-till-reseeded idea was strongly supported by him. I am now in centre-stage, and I need a concensus here. I don't mind what it is (although I am firmly inclined towards security). The rc-hackage will become a non-issue once the random-device auto-reseeds at boot, and that is somewhat dependant on the current state on preemptive-ithreads (which are waiting in the wings IIUC). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:27: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 3555D37B69B; Fri, 12 Jan 2001 10:26:36 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0CIQHI14502; Fri, 12 Jan 2001 20:26:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101121826.f0CIQHI14502@gratis.grondar.za> To: Garrett Wollman Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Randomness and vi References: <200101121653.LAA58236@khavrinen.lcs.mit.edu> In-Reply-To: <200101121653.LAA58236@khavrinen.lcs.mit.edu> ; from Garrett Wollman "Fri, 12 Jan 2001 11:53:44 EST." Date: Fri, 12 Jan 2001 20:26:17 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > < said: > > > found out the hard way that vi needs randomness to run when I was doing > > vi doesn't need randomness to run. However, some overzealous coder > may have changed it to waste good randomness when all it needs to do > is feed its PRNG. I have seen several instances of this (not naming > names) but did not think to protest. Hmm. The whole usr.games area is well infected with srandomdev. IMO, srandom(time ^ pid) is sufficient. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:29:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68FCC37B69C; Fri, 12 Jan 2001 10:29:08 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CIT8G76252; Fri, 12 Jan 2001 10:29:08 -0800 (PST) (envelope-from andreas) Message-Id: <200101121829.f0CIT8G76252@freefall.freebsd.org> From: Andreas Klemm Date: Fri, 12 Jan 2001 10:29:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files zebractl.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/12 10:29:08 PST Modified files: net/zebra Makefile net/zebra/files zebractl.sh Log: - in usage message mention restart option, which is actually: zebractl stop zebractl start - new functionality (visible) for people -> PORTREVISION Revision Changes Path 1.45 +2 -1 ports/net/zebra/Makefile 1.2 +2 -2 ports/net/zebra/files/zebractl.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:37:54 2001 Delivered-To: cvs-all@freebsd.org Received: from front7m.grolier.fr (front7m.grolier.fr [195.36.216.57]) by hub.freebsd.org (Postfix) with ESMTP id DE11637B402; Fri, 12 Jan 2001 10:37:28 -0800 (PST) Received: from nas1-106.cgy.club-internet.fr (nas1-106.cgy.club-internet.fr [195.36.197.106]) by front7m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id TAA28732; Fri, 12 Jan 2001 19:37:24 +0100 (MET) Date: Fri, 12 Jan 2001 18:36:52 +0100 (CET) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= X-Sender: groudier@linux.local To: John Baldwin Cc: Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001, John Baldwin wrote: > When the kernel becomes pre-emptive (a pre-emptive kernel is already stab= le on > UP) the locking rules for most per-cpu variables will change (with the > exception of curproc, curpcb, and things tied to the current thread of > execution). You will no longer be able to cache and use per-cpu variable= s > unless you hold a spin lock to prevent yourself from being pre-empted, si= nce > otherwise there is nothing to prevent an interrupt coming in and pre-empt= ing > your CPU and you end up running on some other CPU later. We want people = to know > that they are messing with a per-cpu variable that needs special treatmen= t. I missed the effect of migrating a thread/process to another CPU. Thanks for fixing me. Indeed programmer must be aware about coherency when accessing these variables. G=E9rard. PS: Using ugly macros may well discourage from accessing these variables when it is not actually needed, and, in some way, it can be considered as a good point. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:47:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95D6937B400; Fri, 12 Jan 2001 10:47:04 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CIl4D77458; Fri, 12 Jan 2001 10:47:04 -0800 (PST) (envelope-from keith) Message-Id: <200101121847.f0CIl4D77458@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Fri, 12 Jan 2001 10:47:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/logtool Makefile distinfo pkg-plist ports/sysutils/logtool/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/01/12 10:47:04 PST Modified files: sysutils/logtool Makefile distinfo pkg-plist sysutils/logtool/files patch-aa patch-ab Removed files: sysutils/logtool/files patch-ac Log: Update to 1.0.2 and install documents. PR: ports/24205 Submitted by: Ying-Chieh Liao (MAINTAINER) Revision Changes Path 1.2 +15 -2 ports/sysutils/logtool/Makefile 1.2 +1 -1 ports/sysutils/logtool/distinfo 1.2 +7 -0 ports/sysutils/logtool/pkg-plist 1.2 +14 -10 ports/sysutils/logtool/files/patch-aa 1.2 +4 -4 ports/sysutils/logtool/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 10:49:25 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D551D37B402; Fri, 12 Jan 2001 10:48:55 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0CImeb18581; Fri, 12 Jan 2001 20:48:41 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0CIZ3r23239; Fri, 12 Jan 2001 20:35:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A5F4E50.B8FC5A97@FreeBSD.org> Date: Fri, 12 Jan 2001 20:34:56 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Mark Murray Cc: Garrett Wollman , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Randomness and vi References: <200101121653.LAA58236@khavrinen.lcs.mit.edu> <200101121826.f0CIQHI14502@gratis.grondar.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > < said: > > > > > found out the hard way that vi needs randomness to run when I was doing > > > > vi doesn't need randomness to run. However, some overzealous coder > > may have changed it to waste good randomness when all it needs to do > > is feed its PRNG. I have seen several instances of this (not naming > > names) but did not think to protest. > > Hmm. The whole usr.games area is well infected with srandomdev. IMO, > srandom(time ^ pid) is sufficient. I suspect that in fact vi relies upon mkstemp, which IMHO by definition should use secure RNG. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 11: 7:38 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 297E237B401; Fri, 12 Jan 2001 11:07:13 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0CJ77I14665; Fri, 12 Jan 2001 21:07:09 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101121907.f0CJ77I14665@gratis.grondar.za> To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Randomness and vi References: <3A5F4E50.B8FC5A97@FreeBSD.org> In-Reply-To: <3A5F4E50.B8FC5A97@FreeBSD.org> ; from Maxim Sobolev "Fri, 12 Jan 2001 20:34:56 +0200." Date: Fri, 12 Jan 2001 21:07:06 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I suspect that in fact vi relies upon mkstemp, which IMHO by definition should > use secure RNG. mkstemp. Hmm. I have an idea. Watch this space. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 11:17:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6E3337B401; Fri, 12 Jan 2001 11:17:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CJHJq85326; Fri, 12 Jan 2001 11:17:19 -0800 (PST) (envelope-from phk) Message-Id: <200101121917.f0CJHJq85326@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 12 Jan 2001 11:17:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree Makefile compare.c create.c excludes.c mtree.8 mtree.c verify.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/12 11:17:19 PST Modified files: (Branch: RELENG_4) usr.sbin/mtree Makefile compare.c create.c excludes.c mtree.8 mtree.c verify.c Log: MFC: bring mtree up to current level. Revision Changes Path 1.15.2.3 +4 -3 src/usr.sbin/mtree/Makefile 1.15.2.3 +40 -42 src/usr.sbin/mtree/compare.c 1.18.2.3 +8 -6 src/usr.sbin/mtree/create.c 1.1.2.4 +2 -2 src/usr.sbin/mtree/excludes.c 1.16.2.6 +58 -32 src/usr.sbin/mtree/mtree.8 1.8.2.2 +16 -5 src/usr.sbin/mtree/mtree.c 1.10.2.2 +33 -9 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 Fri Jan 12 11:18:56 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id A782337B401; Fri, 12 Jan 2001 11:18:30 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0CJICq10379; Fri, 12 Jan 2001 11:18:12 -0800 (PST) (envelope-from dillon) Date: Fri, 12 Jan 2001 11:18:12 -0800 (PST) From: Matt Dillon Message-Id: <200101121918.f0CJICq10379@earth.backplane.com> To: Mark Murray Cc: Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Randomness and vi References: <3A5F4E50.B8FC5A97@FreeBSD.org> <200101121907.f0CJ77I14665@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> I suspect that in fact vi relies upon mkstemp, which IMHO by definition should :> use secure RNG. : :mkstemp. Hmm. : :I have an idea. Watch this space. : :M :-- :Mark Murray :Warning: this .sig is umop ap!sdn I don't think we really care when we are in single-user mode (i.e. booting). Warner's pre-seeding idea would handle this case just fine, as would the non-blocking idea. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 11:33:52 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 6079A37B401; Fri, 12 Jan 2001 11:33:26 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14H9wx-0003pK-00; Fri, 12 Jan 2001 21:33:23 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id VAA19027; Fri, 12 Jan 2001 21:33:22 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 19021; Fri Jan 12 21:33:15 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14H9wo-0001EX-00; Fri, 12 Jan 2001 21:33:14 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/groff/tmac tmac.doc In-reply-to: Your message of "Fri, 12 Jan 2001 07:14:30 PST." <200101121514.f0CFEUr36806@freefall.freebsd.org> Date: Fri, 12 Jan 2001 21:33:14 +0200 Message-ID: <4744.979327994@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Jan 2001 07:14:30 PST, Ruslan Ermilov wrote: > Modified files: > contrib/groff/tmac tmac.doc > Log: > Make .Ft and .Vt macros accept punctuation characters as > arguments, make .Vt usable outside the SYNOPSIS section. Does this mean that we finally have a mark-up type for variable types? if so, can I remove the "Fortran only" comment in mdoc(7)? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12: 0: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF97D37B401; Fri, 12 Jan 2001 11:59:40 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CJxeP89607; Fri, 12 Jan 2001 11:59:40 -0800 (PST) (envelope-from ade) Message-Id: <200101121959.f0CJxeP89607@freefall.freebsd.org> From: Ade Lovett Date: Fri, 12 Jan 2001 11:59:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus Makefile distinfo pkg-plist ports/x11-fm/nautilus/files patch-ai patch-aj patch-ak patch-al patch-aa patch-ac patch-ad patch-ag patch-ae patch-af patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/12 11:59:39 PST Modified files: x11-fm/nautilus Makefile distinfo pkg-plist x11-fm/nautilus/files patch-aa patch-ac patch-ad patch-ag Added files: x11-fm/nautilus/files patch-ai patch-aj patch-ak patch-al Removed files: x11-fm/nautilus/files patch-ae patch-af patch-ah Log: Long-awaited update to 0.5 -- goes "bang" fairly quickly, spewing corefiles all over the place. If some enterprising hacker wants to figure out why, patches are more than welcome, both to me and the nautilus developers. Revision Changes Path 1.9 +7 -6 ports/x11-fm/nautilus/Makefile 1.2 +1 -1 ports/x11-fm/nautilus/distinfo 1.2 +299 -37 ports/x11-fm/nautilus/pkg-plist 1.2 +35 -79 ports/x11-fm/nautilus/files/patch-aa 1.2 +69 -142 ports/x11-fm/nautilus/files/patch-ac 1.2 +25 -24 ports/x11-fm/nautilus/files/patch-ad 1.2 +6 -10 ports/x11-fm/nautilus/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:16: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 86BAC37B401; Fri, 12 Jan 2001 12:15:34 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA24794; Fri, 12 Jan 2001 12:15:33 -0800 (PST) (envelope-from DougB@gorean.org) Date: Fri, 12 Jan 2001 12:15:33 -0800 (PST) From: Doug Barton X-X-Sender: To: Maxim Sobolev Cc: Mark Murray , Garrett Wollman , , Subject: Re: Randomness and vi In-Reply-To: <3A5F4E50.B8FC5A97@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Jan 2001, Maxim Sobolev wrote: > Mark Murray wrote: > > > > < said: > > > > > > > found out the hard way that vi needs randomness to run when I was doing > > > > > > vi doesn't need randomness to run. > I suspect that in fact vi relies upon mkstemp, which IMHO by definition should > use secure RNG. We have a winner. :) Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:16:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92F1D37B402; Fri, 12 Jan 2001 12:16:19 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CKGJo94175; Fri, 12 Jan 2001 12:16:19 -0800 (PST) (envelope-from sobomax) Message-Id: <200101122016.f0CKGJo94175@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 12:16:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cscope Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 12:16:19 PST Modified files: devel/cscope Makefile Log: Use MASTER_SITE_SOURCEFORGE. PR: 24280 Submitted by: PF Revision Changes Path 1.13 +3 -3 ports/devel/cscope/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:24:17 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 8F66037B400; Fri, 12 Jan 2001 12:23:49 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0CKNSb19949; Fri, 12 Jan 2001 22:23:30 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0CKNLr23813; Fri, 12 Jan 2001 22:23:21 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A5F67B2.C9A597C3@FreeBSD.org> Date: Fri, 12 Jan 2001 22:23:14 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Doug Barton Cc: Mark Murray , Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Randomness and vi References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > On Fri, 12 Jan 2001, Maxim Sobolev wrote: > > > Mark Murray wrote: > > > > > > < said: > > > > > > > > > found out the hard way that vi needs randomness to run when I was doing > > > > > > > > vi doesn't need randomness to run. > > > I suspect that in fact vi relies upon mkstemp, which IMHO by definition should > > use secure RNG. > > We have a winner. :) Where I can get my prize? 8-) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:29:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B08C337B400; Fri, 12 Jan 2001 12:29:10 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CKTAl95540; Fri, 12 Jan 2001 12:29:10 -0800 (PST) (envelope-from sobomax) Message-Id: <200101122029.f0CKTAl95540@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 12 Jan 2001 12:29:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wdm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/12 12:29:10 PST Modified files: x11/wdm Makefile Log: - Fix breakage under new location where WINGs headers are installed (after Window Maker 0.63.1) PR: 24289 Submitted by: Ports Fury Revision Changes Path 1.40 +5 -3 ports/x11/wdm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:39: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B70E37B401; Fri, 12 Jan 2001 12:38:38 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CKccR97573; Fri, 12 Jan 2001 12:38:38 -0800 (PST) (envelope-from demon) Message-Id: <200101122038.f0CKccR97573@freefall.freebsd.org> From: Dmitry Sivachenko Date: Fri, 12 Jan 2001 12:38:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/links Makefile distinfo ports/www/links/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG demon 2001/01/12 12:38:37 PST Modified files: www/links Makefile distinfo www/links/files patch-ab Log: Update to 0.95. Submitted by: Sergey A. Osokin Revision Changes Path 1.8 +2 -2 ports/www/links/Makefile 1.6 +1 -1 ports/www/links/distinfo 1.2 +8 -11 ports/www/links/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 12:43:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C72DD37B400; Fri, 12 Jan 2001 12:42:48 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CKgmf97972; Fri, 12 Jan 2001 12:42:48 -0800 (PST) (envelope-from mharo) Message-Id: <200101122042.f0CKgmf97972@freefall.freebsd.org> From: Michael Haro Date: Fri, 12 Jan 2001 12:42:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mangband Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/12 12:42:48 PST Modified files: games/mangband Makefile Log: update master_sites to follow port PR: 24232 Submitted by: Joseph Scott Revision Changes Path 1.9 +2 -2 ports/games/mangband/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 13: 4:53 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id DDEAE37B400; Fri, 12 Jan 2001 13:04:29 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA25033; Fri, 12 Jan 2001 13:04:28 -0800 (PST) (envelope-from DougB@gorean.org) Date: Fri, 12 Jan 2001 13:04:28 -0800 (PST) From: Doug Barton X-X-Sender: To: Maxim Sobolev Cc: Mark Murray , , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <3A5ED913.6B09A21F@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Jan 2001, Maxim Sobolev wrote: > I like this idea, but perhaps it would be nice to have more fine-grained control > over when /dev/random is blocking and when not. I was totally unclear in some of my previous statements, partly due to my fuzzy recollections and lack of sleep. The yarrow implementation is totally non-blocking, after it is seeded properly. The discussion at hand is how to get it to seed properly before it's first called, and Mark already has a much better solution waiting in the wings, as he described in another thread. Therefore, with any kind of luck we will be dynamiting this whole bikeshed in short order. Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 13:14:45 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 17A0A37B400; Fri, 12 Jan 2001 13:14:22 -0800 (PST) Received: from slave (Studded@slave [10.0.0.1]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA25067; Fri, 12 Jan 2001 13:13:50 -0800 (PST) (envelope-from DougB@gorean.org) Date: Fri, 12 Jan 2001 13:13:46 -0800 (PST) From: Doug Barton X-X-Sender: To: Warner Losh Cc: Mark Murray , , Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101121636.f0CGaBs81266@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 12 Jan 2001, Warner Losh wrote: > In message <3A5EC46D.A912BC6F@FreeBSD.org> Doug Barton writes: > : Since no one seems to actually be reading my posts, let me reiterate > : something. /etc/rc does the following in the early stages right now: > > I read your posts. Please do not characterize things otherwise. Sorry for the overly broad brush. You may not have noticed, but I was a little frustrated yesterday. I did comment that I thought your suggestions had merit when I attempted to move the thread to a more appropriate list and subject, however that mission failed miserably. :) > : In case I haven't made it clear yet, I would really love to do away with > : the "gross hacks" that make 3. work, and postpone reading in the "real" > : entropy seeding till we get past 9. Up till we actually had offers of > : help today, IT WAS NOT POSSIBLE TO MOUNT -A RELIABLY BECAUSE /DEV/RANDOM > : WOULD BLOCK. > > Unless we were to modify /dev/random to not block until the first > write to it. We're all aware of this. Yes, there were a lot of proposals as to how to fix the chicken and egg problem, yet none of them manifested themselves. I went ahead with an idea that I knew worked as a band-aid solution while mark finished the real solution he is mostly ready to go with now. I simply failed to anticipate the enormous hue and cry over writing to the root partition. > : Hopefully that will be the last time I have to say it. Now, > : are you sure that ccdconfig, vinum, fsck, and mount* (other than nfs) > : will work with a "weak" amount of randomness? > > We've answered this. They need good random numbers, but not > cryptographically secure random numbers. As Mark mentioned, this question is going away because the device based entropy harvesting should have the thing in tip top shape by the time it needes to be called first in rc. > : Apparently it makes sense to Schneier. For the initial commit Mark just > : gave me something approximating the recommended values. I ran with the > : stuff for a couple days and never even noticed it. I did start to think > : however that the 8 seeds would probably really only be useful at boot > : time, so it might make more sense to run it every 3 minutes for an hour > : after boot, then every N minutes thereafter. However, I needed to do > : some research on our new(ish) ability to schedule cron jobs for @boot, > : or whatever the hell it is. > > Anything that runs once every three minutes is going to be strong > resisted. Lots of people aren't going to like it. Fair enough, that's why it's configurable. Obviously the defaults need to be reconsidered here. Personally I thought 3 minutes was within the bounds of reason, given that atrun goes off every 5 minutes by default. But I think it's fairly obvious by now that my definitions of "reasonable" differ from some of the very vocal critics. > In the mean time, I would like to say that I appreciate your efforts, > even if they aren't exactly what I'd do. Well thanks... and I feel a lot better now that I've gotten some sleep. :) Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 13:26:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4800B37B401; Fri, 12 Jan 2001 13:25:49 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CLPnV04835; Fri, 12 Jan 2001 13:25:49 -0800 (PST) (envelope-from trevor) Message-Id: <200101122125.f0CLPnV04835@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 12 Jan 2001 13:25:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts update-patches X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/12 13:25:49 PST Modified files: Tools/scripts update-patches Log: Use the -p option with diff. Add a FreeBSD tag. Don't try to guess WRKSRC or PATCHDIR. Don't munge "." characters in filenames. This requires support in bsd.port.mk, a patch for which is in PR 24292. Submitted by: Christian Weisgerber Revision Changes Path 1.2 +7 -24 ports/Tools/scripts/update-patches To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 13:57:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA6AC37B402; Fri, 12 Jan 2001 13:56:55 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CLutN09539; Fri, 12 Jan 2001 13:56:55 -0800 (PST) (envelope-from mckusick) Message-Id: <200101122156.f0CLutN09539@freefall.freebsd.org> From: Kirk McKusick Date: Fri, 12 Jan 2001 13:56:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/01/12 13:56:55 PST Modified files: sys/ufs/ffs ffs_snapshot.c Log: Properly compute the size of the final block of superblock summary information. Submitted by: Ian Dowse Revision Changes Path 1.8 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 14:46:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A39737B69E; Fri, 12 Jan 2001 14:46:14 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CMkE116476; Fri, 12 Jan 2001 14:46:14 -0800 (PST) (envelope-from mharo) Message-Id: <200101122246.f0CMkE116476@freefall.freebsd.org> From: Michael Haro Date: Fri, 12 Jan 2001 14:46:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libcache Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/12 14:46:13 PST Modified files: devel/libcache Makefile distinfo Log: master_site moved PR: 24281 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +2 -4 ports/devel/libcache/Makefile 1.3 +1 -1 ports/devel/libcache/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15: 1:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB9837B401; Fri, 12 Jan 2001 15:01:16 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CN1GZ18047; Fri, 12 Jan 2001 15:01:16 -0800 (PST) (envelope-from bmah) Message-Id: <200101122301.f0CN1GZ18047@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 12 Jan 2001 15:01:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/12 15:01:16 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: Linksys Fast Ethernet cards and ed(4) driver flags, new API for hardware volume control, VESA S3 framebuffer driver, logging of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM) for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4), , pthread_* strong references, unified libgcc, SSH bug with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of /usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a). MFCs noted: aac(4), OpenSSH 2.3.0. Revision Changes Path 1.113 +43 -3 src/release/texts/alpha/RELNOTES.TXT 1.186 +57 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15: 5:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1916837B400; Fri, 12 Jan 2001 15:05:17 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CN5HP19784; Fri, 12 Jan 2001 15:05:17 -0800 (PST) (envelope-from bmah) Message-Id: <200101122305.f0CN5HP19784@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 12 Jan 2001 15:05:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/12 15:05:16 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: aac(4), OpenSSH 2.3.0. Revision Changes Path 1.31.2.86 +4 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.87 +18 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11B8937B401; Fri, 12 Jan 2001 15:06:11 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CN6Bs21139; Fri, 12 Jan 2001 15:06:11 -0800 (PST) (envelope-from bmah) Message-Id: <200101122306.f0CN6Bs21139@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 12 Jan 2001 15:06:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/12 15:06:11 PST Modified files: (Branch: RELENG_4) release/texts HARDWARE.TXT Log: MFC: aac(4). Revision Changes Path 1.39.2.27 +11 -0 src/release/texts/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15:11:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D56237B401; Fri, 12 Jan 2001 15:10:58 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CNAwM21462; Fri, 12 Jan 2001 15:10:58 -0800 (PST) (envelope-from mharo) Message-Id: <200101122310.f0CNAwM21462@freefall.freebsd.org> From: Michael Haro Date: Fri, 12 Jan 2001 15:10:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint-plugins Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/12 15:10:58 PST Modified files: net/netsaint-plugins Makefile Log: distfile moved Revision Changes Path 1.3 +2 -2 ports/net/netsaint-plugins/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15:36:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0884337B401; Fri, 12 Jan 2001 15:36:32 -0800 (PST) Received: (from mharo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CNaV023669; Fri, 12 Jan 2001 15:36:31 -0800 (PST) (envelope-from mharo) Message-Id: <200101122336.f0CNaV023669@freefall.freebsd.org> From: Michael Haro Date: Fri, 12 Jan 2001 15:36:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netsaint Makefile distinfo pkg-descr pkg-plist ports/net/netsaint/files patch-aa patch-ab patch-ac patch-af patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mharo 2001/01/12 15:36:31 PST Modified files: net/netsaint Makefile distinfo pkg-descr pkg-plist net/netsaint/files patch-aa patch-ab Removed files: net/netsaint/files patch-ac patch-af patch-ah Log: update to 0.0.6 Revision Changes Path 1.5 +14 -7 ports/net/netsaint/Makefile 1.2 +1 -1 ports/net/netsaint/distinfo 1.2 +10 -11 ports/net/netsaint/pkg-descr 1.3 +82 -23 ports/net/netsaint/pkg-plist 1.2 +15 -26 ports/net/netsaint/files/patch-aa 1.2 +7 -5 ports/net/netsaint/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 15:45:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 244C237B402; Fri, 12 Jan 2001 15:45:15 -0800 (PST) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0CNjFC24908; Fri, 12 Jan 2001 15:45:15 -0800 (PST) (envelope-from scottl) Message-Id: <200101122345.f0CNjFC24908@freefall.freebsd.org> From: Scott Long Date: Fri, 12 Jan 2001 15:45:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG scottl 2001/01/12 15:45:15 PST Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: Add the aac driver to GENERIC. Revision Changes Path 1.246.2.21 +2 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 16: 0:18 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp02.teb1.iconnet.net (smtp02.teb1.iconnet.net [209.3.218.43]) by hub.freebsd.org (Postfix) with ESMTP id AD87A37B400; Fri, 12 Jan 2001 15:59:57 -0800 (PST) Received: from bellatlantic.net (client-151-198-135-7.nnj.dialup.bellatlantic.net [151.198.135.7]) by smtp02.teb1.iconnet.net (8.9.1/8.9.1) with ESMTP id SAA07962; Fri, 12 Jan 2001 18:59:47 -0500 (EST) Message-ID: <3A5F9A73.65836484@bellatlantic.net> Date: Fri, 12 Jan 2001 18:59:47 -0500 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Doug Barton Cc: Maxim Sobolev , Mark Murray , Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Randomness and vi References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton wrote: > > On Fri, 12 Jan 2001, Maxim Sobolev wrote: > > > Mark Murray wrote: > > > > > > < said: > > > > > > > > > found out the hard way that vi needs randomness to run when I was doing > > > > > > > > vi doesn't need randomness to run. > > > I suspect that in fact vi relies upon mkstemp, which IMHO by definition should > > use secure RNG. > > We have a winner. :) There seems to be no reason for mkstemp() to use anything secure. The simple explanation why is that a random thing is a random thing and there is always a chance that it would generate the same name as someone had already taken. So any level of randomness is not a protection against symlinks attacks and such. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 16: 7: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 5605337B401; Fri, 12 Jan 2001 16:06:45 -0800 (PST) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id RAA18103; Fri, 12 Jan 2001 17:06:19 -0700 (MST) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id RAA16087; Fri, 12 Jan 2001 17:06:18 -0700 (MST) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14943.39855.670093.298177@nomad.yogotech.com> Date: Fri, 12 Jan 2001 17:05:03 -0700 (MST) To: Warner Losh Cc: Mark Murray , Matt Dillon , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101120652.f0C6qls78578@harmony.village.org> References: <200101120644.f0C6hvI12630@gratis.grondar.za> <200101120534.f0C5YYH96390@earth.backplane.com> <200101120652.f0C6qls78578@harmony.village.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > : > I would do the following: > : > > : > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. > : > : It make more sense to make the random device nonblocking-at-boot than > : to do this. > > Maybe we could make it non-blocking until the first write to > /dev/random? This would solve the problems that we're seeing, as well > as allowing sshd to have enough entropy to get good results. FWIW, I think this is a great solution. That allows the user to never reseed it (if desired), and live with the consequences. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 16:24:40 2001 Delivered-To: cvs-all@freebsd.org Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by hub.freebsd.org (Postfix) with ESMTP id 76DF837B400; Fri, 12 Jan 2001 16:24:16 -0800 (PST) Received: (from kris@localhost) by citusc.usc.edu (8.9.3/8.9.3) id QAA24109; Fri, 12 Jan 2001 16:25:35 -0800 Date: Fri, 12 Jan 2001 16:25:35 -0800 From: Kris Kennaway To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch Message-ID: <20010112162535.B23818@citusc.usc.edu> References: <200101101207.f0AC7wt49510@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200101101207.f0AC7wt49510@freefall.freebsd.org>; from asmodai@FreeBSD.org on Wed, Jan 10, 2001 at 04:07:58AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 10, 2001 at 04:07:58AM -0800, Jeroen Ruigrok van der Werven wro= te: > asmodai 2001/01/10 04:07:58 PST >=20 > Modified files: > textproc/ispell Makefile distinfo pkg-descr=20 > Added files: > textproc/ispell pkg-plist.sa=20 > textproc/ispell/files SA.patch=20 > Log: > Add Afrikaans ispell support under the ISPELL_SA variable. Should this use the ISO country code, which I believe is za? Kris --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6X6B+Wry0BWjoQKURAlzzAKC2y2YOas4BfsMYP1O8HqYEeXuhGACfV5DI 2MbhWAWf1bK76swxyKgUEpw= =B+5u -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 17:19:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A04D37B400; Fri, 12 Jan 2001 17:18:49 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D1Inm43111; Fri, 12 Jan 2001 17:18:49 -0800 (PST) (envelope-from green) Message-Id: <200101130118.f0D1Inm43111@freefall.freebsd.org> From: Brian Feldman Date: Fri, 12 Jan 2001 17:18:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/12 17:18:49 PST Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: Add the documentation for ENABLE_SUID_SSH. PR: 24275 Submitted by: Andre Albsmeier Revision Changes Path 1.97.2.28 +4 -1 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 17:29:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EC3F37B401; Fri, 12 Jan 2001 17:29:38 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D1TcC43888; Fri, 12 Jan 2001 17:29:38 -0800 (PST) (envelope-from jeh) Message-Id: <200101130129.f0D1TcC43888@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 12 Jan 2001 17:29:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/mod_auth_pgsql Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/12 17:29:38 PST Modified files: www Makefile Added files: www/mod_auth_pgsql Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New Port: www/mod_auth_pgsql Functionally equivalent to the mod_auth_mysql, but uses PostgreSQL database as a back-end. PR: 22757 Submitted by: Mikhail Teterin Revision Changes Path 1.298 +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 Fri Jan 12 17:30:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30AED37B402; Fri, 12 Jan 2001 17:29:44 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D1TiU43928; Fri, 12 Jan 2001 17:29:44 -0800 (PST) (envelope-from jeh) Message-Id: <200101130129.f0D1TiU43928@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 12 Jan 2001 17:29:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/12 17:29:44 PST Modified files: . modules Log: mod_auth_pgsql --> ports/www/mod_auth_pgsql Revision Changes Path 1.2298 +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 Jan 12 17:34:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4F5E37B401; Fri, 12 Jan 2001 17:33:59 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D1XxD44326; Fri, 12 Jan 2001 17:33:59 -0800 (PST) (envelope-from ache) Message-Id: <200101130133.f0D1XxD44326@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 12 Jan 2001 17:33:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/12 17:33:59 PST Modified files: usr.bin/calendar pathnames.h Log: /usr/libexec/cpp -> /usr/bin/cpp because of new rename to /usr/libexec/cpp0 Revision Changes Path 1.4 +2 -2 src/usr.bin/calendar/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 17:40:31 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id D45BC37B400; Fri, 12 Jan 2001 17:40:05 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 13 Jan 2001 01:40:05 +0000 (GMT) Date: Sat, 13 Jan 2001 01:40:04 +0000 From: David Malone To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar pathnames.h Message-ID: <20010113014004.A13692@walton.maths.tcd.ie> References: <200101130133.f0D1XxD44326@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101130133.f0D1XxD44326@freefall.freebsd.org>; from ache@FreeBSD.org on Fri, Jan 12, 2001 at 05:33:59PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 12, 2001 at 05:33:59PM -0800, Andrey A. Chernov wrote: > Modified files: > usr.bin/calendar pathnames.h > Log: > /usr/libexec/cpp -> /usr/bin/cpp > because of new rename to /usr/libexec/cpp0 Lint needs a similar fix. I'll look out the patches I made to get out lint up to date with NetBSDs, which fixes this by using "gcc -E". David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 17:53:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4679437B401; Fri, 12 Jan 2001 17:53:24 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D1rOb45601; Fri, 12 Jan 2001 17:53:24 -0800 (PST) (envelope-from dannyboy) Message-Id: <200101130153.f0D1rOb45601@freefall.freebsd.org> From: Daniel Harris Date: Fri, 12 Jan 2001 17:53:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2001/01/12 17:53:24 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: The -i option to ln requests user confirmation, not configuration. PR: 24279 Submitted by: Roelof Osinga Revision Changes Path 1.114 +2 -2 src/release/texts/alpha/RELNOTES.TXT 1.187 +2 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 18: 0:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF8C737B404; Fri, 12 Jan 2001 18:00:22 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D20MB46255; Fri, 12 Jan 2001 18:00:22 -0800 (PST) (envelope-from jeh) Message-Id: <200101130200.f0D20MB46255@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 12 Jan 2001 18:00:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/upsd Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/12 18:00:22 PST Modified files: sysutils/upsd Makefile pkg-plist Log: upsd (/usr/ports/sysutils/upsd) does not have a startup/shutdown script for placement into /usr/local/etc/rc.d PR: 21517 Submitted by: Stephen Beitzel Revision Changes Path 1.8 +6 -1 ports/sysutils/upsd/Makefile 1.2 +1 -0 ports/sysutils/upsd/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 Jan 12 18: 1:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1EB437B400; Fri, 12 Jan 2001 18:01:09 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D219b46341; Fri, 12 Jan 2001 18:01:09 -0800 (PST) (envelope-from jeh) Message-Id: <200101130201.f0D219b46341@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 12 Jan 2001 18:01:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/upsd/files upsd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/12 18:01:09 PST Added files: sysutils/upsd/files upsd.sh Log: upsd (/usr/ports/sysutils/upsd) does not have a startup/shutdown script for placement into /usr/local/etc/rc.d. PR: 21517 Submitted by: Stephen Beitzel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 18: 4:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA39437B400; Fri, 12 Jan 2001 18:04:07 -0800 (PST) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D247946660; Fri, 12 Jan 2001 18:04:07 -0800 (PST) (envelope-from dannyboy) Message-Id: <200101130204.f0D247946660@freefall.freebsd.org> From: Daniel Harris Date: Fri, 12 Jan 2001 18:04:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2001/01/12 18:04:07 PST Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: environmenet -> environment PR: 24234 Submitted by: Jimmy Olgeni Revision Changes Path 1.47 +2 -2 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 Fri Jan 12 18:26:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 554BB37B400; Fri, 12 Jan 2001 18:26:05 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D2Q5W50138; Fri, 12 Jan 2001 18:26:05 -0800 (PST) (envelope-from jeh) Message-Id: <200101130226.f0D2Q5W50138@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 12 Jan 2001 18:26:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/rblcheck Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/12 18:26:05 PST Modified files: mail/rblcheck Makefile pkg-descr Log: Update MASTER_SITES and WWW: line PR: 24286 Submitted by: KATO Tsuguru Revision Changes Path 1.11 +9 -12 ports/mail/rblcheck/Makefile 1.3 +2 -2 ports/mail/rblcheck/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 Jan 12 18:44:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63CBA37B698; Fri, 12 Jan 2001 18:44:22 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D2iMG51615; Fri, 12 Jan 2001 18:44:22 -0800 (PST) (envelope-from jedgar) Message-Id: <200101130244.f0D2iMG51615@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 12 Jan 2001 18:44:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/netinet ip_fw.c ip_fw.h tcp.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/12 18:44:22 PST Modified files: (Branch: RELENG_3) sbin/ipfw ipfw.c sys/netinet ip_fw.c ip_fw.h tcp.h Log: MFC: ECN flag handling fixes in IPFW Revision Changes Path 1.64.2.13 +3 -3 src/sbin/ipfw/ipfw.c 1.103.2.13 +14 -6 src/sys/netinet/ip_fw.c 1.36.2.6 +8 -2 src/sys/netinet/ip_fw.h 1.10.2.2 +4 -2 src/sys/netinet/tcp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 21:50:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D87A37B401; Fri, 12 Jan 2001 21:50:20 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D5oKR74434; Fri, 12 Jan 2001 21:50:20 -0800 (PST) (envelope-from ben) Message-Id: <200101130550.f0D5oKR74434@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 12 Jan 2001 21:50:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/12 21:50:20 PST Modified files: share/man/man8 Makefile Log: Only install sysinstall.8 if the release/sysinstall directory exists. This fixes the world for people without src-release. PR: 24122 Submitted by: Steven G. Kargl Revision Changes Path 1.18 +6 -3 src/share/man/man8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 22:15:35 2001 Delivered-To: cvs-all@freebsd.org Received: from Terry.Dorm8.NCTU.edu.tw (Terry.Dorm8.NCTU.edu.tw [140.113.93.99]) by hub.freebsd.org (Postfix) with ESMTP id 87E2937B402; Fri, 12 Jan 2001 22:15:12 -0800 (PST) Received: (from ijliao@localhost) by Terry.Dorm8.NCTU.edu.tw (8.11.1/8.11.1) id f0D6GJn76925; Sat, 13 Jan 2001 14:16:19 +0800 (CST) (envelope-from ijliao) Date: Sat, 13 Jan 2001 14:16:18 +0800 From: Ying-Chieh Liao To: Alexander Langer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/centericq Makefile Message-ID: <20010113141618.A76369@terry.dorm8.nctu.edu.tw> References: <200101121558.f0CFwve46446@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: =?big5?Q?=3C200101121558=2Ef0CFwve46446=40freefall=2Efreebsd=2Eorg=3E=3B?= =?big5?Q?_from_alex=40FreeBSD=2EORG_on_=A4=AD_=2C___1_12=2C_2001_at_07:5?= =?big5?Q?8:56=A4W=A4=C8_-0800?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On €­ , 1 12, 2001 at 07:58:56 -0800, Alexander Langer wrote: > Modified files: > net/centericq Makefile > Log: > This port needs libicq. > Found while debugging a (non-reproduceable) error from bento's logs. sorry, but I dont think this port needs libicq it has it's own build-in icqlib/ -- int i;main(){for(;i["] To: Warner Losh Cc: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101112233.f0BMXas75362@harmony.village.org> In-Reply-To: <200101112233.f0BMXas75362@harmony.village.org> ; from Warner Losh "Thu, 11 Jan 2001 15:33:36 MST." Date: Sat, 13 Jan 2001 09:53:57 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Well, I believe that this patch that would solve the dependency > issues. I didn't solve the /var/db/entropy was hard wired issues, > however, but that can be dealt with separately. Ok... > +date > /dev/random 2> /dev/random > +cat /bin/ls > /dev/random 2> /dev/random Why are you doing this? Why not just make the /dev/random device non-blocking-at-boot? Also, /bin/ls is a constant, and `date` is so close to a constant that you may as well make the above + echo "sooper seekrit password" > /dev/random ... for effectively the same result and a tiny increase in speed. > + if [ -w /dev/random ]; then > + if [ -f "${entropy_file}" -a -r "${entropy_file}" -a \ > + -s "${entropy_file}" ]; then > + echo "Using ${entropy_file} as an entropy file" > + cat ${entropy_file} > /dev/random 2> /dev/random > + elif [ "${entropy_file}" != /var/db/entropy -a \ > + -f /var/db/entropy -a -r /var/db/entropy -a \ > + -s /var/db/entropy ]; then > + echo 'Using /var/db/entropy as an entropy file' > + cat /var/db/entropy > /dev/random 2> /dev/random > + else What about multiple entropy files? There are edge cases (crashes, hung reboots etc) where the entropy file might be zero-length. Having multiple files makes it a lot more secure (That was the point of Doug B's /.entropy directory). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 23:58: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 33E7637B401; Fri, 12 Jan 2001 23:57:36 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0D7urI19437; Sat, 13 Jan 2001 09:56:54 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101130756.f0D7urI19437@gratis.grondar.za> To: Warner Losh Cc: Matt Dillon , Jordan Hubbard , Sheldon Hearn , obrien@FreeBSD.org, Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101120652.f0C6qls78578@harmony.village.org> In-Reply-To: <200101120652.f0C6qls78578@harmony.village.org> ; from Warner Losh "Thu, 11 Jan 2001 23:52:47 MST." Date: Sat, 13 Jan 2001 09:56:49 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200101120644.f0C6hvI12630@gratis.grondar.za> Mark Murray writes: > : > I would do the following: > : > > : > * Use Warner's fix, possibly adding 'dmesg' output in phase-1. > : > : It make more sense to make the random device nonblocking-at-boot than > : to do this. > > Maybe we could make it non-blocking until the first write to > /dev/random? This would solve the problems that we're seeing, as well > as allowing sshd to have enough entropy to get good results. Actually, the whole _point_ of Yarrow is that it is free-running (we have been over this point *many* times). If you really want it to be free running from nanosecond-zero, when it is in a known state, I can make it so. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 12 23:58:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9A1137B402; Fri, 12 Jan 2001 23:57:45 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0D7vjH91091; Fri, 12 Jan 2001 23:57:45 -0800 (PST) (envelope-from green) Message-Id: <200101130757.f0D7vjH91091@freefall.freebsd.org> From: Brian Feldman Date: Fri, 12 Jan 2001 23:57:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh servconf.c sshd.8 sshd.c sshd_config X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/12 23:57:45 PST Modified files: crypto/openssh servconf.c sshd.8 sshd.c sshd_config Log: /Really/ deprecate ConnectionsPerPeriod, ripping out the code for it and giving a dire error to its lingering users. Revision Changes Path 1.17 +2 -13 src/crypto/openssh/servconf.c 1.16 +1 -26 src/crypto/openssh/sshd.8 1.21 +1 -64 src/crypto/openssh/sshd.c 1.14 +2 -3 src/crypto/openssh/sshd_config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 3:11:20 2001 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 824) id 3EB1037B400; Sat, 13 Jan 2001 03:11:01 -0800 (PST) Date: Sat, 13 Jan 2001 03:11:01 -0800 From: Alexander Langer To: Ying-Chieh Liao Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/centericq Makefile Message-ID: <20010113031101.A97885@hub.freebsd.org> References: <200101121558.f0CFwve46446@freefall.freebsd.org> <20010113141618.A76369@terry.dorm8.nctu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010113141618.A76369@terry.dorm8.nctu.edu.tw>; from ijliao@csie.nctu.edu.tw on Sat, Jan 13, 2001 at 02:16:18PM +0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Ying-Chieh Liao (ijliao@csie.nctu.edu.tw): > > This port needs libicq. > > Found while debugging a (non-reproduceable) error from bento's logs. > sorry, but I dont think this port needs libicq > it has it's own build-in icqlib/ Yes, I saw that, but I couldn't get it build until I installed the libicq port. Hmm. Ok, I'll back it out. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 3:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35CEE37B400; Sat, 13 Jan 2001 03:13:54 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DBDsf10921; Sat, 13 Jan 2001 03:13:54 -0800 (PST) (envelope-from alex) Message-Id: <200101131113.f0DBDsf10921@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 03:13:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 03:13:54 PST Modified files: net/centericq Makefile Log: Hmm, I don't know why it didn't build w/o libicq before, but this port obviously doesn't need libicq to be installed. Sorry! Submitted by: Ying-Chieh Liao (maintainer) Revision Changes Path 1.12 +1 -3 ports/net/centericq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 3:30:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5978E37B400; Sat, 13 Jan 2001 03:30:17 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DBUHP12372; Sat, 13 Jan 2001 03:30:17 -0800 (PST) (envelope-from nsouch) Message-Id: <200101131130.f0DBUHP12372@freefall.freebsd.org> From: Nicolas Souchu Date: Sat, 13 Jan 2001 03:30:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl bitmap.c main.c simple.c vgl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/13 03:30:17 PST Modified files: lib/libvgl bitmap.c main.c simple.c vgl.h Log: Add Truecolor 16 and 32bits support. Note that 24bits modes are not supported since it's not easy to put 3 bytes accross 64Kb windows of memory. This should not be such a problem with linear framebuffers. There is no major interface modification except that the color type becomes u_long instead of byte. So one just need to recompile his application. Approved by: Soren Schmidt Revision Changes Path 1.6 +41 -2 src/lib/libvgl/bitmap.c 1.8 +76 -5 src/lib/libvgl/main.c 1.6 +122 -23 src/lib/libvgl/simple.c 1.6 +16 -9 src/lib/libvgl/vgl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 4:50: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from mta05.mail.mel.aone.net.au (mta05.mail.au.uu.net [203.2.192.85]) by hub.freebsd.org (Postfix) with ESMTP id 35E7937B400; Sat, 13 Jan 2001 04:49:49 -0800 (PST) Received: from camtech.net.au ([203.55.242.194]) by mta05.mail.mel.aone.net.au with ESMTP id <20010113124947.HZCB19572.mta05.mail.mel.aone.net.au@camtech.net.au>; Sat, 13 Jan 2001 23:49:47 +1100 Message-ID: <3A604F74.880F6E07@camtech.net.au> Date: Sat, 13 Jan 2001 23:22:04 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: Greg Lehey , Soren Schmidt , Will Andrews , "=?iso-8859-1?Q?S=F8ren?= Schmidt" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> <20010108092141.L52707@wantadilla.lemis.com> <200101080708.f0878ho23507@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > Umm. I'm going to be a pest: If the drive tray is open the very LAST > thing I want is for the device driver to try to close it on me. A > windows box *destroyed* a CD (by scratching the hell out of it) that I User error. At the time you knew that Windows(tm) behaved in that manner. If you cared about the data on that CD (i.e. it could not have been replaced) you would not have acted so rashly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 5:22: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64EC037B402; Sat, 13 Jan 2001 05:21:44 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DDLiL27491; Sat, 13 Jan 2001 05:21:44 -0800 (PST) (envelope-from nyan) Message-Id: <200101131321.f0DDLiL27491@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 13 Jan 2001 05:21:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/13 05:21:44 PST Modified files: sys/cam/scsi scsi_low.h Log: Check __i386__, not i386. Revision Changes Path 1.2 +2 -2 src/sys/cam/scsi/scsi_low.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 5:23:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4160037B401; Sat, 13 Jan 2001 05:23:23 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DDNNC27577; Sat, 13 Jan 2001 05:23:23 -0800 (PST) (envelope-from nyan) Message-Id: <200101131323.f0DDNNC27577@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 13 Jan 2001 05:23:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/13 05:23:22 PST Modified files: sys/pc98/conf GENERIC.hints Log: Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7. Revision Changes Path 1.9 +17 -17 src/sys/pc98/conf/GENERIC.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 5:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E317C37B6A1; Sat, 13 Jan 2001 05:23:42 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DDNgm27617; Sat, 13 Jan 2001 05:23:42 -0800 (PST) (envelope-from nyan) Message-Id: <200101131323.f0DDNgm27617@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 13 Jan 2001 05:23:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/13 05:23:42 PST Modified files: sys/pc98/conf GENERIC Log: Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291. Revision Changes Path 1.165 +32 -55 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 5:31:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AE2F37B401; Sat, 13 Jan 2001 05:31:22 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DDVLD28065; Sat, 13 Jan 2001 05:31:21 -0800 (PST) (envelope-from alex) Message-Id: <200101131331.f0DDVLD28065@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 05:31:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile distinfo ports/textproc/ispell/files DENEU.patch ports/german/ispell-neu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 05:31:21 PST Modified files: textproc/ispell Makefile distinfo textproc/ispell/files DENEU.patch german/ispell-neu Makefile Log: Update ISPELL_DENEU to 20001109 version Revision Changes Path 1.51 +11 -8 ports/textproc/ispell/Makefile 1.14 +1 -1 ports/textproc/ispell/distinfo 1.2 +16 -37 ports/textproc/ispell/files/DENEU.patch 1.7 +2 -2 ports/german/ispell-neu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 5:44:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 998F137B400; Sat, 13 Jan 2001 05:44:00 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DDi0Y30959; Sat, 13 Jan 2001 05:44:00 -0800 (PST) (envelope-from alex) Message-Id: <200101131344.f0DDi0Y30959@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 05:44:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 05:44:00 PST Modified files: german/ispell Makefile Log: Set PORTVERSION to 20001109, since ISPELL_DENEU version bumped. Revision Changes Path 1.7 +2 -2 ports/german/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 6:25:44 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 0998337B400; Sat, 13 Jan 2001 06:25:23 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14HRcM-00042c-00; Sat, 13 Jan 2001 16:25:18 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id QAA16438; Sat, 13 Jan 2001 16:25:15 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 16328; Sat Jan 13 16:24:42 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14HRbl-0003HK-00; Sat, 13 Jan 2001 16:24:41 +0200 From: Sheldon Hearn To: David Malone Cc: "Andrey A. Chernov" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/calendar pathnames.h In-reply-to: Your message of "Sat, 13 Jan 2001 01:40:04 GMT." <20010113014004.A13692@walton.maths.tcd.ie> Date: Sat, 13 Jan 2001 16:24:41 +0200 Message-ID: <12605.979395881@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 13 Jan 2001 01:40:04 GMT, David Malone wrote: > Lint needs a similar fix. I'll look out the patches I made to get > out lint up to date with NetBSDs, which fixes this by using "gcc > -E". Can't wait. It'll be great to have a working lint in the system again! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7: 3:38 2001 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id CC9E037B401; Sat, 13 Jan 2001 07:03:16 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0DF2a721597; Sat, 13 Jan 2001 10:02:40 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 13 Jan 2001 10:02:36 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Mark Murray Cc: Warner Losh , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101130754.f0D7s2I19423@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark, I seems to me that perhaps part of the problem is the /dev/random interface. I'm not very familiar with it, but it seems like a couple of basic primitives might address a lot of the problems: Ways to get and set the current "randomness qualiy" with appropriate privilege. The system boots with low, and later trips to high. Programs requiring crypto-quality randomness can query, and optionally block on real randomness. Calls to srandomdev() could optionally specify the level of randomness required. (DEVRANDOM_LEVEL_CRYPTO or DEVRANDOM_LEVEL_NONCRYPTO). Similarly, a way to specify whether data being spat into /dev/random is of quality or not (I know that it's possible to do this in the kernel API, but not sure about userland). At boot, /dev/random would configure itself at DEVRANDOM_LEVEL_NONCRYPTO, and start using hardware to gather crypto-quality randomness. When init starts up, it identifies sources of weak randomness or at least some junk, and spits it into /dev/random, noting that it is NONCRYPTO randomness. Utilities during boot know to identify their needs: sshd needs real randomness, but mount_mfs doesn't. When the boot gets high enough, init or rc stuffs entropy files in, marked as high randomness (if hardware has already pushed entropy high enough, that's not necessary, but this is in case it hasn't). I.e., part of the problem is an insufficiently flexible API to allow the system to monitor and report randomness quality to userland, and an inability for userland to submit and request the type of entropy needed or provided. I could be off-base here, as I know Yarrow is intended to provide these, I'm just not sure it's exposed. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7: 4: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 503BA37B6B5; Sat, 13 Jan 2001 07:03:44 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DF3iS12787; Sat, 13 Jan 2001 07:03:44 -0800 (PST) (envelope-from andreas) Message-Id: <200101131503.f0DF3iS12787@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 13 Jan 2001 07:03:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/13 07:03:44 PST Modified files: net/zebra/scripts configure Log: - configure: fixed logic in if-clause, so that dialog is only called if BATCH is not defined. Portrevision doesn't need to be bumped, since exactly this enables/unbreaks package building... Revision Changes Path 1.2 +2 -2 ports/net/zebra/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7:20:22 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id DF7F037B699; Sat, 13 Jan 2001 07:19:54 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0DFJhI20323; Sat, 13 Jan 2001 17:19:45 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101131519.f0DFJhI20323@gratis.grondar.za> To: Robert Watson Cc: Warner Losh , Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: In-Reply-To: ; from Robert Watson "Sat, 13 Jan 2001 10:02:36 EST." Date: Sat, 13 Jan 2001 17:19:35 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I seems to me that perhaps part of the problem is the /dev/random > interface. I'm not very familiar with it, but it seems like a couple of > basic primitives might address a lot of the problems: > > Ways to get and set the current "randomness qualiy" with appropriate > privilege. The system boots with low, and later trips to high. Wrong. It boots at "off" and flips to "on" when a reseed happens. There is only one quality. ("off" == "no random numbers"; "on" == "random numbers"). The squealers (who don't like the "off" == block until "on") have the option to not know when the "off" --> "on" transition happens and have the setting always "on". When the high-rate harvesters go in (after the preemptive threading), the "off" --> "on" transition will happen within a couple of seconds, and will no longer be a problem. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7:27:54 2001 Delivered-To: cvs-all@freebsd.org Received: from mailout00.sul.t-online.com (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id 9562C37B69B; Sat, 13 Jan 2001 07:27:28 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout00.sul.t-online.com with smtp id 14HSaQ-0002Sv-02; Sat, 13 Jan 2001 16:27:22 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.158.39.108]) by fmrl05.sul.t-online.com with esmtp id 14HSaC-2KBOvgC; Sat, 13 Jan 2001 16:27:08 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id AE124AB0C; Sat, 13 Jan 2001 16:28:30 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 873F514BB5; Sat, 13 Jan 2001 16:27:07 +0100 (CET) Date: Sat, 13 Jan 2001 16:27:07 +0100 From: Alexander Langer To: Kris Kennaway Cc: Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch Message-ID: <20010113162707.A18880@cichlids.cichlids.com> References: <200101101207.f0AC7wt49510@freefall.freebsd.org> <20010112162535.B23818@citusc.usc.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010112162535.B23818@citusc.usc.edu>; from kris@FreeBSD.ORG on Fri, Jan 12, 2001 at 04:25:35PM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Thus spake Kris Kennaway (kris@FreeBSD.ORG): > > Add Afrikaans ispell support under the ISPELL_SA variable. > Should this use the ISO country code, which I believe is za? Hmm. I second this. I think it's very confusing that the danish variable is DA. The ISO Country Codes list Denmark as .DK. This is described in ISO-3361-1: http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html Alex --=20 cat: /home/alex/.sig: No such file or directory --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.3 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iQEVAwUBOmBzyrRIIUSeqRcRAQEC4QgAoz16PaqVJ9SCU4EsBntny2owv1lRR+wK qHahvME6x+T6Ti+yuRFM92FfGwBF5763FN3efVddT39shNY4a9Fm+v7aquoSGBng p8rwVx/TCi3rDL41DGVe0sMTTWfiNppsRgmLbb0OXs7TxBaw+v0kLrUd5+2HMisX r8MaMXU478OTpHruhj/jngKP77cPtmU14kGKxqRYEdFeuv0a7BhfJeBdn/pWxmOO Be4fc+QKU8Bvkuh3EI5/PNfO3grqpSk5MHqX1yhbM4V232xFEKdZIhSDnvmvx6AE QXfaUWZ4IOPgkX/EfHjQqLIKkp+25NwAsEkz8iXn3sK5XinksZX/oQ== =Wm91 -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7:41:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D95F37B402; Sat, 13 Jan 2001 07:41:15 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DFfFD16977; Sat, 13 Jan 2001 07:41:15 -0800 (PST) (envelope-from alex) Message-Id: <200101131541.f0DFfFD16977@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 07:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile distinfo pkg-plist.no ports/textproc/ispell/files NO.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 07:41:15 PST Modified files: textproc/ispell Makefile distinfo pkg-plist.no textproc/ispell/files NO.patch Log: Update the ISPELL_NO part to version 2.0 Bump PORTREVISON. Revision Changes Path 1.52 +12 -14 ports/textproc/ispell/Makefile 1.15 +1 -1 ports/textproc/ispell/distinfo 1.2 +3 -0 ports/textproc/ispell/pkg-plist.no 1.2 +51 -36 ports/textproc/ispell/files/NO.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A38FB37B402; Sat, 13 Jan 2001 07:43:08 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DFh8O17154; Sat, 13 Jan 2001 07:43:08 -0800 (PST) (envelope-from alex) Message-Id: <200101131543.f0DFh8O17154@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 07:43:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/no-ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 07:43:08 PST Modified files: textproc/no-ispell Makefile Log: Update to version 2.0 Revision Changes Path 1.4 +2 -2 ports/textproc/no-ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 7:50:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA98637B400; Sat, 13 Jan 2001 07:50:15 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DFoFT18051; Sat, 13 Jan 2001 07:50:15 -0800 (PST) (envelope-from alex) Message-Id: <200101131550.f0DFoFT18051@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 07:50:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/nl-ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 07:50:15 PST Modified files: textproc Makefile Added files: textproc/nl-ispell Makefile Log: Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so that it installs a dutch dictionary as well. Revision Changes Path 1.156 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 8: 8:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E07C37B400; Sat, 13 Jan 2001 08:08:06 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DG86G22398; Sat, 13 Jan 2001 08:08:06 -0800 (PST) (envelope-from roger) Message-Id: <200101131608.f0DG86G22398@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 13 Jan 2001 08:08:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/aim Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2001/01/13 08:08:06 PST Modified files: net Makefile Added files: net/aim Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add AOL's Instant Messenger (AIM) client. This is a X11 Linux application which runs fine with FreeBSD's Linux emulation. Revision Changes Path 1.451 +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 Jan 13 8: 8:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D472437B401; Sat, 13 Jan 2001 08:08:08 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DG88Z22434; Sat, 13 Jan 2001 08:08:08 -0800 (PST) (envelope-from roger) Message-Id: <200101131608.f0DG88Z22434@freefall.freebsd.org> From: Roger Hardiman Date: Sat, 13 Jan 2001 08:08:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2001/01/13 08:08:08 PST Modified files: . modules Log: aim --> ports/net/aim Revision Changes Path 1.2299 +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 Jan 13 8:16:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87AD437B401; Sat, 13 Jan 2001 08:16:25 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DGGPo23245; Sat, 13 Jan 2001 08:16:25 -0800 (PST) (envelope-from iwasaki) Message-Id: <200101131616.f0DGGPo23245@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 13 Jan 2001 08:16:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpiconf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2001/01/13 08:16:25 PST Modified files: usr.sbin/acpi/acpiconf Makefile Log: Add manpage for acpiconf. Submitted by: des Revision Changes Path 1.2 +2 -3 src/usr.sbin/acpi/acpiconf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 8:19: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ACF937B401; Sat, 13 Jan 2001 08:18:37 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DGIbP23386; Sat, 13 Jan 2001 08:18:37 -0800 (PST) (envelope-from iwasaki) Message-Id: <200101131618.f0DGIbP23386@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sat, 13 Jan 2001 08:18:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2001/01/13 08:18:37 PST Added files: usr.sbin/acpi/acpiconf acpiconf.8 Log: Oops, forgotten to add manpage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 8:24:28 2001 Delivered-To: cvs-all@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id E7B5C37B699 for ; Sat, 13 Jan 2001 08:24:03 -0800 (PST) Received: (qmail 31801 invoked by uid 1003); 13 Jan 2001 16:23:59 -0000 Date: Sat, 13 Jan 2001 18:23:59 +0200 From: Neil Blakey-Milner To: Alexander Langer Cc: Kris Kennaway , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch Message-ID: <20010113182359.A26750@mithrandr.moria.org> References: <200101101207.f0AC7wt49510@freefall.freebsd.org> <20010112162535.B23818@citusc.usc.edu> <20010113162707.A18880@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010113162707.A18880@cichlids.cichlids.com>; from alex@freebsd.org on Sat, Jan 13, 2001 at 04:27:07PM +0100 X-Operating-System: FreeBSD 4.1-STABLE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat 2001-01-13 (16:27), Alexander Langer wrote: > > > Add Afrikaans ispell support under the ISPELL_SA variable. > > Should this use the ISO country code, which I believe is za? > > Hmm. I second this. > > I think it's very confusing that the danish variable is DA. > The ISO Country Codes list Denmark as .DK. > > This is described in ISO-3361-1: > http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html The _country_ code is DK, but the _language_ code for Danish is "da". The _language_ code for Afrikaans is "af". The _country_ code for South Africa is ZA. (Afrikaans is also spoken in Namibia/NA, and Xhosa (xh), Zulu (zu), Setswana (tn), Sesotho (st), and other languages are also predominantly spoken in South Africa.) Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 8:35:11 2001 Delivered-To: cvs-all@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 84D2E37B698; Sat, 13 Jan 2001 08:34:47 -0800 (PST) Received: from fwd04.sul.t-online.com by mailout03.sul.t-online.com with smtp id 14HTdU-0004lX-00; Sat, 13 Jan 2001 17:34:36 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.158.39.108]) by fmrl04.sul.t-online.com with esmtp id 14HTdE-1Lby08C; Sat, 13 Jan 2001 17:34:20 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 26C69AB0C; Sat, 13 Jan 2001 17:35:43 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 8422114BB5; Sat, 13 Jan 2001 17:34:12 +0100 (CET) Date: Sat, 13 Jan 2001 17:34:12 +0100 From: Alexander Langer To: Neil Blakey-Milner Cc: Kris Kennaway , Jeroen Ruigrok van der Werven , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch Message-ID: <20010113173412.A621@cichlids.cichlids.com> References: <200101101207.f0AC7wt49510@freefall.freebsd.org> <20010112162535.B23818@citusc.usc.edu> <20010113162707.A18880@cichlids.cichlids.com> <20010113182359.A26750@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010113182359.A26750@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Sat, Jan 13, 2001 at 06:23:59PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Neil Blakey-Milner (nbm@mithrandr.moria.org): > The _country_ code is DK, but the _language_ code for Danish is "da". > The _language_ code for Afrikaans is "af". The _country_ code for South > Africa is ZA. (Afrikaans is also spoken in Namibia/NA, and Xhosa (xh), > Zulu (zu), Setswana (tn), Sesotho (st), and other languages are also > predominantly spoken in South Africa.) Hmm, I see. Nevertheless, it's confusing. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 9:18:27 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7334437B401; Sat, 13 Jan 2001 09:18:07 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0DHI6s92619; Sat, 13 Jan 2001 10:18:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101131718.f0DHI6s92619@harmony.village.org> To: Alexander Langer Subject: Re: cvs commit: ports/textproc/ispell pkg-plist.sa Makefile distinfo pkg-descr ports/textproc/ispell/files SA.patch Cc: Neil Blakey-Milner , Kris Kennaway , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 13 Jan 2001 17:34:12 +0100." <20010113173412.A621@cichlids.cichlids.com> References: <20010113173412.A621@cichlids.cichlids.com> <200101101207.f0AC7wt49510@freefall.freebsd.org> <20010112162535.B23818@citusc.usc.edu> <20010113162707.A18880@cichlids.cichlids.com> <20010113182359.A26750@mithrandr.moria.org> Date: Sat, 13 Jan 2001 10:18:06 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010113173412.A621@cichlids.cichlids.com> Alexander Langer writes: : Nevertheless, it's confusing. Its our SOP in other parts of the tree. Look at the JA vs JP stuff in some places, for example. ISO has two sets of two letter codes for similar things. Blame them :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 9:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE637B401; Sat, 13 Jan 2001 09:27:31 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0DHRSs27948; Sat, 13 Jan 2001 10:27:29 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101131727.f0DHRSs27948@aslan.scsiguy.com> To: Jake Burkholder Cc: John Baldwin , "Gérard" Roudier , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Subject: Re: cvs commit: src/sys/alpha/alpha interrupt.c machdep.c mp_mac In-Reply-To: Your message of "Thu, 11 Jan 2001 02:24:28 EST." <20010111072428.B4955BA80@cr66388-a.rchrd1.on.wave.home.com> Date: Sat, 13 Jan 2001 10:27:28 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I have spent about an hour typing this email, time that I would rather >have spent sleeping or working on SMPng. I'm sorry you spent so much time talking about the *implementation* when all we have been arguing about is the *interface*. Its a much smaller issue and really doesn't have much to do with anything you wrote. Its much like a style(9) argument. >Much of the cleanup that I discussed would already be committed. Which isn't necessarily a good thing if you don't have the consensus of our community to make the commit. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 9:47:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7490337B400; Sat, 13 Jan 2001 09:47:11 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DHlBq32935; Sat, 13 Jan 2001 09:47:11 -0800 (PST) (envelope-from alex) Message-Id: <200101131747.f0DHlBq32935@freefall.freebsd.org> From: Alexander Langer Date: Sat, 13 Jan 2001 09:47:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/13 09:47:11 PST Modified files: . modules Log: nl-ispell -> ports/textproc/nl-ispell Revision Changes Path 1.2300 +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 Jan 13 9:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C95237B400; Sat, 13 Jan 2001 09:49:34 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DHnYs33322; Sat, 13 Jan 2001 09:49:34 -0800 (PST) (envelope-from ben) Message-Id: <200101131749.f0DHnYs33322@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 13 Jan 2001 09:49:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/13 09:49:34 PST Modified files: share/man/man7 hier.7 Log: fix typo; file -> files Submitted by: Alexey Dokuchaev Revision Changes Path 1.39 +2 -2 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 9:54: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5768037B698; Sat, 13 Jan 2001 09:53:42 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DHrg633740; Sat, 13 Jan 2001 09:53:42 -0800 (PST) (envelope-from ben) Message-Id: <200101131753.f0DHrg633740@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 13 Jan 2001 09:53:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/13 09:53:41 PST Modified files: (Branch: RELENG_4) share/man/man7 hier.7 Log: MFC: fix typo; file -> files. Revision Changes Path 1.29.2.6 +2 -2 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 10:38:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B08CC37B69B; Sat, 13 Jan 2001 10:38:00 -0800 (PST) Received: (from chris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DIc0h46840; Sat, 13 Jan 2001 10:38:00 -0800 (PST) (envelope-from chris) Message-Id: <200101131838.f0DIc0h46840@freefall.freebsd.org> From: Chris Costello Date: Sat, 13 Jan 2001 10:38:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2001/01/13 10:38:00 PST Modified files: share/man/man7 hier.7 Log: o Clear up explanations of various entries (includes spelling, grammar, punctuation, and explanations that are just plain wrong) o Add missing entries o Remove entries for directories that do not exist Submitted by: Rich Morin (for the most part) Revision Changes Path 1.40 +88 -54 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 10:48:56 2001 Delivered-To: cvs-all@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 0AFB037B400; Sat, 13 Jan 2001 10:48:31 -0800 (PST) Received: from holly.calldei.com ([208.191.149.190]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0G7400CI96K9JT@mta5.rcsntx.swbell.net>; Sat, 13 Jan 2001 12:40:58 -0600 (CST) Received: (from chris@localhost) by holly.calldei.com (8.11.1/8.9.3) id f0DIgwo04495; Sat, 13 Jan 2001 12:42:58 -0600 (CST envelope-from chris) Date: Sat, 13 Jan 2001 12:42:57 -0600 From: Chris Costello Subject: Re: cvs commit: src/share/man/man7 hier.7 In-reply-to: <200101131838.f0DIc0h46840@freefall.freebsd.org> To: Chris Costello Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <20010113124257.A670@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <200101131838.f0DIc0h46840@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, January 13, 2001, Chris Costello wrote: > chris 2001/01/13 10:38:00 PST > > Modified files: > share/man/man7 hier.7 Sorry that this was committed right after Ben's, and sort of stomped on the 'file->files' change, but I saw the PR come in and started working on it to be prepared to be committed, just as I was reading the latest batch commit mail after I ran 'cvs commit' myself. I don't want to merge this just yet in case there's anything wrong with it that people want to correct before I dump it onto RELENG_4. -- +-------------------+---------------------------------+ | Chris Costello | As of next week, passwords will | | chris@calldei.com | be entered in Morse code. | +-------------------+---------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 10:58:20 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id D5D9A37B400; Sat, 13 Jan 2001 10:57:54 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0DIvQR33918; Sat, 13 Jan 2001 10:57:26 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 10:57:26 -0800 (PST) From: Matt Dillon Message-Id: <200101131857.f0DIvQR33918@earth.backplane.com> To: Mark Murray Cc: Robert Watson , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101131519.f0DFJhI20323@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :When the high-rate harvesters go in (after the preemptive threading), :the "off" --> "on" transition will happen within a couple of seconds, :and will no longer be a problem. : : :M :-- :Mark Murray This isn't good enough. What if the devices the high-rate harvesters use aren't configured in the system? You need to *guarentee* that the boot sequence will not block. Can you guarentee that your high rate harvesters, in every possible configuration of the system, will be able to unblock /dev/random in a few seconds? If you can *guarentee* that the boot sequence doesn't stall for more then a few seconds, in any OS config, then I'm fine with the blocking /dev/random. If you can't guarentee it, then it isn't a robust enough solution. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 11: 1: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDE5D37B400; Sat, 13 Jan 2001 11:00:49 -0800 (PST) Received: (from chris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DJ0n248390; Sat, 13 Jan 2001 11:00:49 -0800 (PST) (envelope-from chris) Message-Id: <200101131900.f0DJ0n248390@freefall.freebsd.org> From: Chris Costello Date: Sat, 13 Jan 2001 11:00:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mi_switch.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2001/01/13 11:00:49 PST Modified files: share/man/man9 mi_switch.9 Log: The prototype for cpu_switch() was changed in revision 1.111 of PR: 24311 Submitted by: Robert Drehmel Revision Changes Path 1.9 +2 -2 src/share/man/man9/mi_switch.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 12: 1:11 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id EFBF737B404; Sat, 13 Jan 2001 12:00:44 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f0DK0cf05009; Sun, 14 Jan 2001 04:00:38 +0800 (CST) (envelope-from clive) Date: Sun, 14 Jan 2001 04:00:38 +0800 From: Clive Lin To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile Message-ID: <20010114040038.A4862@cartier.cirx.org> References: <200101071451.f07EpnH73661@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101071451.f07EpnH73661@freefall.freebsd.org>; from dirk@FreeBSD.org on Sun, Jan 07, 2001 at 06:51:49AM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, The -fno-exceptions breaks mysql322-server build on 3.5-S. gcc 2.7.2.3 doesn't have this option :< I did changes below to build mysql-322. Mysql-323 untested. --- Makefile~ Sun Jan 14 03:31:29 2001 +++ Makefile Sun Jan 14 03:44:35 2001 @@ -37,7 +37,7 @@ CONFIGURE_ARGS="${CONFIGURE_ARGS}" # without including these flags mysqld may crash under heavy load # and multiple connections at the same time -CXXFLAGS= ${CFLAGS} -felide-constructors -fno-exceptions -fno-rtti +CXXFLAGS= ${CFLAGS} -felide-constructors -fno-rtti # MySQL-Server part .if !defined(CLIENT_ONLY) @@ -46,6 +46,10 @@ PLIST_SUB= MYSQL_VERSION=${PORTVERSION} .include + +.if ${OSVERSION} > 400003 +CXXFLAGS+= -fno-exceptions +.endif .if ${OSVERSION} >= 320000 .if defined(MIT_PTHREADS) The 400003 is from http://www.freebsd.org/porters-handbook/porting-versions.html On Sun, Jan 07, 2001 at 06:51:49AM -0800, Dirk Froemberg wrote: > dirk 2001/01/07 06:51:49 PST > > Modified files: > databases/mysql322-server Makefile > databases/mysql323-server Makefile > Log: > Add "-felide-constructors -fno-exceptions -fno-rtti" to CXXFLAGS > to work around a problem causing mysqld to crash under heavy load > and multiple connections at the same time. Arr, I don't know what's the difference if CXXFLAGS comes without -fno-exceptions. Are they particular combination or just independent options in this case ? > PORTREVISION bumped. -- CirX - This site doesnt' exist. 9c k9o h9 s1bg s1f=, 7v .y xqx a sj m8r ffg1 vg5 a6 asox tmul h38 =. ant sj m8r ob =? 1fj mwby a1 tao vg5 =. soq df v ' .a. CirX=. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 12:15:46 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 39CA737B6A2; Sat, 13 Jan 2001 12:15:26 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0DKFEx95425; Sat, 13 Jan 2001 12:15:14 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0DKFDY05637; Sat, 13 Jan 2001 12:15:13 -0800 (PST) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101131900.f0DJ0n248390@freefall.freebsd.org> Date: Sat, 13 Jan 2001 12:15:12 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Chris Costello Subject: RE: cvs commit: src/share/man/man9 mi_switch.9 Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-Jan-01 Chris Costello wrote: > chris 2001/01/13 11:00:49 PST > > Modified files: > share/man/man9 mi_switch.9 > Log: > The prototype for cpu_switch() was changed in revision 1.111 of > > > PR: 24311 > Submitted by: Robert Drehmel Doh! I've already rewritten mi_switch.9 along with 3 other new manpages describinb the scheduler. I'm just pending review on the last manpage before I can commit them all. Much more of mi_switch(9) is wrong right now than just function prototypes. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 12:28:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53B5337B404; Sat, 13 Jan 2001 12:28:01 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DKS1B60815; Sat, 13 Jan 2001 12:28:01 -0800 (PST) (envelope-from green) Message-Id: <200101132028.f0DKS1B60815@freefall.freebsd.org> From: Brian Feldman Date: Sat, 13 Jan 2001 12:28:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile distinfo ports/emulators/snes9x/files patch-aa patch-af patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/13 12:28:00 PST Modified files: emulators/snes9x Makefile distinfo emulators/snes9x/files patch-aa patch-af Removed files: emulators/snes9x/files patch-ai Log: Update to 1.34a Revision Changes Path 1.24 +3 -4 ports/emulators/snes9x/Makefile 1.10 +1 -1 ports/emulators/snes9x/distinfo 1.12 +24 -24 ports/emulators/snes9x/files/patch-aa 1.3 +7 -6 ports/emulators/snes9x/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 12:29:44 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 1457A37B400; Sat, 13 Jan 2001 12:29:15 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0DKSrI21262; Sat, 13 Jan 2001 22:28:57 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101132028.f0DKSrI21262@gratis.grondar.za> To: Matt Dillon Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101131857.f0DIvQR33918@earth.backplane.com> In-Reply-To: <200101131857.f0DIvQR33918@earth.backplane.com> ; from Matt Dillon "Sat, 13 Jan 2001 10:57:26 PST." Date: Sat, 13 Jan 2001 22:28:55 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > : > :When the high-rate harvesters go in (after the preemptive threading), > :the "off" --> "on" transition will happen within a couple of seconds, > :and will no longer be a problem. > : > : > :M > :-- > :Mark Murray > > This isn't good enough. What if the devices the high-rate harvesters > use aren't configured in the system? For this, I have agreed in another (more recent) conversation that converting the compile-time option that turns off block-at-boot into a sysctl that can be tweeked by the sysadmin is a good idea. Already coded, undergoing testing. Will commit soon. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 13:11:39 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 1633D37B69B; Sat, 13 Jan 2001 13:11:12 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0DLAsp34762; Sat, 13 Jan 2001 13:10:54 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 13:10:54 -0800 (PST) From: Matt Dillon Message-Id: <200101132110.f0DLAsp34762@earth.backplane.com> To: Mark Murray Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101131857.f0DIvQR33918@earth.backplane.com> <200101132028.f0DKSrI21262@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :> : :> :When the high-rate harvesters go in (after the preemptive threading), :> :the "off" --> "on" transition will happen within a couple of seconds, :> :and will no longer be a problem. :> : :> : :> :M :> :-- :> :Mark Murray :> :> This isn't good enough. What if the devices the high-rate harvesters :> use aren't configured in the system? : :For this, I have agreed in another (more recent) conversation that :converting the compile-time option that turns off block-at-boot :into a sysctl that can be tweeked by the sysadmin is a good idea. : :Already coded, undergoing testing. Will commit soon. : :M :-- :Mark Murray :Warning: this .sig is umop ap!sdn The *DEFAULT* has to guarentee proper operation. Rather then forcing sysadmins to turn on the option when things break, the option should be turned on by default and sysadmins who are paranoid about the random number generator can turn it off. Either that, or not have a sysctl at all and instead have the device *guarentee* that it will not block for an unreasonable period of time. All the commits to date have been to be utterly paranoid about the cryptographic security of the random number generator to the detriment of everyone who has ever had a major snafu related to the blocking, and everyone who ever might have a snafu because they are running a kernel configuration that doesn't happen to use the devices you decide to depend on in your auto-seeding. You have to make the the damn thing work for everyone else FIRST, and *then* worry about cryptographic security during boot. Your priorities are reversed. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 13:29:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A9337B69F; Sat, 13 Jan 2001 13:28:58 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DLSwS67509; Sat, 13 Jan 2001 13:28:58 -0800 (PST) (envelope-from jhb) Message-Id: <200101132128.f0DLSwS67509@freefall.freebsd.org> From: John Baldwin Date: Sat, 13 Jan 2001 13:28:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpivar.h acpi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/13 13:28:57 PST Modified files: sys/dev/acpica acpivar.h acpi.c Log: Add 3 new dynamic sysctl's to control the sleep states switched to on a power button, sleep button, or lid close event. The sysctl's use the ACPI sleep state names S0, S1, S2, S3, S4, S4B, and S5. Reviewed by: iwasaki Revision Changes Path 1.3 +4 -1 src/sys/dev/acpica/acpivar.h 1.11 +51 -1 src/sys/dev/acpica/acpi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 13:34:35 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id A6C4D37B6A1; Sat, 13 Jan 2001 13:34:09 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0DLXnI21405; Sat, 13 Jan 2001 23:33:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101132133.f0DLXnI21405@gratis.grondar.za> To: Matt Dillon Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132110.f0DLAsp34762@earth.backplane.com> In-Reply-To: <200101132110.f0DLAsp34762@earth.backplane.com> ; from Matt Dillon "Sat, 13 Jan 2001 13:10:54 PST." Date: Sat, 13 Jan 2001 23:33:50 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The *DEFAULT* has to guarentee proper operation. Rather then forcing > sysadmins to turn on the option when things break, the option should > be turned on by default and sysadmins who are paranoid about the > random number generator can turn it off. Whatever, Matt. The default goes in the fucking rc.conf file. Now kill this bikeshed, PLEASE!!! M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 13:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC2F337B6A1; Sat, 13 Jan 2001 13:37:35 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DLbZ568148; Sat, 13 Jan 2001 13:37:35 -0800 (PST) (envelope-from sf) Message-Id: <200101132137.f0DLbZ568148@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 13 Jan 2001 13:37:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/nethack pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/13 13:37:35 PST Modified files: japanese/nethack pkg-plist Log: remove duplicate entries. sort pkg-plist. Revision Changes Path 1.10 +13 -16 ports/japanese/nethack/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 Jan 13 13:42: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBB2B37B6A4; Sat, 13 Jan 2001 13:41:41 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DLffr68456; Sat, 13 Jan 2001 13:41:41 -0800 (PST) (envelope-from sf) Message-Id: <200101132141.f0DLffr68456@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sat, 13 Jan 2001 13:41:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack-gtk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/13 13:41:41 PST Modified files: games/nethack-gtk Makefile Log: add missing dependencies with XFree86-4. Revision Changes Path 1.6 +9 -2 ports/games/nethack-gtk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14: 4: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 627CE37B401; Sat, 13 Jan 2001 14:03:44 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0DM3R935732; Sat, 13 Jan 2001 14:03:27 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 14:03:27 -0800 (PST) From: Matt Dillon Message-Id: <200101132203.f0DM3R935732@earth.backplane.com> To: Mark Murray Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132110.f0DLAsp34762@earth.backplane.com> <200101132133.f0DLXnI21405@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :> The *DEFAULT* has to guarentee proper operation. Rather then forcing :> sysadmins to turn on the option when things break, the option should :> be turned on by default and sysadmins who are paranoid about the :> random number generator can turn it off. : :Whatever, Matt. : :The default goes in the fucking rc.conf file. : :Now kill this bikeshed, PLEASE!!! : :M :-- :Mark Murray :Warning: this .sig is umop ap!sdn The system had damn well have a reasonable default, regardless of what is in /etc/rc.conf or /etc/defaults/rc.conf. If you don't put it in, I will. It is simply not appropriate to commit code that can stall the system on boot. It is far more important to ensure that that DOES NOT HAPPEN then it is to be paranoid about cryptographically secure random numbers. Don't make the defaults ass-backwards, all you will do is hang up some poor sod who will wind up spending a dozen man hours trying to figure out why his computer won't boot. This bikeshed isn't going to go away until you people screw your heads on right and make commits that don't create havoc with other developers. It is NOT NECESSARY do that kind of shit to test your random number device code. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:17:44 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 3FAB337B400; Sat, 13 Jan 2001 14:17:19 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0DMH2I21498; Sun, 14 Jan 2001 00:17:05 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101132217.f0DMH2I21498@gratis.grondar.za> To: Matt Dillon Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132203.f0DM3R935732@earth.backplane.com> In-Reply-To: <200101132203.f0DM3R935732@earth.backplane.com> ; from Matt Dillon "Sat, 13 Jan 2001 14:03:27 PST." Date: Sun, 14 Jan 2001 00:17:02 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am now typing my 4th effort at answering this, and I am rather at a loss for words. Exactly what you are so loudly demanding below, is exactly what I offered in my previous mail. WILL YOU PLEASE GET OF MY CASE NOW!!! M > The system had damn well have a reasonable default, regardless of what > is in /etc/rc.conf or /etc/defaults/rc.conf. If you don't put it in, > I will. It is simply not appropriate to commit code that can stall the > system on boot. It is far more important to ensure that that DOES NOT > HAPPEN then it is to be paranoid about cryptographically secure random > numbers. Don't make the defaults ass-backwards, all you will do is > hang up some poor sod who will wind up spending a dozen man hours trying > to figure out why his computer won't boot. > > This bikeshed isn't going to go away until you people screw your heads > on right and make commits that don't create havoc with other developers. > It is NOT NECESSARY do that kind of shit to test your random number device > code. > > -Matt -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 8A4BC37B400; Sat, 13 Jan 2001 14:24:39 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0DMNk159920; Sat, 13 Jan 2001 14:23:46 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101132128.f0DLSwS67509@freefall.freebsd.org> Date: Sat, 13 Jan 2001 14:24:45 -0800 (PST) From: John Baldwin To: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/dev/acpica acpivar.h acpi.c Cc: cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 13-Jan-01 John Baldwin wrote: > jhb 2001/01/13 13:28:57 PST > > Modified files: > sys/dev/acpica acpivar.h acpi.c > Log: > Add 3 new dynamic sysctl's to control the sleep states switched to on a > power button, sleep button, or lid close event. The sysctl's use the > ACPI sleep state names S0, S1, S2, S3, S4, S4B, and S5. > > Reviewed by: iwasaki I made the sysctl's dynamic because they change variables in the softc. Had the variables been static I would have made these all static. Realistically, only one acpi device should ever be attached. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:29: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 43D0437B401; Sat, 13 Jan 2001 14:28:41 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0DMSN135897; Sat, 13 Jan 2001 14:28:23 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 14:28:23 -0800 (PST) From: Matt Dillon Message-Id: <200101132228.f0DMSN135897@earth.backplane.com> To: Mark Murray Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132203.f0DM3R935732@earth.backplane.com> <200101132217.f0DMH2I21498@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :I am now typing my 4th effort at answering this, and I am rather at a :loss for words. : :Exactly what you are so loudly demanding below, is exactly what I offered :in my previous mail. : :WILL YOU PLEASE GET OF MY CASE NOW!!! : :M Commit it then. There's been too much talk and not enough action. Committing your fixes can't make it any worse then it already is. The only reason I haven't committed anything yet is because I still hold out hope that one of the authors will unbreak the tree. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:38:22 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 7B1DA37B69B; Sat, 13 Jan 2001 14:37:57 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0DMbbI21558; Sun, 14 Jan 2001 00:37:41 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101132237.f0DMbbI21558@gratis.grondar.za> To: Matt Dillon Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132228.f0DMSN135897@earth.backplane.com> In-Reply-To: <200101132228.f0DMSN135897@earth.backplane.com> ; from Matt Dillon "Sat, 13 Jan 2001 14:28:23 PST." Date: Sun, 14 Jan 2001 00:37:38 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Commit it then. There's been too much talk and not enough action. > Committing your fixes can't make it any worse then it already is. > The only reason I haven't committed anything yet is because I still hold > out hope that one of the authors will unbreak the tree. I'll commit it when it it is ready. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:50:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A842F37B6AA; Sat, 13 Jan 2001 14:50:01 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DMo0G74637; Sat, 13 Jan 2001 14:50:00 -0800 (PST) (envelope-from ben) Message-Id: <200101132250.f0DMo0G74637@freefall.freebsd.org> From: Ben Smithurst Date: Sat, 13 Jan 2001 14:50:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/13 14:50:00 PST Modified files: sys/kern kern_prot.c Log: Fix getsid() to use "=" instead of "==". Not objected to by: audit Revision Changes Path 1.71 +2 -2 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 14:52: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 568D737B69E; Sat, 13 Jan 2001 14:51:37 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0DMpKS36028; Sat, 13 Jan 2001 14:51:20 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 14:51:20 -0800 (PST) From: Matt Dillon Message-Id: <200101132251.f0DMpKS36028@earth.backplane.com> To: Mark Murray Cc: Robert Watson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132228.f0DMSN135897@earth.backplane.com> <200101132237.f0DMbbI21558@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> Committing your fixes can't make it any worse then it already is. :> The only reason I haven't committed anything yet is because I still hold :> out hope that one of the authors will unbreak the tree. : :I'll commit it when it it is ready. : :M :-- :Mark Murray If we are going to have to wait, then please commit a stopgap -- Warner's preloading patch, for example. There is absolutely no reason to leave the tree in a broken state this long. The tree should NEVER be left in a broken state by a commit when the brokedness is known immediately, as it is here. Do you really think it is appropriate to commit something to the tree that blows developers up (on top of something that is already blowing developers up), then spend a week debating how to do it right without either (a) backing out the commit or (b) committing a stopgap workaround while you debate the issue? I sure don't. If that's your attitude then maybe we should backout ALL the work... revert it all the way back to 4.2. If you don't commit *something* by sunday evening, I AM going to commit a stopgap. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 15: 8:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7D2E37B6A3; Sat, 13 Jan 2001 15:08:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DN8a678312; Sat, 13 Jan 2001 15:08:36 -0800 (PST) (envelope-from jhb) Message-Id: <200101132308.f0DN8a678312@freefall.freebsd.org> From: John Baldwin Date: Sat, 13 Jan 2001 15:08:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/13 15:08:36 PST Modified files: sys/kern kern_proc.c Log: - Use sched_lock to prevent the mutex name from changing out from under us while we are copying it to the kinfo_proc structure. - Test against p_stat to see if we are blocked on a mutex. - Terminate ki_mtxname with a null char rather than ki_wmesg. Revision Changes Path 1.81 +6 -4 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 15:47:17 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 4DEE737B401; Sat, 13 Jan 2001 15:46:48 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id PAA54500; Sat, 13 Jan 2001 15:46:30 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A60E8D6.6E7E3281@FreeBSD.org> Date: Sat, 13 Jan 2001 15:46:30 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Matt Dillon Cc: Mark Murray , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132228.f0DMSN135897@earth.backplane.com> <200101132237.f0DMbbI21558@gratis.grondar.za> <200101132251.f0DMpKS36028@earth.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > If we are going to have to wait, then please commit a stopgap That stopgap was committed 10/27/00 in the form of the NOBLOCKRANDOM kernel config option which is the default in GENERIC. With this option enabled you will guarantee that /dev/random never blocks, including at boot time. > -- Warner's preloading patch, for example. Which, as has already been explained about 3 different times now will not cause /dev/random to unblock because it does not generate anywhere near enough entropy. > There is absolutely no reason to leave the > tree in a broken state this long. The tree is not broken. There are numerous ways for you to avoid ever having to deal with this issue until the code is more polished, and in the case of the above mentioned option, the default would mean that you would never see it in the first place. What's more, everything we have at this point _works_. The fact that you don't like the way it works does not mean it's broken. > Do you really think it is appropriate to commit something to the tree that > blows developers up (on top of something that is already blowing developers > up), then spend a week debating how to do it right without either > (a) backing out the commit or (b) committing a stopgap workaround > while you debate the issue? Well, I agree that the debate has been for the most part unproductive, especially when you continue to demand in loud, belligerent tones that we do things we've already agreed should be done and/or are already available. If you don't want to deal with the issues related to the random device right now you have it within your power to go with the defaults and turn it off. Please try to restrain yourself from further comment for at least a couple weeks while we continue to polish what we have. If we could spend less time answering e-mail and more time coding, the polish will happen sooner. :) Doug -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 15:51:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2826D37B400; Sat, 13 Jan 2001 15:50:53 -0800 (PST) Received: (from dmlb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DNorh80846; Sat, 13 Jan 2001 15:50:53 -0800 (PST) (envelope-from dmlb) Message-Id: <200101132350.f0DNorh80846@freefall.freebsd.org> From: Duncan Barclay Date: Sat, 13 Jan 2001 15:50:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 ray.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dmlb 2001/01/13 15:50:52 PST Modified files: share/man/man4/man4.i386 ray.4 Log: Correct a typo in a product name. Pointed Out By: ru Revision Changes Path 1.2 +2 -2 src/share/man/man4/man4.i386/ray.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16: 7:39 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 7869837B400; Sat, 13 Jan 2001 16:07:16 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0E07G336509; Sat, 13 Jan 2001 16:07:16 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 16:07:16 -0800 (PST) From: Matt Dillon Message-Id: <200101140007.f0E07G336509@earth.backplane.com> To: Doug Barton Cc: Mark Murray , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101132228.f0DMSN135897@earth.backplane.com> <200101132237.f0DMbbI21558@gratis.grondar.za> <200101132251.f0DMpKS36028@earth.backplane.com> <3A60E8D6.6E7E3281@FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :Matt Dillon wrote: : :> If we are going to have to wait, then please commit a stopgap : : That stopgap was committed 10/27/00 in the form of the NOBLOCKRANDOM :kernel config option which is the default in GENERIC. With this option :enabled you will guarantee that /dev/random never blocks, including at boot :time. That is not an appropriate stopgap. It fixes NOBODY who config's up custom kernels unless they know about the option and hack up their configs. Forcing people to hack up their configs is not a stopgap. A proper stopgap is for the system default to be non-blocking... THAT is a proper stopgap, *NOT* adding an option that developers HAVE to set in their custom kernels to unbreak themselves. :> -- Warner's preloading patch, for example. : : Which, as has already been explained about 3 different times now will not :cause /dev/random to unblock because it does not generate anywhere near :enough entropy. ls -lua, dmesg... it doesn't take much and you know it. It's good enough for development work and it makes things look reasonable. There is nothing wrong with making the kernel behave more like it does : :> There is absolutely no reason to leave the :> tree in a broken state this long. : : The tree is not broken. There are numerous ways for you to avoid ever :having to deal with this issue until the code is more polished, and in the :case of the above mentioned option, the default would mean that you would It is inappropriate to force the entire developer community to hack up their configurations to 'avoid' a problem that should not exist by default. It IS appropriate to have options to enable the new /dev/random code... so developers can turn it on in /etc/rc.conf while it's under development if they want to mess with it. It is NOT appropriate to have it on by default and to force developers to turn it off if they don't want to mess with it. There is a big difference. One creates havoc, one creates a smooth development path. Doug and Mark have chosen the wrong path. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:16:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D894937B401; Sat, 13 Jan 2001 16:16:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E0GHJ84252; Sat, 13 Jan 2001 16:16:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101140016.f0E0GHJ84252@freefall.freebsd.org> From: John Baldwin Date: Sat, 13 Jan 2001 16:16:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/13 16:16:17 PST Modified files: sys/i386/include mutex.h Log: Work around the broken atomic_store_rel_ptr() on the i386 arch by just using atomic_cmpset_rel_ptr() instead for _release_lock_quick(). When atomic_store_rel_ptr() is functional and MP safe, then this can be reverted. Revision Changes Path 1.21 +5 -1 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:19: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DB88037B400; Sat, 13 Jan 2001 16:18:41 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id AC1AE6AC20; Sun, 14 Jan 2001 10:48:38 +1030 (CST) Date: Sun, 14 Jan 2001 10:48:38 +1030 From: Greg Lehey To: Matthew Thyer Cc: Matt Dillon , Soren Schmidt , Will Andrews , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) Message-ID: <20010114104838.W66238@wantadilla.lemis.com> References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> <20010108092141.L52707@wantadilla.lemis.com> <200101080708.f0878ho23507@earth.backplane.com> <3A604F74.880F6E07@camtech.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A604F74.880F6E07@camtech.net.au>; from thyerm@camtech.net.au on Sat, Jan 13, 2001 at 11:22:04PM +1030 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 13 January 2001 at 23:22:04 +1030, Matthew Thyer wrote: > Matt Dillon wrote: >> >> Umm. I'm going to be a pest: If the drive tray is open the very LAST >> thing I want is for the device driver to try to close it on me. A >> windows box *destroyed* a CD (by scratching the hell out of it) that I > > User error. > > At the time you knew that Windows(tm) behaved in that manner. > > If you cared about the data on that CD (i.e. it could not have been > replaced) you would not have acted so rashly. Now this is ridiculous. It sounds like the typical things you hear of from Microsoft support personnel. It wouldn't have helped me, for example, because I've only just discovered this behaviour. Maybe this was the way Matt discovered it. Of course, you *could* say: If you had cared about the data on your machine, you would not have used "Windows". Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:25: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 2DC6537B402; Sat, 13 Jan 2001 16:24:38 -0800 (PST) Received: from laptop.baldwin.cx (john@jhb-laptop.osd.bsdi.com [204.216.28.241]) by meow.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0E0Nb161132; Sat, 13 Jan 2001 16:23:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101140007.f0E07G336509@earth.backplane.com> Date: Sat, 13 Jan 2001 16:24:38 -0800 (PST) From: John Baldwin To: Matt Dillon Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/ Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Robert Watson , Mark Murray , Doug Barton Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 14-Jan-01 Matt Dillon wrote: > >: >:Matt Dillon wrote: >: >:> If we are going to have to wait, then please commit a stopgap >: >: That stopgap was committed 10/27/00 in the form of the NOBLOCKRANDOM >:kernel config option which is the default in GENERIC. With this option >:enabled you will guarantee that /dev/random never blocks, including at boot >:time. > > That is not an appropriate stopgap. It fixes NOBODY who config's up > custom kernels unless they know about the option and hack up their > configs. Forcing people to hack up their configs is not a stopgap. Umm, Matt. If you are buildiong a custom config, it is customary to start from GENERIC. If you are updating from a really old current, then you should know by now that looking at the updates to GENERIC is a very good bullet-in-foot saving exercise. Also, you know, we hashed this out on the mailing lists like months ago (which is where the NOBLOCKRANDOM thing came from). Where were you? Secondly, this is _-current_. Add the option to your kernel and get over it. There are lots of other more productive things that need to be done. In fact, SMPng could _really_ benefit from having the VM system locked down, since most parts of the kernel end up migrating into VM at some point in time, and for us to be able to move part of the kernel out from under Giant, we have to ensure that everything below that portion is locked and MP safe. Hopefully, you can see the obvious benefits. Thirdly, slow down and calm down. From the volume of mail this thread is consuming right now, it has descended into blue-in-the-face arguing back and forth where both sides are dug in and on the defensive, neither willing to back down for the sake of pride. Please, go take a break. Continuing with emotional rants that keep going back and forth does not change anyone's mind. However, it does lower your esteem in the minds of the spectators. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:26:41 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 5A5F037B698; Sat, 13 Jan 2001 16:26:17 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0E0QEQ86706; Sat, 13 Jan 2001 16:26:14 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101140026.f0E0QEQ86706@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Matt Dillon Cc: Doug Barton , Mark Murray , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-Reply-To: <200101140007.f0E07G336509@earth.backplane.com> Date: Sat, 13 Jan 2001 16:26:14 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > : > :Matt Dillon wrote: > : > :> If we are going to have to wait, then please commit a stopgap > : > : That stopgap was committed 10/27/00 in the form of the NOBLOCKRANDOM > :kernel config option which is the default in GENERIC. With this option > :enabled you will guarantee that /dev/random never blocks, including at boot > :time. > > That is not an appropriate stopgap. It fixes NOBODY who config's up > custom kernels unless they know about the option and hack up their > configs. Forcing people to hack up their configs is not a stopgap. Did you hack up your custom kernel config to add 'options DEVRANDOM'? Obviously you found out about that option somehow, so the same process should lead you to the NOBLOCKRANDOM option. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:33:46 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id EDFC437B402; Sat, 13 Jan 2001 16:33:20 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0E0X4I21880; Sun, 14 Jan 2001 02:33:07 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101140033.f0E0X4I21880@gratis.grondar.za> To: Matt Dillon Cc: Doug Barton , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101140007.f0E07G336509@earth.backplane.com> In-Reply-To: <200101140007.f0E07G336509@earth.backplane.com> ; from Matt Dillon "Sat, 13 Jan 2001 16:07:16 PST." Date: Sun, 14 Jan 2001 02:33:05 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It is inappropriate to force the entire developer community to hack up > their configurations to 'avoid' a problem that should not exist by > default. A problem we avoid is sshd getting predictable numbers and being compromised. > It IS appropriate to have options to enable the new /dev/random code... > so developers can turn it on in /etc/rc.conf while it's under development > if they want to mess with it. It is NOT appropriate to have it on by > default and to force developers to turn it off if they don't want to mess > with it. > > There is a big difference. One creates havoc, one creates a smooth > development path. Doug and Mark have chosen the wrong path. Actually, Matt, we have chosen the above path. You just don't believe us because we haven't finished. You also ignore the security officer's input in this whole thing. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:46: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id C113037B404; Sat, 13 Jan 2001 16:45:37 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0E0jPS36713; Sat, 13 Jan 2001 16:45:25 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 16:45:25 -0800 (PST) From: Matt Dillon Message-Id: <200101140045.f0E0jPS36713@earth.backplane.com> To: Mark Murray Cc: Doug Barton , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101140007.f0E07G336509@earth.backplane.com> <200101140033.f0E0X4I21880@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :> It is inappropriate to force the entire developer community to hack up :> their configurations to 'avoid' a problem that should not exist by :> default. : :A problem we avoid is sshd getting predictable numbers and being :compromised. Which is meaningless since production machines are running 4.2. And also meaningless because sshd is not started until much later in the boot process... so all the hell of the hacks to the early-rc code has nothing to do with sshd. :> There is a big difference. One creates havoc, one creates a smooth :> development path. Doug and Mark have chosen the wrong path. : :Actually, Matt, we have chosen the above path. You just don't believe us :because we haven't finished. : :You also ignore the security officer's input in this whole thing. : :M :-- :Mark Murray And you've happily left the tree broken while you debated it, instead of making it opt-in right away as you should have done in the first place. I'm still waiting for that commit. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 16:55:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFA637B698; Sat, 13 Jan 2001 16:54:49 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E0snj86825; Sat, 13 Jan 2001 16:54:49 -0800 (PST) (envelope-from brian) Message-Id: <200101140054.f0E0snj86825@freefall.freebsd.org> From: Brian Somers Date: Sat, 13 Jan 2001 16:54:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c physical.c tcp.c udp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/13 16:54:49 PST Modified files: usr.sbin/ppp ether.c physical.c tcp.c udp.c Log: Use fstat to check if descriptor 0 is a socket. Suggested by: julian Revision Changes Path 1.15 +32 -20 src/usr.sbin/ppp/ether.c 1.44 +10 -3 src/usr.sbin/ppp/physical.c 1.12 +35 -24 src/usr.sbin/ppp/tcp.c 1.12 +28 -17 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 17: 4:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E7FB37B404; Sat, 13 Jan 2001 17:04:25 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E14PD87311; Sat, 13 Jan 2001 17:04:25 -0800 (PST) (envelope-from brian) Message-Id: <200101140104.f0E14PD87311@freefall.freebsd.org> From: Brian Somers Date: Sat, 13 Jan 2001 17:04:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c physical.c tcp.c udp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/13 17:04:25 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ether.c physical.c tcp.c udp.c Log: MFC: Use fstat to check if descriptor 0 is a socket. Suggested by: julian Revision Changes Path 1.12.2.6 +32 -20 src/usr.sbin/ppp/ether.c 1.42.2.4 +10 -3 src/usr.sbin/ppp/physical.c 1.11.2.2 +35 -24 src/usr.sbin/ppp/tcp.c 1.10.4.3 +28 -17 src/usr.sbin/ppp/udp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 17:16: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id 19B0937B404; Sat, 13 Jan 2001 17:15:48 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id f0E1FBU36854; Sat, 13 Jan 2001 17:15:11 -0800 (PST) (envelope-from dillon) Date: Sat, 13 Jan 2001 17:15:11 -0800 (PST) From: Matt Dillon Message-Id: <200101140115.f0E1FBU36854@earth.backplane.com> To: Peter Wemm Cc: Doug Barton , Mark Murray , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh References: <200101140026.f0E0QEQ86706@mobile.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Did you hack up your custom kernel config to add 'options DEVRANDOM'? :Obviously you found out about that option somehow, so the same process :should lead you to the NOBLOCKRANDOM option. : :Cheers, :-Peter DEVRANDOM is as broken as everything else. It doesn't make the pain disappear if it isn't there. Does it stop the cron job from starting up? No. Is it sufficient to test -w for DEVRANDOM-config'd kernels in /etc/rc? No. Does it prevent the save-entropy script from running? No. So much for DEVRANDOM! The /dev/random commits have created problem after problem, incrementally and in whole. And unncessarily. One sysctl is all it would have taken to test for their enablement in the scripts, and one sysctl is all it would take to have an opt-in rc.conf variable to turn it on. It hasn't happened yet. What I am asking for here is reasonable: Cleanup this stuff so it is entirely opt-in for the developers, based on an rc.conf variable which defaults to off. It can't be that difficult. -Matt :-- :Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au :"All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 17:24:51 2001 Delivered-To: cvs-all@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id EAF9737B402; Sat, 13 Jan 2001 17:24:29 -0800 (PST) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id OAA45446; Sun, 14 Jan 2001 14:24:18 +1300 (NZDT) Message-Id: <200101140124.OAA45446@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary / FreshPorts To: Matt Dillon Date: Sun, 14 Jan 2001 14:24:16 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-e Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <200101140115.f0E1FBU36854@earth.backplane.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Could cvs-all please be excluded from this thread? -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ FreshPorts - http://freshports.org/ NZ Broadband - http://unixathome.org/broadband/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 17:37:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 731AA37B402; Sat, 13 Jan 2001 17:37:16 -0800 (PST) Received: (from mita@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E1bG791042; Sat, 13 Jan 2001 17:37:16 -0800 (PST) (envelope-from mita) Message-Id: <200101140137.f0E1bG791042@freefall.freebsd.org> From: Yoshio MITA Date: Sat, 13 Jan 2001 17:37:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/magicpoint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mita 2001/01/13 17:37:16 PST Modified files: misc/magicpoint Makefile Log: Added HTML manual Submitted by: sf@FreeBSD.org personally Revision Changes Path 1.23 +8 -5 ports/misc/magicpoint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 18: 5:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3553A37B401; Sat, 13 Jan 2001 18:05:05 -0800 (PST) Received: (from paul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E254U92499; Sat, 13 Jan 2001 18:05:04 -0800 (PST) (envelope-from paul) Message-Id: <200101140205.f0E254U92499@freefall.freebsd.org> From: Paul Richards Date: Sat, 13 Jan 2001 18:05:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/update pkg_update.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG paul 2001/01/13 18:05:03 PST Modified files: usr.sbin/pkg_install/update pkg_update.pl Log: Fix a nasty bug whereby if the package file didn't have a version number then all packages would be deinstalled! The tightening up of version number checking also fixes a bug where a package file such as gtk.tgz would have resulting in gtk-engines being deinstalled. Revision Changes Path 1.4 +14 -8 src/usr.sbin/pkg_install/update/pkg_update.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 21:14:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C197037B400; Sat, 13 Jan 2001 21:14:37 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E5Ebj05121; Sat, 13 Jan 2001 21:14:37 -0800 (PST) (envelope-from imp) Message-Id: <200101140514.f0E5Ebj05121@freefall.freebsd.org> From: Warner Losh Date: Sat, 13 Jan 2001 21:14:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/13 21:14:37 PST Modified files: sys/sys disklabel.h Log: Use ANSI prototype and function definition for dkcksum so that this file can be included with C++ again. This appears to have been broken in 1.54 with the introduction of it as an inline function. Revision Changes Path 1.60 +3 -4 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 Jan 13 21:54:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F414837B400; Sat, 13 Jan 2001 21:54:25 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E5sPM07794; Sat, 13 Jan 2001 21:54:25 -0800 (PST) (envelope-from wes) Message-Id: <200101140554.f0E5sPM07794@freefall.freebsd.org> From: Wes Peters Date: Sat, 13 Jan 2001 21:54:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wes 2001/01/13 21:54:25 PST Modified files: en support.sgml Log: Added info about Utah user group, aka SLLUG-BUG. Prompted by: Greg Lehey Revision Changes Path 1.213 +12 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 22: 5:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22E8137B400; Sat, 13 Jan 2001 22:05:16 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E65Gu09207; Sat, 13 Jan 2001 22:05:16 -0800 (PST) (envelope-from will) Message-Id: <200101140605.f0E65Gu09207@freefall.freebsd.org> From: Will Andrews Date: Sat, 13 Jan 2001 22:05:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Class-Singleton Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/13 22:05:16 PST Modified files: devel Makefile Added files: devel/p5-Class-Singleton Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Class-Singleton 1.03, a perl module that describes a singular object class. Revision Changes Path 1.417 +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 Sat Jan 13 22: 5:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF20537B401; Sat, 13 Jan 2001 22:05:28 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E65ST10158; Sat, 13 Jan 2001 22:05:28 -0800 (PST) (envelope-from will) Message-Id: <200101140605.f0E65ST10158@freefall.freebsd.org> From: Will Andrews Date: Sat, 13 Jan 2001 22:05:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/13 22:05:28 PST Modified files: . modules Log: p5-Class-Singleton --> ports/devel/p5-Class-Singleton Revision Changes Path 1.2301 +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 Jan 13 22:13:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C580337B401; Sat, 13 Jan 2001 22:13:23 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6DNc14481; Sat, 13 Jan 2001 22:13:23 -0800 (PST) (envelope-from will) Message-Id: <200101140613.f0E6DNc14481@freefall.freebsd.org> From: Will Andrews Date: Sat, 13 Jan 2001 22:13:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-UnixCrypt Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/13 22:13:23 PST Modified files: security Makefile Added files: security/p5-Crypt-UnixCrypt Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Crypt-UnixCrypt 1.0, a perl module implementing crypt(3). Requested by: jim Revision Changes Path 1.160 +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 Sat Jan 13 22:13:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4915B37B402; Sat, 13 Jan 2001 22:13:35 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6DZT14530; Sat, 13 Jan 2001 22:13:35 -0800 (PST) (envelope-from will) Message-Id: <200101140613.f0E6DZT14530@freefall.freebsd.org> From: Will Andrews Date: Sat, 13 Jan 2001 22:13:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/13 22:13:35 PST Modified files: . modules Log: p5-Crypt-UnixCrypt --> ports/security/p5-Crypt-UnixCrypt Revision Changes Path 1.2302 +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 Jan 13 22:18:19 2001 Delivered-To: cvs-all@freebsd.org Received: from mta03.mail.mel.aone.net.au (mta03.mail.au.uu.net [203.2.192.83]) by hub.freebsd.org (Postfix) with ESMTP id 1E48037B400 for ; Sat, 13 Jan 2001 22:18:02 -0800 (PST) Received: from camtech.net.au ([203.55.243.183]) by mta03.mail.mel.aone.net.au with ESMTP id <20010114061800.XMFN4972.mta03.mail.mel.aone.net.au@camtech.net.au>; Sun, 14 Jan 2001 17:18:00 +1100 Message-ID: <3A614529.9CD9EE06@camtech.net.au> Date: Sun, 14 Jan 2001 16:50:25 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: cvs-all@FreeBSD.ORG Subject: Re: please do not close the drive tray automatically. (was Re: cvs commit: src/sys/dev/ata atapi-cd.c) References: <20010107115456.S1611@puck.firepipe.net> <200101071658.RAA05273@freebsd.dk> <20010108092141.L52707@wantadilla.lemis.com> <200101080708.f0878ho23507@earth.backplane.com> <3A604F74.880F6E07@camtech.net.au> <20010114104838.W66238@wantadilla.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > User error. > > > > At the time you knew that Windows(tm) behaved in that manner. > > > > If you cared about the data on that CD (i.e. it could not have been > > replaced) you would not have acted so rashly. > > Now this is ridiculous. It sounds like the typical things you hear of > from Microsoft support personnel. It wouldn't have helped me, for > example, because I've only just discovered this behaviour. Maybe this > was the way Matt discovered it. Of course, you *could* say: > > If you had cared about the data on your machine, you would not have > used "Windows". Good point, I know I dont trust Windows with my data.... only games and with the knowledge that I can re-format at any time as you need to do with Windows now and again. It takes one or two reboots of Windows with the CD-ROM tray out to catch on that the driver closes the tray so if it was the first time Mr Dillon had done this he would not have known but my point is its not such a big deal as users come to expect the behaviour pretty quickly. The trade off is whether its worth risking some data before everyone knows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 22:30:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C34937B401; Sat, 13 Jan 2001 22:29:57 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6TvD16642; Sat, 13 Jan 2001 22:29:57 -0800 (PST) (envelope-from grog) Message-Id: <200101140629.f0E6TvD16642@freefall.freebsd.org> From: Greg Lehey Date: Sat, 13 Jan 2001 22:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/13 22:29:57 PST Modified files: sys/dev/vinum vinumconfig.c Log: config_plex: Check that we have specified a plex organization. Tripped over by: "Jeroen C. van Gelderen" Revision Changes Path 1.37 +6 -3 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 Sat Jan 13 22:33:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01D5D37B400; Sat, 13 Jan 2001 22:33:11 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6XAB16846; Sat, 13 Jan 2001 22:33:10 -0800 (PST) (envelope-from grog) Message-Id: <200101140633.f0E6XAB16846@freefall.freebsd.org> From: Greg Lehey Date: Sat, 13 Jan 2001 22:33:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/13 22:33:10 PST Modified files: sys/dev/vinum vinumio.c Log: format_config: If a subdisk loses its drive (due to a bug which has not yet been caught), don't save the config with a null drive name (which causes the drive to be renamed "plex" on the next start), put in the text "*invalid*" instead. This is damage control, not a fix. Experienced by: peter Break some long format strings so that they fit in style(9)-sized lines. Remove some "outdentation". Revision Changes Path 1.64 +25 -12 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 Sat Jan 13 22:35:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6538737B400; Sat, 13 Jan 2001 22:34:58 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6Ywc16968; Sat, 13 Jan 2001 22:34:58 -0800 (PST) (envelope-from grog) Message-Id: <200101140634.f0E6Ywc16968@freefall.freebsd.org> From: Greg Lehey Date: Sat, 13 Jan 2001 22:34:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumlock.c vinumvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/13 22:34:58 PST Modified files: sys/dev/vinum vinumlock.c vinumvar.h Log: struct rangelock: Remove the field 'plex' from the entry. Range locks are accessed only via the plex, so there's never any confusion as to the plex number. This value was, as a result, unused. Revision Changes Path 1.21 +2 -5 src/sys/dev/vinum/vinumlock.c 1.36 +1 -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 Sat Jan 13 22:45:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD67E37B400; Sat, 13 Jan 2001 22:45:00 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6j0s17366; Sat, 13 Jan 2001 22:45:00 -0800 (PST) (envelope-from kris) Message-Id: <200101140645.f0E6j0s17366@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 13 Jan 2001 22:45:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/13 22:45:00 PST Added files: security/uvscan-dat pkg-message Log: Add an install-time comment pointing out the existence of the update_dat script for fetching the very latest datfiles, since several people have missed this and sent me their own versions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 22:46:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE33037B400; Sat, 13 Jan 2001 22:46:31 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6kVw17457; Sat, 13 Jan 2001 22:46:31 -0800 (PST) (envelope-from kris) Message-Id: <200101140646.f0E6kVw17457@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 13 Jan 2001 22:46:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/13 22:46:31 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4115 virus definitions Revision Changes Path 1.10 +3 -2 ports/security/uvscan-dat/Makefile 1.10 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 23: 0:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4280237B402; Sat, 13 Jan 2001 23:00:00 -0800 (PST) Received: (from non@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E700H18132; Sat, 13 Jan 2001 23:00:00 -0800 (PST) (envelope-from non) Message-Id: <200101140700.f0E700H18132@freefall.freebsd.org> From: Noriaki Mitsunaga Date: Sat, 13 Jan 2001 23:00:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG non 2001/01/13 23:00:00 PST Modified files: (Branch: RELENG_4) sys/dev/nsp nsp.c Log: [MFC] Remove conflicts between unsigned char *s and int s. It was possible cause of kernel panic. Pointed Out by: phk@FreeBSD.ORG Revision Changes Path 1.1.2.2 +5 -5 src/sys/dev/nsp/nsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 23:18:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F24237B401; Sat, 13 Jan 2001 23:18:32 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E7IWR21377; Sat, 13 Jan 2001 23:18:32 -0800 (PST) (envelope-from dougb) Message-Id: <200101140718.f0E7IWR21377@freefall.freebsd.org> From: Doug Barton Date: Sat, 13 Jan 2001 23:18:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist BSD.var.dist src/libexec/save-entropy save-entropy.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/01/13 23:18:32 PST Modified files: etc crontab rc etc/defaults rc.conf etc/mtree BSD.root.dist BSD.var.dist libexec/save-entropy save-entropy.sh Log: Move the process of storing entropy from /dev/random and reseeding with it at boot time closer to the way we want it to be in the final version. * Move the default directory to /var/db/entropy * Run the entropy saving cron job every 11 minutes. This seems to be a better default, although still bikeshed material. * Feed /dev/random some cheesy "entropy" from various commands and files before the disks are mounted. This gives /dev/random a better chance of running without blocking early. * Move the reseeding with previously stored entropy to the point immediately after the disks are mounted. * Make the harvesting script a little safer in regards to the possibility of accidentally overwriting something other than a regular file. Revision Changes Path 1.29 +4 -4 src/etc/crontab 1.248 +34 -55 src/etc/rc 1.85 +2 -2 src/etc/defaults/rc.conf 1.49 +0 -4 src/etc/mtree/BSD.root.dist 1.44 +5 -1 src/etc/mtree/BSD.var.dist 1.2 +21 -11 src/libexec/save-entropy/save-entropy.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 23:23:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2870D37B401; Sat, 13 Jan 2001 23:22:56 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E7Mul21684; Sat, 13 Jan 2001 23:22:56 -0800 (PST) (envelope-from kris) Message-Id: <200101140722.f0E7Mul21684@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 13 Jan 2001 23:22:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal ssh-keys.asc machines.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/13 23:22:56 PST Modified files: en/internal machines.sgml Added files: en/internal ssh-keys.asc Log: Add a GPG-signed file containing the SSH host keys and their fingerprints for the FreeBSD.org machines. Revision Changes Path 1.20 +6 -2 www/en/internal/machines.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 13 23:54:28 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 74E3337B400; Sat, 13 Jan 2001 23:54:00 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA57770; Sat, 13 Jan 2001 23:53:59 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A615B17.39E1E474@FreeBSD.org> Date: Sat, 13 Jan 2001 23:53:59 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.confsrc/etc/mtree BSD.root.dist BSD.var.dist src/libexec/save-entropysave-entropy.sh References: <200101140718.f0E7IWR21377@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Welcome to round 2. :) A number of changes have been made, and various helpful suggestions have been incorporated. The previous attempt to store the entropy gathered by the periodic harvester on the root partition and use it to help the reseed at boot effort has been abandoned. Instead, I've moved it to the point after the disks are mounted which will be its permanent home. We're still discussing the fate of the file that's written out at shutdown. My inclination is to keep it, although when the new disk/network device harvesters are in it will likely be removed from the pre-disk mount part of rc, and the default file path will be $entropy_dir/shutdown. The reasons for keeping it include greater potential for having some good random bits to use for reseed, and to give the admin a more fine-grained solution. You could easily disable the periodic harvesting but leave the shutdown version in place, for example. Since the "cheesy" entropy that was previously a fallback option for entropy_file read failures is now included at the beginning of rc, that code in its more permanent location (after the disks are mounted) has been dramatically simplified. As stated, the 11 minute period for the harvesting is still extremely bike shed'able, however I really don't want to wade into it any further. The operation of writing out the file generates so little load that I've never noticed it on my home workstation which has been running it for days at the 3 minute period. I could understand how someone running a super heavily loaded system might want to disable it, especially for a long running machine. However, someone in this position already has things that need to be tweaked, so I think this is a safe default. So, let the games begin. :) Doug Barton wrote: > > dougb 2001/01/13 23:18:32 PST > > Modified files: > etc crontab rc > etc/defaults rc.conf > etc/mtree BSD.root.dist BSD.var.dist > libexec/save-entropy save-entropy.sh > Log: > Move the process of storing entropy from /dev/random and reseeding with > it at boot time closer to the way we want it to be in the final version. > > * Move the default directory to /var/db/entropy > * Run the entropy saving cron job every 11 minutes. This seems > to be a better default, although still bikeshed material. > * Feed /dev/random some cheesy "entropy" from various commands > and files before the disks are mounted. This gives /dev/random > a better chance of running without blocking early. > * Move the reseeding with previously stored entropy to the point > immediately after the disks are mounted. > * Make the harvesting script a little safer in regards to the > possibility of accidentally overwriting something other > than a regular file. > > Revision Changes Path > 1.29 +4 -4 src/etc/crontab > 1.248 +34 -55 src/etc/rc > 1.85 +2 -2 src/etc/defaults/rc.conf > 1.49 +0 -4 src/etc/mtree/BSD.root.dist > 1.44 +5 -1 src/etc/mtree/BSD.var.dist > 1.2 +21 -11 src/libexec/save-entropy/save-entropy.sh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/crontab.diff?&r1=1.28&r2=1.29&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.diff?&r1=1.247&r2=1.248&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/defaults/rc.conf.diff?&r1=1.84&r2=1.85&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.root.dist.diff?&r1=1.48&r2=1.49&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.var.dist.diff?&r1=1.43&r2=1.44&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/libexec/save-entropy/save-entropy.sh.diff?&r1=1.1&r2=1.2&f=h -- "The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment." -- Theodore H. White Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message