From owner-cvs-all Sun Sep 20 00:20:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06259 for cvs-all-outgoing; Sun, 20 Sep 1998 00:20:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06242; Sun, 20 Sep 1998 00:20:44 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA25950; Sun, 20 Sep 1998 00:20:21 -0700 (PDT) Date: Sun, 20 Sep 1998 00:20:21 -0700 (PDT) Message-Id: <199809200720.AAA25950@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_periph.c cam_xpt.c src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/dev/dpt dpt.h dpt_scsi.c src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/20 00:20:20 PDT Modified files: sys/cam cam_periph.c cam_xpt.c Log: cam_xpt.c: Add quirk entry for a Samsung drive that doesn't like experiencing the queue full condition. Bump the timeouts for all probe activities to 60s. We don't know what the seletion timeout (or equivelent on other mediums) is for controllers, which can make the transactions at the tail end of a parallel probe take a while to complete. The DPT seems to be a card that takes a long time to see a selection timeout. cam_periph.c: Don't call a device "gone" after a single selection timeout. We need to come up with a better policy. Until that time, you'll have to manually re-scan a bus via camcontrol for the system to decide that a device is really gone. This should give devices experiencing temporary insanity to escape death. Revision Changes Path 1.2 +11 -4 src/sys/cam/cam_periph.c 1.9 +14 -5 src/sys/cam/cam_xpt.c Modified files: sys/cam/scsi scsi_cd.c scsi_da.c Log: Don't invalidate devices due to unexpected unit attention errors. In a perfect world, we'd notice the UA and do some device validation to ensure that the device hasn't changed. We may get this before the year ends, but not before 3.0R. This change gives the adminstrator ample ammunition to take off a foot or two, but hey this *is* UN*X. Revision Changes Path 1.2 +7 -1 src/sys/cam/scsi/scsi_cd.c 1.5 +7 -1 src/sys/cam/scsi/scsi_da.c Modified files: sys/dev/dpt dpt.h dpt_scsi.c Log: Drop the maximum SG count to 32 from 1024. We can't make use of all of those extra ones yet, anyway. In dpttimeout, expect that the controller will complete aborted CCBs through the interrupt handler. This corrects a panic that was caused by completing the same transaction twice during timeout recovery. Honor the tag times types expressed by the user and pass them down to the controller. Revision Changes Path 1.3 +5 -4 src/sys/dev/dpt/dpt.h 1.15 +23 -18 src/sys/dev/dpt/dpt_scsi.c Modified files: sys/i386/conf LINT Log: Re-enable the advansys driver. Revision Changes Path 1.472 +2 -3 src/sys/i386/conf/LINT From owner-cvs-all Sun Sep 20 01:52:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12045 for cvs-all-outgoing; Sun, 20 Sep 1998 01:52:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12040; Sun, 20 Sep 1998 01:52:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA27212; Sun, 20 Sep 1998 01:52:24 -0700 (PDT) Date: Sun, 20 Sep 1998 01:52:24 -0700 (PDT) Message-Id: <199809200852.BAA27212@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/20 01:52:24 PDT Modified files: release Makefile Log: Turn NODOC off again; now that releases are releasing again, it's time to try and unbreak docs. Revision Changes Path 1.389 +2 -2 src/release/Makefile From owner-cvs-all Sun Sep 20 03:51:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00771 for cvs-all-outgoing; Sun, 20 Sep 1998 03:51:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00584; Sun, 20 Sep 1998 03:50:47 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA01174; Sun, 20 Sep 1998 03:50:20 -0700 (PDT) Date: Sun, 20 Sep 1998 03:50:20 -0700 (PDT) Message-Id: <199809201050.DAA01174@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/20 03:50:20 PDT Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.205. Revision Changes Path 1.71 +1 -2 src/sys/pc98/conf/files.pc98 From owner-cvs-all Sun Sep 20 03:53:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01066 for cvs-all-outgoing; Sun, 20 Sep 1998 03:53:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00966; Sun, 20 Sep 1998 03:52:25 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA01403; Sun, 20 Sep 1998 03:51:58 -0700 (PDT) Date: Sun, 20 Sep 1998 03:51:58 -0700 (PDT) Message-Id: <199809201051.DAA01403@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/20 03:51:58 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.126. Revision Changes Path 1.60 +21 -6 src/sys/pc98/pc98/clock.c From owner-cvs-all Sun Sep 20 03:55:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01462 for cvs-all-outgoing; Sun, 20 Sep 1998 03:55:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01335; Sun, 20 Sep 1998 03:55:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA01876; Sun, 20 Sep 1998 03:54:41 -0700 (PDT) Date: Sun, 20 Sep 1998 03:54:41 -0700 (PDT) Message-Id: <199809201054.DAA01876@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/ports portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/20 03:54:41 PDT Modified files: ja/ports portindex Log: Merge rev 1.18 Revision Changes Path 1.9 +2 -2 www/ja/ports/portindex From owner-cvs-all Sun Sep 20 07:42:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03562 for cvs-all-outgoing; Sun, 20 Sep 1998 07:42:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03551; Sun, 20 Sep 1998 07:42:21 -0700 (PDT) (envelope-from nsouch@FreeBSD.org) From: Nicolas Souchu Received: (from nsouch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05854; Sun, 20 Sep 1998 07:41:55 -0700 (PDT) Date: Sun, 20 Sep 1998 07:41:55 -0700 (PDT) Message-Id: <199809201441.HAA05854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus immio.c nlpt.c ppb_msq.c ppbconf.c ppbconf.h vpo.c vpoio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nsouch 1998/09/20 07:41:55 PDT Modified files: sys/dev/ppbus immio.c nlpt.c ppb_msq.c ppbconf.c ppbconf.h vpo.c vpoio.c Log: - port of vpo code to CAM - ppbus was released before checking if still in disk_mode by vpoio and immio: the microseq (in_disk_mode) was never executed. Fixed. - nlptintr() renamed to nlpt_intr(). spltty() inserted in nlptintr() before nlpt_intr() call Revision Changes Path 1.2 +50 -28 src/sys/dev/ppbus/immio.c 1.10 +20 -6 src/sys/dev/ppbus/nlpt.c 1.3 +7 -15 src/sys/dev/ppbus/ppb_msq.c 1.8 +4 -1 src/sys/dev/ppbus/ppbconf.c 1.9 +2 -2 src/sys/dev/ppbus/ppbconf.h 1.8 +213 -143 src/sys/dev/ppbus/vpo.c 1.3 +60 -15 src/sys/dev/ppbus/vpoio.c From owner-cvs-all Sun Sep 20 07:47:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04394 for cvs-all-outgoing; Sun, 20 Sep 1998 07:47:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04389; Sun, 20 Sep 1998 07:47:27 -0700 (PDT) (envelope-from nsouch@FreeBSD.org) From: Nicolas Souchu Received: (from nsouch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA05971; Sun, 20 Sep 1998 07:47:01 -0700 (PDT) Date: Sun, 20 Sep 1998 07:47:01 -0700 (PDT) Message-Id: <199809201447.HAA05971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ppc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nsouch 1998/09/20 07:47:01 PDT Modified files: sys/i386/isa ppc.c Log: - program counter was previously an index in the microsequence, now pc is struct ppb_microseq* pointing directly into the microsequence Revision Changes Path 1.9 +18 -26 src/sys/i386/isa/ppc.c From owner-cvs-all Sun Sep 20 08:03:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07160 for cvs-all-outgoing; Sun, 20 Sep 1998 08:03:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07147 for ; Sun, 20 Sep 1998 08:03:53 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id IAA17921 for ; Sun, 20 Sep 1998 08:04:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: committers@freebsd.org Subject: Please don't install any new kernels on bento for now. Date: Sun, 20 Sep 1998 08:04:07 -0700 Message-ID: <17917.906303847@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Looks like bento and -current don't currently (haha) get along. Anything compiled after the 16th of September causes an instant panic which, unfortunately, is severe enough to skip the debugger and also occurs so quickly as to preclude actually being able to read what the panic actually IS. Grumble.. This is very weird since -current works just fine on all the other SMP boxes I have around here for testing, it's just bento that hates it. And yes, I've removed soft updates and just about everything else I can think of which might cause it. The only thing I can imagine different about bento is that it uses ccd. Any known-bad interaction between ccd and CAM? - Jordan From owner-cvs-all Sun Sep 20 08:38:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09679 for cvs-all-outgoing; Sun, 20 Sep 1998 08:38:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA09662 for ; Sun, 20 Sep 1998 08:38:04 -0700 (PDT) (envelope-from sthaug@nethelp.no) From: sthaug@nethelp.no Received: (qmail 19514 invoked by uid 1001); 20 Sep 1998 15:37:37 +0000 (GMT) To: fenner@parc.xerox.com Cc: jkoshy@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.network rc.conf src/sys/netinet ip_icmp.c src/lib/libc/gen sysctl.3 In-Reply-To: Your message of "Tue, 15 Sep 1998 14:29:22 PDT" References: <199809152129.OAA08611@mango.parc.xerox.com> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 20 Sep 1998 17:37:37 +0200 Message-ID: <19512.906305857@verdi.nethelp.no> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I think this should be split and bcastecho should default to off and > mcastecho should default to on. It's generally harder to forge the > source address with multicast so SMURF-like attacks don't really work, > and pinging multicast addresses is an extremely useful debugging tool. OK, patch relative to ip_icmp.c 1.31 included. I also gave the time stamp reply its own sysctl, with default to off. Thus we now have: % sysctl net.inet.icmp net.inet.icmp.maskrepl: 0 net.inet.icmp.bcastecho: 0 net.inet.icmp.mcastecho: 1 net.inet.icmp.tstampreply: 0 I've tested the changes (yes, even the time stamp reply). Seems to work fine here. Feel free to call it 'tstamprepl' instead of 'tstampreply' in order to be in the same style as 'maskrepl'. Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- *** ip_icmp.c.orig Tue Sep 15 12:49:03 1998 --- ip_icmp.c Sun Sep 20 16:57:40 1998 *************** *** 69,76 **** SYSCTL_INT(_net_inet_icmp, ICMPCTL_MASKREPL, maskrepl, CTLFLAG_RW, &icmpmaskrepl, 0, ""); ! static int icmpbmcastecho = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, bmcastecho, CTLFLAG_RW, &icmpbmcastecho, 0, ""); #ifdef ICMPPRINTFS --- 69,84 ---- SYSCTL_INT(_net_inet_icmp, ICMPCTL_MASKREPL, maskrepl, CTLFLAG_RW, &icmpmaskrepl, 0, ""); ! static int icmpbcastecho = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, bcastecho, CTLFLAG_RW, &icmpbcastecho, ! 0, ""); ! ! static int icmpmcastecho = 1; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, mcastecho, CTLFLAG_RW, &icmpmcastecho, ! 0, ""); ! ! static int icmptstampreply = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, tstampreply, CTLFLAG_RW, &icmptstampreply, 0, ""); #ifdef ICMPPRINTFS *************** *** 374,381 **** break; case ICMP_ECHO: ! if (!icmpbmcastecho ! && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { icmpstat.icps_bmcastecho++; break; } --- 382,394 ---- break; case ICMP_ECHO: ! if (!icmpbcastecho ! && (m->m_flags & M_BCAST) != 0) { ! icmpstat.icps_bmcastecho++; ! break; ! } ! if (!icmpmcastecho ! && (m->m_flags & M_MCAST) != 0) { icmpstat.icps_bmcastecho++; break; } *************** *** 383,393 **** goto reflect; case ICMP_TSTAMP: ! if (!icmpbmcastecho ! && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { ! icmpstat.icps_bmcasttstamp++; break; - } if (icmplen < ICMP_TSLEN) { icmpstat.icps_badlen++; break; --- 396,403 ---- goto reflect; case ICMP_TSTAMP: ! if (!icmptstampreply) break; if (icmplen < ICMP_TSLEN) { icmpstat.icps_badlen++; break; From owner-cvs-all Sun Sep 20 08:42:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10194 for cvs-all-outgoing; Sun, 20 Sep 1998 08:42:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10186 for ; Sun, 20 Sep 1998 08:42:11 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id PAA29271; Sun, 20 Sep 1998 15:42:16 GMT Date: Sun, 20 Sep 1998 16:42:16 +0100 (BST) From: Doug Rabson To: "Jordan K. Hubbard" cc: committers@freebsd.org Subject: Re: Please don't install any new kernels on bento for now. In-Reply-To: <17917.906303847@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 20 Sep 1998, Jordan K. Hubbard wrote: > Looks like bento and -current don't currently (haha) get along. > Anything compiled after the 16th of September causes an instant panic > which, unfortunately, is severe enough to skip the debugger and also > occurs so quickly as to preclude actually being able to read what the > panic actually IS. Grumble.. This is very weird since -current works > just fine on all the other SMP boxes I have around here for testing, > it's just bento that hates it. And yes, I've removed soft updates > and just about everything else I can think of which might cause it. > The only thing I can imagine different about bento is that it uses > ccd. Any known-bad interaction between ccd and CAM? I am using cam and ccd with no problems (ahc controller). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Sun Sep 20 08:48:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11285 for cvs-all-outgoing; Sun, 20 Sep 1998 08:48:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11184; Sun, 20 Sep 1998 08:48:11 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id XAA25840; Sun, 20 Sep 1998 23:47:10 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809201547.XAA25840@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: mark@grondar.za, markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jdp@polstra.com Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST In-reply-to: Your message of "Tue, 15 Sep 1998 00:03:57 MST." <199809150703.AAA26650@silvia.hip.berkeley.edu> Date: Sun, 20 Sep 1998 23:47:08 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * It is not conditional on PORTOBJFORMAT. > * > * GNU Configure makes the decisions: > > Oh, I see. > > * > If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc > * > -shared command line if PORTOBJFORMAT=elf? Hey guys, did you know about -h and -R instead of all this -Wl crap? :-) peter@beast[11:33pm]/tmp/foo-275> cc -fpic -c foo.c peter@beast[11:33pm]/tmp/foo-276> cc -shared -h libfoo.so.1 -R /tmp/foo -o libfoo.so.1.0 foo.o ^^^^^^^^^^^^^^^^^^^^^^^^^^^ peter@beast[11:33pm]/tmp/foo-277> objdump --all-headers libfoo.so.1.0 | more libfoo.so.1.0: file format elf32-i386 libfoo.so.1.0 architecture: i386, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x000001dc [...] Dynamic Section: SONAME libfoo.so.1 <<<<<< RPATH /tmp/foo <<<<< INIT 0x1d4 FINI 0x26c [...] And that reminds me.. The RPATH of the libraries is not being correctly incorporated into the headers of the calling executable. Given a libfoo.so like the one above with RPATH "/tmp/foo" encoded in it, a "cc -o x x.c -L. -lfoo" should (IMHO) result in the new binary ("x") having a reference to /tmp/foo in it's own RPATH automatically.. This means you should never need an elf $LD_LIBRARY_PATH or ldconfig -elf as all your binaries have hints (from the libraries themselves) where to look, even if the libraries are in wierd places like the modula-3 runtime libs are (for cvsup). Cheers, -Peter From owner-cvs-all Sun Sep 20 08:57:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12950 for cvs-all-outgoing; Sun, 20 Sep 1998 08:57:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12936 for ; Sun, 20 Sep 1998 08:57:40 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id XAA04905; Sun, 20 Sep 1998 23:56:43 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809201556.XAA04905@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. In-reply-to: Your message of "Sun, 20 Sep 1998 16:42:16 +0100." Date: Sun, 20 Sep 1998 23:56:41 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > On Sun, 20 Sep 1998, Jordan K. Hubbard wrote: > > > Looks like bento and -current don't currently (haha) get along. > > Anything compiled after the 16th of September causes an instant panic > > which, unfortunately, is severe enough to skip the debugger and also > > occurs so quickly as to preclude actually being able to read what the > > panic actually IS. Grumble.. This is very weird since -current works > > just fine on all the other SMP boxes I have around here for testing, > > it's just bento that hates it. And yes, I've removed soft updates > > and just about everything else I can think of which might cause it. > > The only thing I can imagine different about bento is that it uses > > ccd. Any known-bad interaction between ccd and CAM? > > I am using cam and ccd with no problems (ahc controller). Any chance of hooking up a serial console to see what's going on? A capture of the problem might help. :-) However, there's no guarantee that you'll get anything there either if it's doing something silly like triple fault resetting itself without a trace. FWIW, I'm using SMP and -current CAM OK here (so far) on an 2xPPro/aic7880 system, the 2xP5-90/aic7770 is (still..) compiling.. I'm still catching up after the conference here. > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 951 1891 Cheers, -Peter From owner-cvs-all Sun Sep 20 09:08:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15701 for cvs-all-outgoing; Sun, 20 Sep 1998 09:08:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spawn.nectar.com (spawn.nectar.com [204.27.67.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15696 for ; Sun, 20 Sep 1998 09:08:35 -0700 (PDT) (envelope-from nectar@spawn.nectar.com) Received: from localhost.nectar.com ([127.0.0.1] helo=spawn.nectar.com) by spawn.nectar.com with esmtp (Exim 1.92 #1) id 0zKm1P-0001b5-00; Sun, 20 Sep 1998 11:07:35 -0500 X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: Please don't install any new kernels on bento for now. To: Doug Rabson cc: "Jordan K. Hubbard" , committers@freebsd.org Date: Sun, 20 Sep 1998 11:07:35 -0500 Message-Id: Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Just another data point... I've been running -current with SMP + CAM + ahc (aic7895) + ccd since early August. Last update was September 16. Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNgUoRzeRhT8JRySpAQFU7QP/ZIVeTQwodSlYeB09pOVOMjp2y3JGvNhw 3qqDent+JgAaTIzNIL4+UV+n7D87yY5OpMTYf4q46ggXHDLbP0xSokyJuaanjjQV XANCfSr3VvTqwM2hvkd3FVWbK+t33b5PzB0unAtm4yim2QfbY5z/B01xWZjZO5nf wGjbinniSfU= =jiK/ -----END PGP SIGNATURE----- From owner-cvs-all Sun Sep 20 09:16:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17921 for cvs-all-outgoing; Sun, 20 Sep 1998 09:16:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17872 for ; Sun, 20 Sep 1998 09:16:12 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id JAA18141; Sun, 20 Sep 1998 09:16:17 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Jacques Vidrine cc: Doug Rabson , committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. In-reply-to: Your message of "Sun, 20 Sep 1998 11:07:35 CDT." Date: Sun, 20 Sep 1998 09:16:17 -0700 Message-ID: <18138.906308177@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've been running -current with SMP + CAM + ahc (aic7895) + ccd since early > August. Last update was September 16. What happens with today's kernel, if I may ask? - Jordan From owner-cvs-all Sun Sep 20 09:17:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17995 for cvs-all-outgoing; Sun, 20 Sep 1998 09:17:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from remler.nas.nasa.gov (remler.nas.nasa.gov [129.99.50.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17966 for ; Sun, 20 Sep 1998 09:16:55 -0700 (PDT) (envelope-from mjacob@nas.nasa.gov) Received: from localhost (mjacob@localhost) by remler.nas.nasa.gov (8.8.8/8.8.8) with SMTP id JAA16980; Sun, 20 Sep 1998 09:14:51 -0700 X-Authentication-Warning: remler.nas.nasa.gov: mjacob owned process doing -bs Date: Sun, 20 Sep 1998 09:14:51 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@nas.nasa.gov To: Peter Wemm cc: "Jordan K. Hubbard" , committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. In-Reply-To: <199809201556.XAA04905@spinner.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > FWIW, I'm using SMP and -current CAM OK here (so far) on an 2xPPro/aic7880 > system, the 2xP5-90/aic7770 is (still..) compiling.. I'm still catching up > after the conference here. Ditto 2xPPro/180Mhz with onboard AIC and have also been using a 2xPII/300Mhz with onboard AIC (but mostly unused) and dual Qlogic 1040s. From owner-cvs-all Sun Sep 20 09:23:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20103 for cvs-all-outgoing; Sun, 20 Sep 1998 09:23:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20084 for ; Sun, 20 Sep 1998 09:23:41 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id KAA07940; Sun, 20 Sep 1998 10:23:08 -0600 (MDT) Message-Id: <199809201623.KAA07940@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Jacques Vidrine , Doug Rabson , committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. In-reply-to: Your message of "Sun, 20 Sep 1998 09:16:17 PDT." <18138.906308177@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Sep 1998 10:16:41 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I've been running -current with SMP + CAM + ahc (aic7895) + ccd since early >> August. Last update was September 16. > >What happens with today's kernel, if I may ask? > >- Jordan It probably blows chunks. Seems I broke something in the last revision of the aic7xxx driver for SMP. I have an Ultimate double header today, so it may not be until late this afternoon that I get a chance to check in a fix. -- Justin From owner-cvs-all Sun Sep 20 09:50:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22913 for cvs-all-outgoing; Sun, 20 Sep 1998 09:50:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22904; Sun, 20 Sep 1998 09:50:58 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA08914; Sun, 20 Sep 1998 09:50:32 -0700 (PDT) Date: Sun, 20 Sep 1998 09:50:32 -0700 (PDT) Message-Id: <199809201650.JAA08914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_shutdown.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/20 09:50:32 PDT Modified files: sys/kern kern_shutdown.c Log: Fix precedence bug, so that kernel dump works. Revision Changes Path 1.40 +2 -2 src/sys/kern/kern_shutdown.c From owner-cvs-all Sun Sep 20 10:16:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27118 for cvs-all-outgoing; Sun, 20 Sep 1998 10:16:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27083; Sun, 20 Sep 1998 10:15:53 -0700 (PDT) (envelope-from nsouch@FreeBSD.org) From: Nicolas Souchu Received: (from nsouch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09586; Sun, 20 Sep 1998 10:15:26 -0700 (PDT) Date: Sun, 20 Sep 1998 10:15:26 -0700 (PDT) Message-Id: <199809201715.KAA09586@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nsouch 1998/09/20 10:15:26 PDT Modified files: sys/i386/conf LINT Log: vpo now compiles with CAM, #!CAM# removed. Revision Changes Path 1.473 +2 -2 src/sys/i386/conf/LINT From owner-cvs-all Sun Sep 20 11:17:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07198 for cvs-all-outgoing; Sun, 20 Sep 1998 11:17:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07189 for ; Sun, 20 Sep 1998 11:17:42 -0700 (PDT) (envelope-from fsmp@Ilsa.StevesCafe.com) Received: from Ilsa.StevesCafe.com (localhost.StevesCafe.com [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.8/8.8.5) with ESMTP id MAA05637; Sun, 20 Sep 1998 12:16:50 -0600 (MDT) Message-Id: <199809201816.MAA05637@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0.2 2/24/98 From: Steve Passe To: "Justin T. Gibbs" cc: "Jordan K. Hubbard" , Jacques Vidrine , Doug Rabson , committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. In-reply-to: Your message of "Sun, 20 Sep 1998 10:16:41 MDT." <199809201623.KAA07940@pluto.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Sep 1998 12:16:50 -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > >> I've been running -current with SMP + CAM + ahc (aic7895) + ccd since early > >> August. Last update was September 16. > > > >What happens with today's kernel, if I may ask? > > > >- Jordan > > It probably blows chunks. Seems I broke something in the last revision > of the aic7xxx driver for SMP. I have an Ultimate double header today, > so it may not be until late this afternoon that I get a chance to check > in a fix. I just successfully did my first buildworld: make -j8 buildworld completed in 48.99 minutes! This was on an ASUS with ahc7890 and cheetah ultra2 drives: FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 ahc0: rev 0x00 int a irq 19 on pci0.6.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI2 device da0: 80.0MB/s transfers (40.0MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 4340MB (8888924 512 byte sectors: 64H 32S/T 4340C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI2 device da2: 80.0MB/s transfers (40.0MHz, offset 15, 16bit), Tagged Queueing Enabled da2: 4340MB (8888924 512 byte sectors: 64H 32S/T 4340C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI2 device da1: 80.0MB/s transfers (40.0MHz, offset 15, 16bit), Tagged Queueing Enabled da1: 4340MB (8888924 512 byte sectors: 64H 32S/T 4340C) --- This was with the 3.0-19980917-SNAP: - To get a kernel to compile I had to remove this line from /usr/src/sys/dev/aic7xxx/Makefile: ##LDADD+= -ll Otherwise I got: make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/SMP-LOCAL cc -O -pipe -I. -c aicasm_gram.c cc -O -pipe -I. -c aicasm_scan.c cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm.c cc -O -pipe -I. -c ../../dev/aic7xxx/aicasm_symbol.c cc -O -pipe -I. -o aicasm aicasm_gram.o aicasm_scan.o aicasm.o aicasm_symbol.o -ll /usr/libexec/aout/ld: -ll: no match *** Error code 1 - I had to set OBJFORMAT to buildworld, otherwise it stopped immediately: Rick# time make -j8 buildworld --- upgrade_checks --- --- buildworld --- --- buildworld --- --- check-objformat --- It looks like you set OBJFORMAT=aout in /etc/make.conf. Don't do that! If you want to override the installed object format, you must set OBJFORMAT in your environment. *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error 0.0u 0.0s 0:00.57 21.0% 212+372k 2+19io 0pf+0w This worked: Rick# env OBJFORMAT=elf time make -j8 buildworld --- upgrade_checks --- --- buildworld --- --- buildworld --- ... 8192 bytes transferred in 0.000359 secs (22822809 bytes/sec) 2939.49 real 2624.21 user 1696.13 sys --- Everything else went well, I'm impressed!!! Let me know if I can help with the aic7xxx problems. In the meantime I'll get cvsup going and get my src updated. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD From owner-cvs-all Sun Sep 20 11:34:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11287 for cvs-all-outgoing; Sun, 20 Sep 1998 11:34:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11166 for ; Sun, 20 Sep 1998 11:34:04 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id UAA03488; Sun, 20 Sep 1998 20:30:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id UAA28545; Sun, 20 Sep 1998 20:07:33 +0200 (CEST) (envelope-from andreas) Message-ID: <19980920200730.A28536@klemm.gtn.com> Date: Sun, 20 Sep 1998 20:07:30 +0200 From: Andreas Klemm To: Doug Rabson , "Jordan K. Hubbard" Cc: committers@FreeBSD.ORG Subject: Re: Please don't install any new kernels on bento for now. References: <17917.906303847@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Doug Rabson on Sun, Sep 20, 1998 at 04:42:16PM +0100 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-BETA SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 20, 1998 at 04:42:16PM +0100, Doug Rabson wrote: > I am using cam and ccd with no problems (ahc controller). Mee too (>1 year), 2 IBM DORS 32160 on one AHA2940 -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Sun Sep 20 11:49:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14650 for cvs-all-outgoing; Sun, 20 Sep 1998 11:49:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14619; Sun, 20 Sep 1998 11:49:31 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11567; Sun, 20 Sep 1998 11:49:04 -0700 (PDT) Date: Sun, 20 Sep 1998 11:49:04 -0700 (PDT) Message-Id: <199809201849.LAA11567@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.devfs Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/20 11:49:04 PDT Modified files: etc rc.devfs Log: Put the right path on the devices. Submitted by: Vanilla Pooh Shu Revision Changes Path 1.2 +2 -2 src/etc/rc.devfs From owner-cvs-all Sun Sep 20 12:50:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25378 for cvs-all-outgoing; Sun, 20 Sep 1998 12:50:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25368; Sun, 20 Sep 1998 12:50:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12832; Sun, 20 Sep 1998 12:49:45 -0700 (PDT) Date: Sun, 20 Sep 1998 12:49:45 -0700 (PDT) Message-Id: <199809201949.MAA12832@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.lib.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/20 12:49:45 PDT Modified files: share/mk bsd.lib.mk Log: Change lib specification in `clean' target to match ELF shared libs too. Reported by: Kris Kennaway Revision Changes Path 1.79 +2 -2 src/share/mk/bsd.lib.mk From owner-cvs-all Sun Sep 20 12:56:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25928 for cvs-all-outgoing; Sun, 20 Sep 1998 12:56:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25920; Sun, 20 Sep 1998 12:56:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12947; Sun, 20 Sep 1998 12:56:29 -0700 (PDT) Date: Sun, 20 Sep 1998 12:56:29 -0700 (PDT) Message-Id: <199809201956.MAA12947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/20 12:56:29 PDT Modified files: sys/i386/isa clock.c Log: Attempt to work around a bug in the previous commit related to non-reentrancy of SMP clock locking. Depend on the giant lock protecting clkintr(). Revision Changes Path 1.127 +3 -3 src/sys/i386/isa/clock.c From owner-cvs-all Sun Sep 20 13:46:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03829 for cvs-all-outgoing; Sun, 20 Sep 1998 13:46:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA03644 for ; Sun, 20 Sep 1998 13:45:53 -0700 (PDT) (envelope-from sthaug@nethelp.no) From: sthaug@nethelp.no Received: (qmail 21402 invoked by uid 1001); 20 Sep 1998 20:45:19 +0000 (GMT) To: garbanzo@hooked.net Cc: fenner@parc.xerox.com, jkoshy@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.network rc.conf src/sys/netinetip_icmp.c src/lib/libc/gen sysctl.3 In-Reply-To: Your message of "Sun, 20 Sep 1998 11:13:58 -0700 (PDT)" References: X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 20 Sep 1998 22:45:18 +0200 Message-ID: <21400.906324318@verdi.nethelp.no> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hey, I know this is just a nitpick, but could you perhaps add descriptions > to the sysctls instead of using "". A way to retrieve these descriptions > might be dragged out of me in the near future, and besides they make good > comments. Thanks. Happy to do so. Modified patch below. Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- *** ip_icmp.c.orig Tue Sep 15 12:49:03 1998 --- ip_icmp.c Sun Sep 20 22:40:14 1998 *************** *** 69,77 **** SYSCTL_INT(_net_inet_icmp, ICMPCTL_MASKREPL, maskrepl, CTLFLAG_RW, &icmpmaskrepl, 0, ""); ! static int icmpbmcastecho = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, bmcastecho, CTLFLAG_RW, &icmpbmcastecho, ! 0, ""); #ifdef ICMPPRINTFS int icmpprintfs = 0; --- 69,85 ---- SYSCTL_INT(_net_inet_icmp, ICMPCTL_MASKREPL, maskrepl, CTLFLAG_RW, &icmpmaskrepl, 0, ""); ! static int icmpbcastecho = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, bcastecho, CTLFLAG_RW, &icmpbcastecho, ! 0, "Reply to IP broadcast address ICMP echo request"); ! ! static int icmpmcastecho = 1; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, mcastecho, CTLFLAG_RW, &icmpmcastecho, ! 0, "Reply to IP multicast address ICMP echo request"); ! ! static int icmptstampreply = 0; ! SYSCTL_INT(_net_inet_icmp, OID_AUTO, tstampreply, CTLFLAG_RW, &icmptstampreply, ! 0, "Reply to ICMP timestamp request"); #ifdef ICMPPRINTFS int icmpprintfs = 0; *************** *** 374,381 **** break; case ICMP_ECHO: ! if (!icmpbmcastecho ! && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { icmpstat.icps_bmcastecho++; break; } --- 382,394 ---- break; case ICMP_ECHO: ! if (!icmpbcastecho ! && (m->m_flags & M_BCAST) != 0) { ! icmpstat.icps_bmcastecho++; ! break; ! } ! if (!icmpmcastecho ! && (m->m_flags & M_MCAST) != 0) { icmpstat.icps_bmcastecho++; break; } *************** *** 383,393 **** goto reflect; case ICMP_TSTAMP: ! if (!icmpbmcastecho ! && (m->m_flags & (M_MCAST | M_BCAST)) != 0) { ! icmpstat.icps_bmcasttstamp++; break; - } if (icmplen < ICMP_TSLEN) { icmpstat.icps_badlen++; break; --- 396,403 ---- goto reflect; case ICMP_TSTAMP: ! if (!icmptstampreply) break; if (icmplen < ICMP_TSLEN) { icmpstat.icps_badlen++; break; From owner-cvs-all Sun Sep 20 14:25:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10199 for cvs-all-outgoing; Sun, 20 Sep 1998 14:25:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10178; Sun, 20 Sep 1998 14:25:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15026; Sun, 20 Sep 1998 14:25:15 -0700 (PDT) Date: Sun, 20 Sep 1998 14:25:15 -0700 (PDT) Message-Id: <199809202125.OAA15026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtkgl - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 14:25:15 PDT ports/x11-toolkits/gtkgl - Imported sources Update of /home/ncvs/ports/x11-toolkits/gtkgl In directory freefall.freebsd.org:/d/users/steve/work/gtkgl Log Message: Re-import gtkgl version 0.8.9. An OpenGL widget for GTK. Status: Vendor Tag: BILLF Release Tags: v0_8_9 N ports/x11-toolkits/gtkgl/Makefile N ports/x11-toolkits/gtkgl/files/md5 N ports/x11-toolkits/gtkgl/pkg/COMMENT N ports/x11-toolkits/gtkgl/pkg/DESCR N ports/x11-toolkits/gtkgl/pkg/PLIST N ports/x11-toolkits/gtkgl/patches/patch-aa No conflicts created by this import From owner-cvs-all Sun Sep 20 14:29:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11028 for cvs-all-outgoing; Sun, 20 Sep 1998 14:29:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11023; Sun, 20 Sep 1998 14:29:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15261; Sun, 20 Sep 1998 14:29:20 -0700 (PDT) Date: Sun, 20 Sep 1998 14:29:20 -0700 (PDT) Message-Id: <199809202129.OAA15261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkql Makefile ports/x11-toolkits/gtkql/files md5 ports/x11-toolkits/gtkql/patches patch-aa ports/x11-toolkits/gtkql/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 14:29:20 PDT Modified files: x11-toolkits Makefile Removed files: x11-toolkits/gtkql Makefile x11-toolkits/gtkql/files md5 x11-toolkits/gtkql/patches patch-aa x11-toolkits/gtkql/pkg COMMENT DESCR PLIST Log: gktgl has moved from gtkql to gtkgl. Revision Changes Path 1.7 +2 -2 ports/x11-toolkits/Makefile From owner-cvs-all Sun Sep 20 14:31:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11309 for cvs-all-outgoing; Sun, 20 Sep 1998 14:31:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11292; Sun, 20 Sep 1998 14:31:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15315; Sun, 20 Sep 1998 14:30:46 -0700 (PDT) Date: Sun, 20 Sep 1998 14:30:46 -0700 (PDT) Message-Id: <199809202130.OAA15315@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 14:30:46 PDT Modified files: . modules Log: gtkgl -> ports/x11-toolkits/gtkgl Revision Changes Path 1.2384 +2 -2 CVSROOT/modules From owner-cvs-all Sun Sep 20 14:38:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12565 for cvs-all-outgoing; Sun, 20 Sep 1998 14:38:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12541; Sun, 20 Sep 1998 14:38:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15474; Sun, 20 Sep 1998 14:38:12 -0700 (PDT) Date: Sun, 20 Sep 1998 14:38:12 -0700 (PDT) Message-Id: <199809202138.OAA15474@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/units Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/20 14:38:12 PDT Modified files: usr.bin/units Makefile Log: Install using ${INSTALL}, not using `install'. Revision Changes Path 1.4 +2 -2 src/usr.bin/units/Makefile From owner-cvs-all Sun Sep 20 14:40:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13105 for cvs-all-outgoing; Sun, 20 Sep 1998 14:40:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13098; Sun, 20 Sep 1998 14:40:55 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15538; Sun, 20 Sep 1998 14:40:29 -0700 (PDT) Date: Sun, 20 Sep 1998 14:40:29 -0700 (PDT) Message-Id: <199809202140.OAA15538@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand inet_ntoa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/20 14:40:28 PDT Added files: lib/libstand inet_ntoa.c Log: Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is too complicated. From owner-cvs-all Sun Sep 20 14:42:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13516 for cvs-all-outgoing; Sun, 20 Sep 1998 14:42:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13505; Sun, 20 Sep 1998 14:42:47 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15594; Sun, 20 Sep 1998 14:42:21 -0700 (PDT) Date: Sun, 20 Sep 1998 14:42:21 -0700 (PDT) Message-Id: <199809202142.OAA15594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand ufs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/20 14:42:21 PDT Modified files: lib/libstand ufs.c Log: Allocate disk buffers using a custom allocator. The standard allocator fragments extremely badly if disk buffers are freed back into the main heap and the alpha bootstrap has a restricted address space which just ran out :-(. Revision Changes Path 1.3 +45 -11 src/lib/libstand/ufs.c From owner-cvs-all Sun Sep 20 14:46:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14278 for cvs-all-outgoing; Sun, 20 Sep 1998 14:46:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14265; Sun, 20 Sep 1998 14:46:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15756; Sun, 20 Sep 1998 14:46:20 -0700 (PDT) Date: Sun, 20 Sep 1998 14:46:20 -0700 (PDT) Message-Id: <199809202146.OAA15756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/alpha/boot1 Makefile src/sys/boot/alpha/libalpha alpha_copy.c libalpha.h src/sys/boot/common bootstrap.h dev_net.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/20 14:46:19 PDT Modified files: sys/boot/alpha Makefile.inc sys/boot/alpha/boot1 Makefile sys/boot/alpha/libalpha alpha_copy.c libalpha.h sys/boot/common bootstrap.h dev_net.c Log: Make the alpha bootstrap build again, fix some warning and change sdboot to daboot. Revision Changes Path 1.2 +1 -0 src/sys/boot/alpha/Makefile.inc 1.3 +1 -1 src/sys/boot/alpha/boot1/Makefile 1.3 +3 -3 src/sys/boot/alpha/libalpha/alpha_copy.c 1.3 +2 -1 src/sys/boot/alpha/libalpha/libalpha.h 1.7 +2 -1 src/sys/boot/common/bootstrap.h 1.3 +1 -2 src/sys/boot/common/dev_net.c From owner-cvs-all Sun Sep 20 14:51:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14708 for cvs-all-outgoing; Sun, 20 Sep 1998 14:51:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14694; Sun, 20 Sep 1998 14:51:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15916; Sun, 20 Sep 1998 14:50:49 -0700 (PDT) Date: Sun, 20 Sep 1998 14:50:49 -0700 (PDT) Message-Id: <199809202150.OAA15916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/rpm/patches patch-ag patch-ah patch-ai patch-aj Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/20 14:50:49 PDT Added files: misc/rpm/patches patch-ag patch-ah patch-ai patch-aj Log: Too bad the programers of "the best software packaging tool the world has ever seen, RPM" [sic] has never read the ANSI-C standard. Don't include From owner-cvs-all Sun Sep 20 15:23:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21549 for cvs-all-outgoing; Sun, 20 Sep 1998 15:23:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21506 for ; Sun, 20 Sep 1998 15:22:41 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.8.8/8.8.6) id SAA27977 for committers@freebsd.org; Sun, 20 Sep 1998 18:22:12 -0400 (EDT) Date: Sun, 20 Sep 1998 18:22:12 -0400 (EDT) From: "Stephen J. Roznowski" Message-Id: <199809202222.SAA27977@istari.home.net> To: committers@freebsd.org Subject: Can someone look at processing this? [docs/7726] Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I realize that everyone is busy, but can someone look at docs/7726? It's an addition to the Y2K page about the TkDesk problem. Thanks, -SR From owner-cvs-all Sun Sep 20 15:43:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25709 for cvs-all-outgoing; Sun, 20 Sep 1998 15:43:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25693; Sun, 20 Sep 1998 15:43:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17147; Sun, 20 Sep 1998 15:42:37 -0700 (PDT) Date: Sun, 20 Sep 1998 15:42:37 -0700 (PDT) Message-Id: <199809202242.PAA17147@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 15:42:36 PDT Modified files: en y2kbug.sgml Log: Add a blurb about TkDesk's Y2K problem. PR: 7726 Submitted by: Stephen J. Roznowski Revision Changes Path 1.7 +9 -6 www/en/y2kbug.sgml From owner-cvs-all Sun Sep 20 15:48:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26698 for cvs-all-outgoing; Sun, 20 Sep 1998 15:48:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26556 for ; Sun, 20 Sep 1998 15:47:58 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id RAA16635; Sun, 20 Sep 1998 17:47:17 -0500 (CDT) Date: Sun, 20 Sep 1998 17:47:17 -0500 (CDT) From: Steve Price To: "Stephen J. Roznowski" cc: committers@FreeBSD.ORG Subject: Re: Can someone look at processing this? [docs/7726] In-Reply-To: <199809202222.SAA27977@istari.home.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Done. I had to make a couple of tweaks however before I committed it. I had to add a '>' to '' in one spot. Steve On Sun, 20 Sep 1998, Stephen J. Roznowski wrote: # Greetings, # # I realize that everyone is busy, but can someone look at docs/7726? # It's an addition to the Y2K page about the TkDesk problem. # # Thanks, # -SR # # From owner-cvs-all Sun Sep 20 15:48:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26832 for cvs-all-outgoing; Sun, 20 Sep 1998 15:48:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26819; Sun, 20 Sep 1998 15:48:44 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17404; Sun, 20 Sep 1998 15:48:16 -0700 (PDT) Date: Sun, 20 Sep 1998 15:48:16 -0700 (PDT) Message-Id: <199809202248.PAA17404@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_cd.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/20 15:48:16 PDT Modified files: sys/cam/scsi scsi_cd.c scsi_cd.h Log: Some fixes to the CD driver that may fix PR kern/7996. The data direction flags on some of the operations in the driver weren't quite right. Also, clean up scsi_cd.h, change u_char to u_int8_t. I'm surprised this problem didn't show up sooner. (the code has been in there almost a year and a half) PR: 7996 Reviewed by: ken Submitted (mostly) by: gibbs Revision Changes Path 1.3 +42 -28 src/sys/cam/scsi/scsi_cd.c 1.2 +100 -101 src/sys/cam/scsi/scsi_cd.h From owner-cvs-all Sun Sep 20 15:55:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28071 for cvs-all-outgoing; Sun, 20 Sep 1998 15:55:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28054; Sun, 20 Sep 1998 15:54:57 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA17558; Sun, 20 Sep 1998 15:54:31 -0700 (PDT) Date: Sun, 20 Sep 1998 15:54:31 -0700 (PDT) Message-Id: <199809202254.PAA17558@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/20 15:54:30 PDT Modified files: sys/pci ncr.c Log: Alpha patches for the NCR driver from Doug Rabson. I've tested these on an NCR 810a, and they seem to work fine on the i386 as well. Reviewed by: gibbs Submitted by: dfr Revision Changes Path 1.131 +136 -54 src/sys/pci/ncr.c From owner-cvs-all Sun Sep 20 15:58:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28612 for cvs-all-outgoing; Sun, 20 Sep 1998 15:58:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28555 for ; Sun, 20 Sep 1998 15:57:33 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id RAA20330 for ; Sun, 20 Sep 1998 17:56:57 -0500 (CDT) Date: Sun, 20 Sep 1998 17:56:57 -0500 (CDT) From: Steve Price To: committers@freebsd.org Subject: New XFree86 ELF port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I know I promised Andreas that I would commit the updates to this port last night, but some minor nits kept me from doing it. One last build (which should finish in about 20 minutes) and if nothing blows up this time I'll be committing it. I have forced the port to build without Kerberos for now, but rumor has it that Mark Murray is going to fix this as soon as I get the ELF fixes committed. :) Steve PS: For any over-anxious people out there I have put the port with the changes I intend to commit in my home directory on freefall as XFree86-ELF-port.tar.gz. From owner-cvs-all Sun Sep 20 16:27:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03781 for cvs-all-outgoing; Sun, 20 Sep 1998 16:27:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03758; Sun, 20 Sep 1998 16:27:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA18283; Sun, 20 Sep 1998 16:26:50 -0700 (PDT) Date: Sun, 20 Sep 1998 16:26:50 -0700 (PDT) Message-Id: <199809202326.QAA18283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/clig Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/20 16:26:49 PDT Modified files: devel/clig Makefile Log: This port installs a manpage in /usr/local/man1. That's evil! Revision Changes Path 1.3 +3 -1 ports/devel/clig/Makefile From owner-cvs-all Sun Sep 20 16:31:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04179 for cvs-all-outgoing; Sun, 20 Sep 1998 16:31:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04134; Sun, 20 Sep 1998 16:30:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA18374; Sun, 20 Sep 1998 16:30:15 -0700 (PDT) Date: Sun, 20 Sep 1998 16:30:15 -0700 (PDT) Message-Id: <199809202330.QAA18374@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/20 16:30:15 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Remove unused variables and functions. In the rejected message handler, it was possible for us to confuse a rejected SDTR or WDTR for a rejected tag. Revision Changes Path 1.5 +46 -74 src/sys/dev/aic7xxx/aic7xxx.c From owner-cvs-all Sun Sep 20 16:52:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06872 for cvs-all-outgoing; Sun, 20 Sep 1998 16:52:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06784; Sun, 20 Sep 1998 16:51:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA18883; Sun, 20 Sep 1998 16:51:29 -0700 (PDT) Date: Sun, 20 Sep 1998 16:51:29 -0700 (PDT) Message-Id: <199809202351.QAA18883@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl80/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 16:51:29 PDT Modified files: lang/tcl80/pkg PLIST Log: Unbreak deinstall by adding the required trailing '%%'. Revision Changes Path 1.10 +2 -2 ports/lang/tcl80/pkg/PLIST From owner-cvs-all Sun Sep 20 16:53:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07029 for cvs-all-outgoing; Sun, 20 Sep 1998 16:53:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06975; Sun, 20 Sep 1998 16:53:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA18939; Sun, 20 Sep 1998 16:52:45 -0700 (PDT) Date: Sun, 20 Sep 1998 16:52:45 -0700 (PDT) Message-Id: <199809202352.QAA18939@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 16:52:45 PDT Modified files: graphics/xpm/pkg PLIST Log: Add libXpm.so. Revision Changes Path 1.18 +1 -0 ports/graphics/xpm/pkg/PLIST From owner-cvs-all Sun Sep 20 16:54:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07194 for cvs-all-outgoing; Sun, 20 Sep 1998 16:54:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07087 for ; Sun, 20 Sep 1998 16:53:56 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id BAA02547; Mon, 21 Sep 1998 01:45:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id BAA08906; Mon, 21 Sep 1998 01:40:59 +0200 (CEST) (envelope-from andreas) Message-ID: <19980921014059.A8896@klemm.gtn.com> Date: Mon, 21 Sep 1998 01:40:59 +0200 From: Andreas Klemm To: Steve Price , committers@FreeBSD.ORG Subject: Re: New XFree86 ELF port References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Steve Price on Sun, Sep 20, 1998 at 05:56:57PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-BETA SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 20, 1998 at 05:56:57PM -0500, Steve Price wrote: > Hi all, > > I know I promised Andreas that I would commit the updates to > this port last night, but some minor nits kept me from doing > it. One last build (which should finish in about 20 minutes) > and if nothing blows up this time I'll be committing it. Well, did you get the SVGA driver compiled ??? I hope so ! ;-)) > I have forced the port to build without Kerberos for now, but > rumor has it that Mark Murray is going to fix this as soon as > I get the ELF fixes committed. :) ;-) > PS: For any over-anxious people out there I have put the port > with the changes I intend to commit in my home directory > on freefall as XFree86-ELF-port.tar.gz. Thanks, but have to go to bed now ;-) I currently use my old SVGA server. That works ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Sun Sep 20 16:56:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07634 for cvs-all-outgoing; Sun, 20 Sep 1998 16:56:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA07562; Sun, 20 Sep 1998 16:56:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA19089; Sun, 20 Sep 1998 16:55:39 -0700 (PDT) Date: Sun, 20 Sep 1998 16:55:39 -0700 (PDT) Message-Id: <199809202355.QAA19089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/20 16:55:38 PDT Modified files: www/apache13 Makefile Log: Remove expensive-optimization -O6 already include it Revision Changes Path 1.60 +2 -2 ports/www/apache13/Makefile From owner-cvs-all Sun Sep 20 17:03:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08992 for cvs-all-outgoing; Sun, 20 Sep 1998 17:03:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08987; Sun, 20 Sep 1998 17:03:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19214; Sun, 20 Sep 1998 17:02:45 -0700 (PDT) Date: Sun, 20 Sep 1998 17:02:45 -0700 (PDT) Message-Id: <199809210002.RAA19214@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/giflib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/20 17:02:45 PDT Modified files: graphics/giflib/pkg PLIST Log: If a.out minor number is zero, ELF shlib names should be listed. Revision Changes Path 1.5 +1 -1 ports/graphics/giflib/pkg/PLIST From owner-cvs-all Sun Sep 20 17:05:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09458 for cvs-all-outgoing; Sun, 20 Sep 1998 17:05:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09440; Sun, 20 Sep 1998 17:05:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA19282; Sun, 20 Sep 1998 17:04:37 -0700 (PDT) Date: Sun, 20 Sep 1998 17:04:37 -0700 (PDT) Message-Id: <199809210004.RAA19282@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/patches patch-ba patch-bb patch-bc patch-bd patch-be ports/x11/XFree86/pkg PLIST ports/x11/XFree86/scripts configure Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 17:04:36 PDT Modified files: x11/XFree86 Makefile x11/XFree86/pkg PLIST x11/XFree86/scripts configure Added files: x11/XFree86/patches patch-ba patch-bb patch-bc patch-bd patch-be Log: Convert to ELF. These changes are based on a recent thread on the -current mailing list and at least partial credit goes to the following people for this commit: Joachim Kuebart Ollivier Robert NOTE: Kerberos support has been temporarily turned off until someone can make it work. Revision Changes Path 1.45 +2 -2 ports/x11/XFree86/Makefile 1.16 +16 -2 ports/x11/XFree86/pkg/PLIST 1.35 +7 -1 ports/x11/XFree86/scripts/configure From owner-cvs-all Sun Sep 20 17:06:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09774 for cvs-all-outgoing; Sun, 20 Sep 1998 17:06:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09760 for ; Sun, 20 Sep 1998 17:06:29 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id TAA15882; Sun, 20 Sep 1998 19:05:57 -0500 (CDT) Date: Sun, 20 Sep 1998 19:05:56 -0500 (CDT) From: Steve Price To: Andreas Klemm cc: committers@FreeBSD.ORG Subject: Re: New XFree86 ELF port In-Reply-To: <19980921014059.A8896@klemm.gtn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Sep 1998, Andreas Klemm wrote: # Well, did you get the SVGA driver compiled ??? # I hope so ! ;-)) I got the whole thing to compile. I answered yes to every question except the one about Kerberos support. Steve # -- # Andreas Klemm http://www.FreeBSD.ORG/~andreas # What gives you 90% more speed, for example, in kernel compilation ? # http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html # "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' # From owner-cvs-all Sun Sep 20 18:03:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18943 for cvs-all-outgoing; Sun, 20 Sep 1998 18:03:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18927; Sun, 20 Sep 1998 18:03:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20666; Sun, 20 Sep 1998 18:03:11 -0700 (PDT) Date: Sun, 20 Sep 1998 18:03:11 -0700 (PDT) Message-Id: <199809210103.SAA20666@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/cfs Makefile ports/security/cfs/files bf_tab.h md5 ports/security/cfs/patches patch-ac ports/security/cfs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/20 18:03:11 PDT Modified files: security/cfs Makefile security/cfs/files md5 security/cfs/pkg PLIST Added files: security/cfs/files bf_tab.h security/cfs/patches patch-ac Log: * Support blowfish encription. * Install the cfs's ssh as cfssh. Revision Changes Path 1.2 +9 -3 ports/security/cfs/Makefile 1.2 +1 -1 ports/security/cfs/files/md5 1.3 +1 -0 ports/security/cfs/pkg/PLIST From owner-cvs-all Sun Sep 20 18:24:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21894 for cvs-all-outgoing; Sun, 20 Sep 1998 18:24:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21868; Sun, 20 Sep 1998 18:24:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20997; Sun, 20 Sep 1998 18:23:39 -0700 (PDT) Date: Sun, 20 Sep 1998 18:23:39 -0700 (PDT) Message-Id: <199809210123.SAA20997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/cfs/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/20 18:23:38 PDT Added files: security/cfs/patches patch-ad Log: Add `nfsv2' to the mount example. From owner-cvs-all Sun Sep 20 18:33:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23316 for cvs-all-outgoing; Sun, 20 Sep 1998 18:33:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23307; Sun, 20 Sep 1998 18:33:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21271; Sun, 20 Sep 1998 18:33:28 -0700 (PDT) Date: Sun, 20 Sep 1998 18:33:28 -0700 (PDT) Message-Id: <199809210133.SAA21271@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/Xaw3d Makefile ports/x11-toolkits/Xaw3d/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 18:33:28 PDT Modified files: x11-toolkits/Xaw3d Makefile x11-toolkits/Xaw3d/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.18 +2 -2 ports/x11-toolkits/Xaw3d/Makefile 1.8 +3 -2 ports/x11-toolkits/Xaw3d/pkg/PLIST From owner-cvs-all Sun Sep 20 18:36:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23661 for cvs-all-outgoing; Sun, 20 Sep 1998 18:36:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23609; Sun, 20 Sep 1998 18:35:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21502; Sun, 20 Sep 1998 18:35:33 -0700 (PDT) Date: Sun, 20 Sep 1998 18:35:33 -0700 (PDT) Message-Id: <199809210135.SAA21502@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/rosegarden Makefile ports/emulators/vice Makefile ports/games/3dc Makefile ports/games/xmine Makefile ports/graphics/xfig Makefile ports/japanese/xfig Makefile ports/math/siag Makefile ports/net/moxftp Makefile ports/print/gv ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 18:35:33 PDT Modified files: audio/rosegarden Makefile emulators/vice Makefile games/3dc Makefile games/xmine Makefile graphics/xfig Makefile japanese/xfig Makefile math/siag Makefile net/moxftp Makefile print/gv Makefile x11/libsx Makefile Log: Remove regexp support for Xaw3d since it can now be built in an ELF world. Revision Changes Path 1.6 +2 -2 ports/audio/rosegarden/Makefile 1.9 +2 -2 ports/emulators/vice/Makefile 1.7 +2 -2 ports/games/3dc/Makefile 1.16 +2 -2 ports/games/xmine/Makefile 1.25 +2 -2 ports/graphics/xfig/Makefile 1.26 +2 -2 ports/japanese/xfig/Makefile 1.7 +2 -2 ports/math/siag/Makefile 1.19 +2 -2 ports/net/moxftp/Makefile 1.18 +2 -2 ports/print/gv/Makefile 1.8 +2 -2 ports/x11/libsx/Makefile From owner-cvs-all Sun Sep 20 18:39:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24055 for cvs-all-outgoing; Sun, 20 Sep 1998 18:39:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24050; Sun, 20 Sep 1998 18:39:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21762; Sun, 20 Sep 1998 18:38:43 -0700 (PDT) Date: Sun, 20 Sep 1998 18:38:43 -0700 (PDT) Message-Id: <199809210138.SAA21762@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/cfs/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/20 18:38:42 PDT Modified files: security/cfs/patches patch-ad Log: fix usage Revision Changes Path 1.2 +11 -3 ports/security/cfs/patches/patch-ad From owner-cvs-all Sun Sep 20 18:39:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24140 for cvs-all-outgoing; Sun, 20 Sep 1998 18:39:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24135; Sun, 20 Sep 1998 18:39:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA21845; Sun, 20 Sep 1998 18:39:13 -0700 (PDT) Date: Sun, 20 Sep 1998 18:39:13 -0700 (PDT) Message-Id: <199809210139.SAA21845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-clocks/asclock Makefile ports/x11-clocks/asclock/pkg PLIST ports/x11-clocks/bclock Makefile ports/x11-clocks/bclock/pkg PLIST ports/x11-clocks/dclock/patches patch-aa ports/x11-clocks/emiclock Makefile ports/x11-clocks/emiclock/pkg ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 18:39:12 PDT Modified files: x11-clocks/asclock Makefile x11-clocks/asclock/pkg PLIST x11-clocks/bclock Makefile x11-clocks/bclock/pkg PLIST x11-clocks/dclock/patches patch-aa x11-clocks/emiclock Makefile x11-clocks/emiclock/pkg PLIST x11-clocks/eyeclock/files md5 x11-clocks/eyeclock/patches patch-aa x11-clocks/swisswatch Makefile x11-clocks/swisswatch/pkg PLIST x11-clocks/xdaliclock Makefile x11-clocks/xdaliclock/pkg PLIST x11-clocks/xtimer Makefile Log: Make these build in an ELF world and use MAN1 for manpages. Revision Changes Path 1.3 +2 -1 ports/x11-clocks/asclock/Makefile 1.2 +0 -1 ports/x11-clocks/asclock/pkg/PLIST 1.3 +2 -1 ports/x11-clocks/bclock/Makefile 1.2 +0 -1 ports/x11-clocks/bclock/pkg/PLIST 1.2 +29 -29 ports/x11-clocks/dclock/patches/patch-aa 1.11 +2 -1 ports/x11-clocks/emiclock/Makefile 1.4 +0 -1 ports/x11-clocks/emiclock/pkg/PLIST 1.2 +1 -1 ports/x11-clocks/eyeclock/files/md5 1.2 +16 -12 ports/x11-clocks/eyeclock/patches/patch-aa 1.5 +2 -1 ports/x11-clocks/swisswatch/Makefile 1.3 +0 -1 ports/x11-clocks/swisswatch/pkg/PLIST 1.9 +2 -1 ports/x11-clocks/xdaliclock/Makefile 1.3 +0 -1 ports/x11-clocks/xdaliclock/pkg/PLIST 1.4 +1 -2 ports/x11-clocks/xtimer/Makefile From owner-cvs-all Sun Sep 20 18:48:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26056 for cvs-all-outgoing; Sun, 20 Sep 1998 18:48:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26024; Sun, 20 Sep 1998 18:48:15 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA09655; Mon, 21 Sep 1998 11:17:26 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id LAA08935; Mon, 21 Sep 1998 11:17:17 +0930 (CST) Message-ID: <19980921111716.A8807@freebie.lemis.com> Date: Mon, 21 Sep 1998 11:17:16 +0930 From: Greg Lehey To: Poul-Henning Kamp , Bob Bishop Cc: Peter Wemm , Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources References: <8871.906020863@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <8871.906020863@critter.freebsd.dk>; from Poul-Henning Kamp on Thu, Sep 17, 1998 at 10:27:43AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thursday, 17 September 1998 at 10:27:43 +0200, Poul-Henning Kamp wrote: > In message , Bob Bishop writes: >> At 1:56 pm +0800 17/9/98, Peter Wemm wrote: >>> [...] >>> Mind you, Greg has got the wierdest keycaps I've ever seen.. It's a >>> euro-something keyboard with a US keymap and I'm having great fun in "hunt >>> the key" mode.. >> >> This kind of thing is a serious problem in Europe. The trick appears to be: >> select US keymap, and don't look down! > > ... with the worst case obviously being the "super-euro" keyboard olivetti > developed and delivered to the European Parliament: it had legends in at > least 8 or 10 colours, depending on your preferred keyboard layout. > > "Don't look down" was very sound advice. Yup, that's what I told him too. But it's unnerving the first time you see it. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key From owner-cvs-all Sun Sep 20 18:57:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27470 for cvs-all-outgoing; Sun, 20 Sep 1998 18:57:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27425; Sun, 20 Sep 1998 18:57:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA22516; Sun, 20 Sep 1998 18:56:45 -0700 (PDT) Date: Sun, 20 Sep 1998 18:56:45 -0700 (PDT) Message-Id: <199809210156.SAA22516@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/faces Makefile ports/mail/faces/patches patch-af patch-ag patch-ah patch-ba patch-bb patch-bc patch-bd patch-ca patch-cb patch-cc patch-da patch-db patch-dc patch-dd patch-aa patch-ab patch-ac patch-ad patch-ae ports/mail/faces/pkg ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 18:56:45 PDT Modified files: mail/faces Makefile mail/faces/pkg PLIST Log: Allow this to build in an ELF world. Revision Changes Path 1.8 +9 -5 ports/mail/faces/Makefile 1.8 +6 -5 ports/mail/faces/pkg/PLIST Modified files: mail/faces/patches patch-aa patch-ab patch-ac patch-ad patch-ae Added files: mail/faces/patches patch-af patch-ag patch-ah patch-ba patch-bb patch-bc patch-bd patch-ca patch-cb patch-cc patch-da patch-db patch-dc patch-dd Log: One file per patch according to the guidelines. Revision Changes Path 1.5 +0 -722 ports/mail/faces/patches/patch-aa 1.4 +161 -322 ports/mail/faces/patches/patch-ab 1.2 +12 -66 ports/mail/faces/patches/patch-ac 1.2 +44 -93 ports/mail/faces/patches/patch-ad 1.2 +14 -9 ports/mail/faces/patches/patch-ae From owner-cvs-all Sun Sep 20 18:59:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27902 for cvs-all-outgoing; Sun, 20 Sep 1998 18:59:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27875; Sun, 20 Sep 1998 18:59:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA22677; Sun, 20 Sep 1998 18:59:21 -0700 (PDT) Date: Sun, 20 Sep 1998 18:59:21 -0700 (PDT) Message-Id: <199809210159.SAA22677@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/xfaces Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 18:59:21 PDT Modified files: mail/xfaces Makefile Log: Remove regexp support compface since it now builds ELF too. Revision Changes Path 1.12 +3 -3 ports/mail/xfaces/Makefile From owner-cvs-all Sun Sep 20 19:01:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28246 for cvs-all-outgoing; Sun, 20 Sep 1998 19:01:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28223; Sun, 20 Sep 1998 19:01:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA22813; Sun, 20 Sep 1998 19:00:38 -0700 (PDT) Date: Sun, 20 Sep 1998 19:00:38 -0700 (PDT) Message-Id: <199809210200.TAA22813@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs-mule Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/20 19:00:37 PDT Modified files: editors/xemacs-mule Makefile Log: Remove regexp support for compface since it now builds ELF too. Revision Changes Path 1.8 +2 -2 ports/editors/xemacs-mule/Makefile From owner-cvs-all Sun Sep 20 19:03:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28851 for cvs-all-outgoing; Sun, 20 Sep 1998 19:03:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28792; Sun, 20 Sep 1998 19:03:17 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id TAA08789; Sun, 20 Sep 1998 19:02:38 -0700 (PDT) (envelope-from jdp) Message-Id: <199809210202.TAA08789@austin.polstra.com> To: Peter Wemm cc: asami@FreeBSD.ORG (Satoshi Asami), mark@grondar.za, markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST In-reply-to: Your message of "Sun, 20 Sep 1998 23:47:08 +0800." <199809201547.XAA25840@spinner.netplex.com.au> Date: Sun, 20 Sep 1998 19:02:38 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hey guys, did you know about -h and -R instead of all this -Wl crap? > :-) Er ... no. :-} > And that reminds me.. The RPATH of the libraries is not being > correctly incorporated into the headers of the calling executable. > > Given a libfoo.so like the one above with RPATH "/tmp/foo" encoded > in it, a "cc -o x x.c -L. -lfoo" should (IMHO) result in the new > binary ("x") having a reference to /tmp/foo in it's own RPATH > automatically. No, I don't think that's correct. The RPATH is only supposed to apply to the library's own dependencies. > This means you should never need an elf $LD_LIBRARY_PATH or ldconfig > -elf as all your binaries have hints (from the libraries themselves) > where to look, even if the libraries are in wierd places like the > modula-3 runtime libs are (for cvsup). You get that anyway, though. The executable's RPATH is used to find its libraries. If those libraries depend on other libraries, then their own RPATHs are used to find the needed libraries. And so on, to an arbitrary depth. It's correct as it stands currently. John From owner-cvs-all Sun Sep 20 19:40:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05268 for cvs-all-outgoing; Sun, 20 Sep 1998 19:40:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from bento.freebsd.org (bento.FreeBSD.ORG [204.216.27.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05247 for ; Sun, 20 Sep 1998 19:40:28 -0700 (PDT) (envelope-from jkh@bento.freebsd.org) Received: (from jkh@localhost) by bento.freebsd.org (8.9.1/8.8.8) id TAA00238 for committers@freebsd.org; Sun, 20 Sep 1998 19:39:43 -0700 (PDT) (envelope-from jkh) Date: Sun, 20 Sep 1998 19:39:43 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199809210239.TAA00238@bento.freebsd.org> To: committers@freebsd.org Subject: Bruce's fix to clock.c fixes bento Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bento is now running a kernel from tonite's srcs. Yay! - Jordan From owner-cvs-all Sun Sep 20 19:40:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05306 for cvs-all-outgoing; Sun, 20 Sep 1998 19:40:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles236.castles.com [208.214.165.236]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05257; Sun, 20 Sep 1998 19:40:35 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (LOCALHOST [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id TAA02481; Sun, 20 Sep 1998 19:46:01 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809210246.TAA02481@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Doug Rabson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libstand ufs.c In-reply-to: Your message of "Sun, 20 Sep 1998 14:42:21 PDT." <199809202142.OAA15594@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Sep 1998 19:46:00 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > dfr 1998/09/20 14:42:21 PDT > > Modified files: > lib/libstand ufs.c > Log: > Allocate disk buffers using a custom allocator. The standard allocator > fragments extremely badly if disk buffers are freed back into the main > heap and the alpha bootstrap has a restricted address space which just > ran out :-(. If anyone has a generic malloc implementation that optimises for minimum heap usage, robustness and small code footprint that we can use, I'd love to see it. The Mach-derived allocator we're currently using is snot, and I'd dearly love to kill it. The allocation profile of the bootstrap is moderately messy; there's a lot of small object allocation/freeing (mostly strings containing pathnames, etc.) and some large objects (eg. UFS blocks, ether datagrams, etc.) of disparate sizes. Size is pretty important, eg. comparing with the libc malloc: word:/tmp>size *.o text data bss dec hex 464 16 12 492 1ec alloc.o 6688 32 88 6808 1a98 malloc.o -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Sun Sep 20 19:44:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05691 for cvs-all-outgoing; Sun, 20 Sep 1998 19:44:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05648; Sun, 20 Sep 1998 19:43:58 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA23844; Sun, 20 Sep 1998 19:43:31 -0700 (PDT) Date: Sun, 20 Sep 1998 19:43:31 -0700 (PDT) Message-Id: <199809210243.TAA23844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include/rpc svc.h xdr.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/20 19:43:30 PDT Modified files: include/rpc svc.h xdr.h Log: Don't declare functions without a prototype if KERNEL is defined. This fixes lots of warnings about missing prototypes in sys/netatm/spans/*. Revision Changes Path 1.14 +3 -1 src/include/rpc/svc.h 1.12 +8 -3 src/include/rpc/xdr.h From owner-cvs-all Sun Sep 20 21:41:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24058 for cvs-all-outgoing; Sun, 20 Sep 1998 21:41:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24006; Sun, 20 Sep 1998 21:41:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA27370; Sun, 20 Sep 1998 21:41:13 -0700 (PDT) Date: Sun, 20 Sep 1998 21:41:13 -0700 (PDT) Message-Id: <199809210441.VAA27370@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/20 21:41:12 PDT Modified files: sys/conf files Log: Clean aicasm's lex and yacc generated source files. Revision Changes Path 1.160 +1 -1 src/sys/conf/files From owner-cvs-all Sun Sep 20 22:35:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01315 for cvs-all-outgoing; Sun, 20 Sep 1998 22:35:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01308; Sun, 20 Sep 1998 22:35:29 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id WAA00772; Sun, 20 Sep 1998 22:34:38 -0700 (PDT) Date: Sun, 20 Sep 1998 22:34:38 -0700 (PDT) From: Matthew Dillon Message-Id: <199809210534.WAA00772@apollo.backplane.com> To: Mike Smith Cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libstand ufs.c References: <199809210246.TAA02481@word.smith.net.au> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :If anyone has a generic malloc implementation that optimises for minimum :heap usage, robustness and small code footprint that we can use, I'd :love to see it. The Mach-derived allocator we're currently using is :snot, and I'd dearly love to kill it. : :The allocation profile of the bootstrap is moderately messy; there's a :lot of small object allocation/freeing (mostly strings containing :pathnames, etc.) and some large objects (eg. UFS blocks, ether :datagrams, etc.) of disparate sizes. I have written several. I've put the current incarnation of my allocator up on the web: http://www.backplane.com/FreeSrc/ I ripped it out of one of my embedded projects. It's a very nice and *simple* allocator. It uses a pool/free-list approach so allocations have no memory overhead... you can allocate the entire pool as useable memory. You must specify the number of bytes previously allocated when you free an object. It has other features, too, including the ability to guarentee alignment (i.e. if all your low-level allocations are a power-of-2-sized). The allocation granularity is 8 bytes on a 32 bit system, 16 bytes on a 64 bit system. This code uses a simple linked list of free blocks, so fragmentation can be a problem if you are allocating lots of differently-sized objects from the pool. If you create too many holes, the zfree() function slows down a bit. The pool is designed to be the low-level allocator used by a higher-level allocator but can easily be used as the only allocator in the system. It is designed so, typically, several memory pools are used by a project recursively embedded in each other and/or separate from each other. Due to the overheadless nature of the allocator, you can do cool things. For example, you can initialize two (or more) memory pools that cover the *same* address range (use the same backing store). Pools start out with the entire buffer marked as allocated (no free memory available). You start by deallocating the entire buffer back into the first pool, making it available for allocation in the first pool. You then allocate pages out of the first pool and deallocate them into the second pool, making a portion of the first pool available in the second pool. The first pool is used to allocate page-sized chunks while the second pool is used to allocate smaller chunks. Etc... -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Sun Sep 20 22:39:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02120 for cvs-all-outgoing; Sun, 20 Sep 1998 22:39:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02105; Sun, 20 Sep 1998 22:39:38 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA29076; Sun, 20 Sep 1998 22:39:12 -0700 (PDT) Date: Sun, 20 Sep 1998 22:39:12 -0700 (PDT) Message-Id: <199809210539.WAA29076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/20 22:39:11 PDT Modified files: . modules Log: linbot --> ports/www/linbot Revision Changes Path 1.2385 +2 -1 CVSROOT/modules From owner-cvs-all Sun Sep 20 22:43:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02855 for cvs-all-outgoing; Sun, 20 Sep 1998 22:43:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02824; Sun, 20 Sep 1998 22:42:41 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA29230; Sun, 20 Sep 1998 22:42:14 -0700 (PDT) Date: Sun, 20 Sep 1998 22:42:14 -0700 (PDT) Message-Id: <199809210542.WAA29230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/linbot - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/20 22:42:14 PDT ports/www/linbot - Imported sources Update of /home/ncvs/ports/www/linbot In directory freefall.freebsd.org:/d/users/jkoshy/linbot Log Message: Import of `linbot', a web site management tool. PR: ports/8003 Reviewed by: jkoshy Submitted by: Bill Fumerola (billf@chc-chimes.com) Status: Vendor Tag: BILLF Release Tags: v0_8 N ports/www/linbot/Makefile I ports/www/linbot/CVS N ports/www/linbot/pkg/PLIST N ports/www/linbot/pkg/COMMENT N ports/www/linbot/pkg/DESCR N ports/www/linbot/files/md5 No conflicts created by this import From owner-cvs-all Sun Sep 20 22:46:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03408 for cvs-all-outgoing; Sun, 20 Sep 1998 22:46:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03351; Sun, 20 Sep 1998 22:45:44 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA29468; Sun, 20 Sep 1998 22:45:16 -0700 (PDT) Date: Sun, 20 Sep 1998 22:45:16 -0700 (PDT) Message-Id: <199809210545.WAA29468@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/20 22:45:16 PDT Modified files: www Makefile Log: Activate linbot Revision Changes Path 1.95 +2 -1 ports/www/Makefile From owner-cvs-all Sun Sep 20 23:08:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07512 for cvs-all-outgoing; Sun, 20 Sep 1998 23:08:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07456; Sun, 20 Sep 1998 23:08:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA00144; Sun, 20 Sep 1998 23:07:37 -0700 (PDT) Date: Sun, 20 Sep 1998 23:07:37 -0700 (PDT) Message-Id: <199809210607.XAA00144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand inet_ntoa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/20 23:07:36 PDT Modified files: lib/libstand inet_ntoa.c Log: Include "stand.h", not . Revision Changes Path 1.2 +1 -1 src/lib/libstand/inet_ntoa.c From owner-cvs-all Sun Sep 20 23:29:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10176 for cvs-all-outgoing; Sun, 20 Sep 1998 23:29:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10160; Sun, 20 Sep 1998 23:28:51 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id XAA00675; Sun, 20 Sep 1998 23:28:15 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3605F1FE.9590D52E@dal.net> Date: Sun, 20 Sep 1998 23:28:14 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0920 i386) MIME-Version: 1.0 To: Alex Nash CC: Luigi Rizzo , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.c src/sys/conf files src/sys/i386/isa if_ed.c if_ep.c if_lnc.c src/sys/net if_ethersubr.c srcOR References: <19980918133656.A6449@Mcs.Net> <199809181924.VAA26938@labinfo.iet.unipi.it> <19980918190912.A16974@pr.mcs.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I feel strongly that these changes should be backed out of -Stable immediately. I spent several hours today trying to find why ipfw logging is broken, and I can't find the problem. I do think that what luigi's working on will add powerful functionality to freebsd eventually, but right now this shouldn't be in -Stable. This also an EXCELLENT example of why -Current should have been branched when the beta period for 3.0 started. Yes, this IS an "I told you so." For those that aren't following -Stable, I'm far from the only one who is having problems. There have been numerous complaints regarding NATD and other IPFW functions. Things should be put back the way they were before these changes were introduced into -Stable. Doug Alex Nash wrote: > > On Fri, Sep 18, 1998 at 09:24:12PM +0200, Luigi Rizzo wrote: > > > Changing FW_IFNLEN to an arbitrary value was a step backwards. We were > > > already bitten by this once, and that's why it was set to IFNAMSIZ. If > > > you want to argue that 16 character interface names will never exist, > > > > i cannot say never, but for sure they don't exist now, so i'd try > > to deal with problems when we believe they are close to appear. > > There are two problems: > > - We can't be sure if any third party drivers have been written > with interface names dependent on IFNAMSIZ (indeed it was a > third party driver, the ET Frame Relay card, that prompted the > original change from 6 to IFNAMSIZ bytes). > > - This dependency will be forgotten until *after* something breaks. > > > (i even wonder if "config" is able to deal with 16-byte device > > names...) > > :) > > > > change IFNAMSIZ. Interface name length constraints don't belong in > > > ipfw. > > > > Size constraints are a sad fact of life and it is difficult to get > > things right. The reason i reduced FW_IFNLEN was to fit the struct > > ipfw within an mbuf. > > This is not necessary in -current, which is where I believe this code > should have gone instead of -stable. > > > Changin IFNAMSIZ might break some things i > > don't have control upon, and certainly would require recompiling > > many more binaries because the dependency between machine limits > > is not always explicit or checked in include files (e.g. the MH_LEN > > vs IFNAMSIZ). > > What's MH_LEN? > > > i can put FW_IFNLEN back to IFNAMSIZ, but then we lose the > > SKIPTO optimization and dummynet because we lose 8 bytes > > on each union ip_fw_if (6 bytes for the name, 2 for alignement) and > > the additional 16 bytes will bring the struct ipfw to 112 bytes. > > I understand the constraints you were working within. I believe the > correct approach to the problem would have been to leave 2.2 alone and > bring DUMMYNET/BRIDGE into -current. The benefits being: > > - No IFNAMSIZ issues. > > - No breakage of ipfw in -stable, an historically problematic area > even when notifications are sent to the -stable mailing list. > > - No bug risk to the -stable tree (I see a few fixes have already been > made). > > > Frankly i don't see an evident advantage, given that my change cannot > > break functionality but just binary compatibility for a single program. > > The change *can* break functionality (see above), although it is unlikely. > > Alex -- *** Chief Operations Officer, DALnet IRC network *** "Yes, the president should resign. He has lied to the American people, time and time again, and betrayed their trust. He is no longer an effective leader. Since he has admitted guilt, there is no reason to put the American people through an impeachment. He will serve absolutely no purpose in finishing out his term; the only possible solution is for the president to save some dignity and resign." - William Jefferson Clinton, 1974 From owner-cvs-all Sun Sep 20 23:39:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11567 for cvs-all-outgoing; Sun, 20 Sep 1998 23:39:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11546; Sun, 20 Sep 1998 23:39:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA01160; Sun, 20 Sep 1998 23:39:12 -0700 (PDT) Date: Sun, 20 Sep 1998 23:39:12 -0700 (PDT) Message-Id: <199809210639.XAA01160@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/20 23:39:12 PDT Modified files: sys/i386/conf Makefile.i386 Log: Fixed missing dependencies of genassym.o, gensetdefs.o and vers.o on opt_global.h. This actually matters for genassym.o (it depends on at least SMP). Don't undefine KERNEL for compiling genassym.c. genassym.o really depends on KERNEL, and the prototype mismatches that required undefining KERNEL in rev.1.49 no longer exist. Compile gensetdefs* with the same flags as genassym*. External `gen' programs such linux_genassym should also use these flags (${GEN_CFLAGS}). Fixed missing dependency generation for gensetdefs.o. C sources for external `gen' programs should be added to GEN_CFILES to get their dependencies generated. Cleaned up flags definitions and use. All of ${CFLAGS} is now passed to mkdep and the assembler (both are actually variants of ${CC} and will ignore the irrelevant flags). Revision Changes Path 1.124 +19 -17 src/sys/i386/conf/Makefile.i386 From owner-cvs-all Mon Sep 21 00:35:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19333 for cvs-all-outgoing; Mon, 21 Sep 1998 00:35:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19323; Mon, 21 Sep 1998 00:35:31 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03629; Mon, 21 Sep 1998 00:35:04 -0700 (PDT) Date: Mon, 21 Sep 1998 00:35:04 -0700 (PDT) Message-Id: <199809210735.AAA03629@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xbl Makefile ports/games/xbl/files md5 ports/games/xbl/patches patch-aa ports/games/xbl/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/21 00:35:04 PDT Modified files: games/xbl Makefile games/xbl/files md5 games/xbl/patches patch-aa games/xbl/pkg DESCR Log: Upgrade to 1.0i. PR: 7933 Submitted by: Pedro Giffuni Revision Changes Path 1.5 +2 -2 ports/games/xbl/Makefile 1.2 +1 -1 ports/games/xbl/files/md5 1.3 +91 -129 ports/games/xbl/patches/patch-aa 1.3 +2 -11 ports/games/xbl/pkg/DESCR From owner-cvs-all Mon Sep 21 00:35:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19339 for cvs-all-outgoing; Mon, 21 Sep 1998 00:35:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19321; Mon, 21 Sep 1998 00:35:28 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id IAA16374; Mon, 21 Sep 1998 08:13:07 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id IAA16167; Mon, 21 Sep 1998 08:13:19 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809210713.IAA16167@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "David E. O'Brien" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp Makefile In-reply-to: Your message of "Sat, 19 Sep 1998 15:42:11 PDT." <199809192242.PAA25038@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 21 Sep 1998 08:13:16 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > obrien 1998/09/19 15:42:11 PDT > > Modified files: > usr.sbin/ppp Makefile > Log: > Remove useless `BINOWN=root' now that it is the default. > > Revision Changes Path > 1.48 +1 -2 src/usr.sbin/ppp/Makefile I would have thought this should stay for suid programs, where we want BINOWN to be explicitly ``root'' rather than ``the default owner''. That way, local configurations can change the default owner without breaking all suid programs. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Mon Sep 21 00:45:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20344 for cvs-all-outgoing; Mon, 21 Sep 1998 00:45:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20337; Mon, 21 Sep 1998 00:44:52 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04090; Mon, 21 Sep 1998 00:44:26 -0700 (PDT) Date: Mon, 21 Sep 1998 00:44:26 -0700 (PDT) Message-Id: <199809210744.AAA04090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/21 00:44:25 PDT Modified files: usr.bin/su su.c Log: Fix bad option processing. PR: bin/7986 Submitted by: Dan Nelson Revision Changes Path 1.28 +4 -7 src/usr.bin/su/su.c From owner-cvs-all Mon Sep 21 00:48:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20843 for cvs-all-outgoing; Mon, 21 Sep 1998 00:48:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20838; Mon, 21 Sep 1998 00:48:20 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04317; Mon, 21 Sep 1998 00:47:54 -0700 (PDT) Date: Mon, 21 Sep 1998 00:47:54 -0700 (PDT) Message-Id: <199809210747.AAA04317@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/21 00:47:54 PDT Modified files: (Branch: RELENG_2_2) usr.bin/su su.c Log: Fix bad option processing. PR: bin/7986 Submitted by: Dan Nelson Revision Changes Path 1.14.2.10 +4 -7 src/usr.bin/su/su.c From owner-cvs-all Mon Sep 21 00:51:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21195 for cvs-all-outgoing; Mon, 21 Sep 1998 00:51:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21190; Mon, 21 Sep 1998 00:51:10 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA04528; Mon, 21 Sep 1998 00:50:44 -0700 (PDT) Date: Mon, 21 Sep 1998 00:50:44 -0700 (PDT) Message-Id: <199809210750.AAA04528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/pysol Makefile ports/games/pysol/files md5 ports/games/pysol/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/21 00:50:44 PDT Modified files: games/pysol Makefile games/pysol/files md5 games/pysol/pkg PLIST Log: Upgrade to 1.02. Revision Changes Path 1.3 +3 -3 ports/games/pysol/Makefile 1.3 +1 -1 ports/games/pysol/files/md5 1.3 +9 -0 ports/games/pysol/pkg/PLIST From owner-cvs-all Mon Sep 21 01:26:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26175 for cvs-all-outgoing; Mon, 21 Sep 1998 01:26:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26107; Mon, 21 Sep 1998 01:25:58 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca32-12.ix.netcom.com [209.109.239.12]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA15178; Mon, 21 Sep 1998 01:25:29 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA02584; Mon, 21 Sep 1998 01:25:26 -0700 (PDT) Date: Mon, 21 Sep 1998 01:25:26 -0700 (PDT) Message-Id: <199809210825.BAA02584@silvia.hip.berkeley.edu> To: jkh@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809191145.EAA26246@freefall.freebsd.org> (jkh@FreeBSD.ORG) Subject: Re: cvs commit: src/sys/conf newvers.sh From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified files: * sys/conf newvers.sh * Log: * Note that we're in BETA status. Cool. When we go to release, you may want to bump __FreeBSD_version too (just for the heck of it). Satoshi From owner-cvs-all Mon Sep 21 01:33:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27250 for cvs-all-outgoing; Mon, 21 Sep 1998 01:33:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27242; Mon, 21 Sep 1998 01:33:32 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA05896; Mon, 21 Sep 1998 01:33:06 -0700 (PDT) Date: Mon, 21 Sep 1998 01:33:06 -0700 (PDT) Message-Id: <199809210833.BAA05896@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xskat Makefile ports/games/xskat/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/21 01:33:06 PDT Modified files: games/xskat Makefile games/xskat/files md5 Log: Upgrade to 2.3.1. Revision Changes Path 1.7 +3 -3 ports/games/xskat/Makefile 1.3 +1 -1 ports/games/xskat/files/md5 From owner-cvs-all Mon Sep 21 01:42:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28325 for cvs-all-outgoing; Mon, 21 Sep 1998 01:42:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28228; Mon, 21 Sep 1998 01:42:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06506; Mon, 21 Sep 1998 01:41:35 -0700 (PDT) Date: Mon, 21 Sep 1998 01:41:35 -0700 (PDT) Message-Id: <199809210841.BAA06506@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/tip Makefile.inc src/usr.bin/tip/tip Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/21 01:41:35 PDT Modified files: usr.bin/tip/tip Makefile Removed files: usr.bin/tip Makefile.inc Log: Makefile.inc was conditionally setting vars already set by bsd.own.mk which is read before tip's own Makefile is. Move those varables here where they will do some good. Revision Changes Path 1.10 +8 -0 src/usr.bin/tip/tip/Makefile From owner-cvs-all Mon Sep 21 01:42:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28354 for cvs-all-outgoing; Mon, 21 Sep 1998 01:42:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28317; Mon, 21 Sep 1998 01:42:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06554; Mon, 21 Sep 1998 01:41:46 -0700 (PDT) Date: Mon, 21 Sep 1998 01:41:46 -0700 (PDT) Message-Id: <199809210841.BAA06554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/japanese/vflib Makefile ports/korean/ftghostscript5 Makefile ports/misc/magicpoint Makefile ports/x11-fonts/ttmkfdir Makefile ports/x11/XttXF86srv-common Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/21 01:41:46 PDT Modified files: graphics/ImageMagick Makefile japanese/vflib Makefile korean/ftghostscript5 Makefile misc/magicpoint Makefile x11-fonts/ttmkfdir Makefile x11/XttXF86srv-common Makefile Log: freetype (libttf) is now converted to ELF. Revision Changes Path 1.53 +2 -2 ports/graphics/ImageMagick/Makefile 1.16 +2 -2 ports/japanese/vflib/Makefile 1.2 +2 -2 ports/korean/ftghostscript5/Makefile 1.7 +2 -2 ports/misc/magicpoint/Makefile 1.2 +2 -2 ports/x11-fonts/ttmkfdir/Makefile 1.3 +2 -2 ports/x11/XttXF86srv-common/Makefile From owner-cvs-all Mon Sep 21 01:44:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28808 for cvs-all-outgoing; Mon, 21 Sep 1998 01:44:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28803; Mon, 21 Sep 1998 01:44:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06704; Mon, 21 Sep 1998 01:44:24 -0700 (PDT) Date: Mon, 21 Sep 1998 01:44:24 -0700 (PDT) Message-Id: <199809210844.BAA06704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/21 01:44:24 PDT Modified files: gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 Log: I danced with the devil and found the needle in the haystack! Remove the /usr/bin path to ranlib and just let the build environment set the path. Running an aout version of ranlib on an elf library is something we'd prefer not to do. I'm surprised that the build didn't spit any errors when it did this. Shrug. Revision Changes Path 1.2 +1 -1 src/gnu/usr.bin/perl/libperl/config.SH-aout.i386 1.3 +1 -1 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.2 +1 -1 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 From owner-cvs-all Mon Sep 21 01:55:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00416 for cvs-all-outgoing; Mon, 21 Sep 1998 01:55:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00403; Mon, 21 Sep 1998 01:54:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07137; Mon, 21 Sep 1998 01:54:25 -0700 (PDT) Date: Mon, 21 Sep 1998 01:54:25 -0700 (PDT) Message-Id: <199809210854.BAA07137@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/gimp1 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/21 01:54:25 PDT Modified files: graphics/ImageMagick Makefile graphics/gimp1 Makefile Log: libmpeg now supports ELF. Revision Changes Path 1.54 +2 -2 ports/graphics/ImageMagick/Makefile 1.44 +2 -2 ports/graphics/gimp1/Makefile From owner-cvs-all Mon Sep 21 01:55:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00511 for cvs-all-outgoing; Mon, 21 Sep 1998 01:55:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00500; Mon, 21 Sep 1998 01:55:49 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07173; Mon, 21 Sep 1998 01:55:23 -0700 (PDT) Date: Mon, 21 Sep 1998 01:55:23 -0700 (PDT) Message-Id: <199809210855.BAA07173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c ip_output.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/21 01:55:23 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_input.c ip_output.c Log: Fix the ipfw/natd problem for which people has been shouting at me for the last few days. It was a stupid uninitialized variable, and the bug was generated when i cleaned up the code removing redundant(!) initializations before the commit. Thanks to Studded@dal.net and Allan Saddi who provided traces to help track down the problem. Revision Changes Path 1.50.2.21 +3 -4 src/sys/netinet/ip_input.c 1.44.2.11 +3 -4 src/sys/netinet/ip_output.c From owner-cvs-all Mon Sep 21 01:56:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00727 for cvs-all-outgoing; Mon, 21 Sep 1998 01:56:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00685; Mon, 21 Sep 1998 01:56:17 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07201; Mon, 21 Sep 1998 01:55:50 -0700 (PDT) Date: Mon, 21 Sep 1998 01:55:50 -0700 (PDT) Message-Id: <199809210855.BAA07201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/21 01:55:50 PDT Modified files: . Makefile.inc1 Log: Remove the bootstrap-rtld target which wasn't needed. Install the rest of the legacy libraries (like libgcc.a, libl.a). Add games to the user's path to avoid the temptation for people to hack paths to unsuitable tools. Revision Changes Path 1.18 +16 -22 src/Makefile.inc1 From owner-cvs-all Mon Sep 21 02:02:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01824 for cvs-all-outgoing; Mon, 21 Sep 1998 02:02:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01804; Mon, 21 Sep 1998 02:02:19 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07409; Mon, 21 Sep 1998 02:01:53 -0700 (PDT) Date: Mon, 21 Sep 1998 02:01:53 -0700 (PDT) Message-Id: <199809210901.CAA07409@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/games/fortune/datfiles Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/21 02:01:53 PDT Modified files: games/fortune/datfiles Makefile Log: Back out the last two hacks. I've added games to the (correct) build path in src/Makefile.inc. The code that I'm backing out didn't work anyway since exists() checks for a file in .PATH (and /usr/games/strfile doesn't exist there), so the test was always defaulting to ../strfile/strfile which breaks cross-compiled builds. Revision Changes Path 1.13 +3 -16 src/games/fortune/datfiles/Makefile From owner-cvs-all Mon Sep 21 02:06:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02411 for cvs-all-outgoing; Mon, 21 Sep 1998 02:06:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02366; Mon, 21 Sep 1998 02:06:30 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA07589; Mon, 21 Sep 1998 02:06:03 -0700 (PDT) Date: Mon, 21 Sep 1998 02:06:03 -0700 (PDT) Message-Id: <199809210906.CAA07589@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/09/21 02:06:03 PDT Modified files: (Branch: RELENG_2_2) release Makefile Log: MFC: add \a's to boot.help on the installation floppy. Revision Changes Path 1.246.2.92 +2 -1 src/release/Makefile From owner-cvs-all Mon Sep 21 02:08:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02734 for cvs-all-outgoing; Mon, 21 Sep 1998 02:08:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02630; Mon, 21 Sep 1998 02:08:12 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:Z9/V/IOLAllaqiwWDvIOdILb/hvuYk8l@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id LAA08821; Mon, 21 Sep 1998 11:07:39 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809210907.LAA08821@gratis.grondar.za> To: John Birrell cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: Your message of " Mon, 21 Sep 1998 01:44:24 MST." <199809210844.BAA06704@freefall.freebsd.org> References: <199809210844.BAA06704@freefall.freebsd.org> Date: Mon, 21 Sep 1998 11:07:38 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk John Birrell wrote: > I danced with the devil and found the needle in the haystack! > Remove the /usr/bin path to ranlib and just let the build environment > set the path. Running an aout version of ranlib on an elf library > is something we'd prefer not to do. I'm surprised that the build > didn't spit any errors when it did this. Shrug. Congratulations! Yeeeha! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Mon Sep 21 05:48:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00494 for cvs-all-outgoing; Mon, 21 Sep 1998 05:48:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00489; Mon, 21 Sep 1998 05:48:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA14223; Mon, 21 Sep 1998 05:48:13 -0700 (PDT) Date: Mon, 21 Sep 1998 05:48:13 -0700 (PDT) Message-Id: <199809211248.FAA14223@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-clocks/eyeclock/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 05:48:13 PDT Modified files: x11-clocks/eyeclock/patches patch-aa Log: Fix build in a.out world. Noticed by: Asami-san Revision Changes Path 1.3 +5 -3 ports/x11-clocks/eyeclock/patches/patch-aa From owner-cvs-all Mon Sep 21 06:24:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07255 for cvs-all-outgoing; Mon, 21 Sep 1998 06:24:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA07231; Mon, 21 Sep 1998 06:24:27 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id GAA22404; Mon, 21 Sep 1998 06:22:58 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Studded cc: Alex Nash , Luigi Rizzo , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw ipfw.c src/sys/conf files src/sys/i386/isa if_ed.c if_ep.c if_lnc.c src/sys/net if_ethersubr.c srcOR In-reply-to: Your message of "Sun, 20 Sep 1998 23:28:14 PDT." <3605F1FE.9590D52E@dal.net> Date: Mon, 21 Sep 1998 06:22:57 -0700 Message-ID: <22400.906384177@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I feel strongly that these changes should be backed out of -Stable > immediately. I spent several hours today trying to find why ipfw logging Let's give Luigi a couple of more days to work on this and then we will indeed do exactly that. > This also an EXCELLENT example of why -Current should have been > branched when the beta period for 3.0 started. Yes, this IS an "I told > you so." Nope, it's not an excellent reason at all. Right stimulus, wrong response. :) To branch now would be to create significant merge work during the polishing period for 3.0, work which is almost always extensive if past history is any judge. No way do I want to have lots of people manually merging a whole bunch of work between two branches when what they're doing well and truly reflects what would need to be happening in -current anyway. Ick. We'll branch the tree again when 3.1 is ready to begin its merry journey and 3.0 has entered a truly "-stable" phase as planned. No sooner. - Jordan From owner-cvs-all Mon Sep 21 08:20:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26643 for cvs-all-outgoing; Mon, 21 Sep 1998 08:20:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26634; Mon, 21 Sep 1998 08:20:53 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23242; Mon, 21 Sep 1998 08:20:27 -0700 (PDT) Date: Mon, 21 Sep 1998 08:20:27 -0700 (PDT) Message-Id: <199809211520.IAA23242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 08:20:27 PDT Modified files: en y2kbug.sgml Log: Fix typo. Revision Changes Path 1.8 +3 -3 www/en/y2kbug.sgml From owner-cvs-all Mon Sep 21 08:26:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27725 for cvs-all-outgoing; Mon, 21 Sep 1998 08:26:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27637; Mon, 21 Sep 1998 08:26:05 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23488; Mon, 21 Sep 1998 08:25:38 -0700 (PDT) Date: Mon, 21 Sep 1998 08:25:38 -0700 (PDT) Message-Id: <199809211525.IAA23488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 08:25:38 PDT Modified files: en y2kbug.sgml Log: Fix typo. Sorry, my last commit was wrong. Revision Changes Path 1.9 +3 -3 www/en/y2kbug.sgml From owner-cvs-all Mon Sep 21 08:40:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA00820 for cvs-all-outgoing; Mon, 21 Sep 1998 08:40:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA00811; Mon, 21 Sep 1998 08:40:35 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23891; Mon, 21 Sep 1998 08:40:09 -0700 (PDT) Date: Mon, 21 Sep 1998 08:40:09 -0700 (PDT) Message-Id: <199809211540.IAA23891@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/ports portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 08:40:08 PDT Modified files: ja/ports portindex Log: Update "Original revision:". Revision Changes Path 1.10 +2 -2 www/ja/ports/portindex From owner-cvs-all Mon Sep 21 08:52:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02101 for cvs-all-outgoing; Mon, 21 Sep 1998 08:52:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02087; Mon, 21 Sep 1998 08:51:56 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA24180; Mon, 21 Sep 1998 08:51:30 -0700 (PDT) Date: Mon, 21 Sep 1998 08:51:30 -0700 (PDT) Message-Id: <199809211551.IAA24180@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja mailto.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 08:51:30 PDT Modified files: ja mailto.sgml Log: Add contact information of Japanese version. Revision Changes Path 1.5 +9 -2 www/ja/mailto.sgml From owner-cvs-all Mon Sep 21 09:20:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06311 for cvs-all-outgoing; Mon, 21 Sep 1998 09:20:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06229; Mon, 21 Sep 1998 09:20:01 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25189; Mon, 21 Sep 1998 09:19:33 -0700 (PDT) Date: Mon, 21 Sep 1998 09:19:33 -0700 (PDT) Message-Id: <199809211619.JAA25189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/docproj translations.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 09:19:33 PDT Modified files: ja/docproj translations.sgml Log: Update "Original revision:" Revision Changes Path 1.7 +3 -3 www/ja/docproj/translations.sgml From owner-cvs-all Mon Sep 21 09:35:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08695 for cvs-all-outgoing; Mon, 21 Sep 1998 09:35:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08680; Mon, 21 Sep 1998 09:34:58 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25747; Mon, 21 Sep 1998 09:34:31 -0700 (PDT) Date: Mon, 21 Sep 1998 09:34:31 -0700 (PDT) Message-Id: <199809211634.JAA25747@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja docs.sgml index.html mailto.sgml publish.sgml support.sgml where.sgml www/ja/news qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 09:34:31 PDT Modified files: ja docs.sgml index.html mailto.sgml publish.sgml support.sgml where.sgml ja/news qnewsletter.sgml Log: Merge the following changes in the English version: docs.sgml : 1.52 -> 1.53 index.html : 1.55 -> 1.56 mailto.sgml : 1.8 -> 1.9 publish.sgml : 1.14 -> 1.16 support.sgml : 1.98 -> 1.99 where.sgml : 1.26 -> 1.27 news/qnewsletter.sgml : 1.4 -> 1.5 Revision Changes Path 1.16 +4 -4 www/ja/docs.sgml 1.16 +4 -4 www/ja/index.html 1.6 +10 -2 www/ja/mailto.sgml 1.11 +11 -4 www/ja/publish.sgml 1.12 +6 -3 www/ja/support.sgml 1.6 +5 -5 www/ja/where.sgml 1.3 +4 -4 www/ja/news/qnewsletter.sgml From owner-cvs-all Mon Sep 21 09:46:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11032 for cvs-all-outgoing; Mon, 21 Sep 1998 09:46:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11025; Mon, 21 Sep 1998 09:46:39 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26217; Mon, 21 Sep 1998 09:46:13 -0700 (PDT) Date: Mon, 21 Sep 1998 09:46:13 -0700 (PDT) Message-Id: <199809211646.JAA26217@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/21 09:46:13 PDT Modified files: sys/dev/aic7xxx aic7xxx.seq Log: Correct twin channel operation. Revision Changes Path 1.79 +5 -1 src/sys/dev/aic7xxx/aic7xxx.seq From owner-cvs-all Mon Sep 21 10:20:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19098 for cvs-all-outgoing; Mon, 21 Sep 1998 10:20:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19090; Mon, 21 Sep 1998 10:20:35 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA27605; Mon, 21 Sep 1998 10:20:09 -0700 (PDT) Date: Mon, 21 Sep 1998 10:20:09 -0700 (PDT) Message-Id: <199809211720.KAA27605@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/tar Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/21 10:20:08 PDT Modified files: gnu/usr.bin/tar Makefile Log: The default tape device should be /dev/rsa0 for CAM. Revision Changes Path 1.11 +1 -1 src/gnu/usr.bin/tar/Makefile From owner-cvs-all Mon Sep 21 12:23:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14298 for cvs-all-outgoing; Mon, 21 Sep 1998 12:23:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14275; Mon, 21 Sep 1998 12:23:42 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA02432; Mon, 21 Sep 1998 12:23:14 -0700 (PDT) Date: Mon, 21 Sep 1998 12:23:14 -0700 (PDT) Message-Id: <199809211923.MAA02432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/commercial software.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/21 12:23:13 PDT Modified files: en/commercial software.sgml Log: Added HighWind Software Submitted by: HighWind Software Sales Revision Changes Path 1.44 +12 -2 www/en/commercial/software.sgml From owner-cvs-all Mon Sep 21 12:24:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14426 for cvs-all-outgoing; Mon, 21 Sep 1998 12:24:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14405; Mon, 21 Sep 1998 12:24:19 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA02474; Mon, 21 Sep 1998 12:23:53 -0700 (PDT) Date: Mon, 21 Sep 1998 12:23:53 -0700 (PDT) Message-Id: <199809211923.MAA02474@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/commercial hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/21 12:23:53 PDT Modified files: en/commercial hardware.sgml Log: Added Enterprise Systems and Solutions Submitted by: Nasir Ahmed Revision Changes Path 1.23 +15 -2 www/en/commercial/hardware.sgml From owner-cvs-all Mon Sep 21 13:30:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28156 for cvs-all-outgoing; Mon, 21 Sep 1998 13:30:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27931; Mon, 21 Sep 1998 13:30:00 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA22028; Mon, 21 Sep 1998 22:15:11 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id VAA02346; Mon, 21 Sep 1998 21:40:51 +0200 (CEST) (envelope-from andreas) Message-ID: <19980921214051.A1796@klemm.gtn.com> Date: Mon, 21 Sep 1998 21:40:51 +0200 From: Andreas Klemm To: Ollivier Robert , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile References: <199809211720.KAA27605@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809211720.KAA27605@freefall.freebsd.org>; from Ollivier Robert on Mon, Sep 21, 1998 at 10:20:09AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-BETA SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 21, 1998 at 10:20:09AM -0700, Ollivier Robert wrote: > roberto 1998/09/21 10:20:08 PDT > > Modified files: > gnu/usr.bin/tar Makefile > Log: > The default tape device should be /dev/rsa0 for CAM. Could you please do it for dump as well while your at it and fix the manpages (samr for tar) ? andreas@titan{1005} $ pwd /home/src/sbin/dump andreas@titan{1006} $ grep st0 * dump.8:.Pa /dev/rst0 dump.8:/sbin/dump -0u -f /dev/nrst0 /usr/src dump.8:.It Pa /dev/rst0 pathnames.h:#define _PATH_DEFTAPE "/dev/rst0" -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Mon Sep 21 13:45:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01172 for cvs-all-outgoing; Mon, 21 Sep 1998 13:45:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01163; Mon, 21 Sep 1998 13:45:09 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01582; Mon, 21 Sep 1998 13:44:40 -0700 (PDT) Date: Mon, 21 Sep 1998 13:44:40 -0700 (PDT) Message-Id: <199809212044.NAA01582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/camcontrol camcontrol.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/21 13:44:40 PDT Modified files: sbin/camcontrol camcontrol.8 Log: Fix a grammar problem. PR: docs/7975 Revision Changes Path 1.4 +2 -2 src/sbin/camcontrol/camcontrol.8 From owner-cvs-all Mon Sep 21 14:05:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05705 for cvs-all-outgoing; Mon, 21 Sep 1998 14:05:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05687; Mon, 21 Sep 1998 14:05:19 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA02705; Mon, 21 Sep 1998 14:04:50 -0700 (PDT) Date: Mon, 21 Sep 1998 14:04:50 -0700 (PDT) Message-Id: <199809212104.OAA02705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/21 14:04:50 PDT Modified files: . modules Log: citrix_ica --> ports/net/citrix_ica Revision Changes Path 1.2386 +2 -1 CVSROOT/modules From owner-cvs-all Mon Sep 21 14:24:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10648 for cvs-all-outgoing; Mon, 21 Sep 1998 14:24:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10588; Mon, 21 Sep 1998 14:24:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA00748; Mon, 21 Sep 1998 14:23:42 -0700 (PDT) Date: Mon, 21 Sep 1998 14:23:42 -0700 (PDT) Message-Id: <199809212123.OAA00748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-clocks/wmtime Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:23:41 PDT Modified files: x11-clocks/wmtime Makefile Log: Find a new master site. PR: 8013 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/x11-clocks/wmtime/Makefile From owner-cvs-all Mon Sep 21 14:26:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10917 for cvs-all-outgoing; Mon, 21 Sep 1998 14:26:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10892; Mon, 21 Sep 1998 14:25:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA00831; Mon, 21 Sep 1998 14:25:09 -0700 (PDT) Date: Mon, 21 Sep 1998 14:25:09 -0700 (PDT) Message-Id: <199809212125.OAA00831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/21 14:25:09 PDT Modified files: . modules Log: remove citrix_ica - freefall crashed during easy-import Revision Changes Path 1.2387 +1 -2 CVSROOT/modules From owner-cvs-all Mon Sep 21 14:29:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11504 for cvs-all-outgoing; Mon, 21 Sep 1998 14:29:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11399; Mon, 21 Sep 1998 14:28:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01025; Mon, 21 Sep 1998 14:28:18 -0700 (PDT) Date: Mon, 21 Sep 1998 14:28:18 -0700 (PDT) Message-Id: <199809212128.OAA01025@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:28:18 PDT Modified files: graphics/xpm Makefile Log: Be sure to install the libXpm.so link in an a.out world. Noticed by: Satoshi Asami Revision Changes Path 1.18 +4 -1 ports/graphics/xpm/Makefile From owner-cvs-all Mon Sep 21 14:30:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11689 for cvs-all-outgoing; Mon, 21 Sep 1998 14:30:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11540; Mon, 21 Sep 1998 14:29:33 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01119; Mon, 21 Sep 1998 14:29:00 -0700 (PDT) Date: Mon, 21 Sep 1998 14:29:00 -0700 (PDT) Message-Id: <199809212129.OAA01119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/21 14:29:00 PDT Modified files: . modules Log: citrix_ica --> ports/net/citrix_ica Revision Changes Path 1.2388 +2 -1 CVSROOT/modules From owner-cvs-all Mon Sep 21 14:30:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11805 for cvs-all-outgoing; Mon, 21 Sep 1998 14:30:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11620; Mon, 21 Sep 1998 14:29:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01139; Mon, 21 Sep 1998 14:29:24 -0700 (PDT) Date: Mon, 21 Sep 1998 14:29:24 -0700 (PDT) Message-Id: <199809212129.OAA01139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/Xaw3d Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:29:24 PDT Modified files: x11-toolkits/Xaw3d Makefile Log: Be sure to install the libXaw3d.so link in an a.out world. Revision Changes Path 1.19 +4 -1 ports/x11-toolkits/Xaw3d/Makefile From owner-cvs-all Mon Sep 21 14:31:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12072 for cvs-all-outgoing; Mon, 21 Sep 1998 14:31:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11912; Mon, 21 Sep 1998 14:30:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01213; Mon, 21 Sep 1998 14:30:25 -0700 (PDT) Date: Mon, 21 Sep 1998 14:30:25 -0700 (PDT) Message-Id: <199809212130.OAA01213@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/citrix_ica - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/21 14:30:24 PDT ports/net/citrix_ica - Imported sources Update of /home/ncvs/ports/net/citrix_ica In directory freefall.freebsd.org:/d/users/msmith/citrix_ica Log Message: This is the Citrix MetaFrame/pICAsso/WinFrame client for Microsoft Windows NT Terminal Server, nee Hydra, nee Citrix WinFrame. Status: Vendor Tag: MSMITH Release Tags: v2_80 N ports/net/citrix_ica/Makefile I ports/net/citrix_ica/CVS N ports/net/citrix_ica/patches/patch-aa N ports/net/citrix_ica/patches/patch-ab N ports/net/citrix_ica/files/response N ports/net/citrix_ica/files/md5 N ports/net/citrix_ica/files/wfcmgr N ports/net/citrix_ica/files/wfica N ports/net/citrix_ica/pkg/COMMENT N ports/net/citrix_ica/pkg/DESCR N ports/net/citrix_ica/pkg/PLIST No conflicts created by this import From owner-cvs-all Mon Sep 21 14:32:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12166 for cvs-all-outgoing; Mon, 21 Sep 1998 14:32:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12042; Mon, 21 Sep 1998 14:31:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01256; Mon, 21 Sep 1998 14:31:08 -0700 (PDT) Date: Mon, 21 Sep 1998 14:31:08 -0700 (PDT) Message-Id: <199809212131.OAA01256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xview-config/patches patch-ae Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:31:08 PDT Modified files: x11-toolkits/xview-config/patches patch-ae Log: Only major numbers are allowed for ELF shared libraries. Revision Changes Path 1.2 +19 -2 ports/x11-toolkits/xview-config/patches/patch-ae From owner-cvs-all Mon Sep 21 14:40:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13648 for cvs-all-outgoing; Mon, 21 Sep 1998 14:40:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13388; Mon, 21 Sep 1998 14:39:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01594; Mon, 21 Sep 1998 14:38:35 -0700 (PDT) Date: Mon, 21 Sep 1998 14:38:35 -0700 (PDT) Message-Id: <199809212138.OAA01594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xbae Makefile ports/x11-toolkits/xbae/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:38:35 PDT Modified files: x11-toolkits/xbae Makefile x11-toolkits/xbae/pkg PLIST Log: Convert to ELF and use MAN3. Revision Changes Path 1.5 +6 -2 ports/x11-toolkits/xbae/Makefile 1.4 +3 -4 ports/x11-toolkits/xbae/pkg/PLIST From owner-cvs-all Mon Sep 21 14:43:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14287 for cvs-all-outgoing; Mon, 21 Sep 1998 14:43:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13952; Mon, 21 Sep 1998 14:41:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA01707; Mon, 21 Sep 1998 14:41:17 -0700 (PDT) Date: Mon, 21 Sep 1998 14:41:17 -0700 (PDT) Message-Id: <199809212141.OAA01707@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/xmgr Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 14:41:17 PDT Modified files: math/xmgr Makefile Log: Remove regexp libXbae library. Revision Changes Path 1.10 +2 -2 ports/math/xmgr/Makefile From owner-cvs-all Mon Sep 21 15:05:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20756 for cvs-all-outgoing; Mon, 21 Sep 1998 15:05:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20579; Mon, 21 Sep 1998 15:04:39 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00629; Mon, 21 Sep 1998 15:04:07 -0700 (PDT) Date: Mon, 21 Sep 1998 15:04:07 -0700 (PDT) Message-Id: <199809212204.PAA00629@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/21 15:04:07 PDT Modified files: sys/i386/conf majors.i386 Log: New major for 3dfx driver. Revision Changes Path 1.50 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-all Mon Sep 21 15:13:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23205 for cvs-all-outgoing; Mon, 21 Sep 1998 15:13:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23036; Mon, 21 Sep 1998 15:13:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00922; Mon, 21 Sep 1998 15:12:33 -0700 (PDT) Date: Mon, 21 Sep 1998 15:12:33 -0700 (PDT) Message-Id: <199809212212.PAA00922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xview-lib Makefile ports/x11-toolkits/xview-lib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 15:12:32 PDT Modified files: x11-toolkits/xview-lib Makefile x11-toolkits/xview-lib/pkg PLIST Log: Convert to ELF and use MAN1. Revision Changes Path 1.15 +3 -2 ports/x11-toolkits/xview-lib/Makefile 1.8 +12 -10 ports/x11-toolkits/xview-lib/pkg/PLIST From owner-cvs-all Mon Sep 21 15:16:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24502 for cvs-all-outgoing; Mon, 21 Sep 1998 15:16:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24394; Mon, 21 Sep 1998 15:16:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01237; Mon, 21 Sep 1998 15:16:00 -0700 (PDT) Date: Mon, 21 Sep 1998 15:16:00 -0700 (PDT) Message-Id: <199809212216.PAA01237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/workman Makefile ports/editors/textedit Makefile ports/games/imaze Makefile ports/games/xvmahjongg Makefile ports/games/xvmines Makefile ports/german/spinne Makefile ports/net/cnet Makefile ports/net/ftptool Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 15:15:59 PDT Modified files: audio/workman Makefile editors/textedit Makefile games/imaze Makefile games/xvmahjongg Makefile games/xvmines Makefile german/spinne Makefile net/cnet Makefile net/ftptool Makefile news/xvnews Makefile print/bibcard Makefile security/skip Makefile sysutils/contool Makefile x11/props Makefile x11-toolkits/slingshot Makefile x11-wm/olvwm Makefile Log: Remove regexp support for libxview not that it builds ELF too. Revision Changes Path 1.6 +2 -2 ports/audio/workman/Makefile 1.5 +2 -2 ports/editors/textedit/Makefile 1.11 +2 -2 ports/games/imaze/Makefile 1.5 +3 -3 ports/games/xvmahjongg/Makefile 1.4 +3 -3 ports/games/xvmines/Makefile 1.4 +2 -2 ports/german/spinne/Makefile 1.5 +2 -2 ports/net/cnet/Makefile 1.5 +2 -2 ports/net/ftptool/Makefile 1.5 +2 -2 ports/news/xvnews/Makefile 1.6 +2 -2 ports/print/bibcard/Makefile 1.3 +2 -2 ports/security/skip/Makefile 1.6 +2 -2 ports/sysutils/contool/Makefile 1.4 +2 -2 ports/x11/props/Makefile 1.6 +2 -2 ports/x11-toolkits/slingshot/Makefile 1.14 +2 -2 ports/x11-wm/olvwm/Makefile From owner-cvs-all Mon Sep 21 15:22:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26307 for cvs-all-outgoing; Mon, 21 Sep 1998 15:22:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26180; Mon, 21 Sep 1998 15:22:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01460; Mon, 21 Sep 1998 15:21:43 -0700 (PDT) Date: Mon, 21 Sep 1998 15:21:43 -0700 (PDT) Message-Id: <199809212221.PAA01460@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/neXtaw Makefile ports/x11-toolkits/neXtaw/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 15:21:43 PDT Modified files: x11-toolkits/neXtaw Makefile x11-toolkits/neXtaw/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.8 +5 -2 ports/x11-toolkits/neXtaw/Makefile 1.4 +3 -2 ports/x11-toolkits/neXtaw/pkg/PLIST From owner-cvs-all Mon Sep 21 15:32:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28981 for cvs-all-outgoing; Mon, 21 Sep 1998 15:32:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28862; Mon, 21 Sep 1998 15:32:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01955; Mon, 21 Sep 1998 15:31:57 -0700 (PDT) Date: Mon, 21 Sep 1998 15:31:57 -0700 (PDT) Message-Id: <199809212231.PAA01955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/Canna Makefile ports/japanese/Canna/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 15:31:57 PDT Modified files: japanese/Canna Makefile japanese/Canna/pkg PLIST Log: Convert to ELF and cleanup use of MAN* macros. Revision Changes Path 1.21 +19 -14 ports/japanese/Canna/Makefile 1.11 +6 -62 ports/japanese/Canna/pkg/PLIST From owner-cvs-all Mon Sep 21 15:34:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29386 for cvs-all-outgoing; Mon, 21 Sep 1998 15:34:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29302; Mon, 21 Sep 1998 15:33:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02091; Mon, 21 Sep 1998 15:33:30 -0700 (PDT) Date: Mon, 21 Sep 1998 15:33:30 -0700 (PDT) Message-Id: <199809212233.PAA02091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/mule Makefile ports/editors/nvi-m17n Makefile ports/editors/xemacs-mule Makefile ports/japanese/elvis Makefile ports/japanese/jvim Makefile ports/japanese/kinput2-wnn4 Makefile ports/japanese/nvi-euc-jp Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/21 15:33:29 PDT Modified files: editors/mule Makefile editors/nvi-m17n Makefile editors/xemacs-mule Makefile japanese/elvis Makefile japanese/jvim Makefile japanese/kinput2-wnn4 Makefile japanese/nvi-euc-jp Makefile japanese/nvi-iso-2022-jp Makefile japanese/nvi-sjis Makefile japanese/onew-wnn4 Makefile japanese/pine Makefile Log: Remove regexp support for libcanna since it can now be built in ELF format as well. Revision Changes Path 1.32 +2 -2 ports/editors/mule/Makefile 1.9 +2 -2 ports/editors/nvi-m17n/Makefile 1.9 +2 -2 ports/editors/xemacs-mule/Makefile 1.11 +2 -2 ports/japanese/elvis/Makefile 1.4 +2 -2 ports/japanese/jvim/Makefile 1.2 +2 -2 ports/japanese/kinput2-wnn4/Makefile 1.13 +2 -2 ports/japanese/nvi-euc-jp/Makefile 1.13 +2 -2 ports/japanese/nvi-iso-2022-jp/Makefile 1.13 +2 -2 ports/japanese/nvi-sjis/Makefile 1.2 +2 -2 ports/japanese/onew-wnn4/Makefile 1.13 +2 -2 ports/japanese/pine/Makefile From owner-cvs-all Mon Sep 21 15:41:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00667 for cvs-all-outgoing; Mon, 21 Sep 1998 15:41:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00573; Mon, 21 Sep 1998 15:40:52 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02355; Mon, 21 Sep 1998 15:40:19 -0700 (PDT) Date: Mon, 21 Sep 1998 15:40:19 -0700 (PDT) Message-Id: <199809212240.PAA02355@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja mailto.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 15:40:19 PDT Modified files: ja mailto.sgml Log: Update "Original revision:" I forgot to inclement this valus in the previous commit. Revision Changes Path 1.7 +3 -3 www/ja/mailto.sgml From owner-cvs-all Mon Sep 21 15:55:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03306 for cvs-all-outgoing; Mon, 21 Sep 1998 15:55:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03195; Mon, 21 Sep 1998 15:54:58 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00528; Mon, 21 Sep 1998 15:54:26 -0700 (PDT) Date: Mon, 21 Sep 1998 15:54:26 -0700 (PDT) Message-Id: <199809212254.PAA00528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/news qnewsletter-1-4.sgml Makefile qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/21 15:54:26 PDT Modified files: ja/news Makefile qnewsletter.sgml Added files: ja/news qnewsletter-1-4.sgml Log: Merge the following changes in the English version: news/Makefile : 1.6 -> 1.7 New translation: news/qnewsletter-1-4.sgml Related changes: qnewsletter.sgml Submitted by: HARADA Kiroh Revision Changes Path 1.7 +3 -2 www/ja/news/Makefile 1.4 +3 -3 www/ja/news/qnewsletter.sgml From owner-cvs-all Mon Sep 21 16:02:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05101 for cvs-all-outgoing; Mon, 21 Sep 1998 16:02:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04932; Mon, 21 Sep 1998 16:02:10 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA00910; Mon, 21 Sep 1998 16:01:37 -0700 (PDT) Date: Mon, 21 Sep 1998 16:01:37 -0700 (PDT) Message-Id: <199809212301.QAA00910@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/Canna/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/21 16:01:37 PDT Modified files: japanese/Canna/pkg PLIST Log: ELF shlib names should be listed when a.out shlibs end with ".0". Revision Changes Path 1.12 +4 -4 ports/japanese/Canna/pkg/PLIST From owner-cvs-all Mon Sep 21 16:41:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14746 for cvs-all-outgoing; Mon, 21 Sep 1998 16:41:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14351; Mon, 21 Sep 1998 16:40:19 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02240; Mon, 21 Sep 1998 16:39:43 -0700 (PDT) Date: Mon, 21 Sep 1998 16:39:43 -0700 (PDT) Message-Id: <199809212339.QAA02240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/nte Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/21 16:39:42 PDT Modified files: mbone/nte Makefile Log: Master site moved. Revision Changes Path 1.11 +2 -2 ports/mbone/nte/Makefile From owner-cvs-all Mon Sep 21 16:54:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18006 for cvs-all-outgoing; Mon, 21 Sep 1998 16:54:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA17569; Mon, 21 Sep 1998 16:53:01 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA16160; Mon, 21 Sep 1998 16:52:18 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA05426; Mon, 21 Sep 1998 16:52:13 -0700 (PDT) Date: Mon, 21 Sep 1998 16:52:13 -0700 (PDT) Message-Id: <199809212352.QAA05426@silvia.hip.berkeley.edu> To: jkh@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809200001.RAA15408@freefall.freebsd.org> (jkh@FreeBSD.ORG) Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Add -S flag; this is benign since fetch's behavior is unchanged if you * don't use it. That's why I'm bringing it in during our "code slush" * Submitted by: Stefan Esser Can you merge it to -stable too? bsd.port.mk will need it. Satoshi From owner-cvs-all Mon Sep 21 17:06:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21650 for cvs-all-outgoing; Mon, 21 Sep 1998 17:06:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21501; Mon, 21 Sep 1998 17:06:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA16156; Mon, 21 Sep 1998 16:51:58 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA05422; Mon, 21 Sep 1998 16:51:49 -0700 (PDT) Date: Mon, 21 Sep 1998 16:51:49 -0700 (PDT) Message-Id: <199809212351.QAA05422@silvia.hip.berkeley.edu> To: max@wide.ad.jp CC: vanilla@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, max@wide.ad.jp In-reply-to: <19980920051012N.masafumi@aslm.rim.or.jp> (message from Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= on Sun, 20 Sep 1998 05:10:12 +0900) Subject: Re: cvs commit: ports/editors/leim20 - Imported sources From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * I'm not too sure if this should be named (or imported to directory * named) leim20 since there is no leim19. Yes, that's our general rule but I think it's fine for this case. emacs is going the version-fragmentation route so with any luck we'll end up with emacs21 and leim21 in a few months anyway. Satoshi From owner-cvs-all Mon Sep 21 17:27:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28184 for cvs-all-outgoing; Mon, 21 Sep 1998 17:27:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28114; Mon, 21 Sep 1998 17:27:25 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id RAA24822; Mon, 21 Sep 1998 17:27:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: asami@FreeBSD.ORG (Satoshi Asami) cc: jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c In-reply-to: Your message of "Mon, 21 Sep 1998 16:52:13 PDT." <199809212352.QAA05426@silvia.hip.berkeley.edu> Date: Mon, 21 Sep 1998 17:27:42 -0700 Message-ID: <24819.906424062@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, I'll do that later on today. > * Add -S flag; this is benign since fetch's behavior is unchanged if you > * don't use it. That's why I'm bringing it in during our "code slush" > * Submitted by: Stefan Esser > > Can you merge it to -stable too? bsd.port.mk will need it. > > Satoshi From owner-cvs-all Mon Sep 21 17:43:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01942 for cvs-all-outgoing; Mon, 21 Sep 1998 17:43:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-13.ppp.wenet.net [206.15.84.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01907; Mon, 21 Sep 1998 17:42:59 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id RAA02191; Mon, 21 Sep 1998 17:44:22 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Mon, 21 Sep 1998 17:44:22 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: John Birrell cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: <199809210844.BAA06704@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Sep 1998, John Birrell wrote: [...] > Log: > I danced with the devil and found the needle in the haystack! > Remove the /usr/bin path to ranlib and just let the build environment > set the path. Running an aout version of ranlib on an elf library > is something we'd prefer not to do. I'm surprised that the build > didn't spit any errors when it did this. Shrug. Oh it did. In fact the games still do crap like this. Best way to find this is to take an a.out system (i.e. w/ a.out binaries) with ELF rtld & libs (it can build both ELF and a.out binaries) and run buildworld. caeser and strfile are built, but the old (a.out binaries) ones are run. This results in a.out binaries trying to use ELF shared libs from the chroot'd enviroment. All in all, not fun, but not a huge deal either, as it's pretty much assumed you're using binaries that are compatable with the ones you're building. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | From owner-cvs-all Mon Sep 21 17:54:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03653 for cvs-all-outgoing; Mon, 21 Sep 1998 17:54:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03629; Mon, 21 Sep 1998 17:53:48 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id KAA29177; Tue, 22 Sep 1998 10:58:52 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809220058.KAA29177@cimlogic.com.au> Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: from Alex at "Sep 21, 98 05:44:22 pm" To: garbanzo@hooked.net (Alex) Date: Tue, 22 Sep 1998 10:58:52 +1000 (EST) Cc: jb@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex wrote: > Oh it did. In fact the games still do crap like this. Best way to find > this is to take an a.out system (i.e. w/ a.out binaries) with ELF rtld & > libs (it can build both ELF and a.out binaries) and run buildworld. caeser > and strfile are built, but the old (a.out binaries) ones are run. This > results in a.out binaries trying to use ELF shared libs from the chroot'd > enviroment. 1. That's not the "supported" upgrade procedure, so you're on your own. 2. buildworld is not a chrooted environment. 3. The upgrade procedure uses a TOOLPATH which doesn't execute anything from WORLDTMP during the initial elf build. It has LD_LIBRARY_PATH pointing to the TOOLPATH (the aout obj tree), whereas LIBRARY_PATH points into WORLDTMP (the elf obj tree). This means that aout tools are executed during the initial elf build, creating things in elf format. > All in all, not fun, but not a huge deal either, as it's pretty much > assumed you're using binaries that are compatable with the ones you're > building. Please don't encourage people to go outside the procedure. I hope people will ignore what you've said. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-all Mon Sep 21 18:00:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25106 for cvs-all-outgoing; Mon, 21 Sep 1998 17:17:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25004; Mon, 21 Sep 1998 17:16:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA03467; Mon, 21 Sep 1998 17:16:24 -0700 (PDT) Date: Mon, 21 Sep 1998 17:16:24 -0700 (PDT) Message-Id: <199809220016.RAA03467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release boot_crunch.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/21 17:16:24 PDT Modified files: release boot_crunch.conf Log: Revert my change to use minigzip. Apparently, this thing is too "mini" to actually work in this application. Urk. This probably explains the problems people have been having with installing -snap. My bad. Will fix and upload a new beta snap to ftp.freebsd.org. Noted by: jhay Revision Changes Path 1.35 +4 -5 src/release/boot_crunch.conf From owner-cvs-all Mon Sep 21 18:31:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08987 for cvs-all-outgoing; Mon, 21 Sep 1998 18:31:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08969; Mon, 21 Sep 1998 18:31:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA05731; Mon, 21 Sep 1998 18:30:56 -0700 (PDT) Date: Mon, 21 Sep 1998 18:30:56 -0700 (PDT) Message-Id: <199809220130.SAA05731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/miscfs/procfs procfs_mem.c src/sys/vm vm_extern.h vm_fault.c vm_map.c vm_map.h vm_prot.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/21 18:30:56 PDT Modified files: (Branch: RELENG_2_2) sys/i386/i386 trap.c sys/miscfs/procfs procfs_mem.c sys/vm vm_extern.h vm_fault.c vm_map.c vm_map.h vm_prot.h Log: Merge in the fix for the "GDB touches executables" problem. The following revisions are included in this merge: 1.89 src/sys/i386/i386/trap.c 1.24,1.25 src/sys/miscfs/procfs/procfs_mem.c 1.32 src/sys/vm/vm_extern.h 1.67 src/sys/vm/vm_fault.c 1.73 src/sys/vm/vm_map.c 1.25 src/sys/vm/vm_map.h 1.8 src/sys/vm/vm_prot.h PR: kern/3475, kern/7858 Revision Changes Path 1.83.2.10 +7 -7 src/sys/i386/i386/trap.c 1.20.2.2 +60 -80 src/sys/miscfs/procfs/procfs_mem.c 1.27.2.2 +2 -2 src/sys/vm/vm_extern.h 1.57.2.4 +11 -9 src/sys/vm/vm_fault.c 1.57.2.6 +11 -3 src/sys/vm/vm_map.c 1.15.2.3 +7 -4 src/sys/vm/vm_map.h 1.5.4.1 +2 -1 src/sys/vm/vm_prot.h From owner-cvs-all Mon Sep 21 19:11:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16677 for cvs-all-outgoing; Mon, 21 Sep 1998 19:11:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16538; Mon, 21 Sep 1998 19:10:29 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA00668; Mon, 21 Sep 1998 19:09:57 -0700 (PDT) Date: Mon, 21 Sep 1998 19:09:57 -0700 (PDT) Message-Id: <199809220209.TAA00668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rtld-elf rtld.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/21 19:09:57 PDT Modified files: libexec/rtld-elf rtld.c Log: Make LD_PRELOAD work for ELF. Revision Changes Path 1.11 +38 -1 src/libexec/rtld-elf/rtld.c From owner-cvs-all Mon Sep 21 19:31:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20587 for cvs-all-outgoing; Mon, 21 Sep 1998 19:31:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20435 for ; Mon, 21 Sep 1998 19:30:57 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id EAA02675 for cvs-committers@FreeBSD.ORG; Tue, 22 Sep 1998 04:30:10 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 347701513; Tue, 22 Sep 1998 02:12:12 +0200 (CEST) Date: Tue, 22 Sep 1998 02:12:12 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile Message-ID: <19980922021212.A17702@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199809211720.KAA27605@freefall.freebsd.org> <19980921214051.A1796@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <19980921214051.A1796@klemm.gtn.com>; from Andreas Klemm on Mon, Sep 21, 1998 at 09:40:51PM +0200 X-Operating-System: FreeBSD 3.0-BETA/ELF ctm#4660 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Andreas Klemm: > Could you please do it for dump as well while your at it and > fix the manpages (samr for tar) ? OK, will do tomorrow. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998 From owner-cvs-all Mon Sep 21 20:23:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00929 for cvs-all-outgoing; Mon, 21 Sep 1998 20:23:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00846; Mon, 21 Sep 1998 20:23:18 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA03116; Mon, 21 Sep 1998 20:22:47 -0700 (PDT) Date: Mon, 21 Sep 1998 20:22:47 -0700 (PDT) Message-Id: <199809220322.UAA03116@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/ruby Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/21 20:22:47 PDT Modified files: lang/ruby Makefile Log: Add trailing "/" to MASTER_SITE. Botched by: jkoshy Reminded by: Eiji-usagi-MATSUmoto Revision Changes Path 1.8 +2 -2 ports/lang/ruby/Makefile From owner-cvs-all Mon Sep 21 21:06:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07660 for cvs-all-outgoing; Mon, 21 Sep 1998 21:06:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-36.ppp.wenet.net [206.15.84.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07603; Mon, 21 Sep 1998 21:06:02 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id VAA00427; Mon, 21 Sep 1998 21:07:08 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Mon, 21 Sep 1998 21:07:07 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: John Birrell cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: <199809220058.KAA29177@cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Sep 1998, John Birrell wrote: [...] > Please don't encourage people to go outside the procedure. I hope people > will ignore what you've said. Uhm. I'm not enouraging anyone to do this, far from it. I'm just saying that other things break, in similar ways to perl::ar, and they may not be obvious until you start doing something stupid. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | From owner-cvs-all Mon Sep 21 21:56:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA15878 for cvs-all-outgoing; Mon, 21 Sep 1998 21:56:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15862; Mon, 21 Sep 1998 21:56:39 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05753; Mon, 21 Sep 1998 21:56:09 -0700 (PDT) Date: Mon, 21 Sep 1998 21:56:09 -0700 (PDT) Message-Id: <199809220456.VAA05753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam.c cam_xpt.c src/sys/dev/dpt dpt.h dpt_scsi.c src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/21 21:56:09 PDT Modified files: sys/cam cam.c cam_xpt.c Log: cam.c: Clear up trailing NULs in cam_strvis. cam_xpt.c: Nuke an experimental quirk entry for the Toshiba 3401. The real problem with this device turned out to be a bug in the aic7xxx driver that was fixed months ago. Add a quirk entry to inhibit multiple lun scanning and serial number probing of DPT RAID volumes. My DPT controller hangs up solid when I do either of these things to a RAID 1 volume. Revision Changes Path 1.2 +4 -3 src/sys/cam/cam.c 1.10 +9 -9 src/sys/cam/cam_xpt.c Modified files: sys/dev/dpt dpt.h dpt_scsi.c Log: dpt.h: Bump the lun field in the eata ccb to 5 bits. We still only use 3 of them, but we may use the rest at a later date. dpt_scsi.c: Default to only 32 S/G segments. Bzero our CCB array after allocation. Revision Changes Path 1.4 +2 -6 src/sys/dev/dpt/dpt.h 1.16 +14 -12 src/sys/dev/dpt/dpt_scsi.c Modified files: sys/pci ncr.c Log: Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c. Noticed by: bde Revision Changes Path 1.132 +25 -23 src/sys/pci/ncr.c From owner-cvs-all Mon Sep 21 22:01:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17163 for cvs-all-outgoing; Mon, 21 Sep 1998 22:01:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA17141; Mon, 21 Sep 1998 22:01:18 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05893; Mon, 21 Sep 1998 22:00:49 -0700 (PDT) Date: Mon, 21 Sep 1998 22:00:49 -0700 (PDT) Message-Id: <199809220500.WAA05893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/21 22:00:49 PDT Modified files: (Branch: RELENG_2_2) sys/vm vm_map.c Log: MFC 1.89 -> 1.90: Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection entry when handling a fault. My recent procfs merge for the "GDB touches executables" problem requires this fix as well. Revision Changes Path 1.57.2.7 +3 -2 src/sys/vm/vm_map.c From owner-cvs-all Mon Sep 21 23:09:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA27380 for cvs-all-outgoing; Mon, 21 Sep 1998 23:09:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA27363; Mon, 21 Sep 1998 23:09:04 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07964; Mon, 21 Sep 1998 23:08:36 -0700 (PDT) Date: Mon, 21 Sep 1998 23:08:36 -0700 (PDT) Message-Id: <199809220608.XAA07964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/21 23:08:36 PDT Modified files: x11/XFree86 Makefile Log: Make lib*.so links in a.out case. Revision Changes Path 1.46 +15 -1 ports/x11/XFree86/Makefile From owner-cvs-all Mon Sep 21 23:19:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29035 for cvs-all-outgoing; Mon, 21 Sep 1998 23:19:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29021; Mon, 21 Sep 1998 23:19:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA08309; Mon, 21 Sep 1998 23:18:38 -0700 (PDT) Date: Mon, 21 Sep 1998 23:18:38 -0700 (PDT) Message-Id: <199809220618.XAA08309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/leim20/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/21 23:18:38 PDT Modified files: editors/leim20/pkg COMMENT Log: No need to put name of package in front. Revision Changes Path 1.2 +1 -1 ports/editors/leim20/pkg/COMMENT From owner-cvs-all Tue Sep 22 01:43:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18935 for cvs-all-outgoing; Tue, 22 Sep 1998 01:43:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18913; Tue, 22 Sep 1998 01:43:41 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12919; Tue, 22 Sep 1998 01:43:11 -0700 (PDT) Date: Tue, 22 Sep 1998 01:43:11 -0700 (PDT) Message-Id: <199809220843.BAA12919@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/scripts bin-install.sh catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh des-install.sh dict-install.sh doc-install.sh games-install.sh info-install.sh manpages-install.sh ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/22 01:43:10 PDT Modified files: release/scripts bin-install.sh catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh des-install.sh dict-install.sh doc-install.sh games-install.sh info-install.sh manpages-install.sh ports-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh Log: Allow the use of ${DESTDIR} in the enviroment to optionally get these various collections to install someplace else. Revision Changes Path 1.3 +3 -2 src/release/scripts/bin-install.sh 1.2 +1 -1 src/release/scripts/catpages-install.sh 1.2 +2 -1 src/release/scripts/commerce-install.sh 1.3 +1 -1 src/release/scripts/compat1x-install.sh 1.3 +1 -1 src/release/scripts/compat20-install.sh 1.3 +1 -1 src/release/scripts/compat21-install.sh 1.3 +9 -7 src/release/scripts/des-install.sh 1.2 +1 -1 src/release/scripts/dict-install.sh 1.2 +2 -2 src/release/scripts/doc-install.sh 1.2 +1 -1 src/release/scripts/games-install.sh 1.2 +1 -1 src/release/scripts/info-install.sh 1.2 +1 -1 src/release/scripts/manpages-install.sh 1.2 +2 -1 src/release/scripts/ports-install.sh 1.2 +1 -1 src/release/scripts/proflibs-install.sh 1.4 +4 -2 src/release/scripts/src-install.sh 1.2 +2 -1 src/release/scripts/xperimnt-install.sh From owner-cvs-all Tue Sep 22 02:29:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26334 for cvs-all-outgoing; Tue, 22 Sep 1998 02:29:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26197; Tue, 22 Sep 1998 02:28:36 -0700 (PDT) (envelope-from kjc@FreeBSD.org) From: Kenjiro Cho Received: (from kjc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14220; Tue, 22 Sep 1998 02:28:05 -0700 (PDT) Date: Tue, 22 Sep 1998 02:28:05 -0700 (PDT) Message-Id: <199809220928.CAA14220@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/blt Makefile ports/x11-toolkits/blt/files md5 ports/x11-toolkits/blt/patches patch-aa ports/x11-toolkits/blt/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kjc 1998/09/22 02:28:05 PDT Modified files: x11-toolkits/blt Makefile x11-toolkits/blt/files md5 x11-toolkits/blt/patches patch-aa x11-toolkits/blt/pkg DESCR PLIST Log: update: BLT2.4c --> BLT2.4f (BLT2.4c is no longer available) Revision Changes Path 1.20 +6 -6 ports/x11-toolkits/blt/Makefile 1.4 +1 -1 ports/x11-toolkits/blt/files/md5 1.6 +3 -3 ports/x11-toolkits/blt/patches/patch-aa 1.4 +1 -1 ports/x11-toolkits/blt/pkg/DESCR 1.7 +4 -0 ports/x11-toolkits/blt/pkg/PLIST From owner-cvs-all Tue Sep 22 02:41:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28620 for cvs-all-outgoing; Tue, 22 Sep 1998 02:41:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28532; Tue, 22 Sep 1998 02:40:52 -0700 (PDT) (envelope-from kjc@FreeBSD.org) From: Kenjiro Cho Received: (from kjc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14538; Tue, 22 Sep 1998 02:40:21 -0700 (PDT) Date: Tue, 22 Sep 1998 02:40:21 -0700 (PDT) Message-Id: <199809220940.CAA14538@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ttt Makefile ports/net/ttt/files md5 ports/net/ttt/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kjc 1998/09/22 02:40:21 PDT Modified files: net/ttt Makefile net/ttt/files md5 net/ttt/pkg DESCR Log: update: ttt-1.2 --> ttt-1.3 Revision Changes Path 1.8 +4 -4 ports/net/ttt/Makefile 1.4 +1 -1 ports/net/ttt/files/md5 1.4 +2 -2 ports/net/ttt/pkg/DESCR From owner-cvs-all Tue Sep 22 02:55:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00849 for cvs-all-outgoing; Tue, 22 Sep 1998 02:55:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00840; Tue, 22 Sep 1998 02:55:40 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14875; Tue, 22 Sep 1998 02:55:09 -0700 (PDT) Date: Tue, 22 Sep 1998 02:55:09 -0700 (PDT) Message-Id: <199809220955.CAA14875@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/tar tar.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/22 02:55:09 PDT Modified files: gnu/usr.bin/tar tar.1 Log: Change rst0 into rsa0 in the man page too. Correct the spelling of POSIXLY_CORRECT while I'm here. Pointed out by: Andreas Klemm Revision Changes Path 1.18 +10 -10 src/gnu/usr.bin/tar/tar.1 From owner-cvs-all Tue Sep 22 02:58:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01109 for cvs-all-outgoing; Tue, 22 Sep 1998 02:58:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01102; Tue, 22 Sep 1998 02:58:46 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA14989; Tue, 22 Sep 1998 02:58:18 -0700 (PDT) Date: Tue, 22 Sep 1998 02:58:18 -0700 (PDT) Message-Id: <199809220958.CAA14989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/tar tar.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/22 02:58:18 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/tar tar.1 Log: POSIXLY-CORRECT --> POSIXLY_CORRECT Revision Changes Path 1.6.2.6 +3 -3 src/gnu/usr.bin/tar/tar.1 From owner-cvs-all Tue Sep 22 03:06:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02227 for cvs-all-outgoing; Tue, 22 Sep 1998 03:06:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02187; Tue, 22 Sep 1998 03:05:56 -0700 (PDT) (envelope-from roberto@FreeBSD.org) From: Ollivier Robert Received: (from roberto@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15286; Tue, 22 Sep 1998 03:05:28 -0700 (PDT) Date: Tue, 22 Sep 1998 03:05:28 -0700 (PDT) Message-Id: <199809221005.DAA15286@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/dump dump.8 pathnames.h src/sbin/restore pathnames.h restore.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk roberto 1998/09/22 03:05:27 PDT Modified files: sbin/dump dump.8 pathnames.h sbin/restore pathnames.h restore.8 Log: Change rst0 into rsa0. Revision Changes Path 1.22 +4 -4 src/sbin/dump/dump.8 1.5 +1 -1 src/sbin/dump/pathnames.h 1.3 +1 -1 src/sbin/restore/pathnames.h 1.14 +2 -2 src/sbin/restore/restore.8 From owner-cvs-all Tue Sep 22 04:14:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13332 for cvs-all-outgoing; Tue, 22 Sep 1998 04:14:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13154; Tue, 22 Sep 1998 04:13:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18132; Tue, 22 Sep 1998 04:13:15 -0700 (PDT) Date: Tue, 22 Sep 1998 04:13:15 -0700 (PDT) Message-Id: <199809221113.EAA18132@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERICupgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/22 04:13:14 PDT Modified files: sys/i386/conf GENERICupgrade Log: Post C-day sync with GENERIC. Revision Changes Path 1.3 +17 -15 src/sys/i386/conf/GENERICupgrade From owner-cvs-all Tue Sep 22 04:21:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14446 for cvs-all-outgoing; Tue, 22 Sep 1998 04:21:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14433 for ; Tue, 22 Sep 1998 04:21:52 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id SAA05513 for ; Tue, 22 Sep 1998 18:19:55 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id SAA17368 for committers@freebsd.org; Tue, 22 Sep 1998 18:19:55 +0900 (JST) Received: (from masafumi@localhost) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) id SAA16313 for committers@freebsd.org; Tue, 22 Sep 1998 18:19:18 +0900 (JST) Date: Tue, 22 Sep 1998 18:19:18 +0900 (JST) Message-Id: <199809220919.SAA16313@mail.aslm.rim.or.jp> To: markm@freebsd.org, committers@freebsd.org Cc: max@wide.ad.jp Subject: perl5 on -current From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I just noticed that /usr/src/gnu/usr.bin/perl/libperl/config.SH* have several definitions that are specific to Mark's system. (As far as I have found, cf_email, myhostname, myuname, perladmin.) I'm not sure if these may cause any actualy problems, but it's a bit odd to see Mark's hostname when I do perl -V. If this doesn't cause any perl builtin functions to misannounce the hostname, then maybe we can leave it alone. But otherwise, we should change the Makefile (or whatever appropriate) to define these variables dynamically upon compilation time. Cheers, Max From owner-cvs-all Tue Sep 22 04:33:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15598 for cvs-all-outgoing; Tue, 22 Sep 1998 04:33:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA15461; Tue, 22 Sep 1998 04:32:40 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id VAA00949; Tue, 22 Sep 1998 21:31:51 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809221131.VAA00949@cimlogic.com.au> Subject: Re: perl5 on -current In-Reply-To: <199809220919.SAA16313@mail.aslm.rim.or.jp> from "Masafumi [?iso-2022-jp?]" at "Sep 22, 98 06:19:18 pm" To: max@wide.ad.jp (Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?=) Date: Tue, 22 Sep 1998 21:31:51 +1000 (EST) Cc: markm@FreeBSD.ORG, committers@FreeBSD.ORG, max@wide.ad.jp X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Masafumi [?iso-2022-jp?] wrote: > Hi, > > I just noticed that /usr/src/gnu/usr.bin/perl/libperl/config.SH* have > several definitions that are specific to Mark's system. (As far as I > have found, cf_email, myhostname, myuname, perladmin.) > > I'm not sure if these may cause any actualy problems, but it's a bit > odd to see Mark's hostname when I do perl -V. > > If this doesn't cause any perl builtin functions to misannounce the > hostname, then maybe we can leave it alone. But otherwise, we should > change the Makefile (or whatever appropriate) to define these > variables dynamically upon compilation time. Mark said he has a big cleanup commit coming. Let's wait and see that. FWIW, the perl5 stuff now builds in aout-to-elf on a 2.2.7 system. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-all Tue Sep 22 05:01:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19666 for cvs-all-outgoing; Tue, 22 Sep 1998 05:01:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19648; Tue, 22 Sep 1998 05:01:29 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19234; Tue, 22 Sep 1998 05:00:59 -0700 (PDT) Date: Tue, 22 Sep 1998 05:00:59 -0700 (PDT) Message-Id: <199809221200.FAA19234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 src/gnu/usr.bin/perl/perl Makefile src/gnu/usr.bin/perl/suidperl Makefile src/gnu/usr.bin/perl/utils/perlbug Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 05:00:59 PDT Modified files: gnu/usr.bin/perl Makefile.inc gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 gnu/usr.bin/perl/perl Makefile gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/utils/perlbug Makefile gnu/usr.bin/perl/x2p/a2pl Makefile Log: Big cleanup of the perl build. 1) Inspired by JB's finding of a hardcoded /usr/bin/ranlib in the config files, these have been properly cleaned up and have been personalised for FreeBSD, not MarkM. 2) Inspired by Peter, copying of the lib/ext etc dirs has been replaced by a link farm. 3) Common code has been moved to a higher-level Makefile.inc. This has been tested with a make -j8. Revision Changes Path 1.5 +28 -1 src/gnu/usr.bin/perl/Makefile.inc 1.3 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-aout.i386 1.4 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.3 +17 -15 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.13 +45 -51 src/gnu/usr.bin/perl/perl/Makefile 1.4 +26 -47 src/gnu/usr.bin/perl/suidperl/Makefile 1.2 +4 -4 src/gnu/usr.bin/perl/utils/perlbug/Makefile 1.6 +3 -3 src/gnu/usr.bin/perl/x2p/a2pl/Makefile From owner-cvs-all Tue Sep 22 05:14:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21275 for cvs-all-outgoing; Tue, 22 Sep 1998 05:14:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21269; Tue, 22 Sep 1998 05:14:46 -0700 (PDT) (envelope-from nectar@FreeBSD.org) From: Jacques Vidrine Received: (from nectar@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19583; Tue, 22 Sep 1998 05:14:18 -0700 (PDT) Date: Tue, 22 Sep 1998 05:14:18 -0700 (PDT) Message-Id: <199809221214.FAA19583@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/krb5/patches patch-aw Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nectar 1998/09/22 05:14:17 PDT Added files: security/krb5/patches patch-aw Log: ELF. Submitted by: dima@freebsd.org From owner-cvs-all Tue Sep 22 05:24:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21934 for cvs-all-outgoing; Tue, 22 Sep 1998 05:24:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21925; Tue, 22 Sep 1998 05:24:48 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19841; Tue, 22 Sep 1998 05:24:19 -0700 (PDT) Date: Tue, 22 Sep 1998 05:24:19 -0700 (PDT) Message-Id: <199809221224.FAA19841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/exim/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 05:24:19 PDT Added files: mail/exim/patches patch-ab Log: Allow CFLAGS from environment to work. Submitted by: Sheldon Hearn (axl@iafrica.com) From owner-cvs-all Tue Sep 22 05:34:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23271 for cvs-all-outgoing; Tue, 22 Sep 1998 05:34:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23249; Tue, 22 Sep 1998 05:34:27 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20140; Tue, 22 Sep 1998 05:33:59 -0700 (PDT) Date: Tue, 22 Sep 1998 05:33:59 -0700 (PDT) Message-Id: <199809221233.FAA20140@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/smtpfeed Makefile ports/mail/smtpfeed/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1998/09/22 05:33:58 PDT Modified files: mail/smtpfeed Makefile mail/smtpfeed/files md5 Log: original distibution is updated to 0.83. Revision Changes Path 1.16 +3 -3 ports/mail/smtpfeed/Makefile 1.15 +1 -1 ports/mail/smtpfeed/files/md5 From owner-cvs-all Tue Sep 22 05:37:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23722 for cvs-all-outgoing; Tue, 22 Sep 1998 05:37:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23707; Tue, 22 Sep 1998 05:37:08 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20244; Tue, 22 Sep 1998 05:36:38 -0700 (PDT) Date: Tue, 22 Sep 1998 05:36:38 -0700 (PDT) Message-Id: <199809221236.FAA20244@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/par/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 05:36:38 PDT Added files: textproc/par/patches patch-aa Log: Make CFLAGS from environment apply. From owner-cvs-all Tue Sep 22 06:09:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28529 for cvs-all-outgoing; Tue, 22 Sep 1998 06:09:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28491; Tue, 22 Sep 1998 06:09:13 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from mercury (mercury [129.127.36.44]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id WAA11622; Tue, 22 Sep 1998 22:38:41 +0930 (CST) Received: from localhost by mercury; (5.65v3.2/1.1.8.2/27Nov97-0404PM) id AA27020; Tue, 22 Sep 1998 22:38:40 +0930 Date: Tue, 22 Sep 1998 22:38:38 +0930 (CST) From: Kris Kennaway To: John Polstra Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c In-Reply-To: <199809220209.TAA00668@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 21 Sep 1998, John Polstra wrote: > Make LD_PRELOAD work for ELF. ...and there was much rejoicing :-) Yay, now my SOCKS stuff can work again. Thanks, John :-) Kris From owner-cvs-all Tue Sep 22 06:24:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00575 for cvs-all-outgoing; Tue, 22 Sep 1998 06:24:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00546; Tue, 22 Sep 1998 06:24:04 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id PAA20961; Tue, 22 Sep 1998 15:15:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id HAA03084; Tue, 22 Sep 1998 07:19:02 +0200 (CEST) (envelope-from andreas) Message-ID: <19980922071902.A2773@klemm.gtn.com> Date: Tue, 22 Sep 1998 07:19:02 +0200 From: Andreas Klemm To: Michael Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/citrix_ica - Imported sources References: <199809212130.OAA01213@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809212130.OAA01213@freefall.freebsd.org>; from Michael Smith on Mon, Sep 21, 1998 at 02:30:25PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-BETA SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 21, 1998 at 02:30:25PM -0700, Michael Smith wrote: > msmith 1998/09/21 14:30:24 PDT > > ports/net/citrix_ica - Imported sources > Update of /home/ncvs/ports/net/citrix_ica > In directory freefall.freebsd.org:/d/users/msmith/citrix_ica > > Log Message: > This is the Citrix MetaFrame/pICAsso/WinFrame client for Microsoft Windows > NT Terminal Server, nee Hydra, nee Citrix WinFrame. Cool. I used this Citrix Software some months ago at work. Really useable ! Thanks ! -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Tue Sep 22 08:10:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20423 for cvs-all-outgoing; Tue, 22 Sep 1998 08:10:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20412; Tue, 22 Sep 1998 08:10:48 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29613; Tue, 22 Sep 1998 08:10:19 -0700 (PDT) Date: Tue, 22 Sep 1998 08:10:19 -0700 (PDT) Message-Id: <199809221510.IAA29613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/09/22 08:10:18 PDT Modified files: etc Makefile Log: Add fbtab and rc.devfs to BIN1 sothat they are included in the distribution. Revision Changes Path 1.174 +4 -4 src/etc/Makefile From owner-cvs-all Tue Sep 22 08:15:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20960 for cvs-all-outgoing; Tue, 22 Sep 1998 08:15:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20955; Tue, 22 Sep 1998 08:15:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29743; Tue, 22 Sep 1998 08:14:57 -0700 (PDT) Date: Tue, 22 Sep 1998 08:14:57 -0700 (PDT) Message-Id: <199809221514.IAA29743@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/imap-uw Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 08:14:57 PDT Modified files: mail/imap-uw Makefile Log: Don't forget the trailing '/'. PR: 8019 Submitted by: maintainer Revision Changes Path 1.17 +2 -2 ports/mail/imap-uw/Makefile From owner-cvs-all Tue Sep 22 08:31:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23149 for cvs-all-outgoing; Tue, 22 Sep 1998 08:31:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23144; Tue, 22 Sep 1998 08:31:07 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00550; Tue, 22 Sep 1998 08:30:38 -0700 (PDT) Date: Tue, 22 Sep 1998 08:30:38 -0700 (PDT) Message-Id: <199809221530.IAA00550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/aalib Makefile ports/graphics/aalib/patches patch-ad ports/graphics/aalib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 08:30:38 PDT Modified files: graphics/aalib Makefile graphics/aalib/pkg PLIST Added files: graphics/aalib/patches patch-ad Log: Convert aalib to elf. Revision Changes Path 1.6 +4 -1 ports/graphics/aalib/Makefile 1.2 +4 -2 ports/graphics/aalib/pkg/PLIST From owner-cvs-all Tue Sep 22 08:34:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23677 for cvs-all-outgoing; Tue, 22 Sep 1998 08:34:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23563; Tue, 22 Sep 1998 08:34:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00757; Tue, 22 Sep 1998 08:33:36 -0700 (PDT) Date: Tue, 22 Sep 1998 08:33:36 -0700 (PDT) Message-Id: <199809221533.IAA00757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glib Makefile ports/devel/glib/files md5 ports/devel/glib/patches patch-aa patch-ab patch-ac ports/devel/glib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 08:33:36 PDT Modified files: devel/glib Makefile devel/glib/files md5 devel/glib/patches patch-aa patch-ab patch-ac devel/glib/pkg PLIST Log: Upgrade to 1.1.3, and convert glib to elf. Revision Changes Path 1.3 +4 -5 ports/devel/glib/Makefile 1.3 +1 -1 ports/devel/glib/files/md5 1.2 +43 -10 ports/devel/glib/patches/patch-aa 1.5 +157 -42 ports/devel/glib/patches/patch-ab 1.4 +21 -15 ports/devel/glib/patches/patch-ac 1.5 +8 -3 ports/devel/glib/pkg/PLIST From owner-cvs-all Tue Sep 22 08:34:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23759 for cvs-all-outgoing; Tue, 22 Sep 1998 08:34:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA23634; Tue, 22 Sep 1998 08:34:15 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00784; Tue, 22 Sep 1998 08:33:44 -0700 (PDT) Date: Tue, 22 Sep 1998 08:33:44 -0700 (PDT) Message-Id: <199809221533.IAA00784@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 08:33:44 PDT Modified files: www/netscape4-navigator Makefile www/netscape4-navigator/files md5 netscape.sh www/netscape4-navigator/pkg PLIST Log: Revert one version so 4.05 will be on the CD. 4.06 seems to be too unreliable. Since the distfile is not on Netscape's site anymore, put it on wcarchive. Revision Changes Path 1.23 +12 -12 ports/www/netscape4-navigator/Makefile 1.17 +2 -2 ports/www/netscape4-navigator/files/md5 1.8 +1 -1 ports/www/netscape4-navigator/files/netscape.sh 1.15 +2 -2 ports/www/netscape4-navigator/pkg/PLIST From owner-cvs-all Tue Sep 22 08:37:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24293 for cvs-all-outgoing; Tue, 22 Sep 1998 08:37:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24286; Tue, 22 Sep 1998 08:37:28 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA17056; Tue, 22 Sep 1998 08:36:52 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id IAA07917; Tue, 22 Sep 1998 08:36:45 -0700 (PDT) Date: Tue, 22 Sep 1998 08:36:45 -0700 (PDT) Message-Id: <199809221536.IAA07917@silvia.hip.berkeley.edu> To: max@wide.ad.jp CC: markm@FreeBSD.org, committers@FreeBSD.org, max@wide.ad.jp In-reply-to: <199809220919.SAA16313@mail.aslm.rim.or.jp> (message from Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= on Tue, 22 Sep 1998 18:19:18 +0900 (JST)) Subject: Re: perl5 on -current From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * If this doesn't cause any perl builtin functions to misannounce the * hostname, then maybe we can leave it alone. But otherwise, we should * change the Makefile (or whatever appropriate) to define these * variables dynamically upon compilation time. Um, they shouldn't be compiled in in the first place IMO. (What's it with all these software that want to compile hostnames in the binaries?!?) Satoshi From owner-cvs-all Tue Sep 22 08:38:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24602 for cvs-all-outgoing; Tue, 22 Sep 1998 08:38:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24589; Tue, 22 Sep 1998 08:38:37 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01032; Tue, 22 Sep 1998 08:38:08 -0700 (PDT) Date: Tue, 22 Sep 1998 08:38:08 -0700 (PDT) Message-Id: <199809221538.IAA01032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk Makefile ports/x11-toolkits/gtk/files md5 ports/x11-toolkits/gtk/patches patch-ab ports/x11-toolkits/gtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 08:38:07 PDT Modified files: x11-toolkits/gtk Makefile x11-toolkits/gtk/files md5 x11-toolkits/gtk/pkg PLIST Added files: x11-toolkits/gtk/patches patch-ab Log: Upgrade to 1.0.6, and convert gtk to elf. Revision Changes Path 1.25 +5 -5 ports/x11-toolkits/gtk/Makefile 1.18 +1 -1 ports/x11-toolkits/gtk/files/md5 1.28 +5 -5 ports/x11-toolkits/gtk/pkg/PLIST From owner-cvs-all Tue Sep 22 08:40:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24817 for cvs-all-outgoing; Tue, 22 Sep 1998 08:40:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24804 for ; Tue, 22 Sep 1998 08:40:13 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA17060 for ; Tue, 22 Sep 1998 08:39:42 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id IAA07922; Tue, 22 Sep 1998 08:39:40 -0700 (PDT) Date: Tue, 22 Sep 1998 08:39:40 -0700 (PDT) Message-Id: <199809221539.IAA07922@silvia.hip.berkeley.edu> To: committers@freebsd.org Subject: ports tree NOT frozen From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Just in case someone is confused, the ports tree is currently not in freeze. It will not go into freeze at least until 2 weeks prior to the release (which means Oct 1 or later). Satoshi From owner-cvs-all Tue Sep 22 08:40:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24861 for cvs-all-outgoing; Tue, 22 Sep 1998 08:40:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24849; Tue, 22 Sep 1998 08:40:30 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01112; Tue, 22 Sep 1998 08:40:00 -0700 (PDT) Date: Tue, 22 Sep 1998 08:40:00 -0700 (PDT) Message-Id: <199809221540.IAA01112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/22 08:40:00 PDT Modified files: release/picobsd/build build Log: All PicoBSD userland is now ELF. This buys us extra 15-30kB on the floppy. NOTIE: If you don't use /usr/obj (or you wiped it), remember to clean also the source tree of stale .depend and *.o files... Revision Changes Path 1.9 +2 -2 src/release/picobsd/build/build From owner-cvs-all Tue Sep 22 08:44:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25333 for cvs-all-outgoing; Tue, 22 Sep 1998 08:44:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25323; Tue, 22 Sep 1998 08:44:41 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01444; Tue, 22 Sep 1998 08:44:12 -0700 (PDT) Date: Tue, 22 Sep 1998 08:44:12 -0700 (PDT) Message-Id: <199809221544.IAA01444@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/guile Makefile ports/lang/guile/patches patch-ac ports/lang/guile/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 08:44:12 PDT Modified files: lang/guile Makefile lang/guile/patches patch-ac lang/guile/pkg PLIST Log: Convert guile to elf. Revision Changes Path 1.13 +4 -1 ports/lang/guile/Makefile 1.3 +45 -10 ports/lang/guile/patches/patch-ac 1.4 +3 -1 ports/lang/guile/pkg/PLIST From owner-cvs-all Tue Sep 22 08:46:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25601 for cvs-all-outgoing; Tue, 22 Sep 1998 08:46:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25593; Tue, 22 Sep 1998 08:46:21 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01550; Tue, 22 Sep 1998 08:45:53 -0700 (PDT) Date: Tue, 22 Sep 1998 08:45:53 -0700 (PDT) Message-Id: <199809221545.IAA01550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/dial/mfs.tree Makefile src/release/picobsd/tools/dumpnlist dumpnlist.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/22 08:45:53 PDT Modified files: release/picobsd/dial/mfs.tree Makefile Log: Add some more disk device nodes. Revision Changes Path 1.4 +3 -2 src/release/picobsd/dial/mfs.tree/Makefile Modified files: release/picobsd/tools/dumpnlist dumpnlist.c Log: Make this work when compiled ELF. The code assumed that when you go off the table boundary you get NULLs, and this was true for a.out, but some ELF-related gremlin fills it with 0xff instead... I suspect there are more problems of this type left in the tree. :-( Revision Changes Path 1.2 +3 -3 src/release/picobsd/tools/dumpnlist/dumpnlist.c From owner-cvs-all Tue Sep 22 08:48:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25845 for cvs-all-outgoing; Tue, 22 Sep 1998 08:48:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25835; Tue, 22 Sep 1998 08:48:15 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01749; Tue, 22 Sep 1998 08:47:44 -0700 (PDT) Date: Tue, 22 Sep 1998 08:47:44 -0700 (PDT) Message-Id: <199809221547.IAA01749@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/esound Makefile ports/audio/esound/patches patch-ab ports/audio/esound/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 08:47:44 PDT Modified files: audio/esound Makefile audio/esound/patches patch-ab audio/esound/pkg PLIST Log: Convert esound to elf. Revision Changes Path 1.4 +2 -2 ports/audio/esound/Makefile 1.2 +43 -10 ports/audio/esound/patches/patch-ab 1.2 +3 -1 ports/audio/esound/pkg/PLIST From owner-cvs-all Tue Sep 22 08:49:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26003 for cvs-all-outgoing; Tue, 22 Sep 1998 08:49:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25995; Tue, 22 Sep 1998 08:49:19 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id KAA17481; Tue, 22 Sep 1998 10:48:48 -0500 (CDT) From: Scott Mace Message-Id: <199809221548.KAA17481@metal.intt.org> Subject: Re: perl5 on -current In-Reply-To: <199809221536.IAA07917@silvia.hip.berkeley.edu> from Satoshi Asami at "Sep 22, 1998 8:36:45 am" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Tue, 22 Sep 1998 10:48:48 -0500 (CDT) Cc: max@wide.ad.jp, markm@FreeBSD.ORG, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Another perl5 issue would be how do we handle perl5 ports? alot of ports are wanting to install manpages, etc in /usr/share/perl/man.... my understanding is that ports go under ${PREFIX} not under /usr... Should this be any different for perl5? Scott From owner-cvs-all Tue Sep 22 09:03:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28258 for cvs-all-outgoing; Tue, 22 Sep 1998 09:03:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28224; Tue, 22 Sep 1998 09:03:16 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id AAA09363; Wed, 23 Sep 1998 00:26:20 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id AAA22185; Wed, 23 Sep 1998 00:26:19 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) with ESMTP id AAA23334; Wed, 23 Sep 1998 00:22:28 +0900 (JST) To: max@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/etc Makefile From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= In-Reply-To: Your message of "Tue, 22 Sep 1998 08:10:19 -0700 (PDT)" <199809221510.IAA29613@freefall.freebsd.org> References: <199809221510.IAA29613@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980923002226R.masafumi@aslm.rim.or.jp> Date: Wed, 23 Sep 1998 00:22:26 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 13 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > max 1998/09/22 08:10:18 PDT > Modified files: > etc Makefile > Log: > Add fbtab and rc.devfs to BIN1 sothat they are included in the > distribution. I also noticed that there is a file called termcap.small in src/etc, but this one is not touched by src/etc/.Makefile either. But since I'm not too sure if this file should go into /etc, I left it as it is. Cheers, Max From owner-cvs-all Tue Sep 22 09:03:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28278 for cvs-all-outgoing; Tue, 22 Sep 1998 09:03:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28252; Tue, 22 Sep 1998 09:03:27 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id SAA09276; Tue, 22 Sep 1998 18:02:55 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id SAA03813; Tue, 22 Sep 1998 18:02:46 +0200 (MET DST) Message-ID: <19980922180245.16068@follo.net> Date: Tue, 22 Sep 1998 18:02:45 +0200 From: Eivind Eklund To: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: <199809221533.IAA00784@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809221533.IAA00784@freefall.freebsd.org>; from Satoshi Asami on Tue, Sep 22, 1998 at 08:33:44AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 08:33:44AM -0700, Satoshi Asami wrote: > asami 1998/09/22 08:33:44 PDT > > Modified files: > www/netscape4-navigator Makefile > www/netscape4-navigator/files md5 netscape.sh > www/netscape4-navigator/pkg PLIST > Log: > Revert one version so 4.05 will be on the CD. 4.06 seems to be too > unreliable. Since the distfile is not on Netscape's site anymore, put > it on wcarchive. 4.05 has security problems (any random web-page can execute anything it pleases, IIRC). This is IMO more important than any other reliability issue. Eivind. From owner-cvs-all Tue Sep 22 09:11:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29953 for cvs-all-outgoing; Tue, 22 Sep 1998 09:11:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29940; Tue, 22 Sep 1998 09:11:09 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02925; Tue, 22 Sep 1998 09:10:40 -0700 (PDT) Date: Tue, 22 Sep 1998 09:10:40 -0700 (PDT) Message-Id: <199809221610.JAA02925@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERICupgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/22 09:10:40 PDT Modified files: sys/pc98/conf GENERICupgrade Log: Sync with sys/i386/conf/GENERICupgrade revision 1.3. Revision Changes Path 1.3 +6 -7 src/sys/pc98/conf/GENERICupgrade From owner-cvs-all Tue Sep 22 09:11:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00134 for cvs-all-outgoing; Tue, 22 Sep 1998 09:11:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00103; Tue, 22 Sep 1998 09:11:38 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02968; Tue, 22 Sep 1998 09:11:08 -0700 (PDT) Date: Tue, 22 Sep 1998 09:11:08 -0700 (PDT) Message-Id: <199809221611.JAA02968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/22 09:11:08 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.124. Revision Changes Path 1.40 +19 -17 src/sys/pc98/conf/Makefile.pc98 From owner-cvs-all Tue Sep 22 09:11:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00142 for cvs-all-outgoing; Tue, 22 Sep 1998 09:11:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00108; Tue, 22 Sep 1998 09:11:39 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02981; Tue, 22 Sep 1998 09:11:10 -0700 (PDT) Date: Tue, 22 Sep 1998 09:11:10 -0700 (PDT) Message-Id: <199809221611.JAA02981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/zip/patches patch-aa ports/archivers/zip.with_encryption/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 09:11:10 PDT Added files: archivers/zip/patches patch-aa archivers/zip.with_encryption/patches patch-aa Log: Support ELF. 1. Invoke prefixing of external symbols in assembly code functions via __ELF__. From owner-cvs-all Tue Sep 22 09:12:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00349 for cvs-all-outgoing; Tue, 22 Sep 1998 09:12:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00267; Tue, 22 Sep 1998 09:12:10 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03036; Tue, 22 Sep 1998 09:11:38 -0700 (PDT) Date: Tue, 22 Sep 1998 09:11:38 -0700 (PDT) Message-Id: <199809221611.JAA03036@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/22 09:11:38 PDT Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.50. Revision Changes Path 1.41 +2 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-all Tue Sep 22 09:12:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00456 for cvs-all-outgoing; Tue, 22 Sep 1998 09:12:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00369; Tue, 22 Sep 1998 09:12:30 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03080; Tue, 22 Sep 1998 09:12:00 -0700 (PDT) Date: Tue, 22 Sep 1998 09:12:00 -0700 (PDT) Message-Id: <199809221612.JAA03080@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/22 09:12:00 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.127. Revision Changes Path 1.61 +3 -3 src/sys/pc98/pc98/clock.c From owner-cvs-all Tue Sep 22 09:12:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00518 for cvs-all-outgoing; Tue, 22 Sep 1998 09:12:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00453; Tue, 22 Sep 1998 09:12:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03099; Tue, 22 Sep 1998 09:12:12 -0700 (PDT) Date: Tue, 22 Sep 1998 09:12:12 -0700 (PDT) Message-Id: <199809221612.JAA03099@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/aalib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 09:12:12 PDT Modified files: graphics/aalib/pkg PLIST Log: a.out shlib names should be listed if it doesn't end with ".0" (otherwise how is bsd.port.mk supposed to figure out the minor number? ;) Revision Changes Path 1.3 +1 -1 ports/graphics/aalib/pkg/PLIST From owner-cvs-all Tue Sep 22 09:14:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00756 for cvs-all-outgoing; Tue, 22 Sep 1998 09:14:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00671; Tue, 22 Sep 1998 09:13:48 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03199; Tue, 22 Sep 1998 09:13:17 -0700 (PDT) Date: Tue, 22 Sep 1998 09:13:17 -0700 (PDT) Message-Id: <199809221613.JAA03199@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 trap.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/22 09:13:16 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/i386 trap.c Log: Sync with sys/i386/i386/trap.c revision 1.83.2.10. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.8.2.11 +7 -7 src/sys/pc98/i386/trap.c From owner-cvs-all Tue Sep 22 09:15:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00918 for cvs-all-outgoing; Tue, 22 Sep 1998 09:15:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00842; Tue, 22 Sep 1998 09:14:41 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id JAA17093; Tue, 22 Sep 1998 09:14:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id JAA08170; Tue, 22 Sep 1998 09:14:00 -0700 (PDT) Date: Tue, 22 Sep 1998 09:14:00 -0700 (PDT) Message-Id: <199809221614.JAA08170@silvia.hip.berkeley.edu> To: eivind@yes.no CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19980922180245.16068@follo.net> (message from Eivind Eklund on Tue, 22 Sep 1998 18:02:45 +0200) Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * 4.05 has security problems (any random web-page can execute anything * it pleases, IIRC). This is IMO more important than any other * reliability issue. Duh. Should I just mark it broken then? Satoshi From owner-cvs-all Tue Sep 22 09:16:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01328 for cvs-all-outgoing; Tue, 22 Sep 1998 09:16:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01232; Tue, 22 Sep 1998 09:16:20 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id LAA05474; Tue, 22 Sep 1998 11:15:43 -0500 (CDT) From: Scott Mace Message-Id: <199809221615.LAA05474@metal.intt.org> Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-n In-Reply-To: <19980922180245.16068@follo.net> from Eivind Eklund at "Sep 22, 1998 6: 2:45 pm" To: eivind@yes.no (Eivind Eklund) Date: Tue, 22 Sep 1998 11:15:43 -0500 (CDT) Cc: asami@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Tue, Sep 22, 1998 at 08:33:44AM -0700, Satoshi Asami wrote: > > asami 1998/09/22 08:33:44 PDT > > > > Modified files: > > www/netscape4-navigator Makefile > > www/netscape4-navigator/files md5 netscape.sh > > www/netscape4-navigator/pkg PLIST > > Log: > > Revert one version so 4.05 will be on the CD. 4.06 seems to be too > > unreliable. Since the distfile is not on Netscape's site anymore, put > > it on wcarchive. > > 4.05 has security problems (any random web-page can execute anything > it pleases, IIRC). This is IMO more important than any other > reliability issue. > > Eivind. > The BSDI 1.1 version of 4.06 seems to work ok... This is what I use on any of my -current systems Scott From owner-cvs-all Tue Sep 22 09:19:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01984 for cvs-all-outgoing; Tue, 22 Sep 1998 09:19:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nagual.pp.ru (lsd.relcom.eu.net [193.125.27.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01951; Tue, 22 Sep 1998 09:19:39 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id UAA21284; Tue, 22 Sep 1998 20:19:07 +0400 (MSD) (envelope-from ache) Message-ID: <19980922201906.A20170@nagual.pp.ru> Date: Tue, 22 Sep 1998 20:19:06 +0400 From: "Andrey A. Chernov" To: Satoshi Asami , eivind@yes.no Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Mail-Followup-To: Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <19980922180245.16068@follo.net> <199809221614.JAA08170@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809221614.JAA08170@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Tue, Sep 22, 1998 at 09:14:00AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 09:14:00AM -0700, Satoshi Asami wrote: > * 4.05 has security problems (any random web-page can execute anything > * it pleases, IIRC). This is IMO more important than any other > * reliability issue. > > Duh. Should I just mark it broken then? Better put 4.06 distfile on freebsd site locally. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y From owner-cvs-all Tue Sep 22 09:20:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02015 for cvs-all-outgoing; Tue, 22 Sep 1998 09:20:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01965; Tue, 22 Sep 1998 09:19:44 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03440; Tue, 22 Sep 1998 09:19:14 -0700 (PDT) Date: Tue, 22 Sep 1998 09:19:14 -0700 (PDT) Message-Id: <199809221619.JAA03440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/aview Makefile ports/graphics/gimp1 Makefile ports/misc/bb Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 09:19:14 PDT Modified files: graphics/aview Makefile graphics/gimp1 Makefile misc/bb Makefile Log: aalib now supports ELF. Revision Changes Path 1.3 +2 -2 ports/graphics/aview/Makefile 1.45 +2 -2 ports/graphics/gimp1/Makefile 1.2 +2 -2 ports/misc/bb/Makefile From owner-cvs-all Tue Sep 22 09:23:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02875 for cvs-all-outgoing; Tue, 22 Sep 1998 09:23:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nagual.pp.ru (lsd.relcom.eu.net [193.125.27.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02844; Tue, 22 Sep 1998 09:23:45 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id UAA22559; Tue, 22 Sep 1998 20:23:14 +0400 (MSD) (envelope-from ache) Message-ID: <19980922202314.A22284@nagual.pp.ru> Date: Tue, 22 Sep 1998 20:23:14 +0400 From: "Andrey A. Chernov" To: Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Mail-Followup-To: Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <19980922180245.16068@follo.net> <199809221614.JAA08170@silvia.hip.berkeley.edu> <19980922201906.A20170@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980922201906.A20170@nagual.pp.ru>; from ache@nagual.pp.ru on Tue, Sep 22, 1998 at 08:19:06PM +0400 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 08:19:06PM +0400, Andrey A. Chernov wrote: > On Tue, Sep 22, 1998 at 09:14:00AM -0700, Satoshi Asami wrote: > > * 4.05 has security problems (any random web-page can execute anything > > * it pleases, IIRC). This is IMO more important than any other > > * reliability issue. > > > > Duh. Should I just mark it broken then? > > Better put 4.06 distfile on freebsd site locally. BTW, just now found it on Netscape ftp without any problems... -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y From owner-cvs-all Tue Sep 22 09:44:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06608 for cvs-all-outgoing; Tue, 22 Sep 1998 09:44:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06530; Tue, 22 Sep 1998 09:43:59 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA04297; Tue, 22 Sep 1998 09:43:31 -0700 (PDT) Date: Tue, 22 Sep 1998 09:43:31 -0700 (PDT) Message-Id: <199809221643.JAA04297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/xdelta Makefile ports/misc/xdelta/patches patch-aa ports/misc/xdelta/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 09:43:30 PDT Modified files: misc/xdelta Makefile misc/xdelta/patches patch-aa misc/xdelta/pkg PLIST Log: Convert xdelta to elf. Revision Changes Path 1.11 +5 -1 ports/misc/xdelta/Makefile 1.3 +44 -19 ports/misc/xdelta/patches/patch-aa 1.7 +6 -3 ports/misc/xdelta/pkg/PLIST From owner-cvs-all Tue Sep 22 09:47:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07473 for cvs-all-outgoing; Tue, 22 Sep 1998 09:47:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07344; Tue, 22 Sep 1998 09:47:02 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:Hb5zVxxfS8A6Pc6UsBa9EAq8vrkFaJ/h@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id SAA05532; Tue, 22 Sep 1998 18:46:09 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809221646.SAA05532@gratis.grondar.za> To: Scott Mace cc: asami@freebsd.org (Satoshi Asami), max@wide.ad.jp, markm@freebsd.org, committers@freebsd.org Subject: Re: perl5 on -current In-Reply-To: Your message of " Tue, 22 Sep 1998 10:48:48 EST." <199809221548.KAA17481@metal.intt.org> References: <199809221548.KAA17481@metal.intt.org> Date: Tue, 22 Sep 1998 18:46:07 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Scott Mace wrote: > Another perl5 issue would be how do we handle perl5 > ports? > > alot of ports are wanting to install manpages, etc in > /usr/share/perl/man.... my understanding is that ports > go under ${PREFIX} not under /usr... Should this be > any different for perl5? Grrr... Yet another reason for my current abject hatred of perl5. We'll need to fix this, and I don't have any smart answers apart from brute-force hacking of the port's sources. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Tue Sep 22 09:48:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07795 for cvs-all-outgoing; Tue, 22 Sep 1998 09:48:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07511; Tue, 22 Sep 1998 09:47:55 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:zJYxYWJtsEBl4TSHzYxIkkhn7SEVucqM@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id SAA05581; Tue, 22 Sep 1998 18:47:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809221647.SAA05581@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: max@wide.ad.jp, markm@freebsd.org, committers@freebsd.org Subject: Re: perl5 on -current In-Reply-To: Your message of " Tue, 22 Sep 1998 08:36:45 MST." <199809221536.IAA07917@silvia.hip.berkeley.edu> References: <199809221536.IAA07917@silvia.hip.berkeley.edu> Date: Tue, 22 Sep 1998 18:47:16 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk wrote: > * If this doesn't cause any perl builtin functions to misannounce the > * hostname, then maybe we can leave it alone. But otherwise, we should > * change the Makefile (or whatever appropriate) to define these > * variables dynamically upon compilation time. > > Um, they shouldn't be compiled in in the first place IMO. (What's it > with all these software that want to compile hostnames in the > binaries?!?) Fixed already! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Tue Sep 22 09:49:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07886 for cvs-all-outgoing; Tue, 22 Sep 1998 09:49:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07846; Tue, 22 Sep 1998 09:48:42 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA04482; Tue, 22 Sep 1998 09:48:12 -0700 (PDT) Date: Tue, 22 Sep 1998 09:48:12 -0700 (PDT) Message-Id: <199809221648.JAA04482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 09:48:12 PDT Modified files: devel/glib/pkg PLIST Log: Write minor number in pkg/PLIST. Noticed by: asami Revision Changes Path 1.6 +2 -2 ports/devel/glib/pkg/PLIST From owner-cvs-all Tue Sep 22 09:50:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08222 for cvs-all-outgoing; Tue, 22 Sep 1998 09:50:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08094; Tue, 22 Sep 1998 09:50:10 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:AyUGAcCtFRZ+dbjWAXv7pTndwaNPCky5@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id SAA05608; Tue, 22 Sep 1998 18:49:31 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809221649.SAA05608@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: eivind@yes.no, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST In-Reply-To: Your message of " Tue, 22 Sep 1998 09:14:00 MST." <199809221614.JAA08170@silvia.hip.berkeley.edu> References: <199809221614.JAA08170@silvia.hip.berkeley.edu> Date: Tue, 22 Sep 1998 18:49:30 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk wrote: > * 4.05 has security problems (any random web-page can execute anything > * it pleases, IIRC). This is IMO more important than any other > * reliability issue. > > Duh. Should I just mark it broken then? Naah. Even if the software is a bit ropey, as long as it's not hopelessly broken, let's let the users bang on it. If the software will not work or of it has a big security hole, then that is a good cause for marking BROKEN IMO. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Tue Sep 22 09:53:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08855 for cvs-all-outgoing; Tue, 22 Sep 1998 09:53:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08787; Tue, 22 Sep 1998 09:53:09 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA04735; Tue, 22 Sep 1998 09:52:37 -0700 (PDT) Date: Tue, 22 Sep 1998 09:52:37 -0700 (PDT) Message-Id: <199809221652.JAA04735@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 09:52:37 PDT Modified files: x11-toolkits/gtk/pkg PLIST Log: Write minor number in pkg/PLIST. Noticed by: asami Revision Changes Path 1.29 +3 -3 ports/x11-toolkits/gtk/pkg/PLIST From owner-cvs-all Tue Sep 22 10:03:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11004 for cvs-all-outgoing; Tue, 22 Sep 1998 10:03:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10992; Tue, 22 Sep 1998 10:03:53 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05026; Tue, 22 Sep 1998 10:03:22 -0700 (PDT) Date: Tue, 22 Sep 1998 10:03:22 -0700 (PDT) Message-Id: <199809221703.KAA05026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 10:03:22 PDT Added files: print/a2ps/patches patch-af Log: Default an emacs lisp file dir even if you don't have emacs installed on your system. This prevents a few files from being installed in / and the package will build ok. This is in better than BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs IMHO. From owner-cvs-all Tue Sep 22 10:04:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11361 for cvs-all-outgoing; Tue, 22 Sep 1998 10:04:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11338; Tue, 22 Sep 1998 10:04:25 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA17138; Tue, 22 Sep 1998 10:03:42 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id KAA08321; Tue, 22 Sep 1998 10:03:38 -0700 (PDT) Date: Tue, 22 Sep 1998 10:03:38 -0700 (PDT) Message-Id: <199809221703.KAA08321@silvia.hip.berkeley.edu> To: ache@nagual.pp.ru CC: eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19980922201906.A20170@nagual.pp.ru> (ache@nagual.pp.ru) Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Better put 4.06 distfile on freebsd site locally. That's not the problem. 4.06 just does not work well. Satoshi From owner-cvs-all Tue Sep 22 10:09:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12150 for cvs-all-outgoing; Tue, 22 Sep 1998 10:09:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12144; Tue, 22 Sep 1998 10:09:04 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05271; Tue, 22 Sep 1998 10:08:35 -0700 (PDT) Date: Tue, 22 Sep 1998 10:08:35 -0700 (PDT) Message-Id: <199809221708.KAA05271@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/transfig/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 10:08:34 PDT Modified files: print/transfig/patches patch-ac Log: fig2dev needs to link with -lX11. Revision Changes Path 1.8 +1 -1 ports/print/transfig/patches/patch-ac From owner-cvs-all Tue Sep 22 10:10:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12369 for cvs-all-outgoing; Tue, 22 Sep 1998 10:10:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12349; Tue, 22 Sep 1998 10:10:22 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA17150; Tue, 22 Sep 1998 10:09:43 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id KAA08344; Tue, 22 Sep 1998 10:09:36 -0700 (PDT) Date: Tue, 22 Sep 1998 10:09:36 -0700 (PDT) Message-Id: <199809221709.KAA08344@silvia.hip.berkeley.edu> To: mark@grondar.za CC: max@wide.ad.jp, markm@freebsd.org, committers@freebsd.org In-reply-to: <199809221647.SAA05581@gratis.grondar.za> (message from Mark Murray on Tue, 22 Sep 1998 18:47:16 +0200) Subject: Re: perl5 on -current From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * From: Mark Murray * > Um, they shouldn't be compiled in in the first place IMO. (What's it * > with all these software that want to compile hostnames in the * > binaries?!?) * * Fixed already! Oh, sorry. (BTW, the gist of my message was inside the parentheses...just like this one.) (Satoshi) From owner-cvs-all Tue Sep 22 10:13:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12998 for cvs-all-outgoing; Tue, 22 Sep 1998 10:13:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12982; Tue, 22 Sep 1998 10:13:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05427; Tue, 22 Sep 1998 10:13:00 -0700 (PDT) Date: Tue, 22 Sep 1998 10:13:00 -0700 (PDT) Message-Id: <199809221713.KAA05427@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/mc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 10:13:00 PDT Modified files: misc/mc Makefile Log: Most previous commit broke this port for 2.2. Revision Changes Path 1.24 +6 -1 ports/misc/mc/Makefile From owner-cvs-all Tue Sep 22 10:22:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15363 for cvs-all-outgoing; Tue, 22 Sep 1998 10:22:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15298; Tue, 22 Sep 1998 10:22:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05688; Tue, 22 Sep 1998 10:21:39 -0700 (PDT) Date: Tue, 22 Sep 1998 10:21:39 -0700 (PDT) Message-Id: <199809221721.KAA05688@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/bb/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 10:21:39 PDT Modified files: net/bb/files md5 Log: Checksum changed.... Revision Changes Path 1.13 +1 -1 ports/net/bb/files/md5 From owner-cvs-all Tue Sep 22 10:22:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15508 for cvs-all-outgoing; Tue, 22 Sep 1998 10:22:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15487; Tue, 22 Sep 1998 10:22:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05732; Tue, 22 Sep 1998 10:22:13 -0700 (PDT) Date: Tue, 22 Sep 1998 10:22:13 -0700 (PDT) Message-Id: <199809221722.KAA05732@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/bb Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 10:22:13 PDT Modified files: net/bb Makefile Log: Portlint. Revision Changes Path 1.29 +2 -1 ports/net/bb/Makefile From owner-cvs-all Tue Sep 22 10:42:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20180 for cvs-all-outgoing; Tue, 22 Sep 1998 10:42:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20150; Tue, 22 Sep 1998 10:42:04 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06426; Tue, 22 Sep 1998 10:41:34 -0700 (PDT) Date: Tue, 22 Sep 1998 10:41:34 -0700 (PDT) Message-Id: <199809221741.KAA06426@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja y2kbug.sgml www/ja/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/09/22 10:41:34 PDT Modified files: ja y2kbug.sgml ja/news newsflash.sgml Log: Merge the following changes in the English version: y2kbug.sgml : 1.6 -> 1.9 news/newsflash.sgml : 1.91 -> 1.98 Submitted by: Hirose Shouichi Revision Changes Path 1.4 +10 -8 www/ja/y2kbug.sgml 1.24 +84 -13 www/ja/news/newsflash.sgml From owner-cvs-all Tue Sep 22 10:46:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20716 for cvs-all-outgoing; Tue, 22 Sep 1998 10:46:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20611; Tue, 22 Sep 1998 10:45:38 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id TAA10395; Tue, 22 Sep 1998 19:45:05 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA04212; Tue, 22 Sep 1998 19:45:04 +0200 (MET DST) Message-ID: <19980922194504.28388@follo.net> Date: Tue, 22 Sep 1998 19:45:04 +0200 From: Eivind Eklund To: Satoshi Asami , ache@nagual.pp.ru Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: <19980922201906.A20170@nagual.pp.ru> <199809221703.KAA08321@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809221703.KAA08321@silvia.hip.berkeley.edu>; from Satoshi Asami on Tue, Sep 22, 1998 at 10:03:38AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 10:03:38AM -0700, Satoshi Asami wrote: > * Better put 4.06 distfile on freebsd site locally. > > That's not the problem. 4.06 just does not work well. I'd say put in 4.06, and mark if you feel it necessary, mark it broken. 4.05 is IMO too large a security hole to put up or use unless you're clearly aware of the problem and restrict your browsing to trusted pages... Eivind. From owner-cvs-all Tue Sep 22 10:51:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21483 for cvs-all-outgoing; Tue, 22 Sep 1998 10:51:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21442; Tue, 22 Sep 1998 10:51:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06995; Tue, 22 Sep 1998 10:50:28 -0700 (PDT) Date: Tue, 22 Sep 1998 10:50:28 -0700 (PDT) Message-Id: <199809221750.KAA06995@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ripetools Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 10:50:28 PDT Modified files: net/ripetools Makefile Log: Remove trailing whitespaces. Revision Changes Path 1.3 +3 -3 ports/net/ripetools/Makefile From owner-cvs-all Tue Sep 22 10:55:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22068 for cvs-all-outgoing; Tue, 22 Sep 1998 10:55:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21994; Tue, 22 Sep 1998 10:55:04 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id MAA15743; Tue, 22 Sep 1998 12:54:30 -0500 (CDT) From: Scott Mace Message-Id: <199809221754.MAA15743@metal.intt.org> Subject: Re: cvs commit: ports/lang/tcl80 Makefile ports/lang/tcl80/patches patch-ab patch-aa ports/lang/tcl80/pkg PLIST In-Reply-To: <199809172230.PAA28639@freefall.freebsd.org> from Steve Price at "Sep 17, 1998 3:30:11 pm" To: steve@FreeBSD.ORG (Steve Price) Date: Tue, 22 Sep 1998 12:54:29 -0500 (CDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > steve 1998/09/17 15:30:11 PDT > > Modified files: > lang/tcl80 Makefile > lang/tcl80/patches patch-aa > lang/tcl80/pkg PLIST > Added files: > lang/tcl80/patches patch-ab > Log: > Make this build in an ELF world. > > Reviewed by: jkh > > Revision Changes Path > 1.8 +10 -2 ports/lang/tcl80/Makefile > 1.7 +11 -19 ports/lang/tcl80/patches/patch-aa > 1.9 +3 -2 ports/lang/tcl80/pkg/PLIST > Will this build on an a.out machine? I think patch-ab might break it. Scott From owner-cvs-all Tue Sep 22 10:55:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22063 for cvs-all-outgoing; Tue, 22 Sep 1998 10:55:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21986; Tue, 22 Sep 1998 10:55:02 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA07254; Tue, 22 Sep 1998 10:54:27 -0700 (PDT) Date: Tue, 22 Sep 1998 10:54:27 -0700 (PDT) Message-Id: <199809221754.KAA07254@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 10:54:27 PDT Modified files: www/netscape4-navigator Makefile www/netscape4-navigator/files md5 netscape.sh www/netscape4-navigator/pkg PLIST Log: Go back to 4.06. Crashing is better than security holes I guess. Suggested by: eivind Revision Changes Path 1.24 +12 -12 ports/www/netscape4-navigator/Makefile 1.18 +2 -2 ports/www/netscape4-navigator/files/md5 1.9 +1 -1 ports/www/netscape4-navigator/files/netscape.sh 1.16 +2 -2 ports/www/netscape4-navigator/pkg/PLIST From owner-cvs-all Tue Sep 22 11:01:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22929 for cvs-all-outgoing; Tue, 22 Sep 1998 11:01:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22817; Tue, 22 Sep 1998 11:00:29 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA07623; Tue, 22 Sep 1998 10:59:54 -0700 (PDT) Date: Tue, 22 Sep 1998 10:59:54 -0700 (PDT) Message-Id: <199809221759.KAA07623@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gsm Makefile ports/audio/gsm/patches patch-ab ports/audio/gsm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 10:59:54 PDT Modified files: audio/gsm Makefile Log: Convert to ELF Revision Changes Path 1.13 +2 -2 ports/audio/gsm/Makefile Modified files: audio/gsm/patches patch-ab Log: 1. Convert to ELF. 2. Clean up makefile (shutup rm). 3. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems. Revision Changes Path 1.4 +261 -36 ports/audio/gsm/patches/patch-ab Modified files: audio/gsm/pkg PLIST Log: 1. Convert to ELF. 2. Round up shared lib MINOR number libgsm.so.1.0.10 becomes libgsm.so.1.1 for a.out systems. Revision Changes Path 1.9 +4 -3 ports/audio/gsm/pkg/PLIST From owner-cvs-all Tue Sep 22 11:40:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29628 for cvs-all-outgoing; Tue, 22 Sep 1998 11:40:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29611; Tue, 22 Sep 1998 11:40:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08922; Tue, 22 Sep 1998 11:39:47 -0700 (PDT) Date: Tue, 22 Sep 1998 11:39:47 -0700 (PDT) Message-Id: <199809221839.LAA08922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/sed compile.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/22 11:39:47 PDT Modified files: usr.bin/sed compile.c Log: Terminate our output string correctly if we've got an ``a'' command that has an escaped newline on the last line of the last script that we're processing. This fixes exmh2/scripts/build when /etc/malloc.conf -> AJ Revision Changes Path 1.10 +2 -1 src/usr.bin/sed/compile.c From owner-cvs-all Tue Sep 22 11:41:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29837 for cvs-all-outgoing; Tue, 22 Sep 1998 11:41:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29821; Tue, 22 Sep 1998 11:41:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08960; Tue, 22 Sep 1998 11:40:37 -0700 (PDT) Date: Tue, 22 Sep 1998 11:40:37 -0700 (PDT) Message-Id: <199809221840.LAA08960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl80/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 11:40:36 PDT Modified files: lang/tcl80/patches patch-ab Log: Only use -soname flag if building for an ELF world. Noticed by: smace Revision Changes Path 1.2 +7 -3 ports/lang/tcl80/patches/patch-ab From owner-cvs-all Tue Sep 22 11:41:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29872 for cvs-all-outgoing; Tue, 22 Sep 1998 11:41:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29858; Tue, 22 Sep 1998 11:41:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08987; Tue, 22 Sep 1998 11:40:44 -0700 (PDT) Date: Tue, 22 Sep 1998 11:40:44 -0700 (PDT) Message-Id: <199809221840.LAA08987@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/sed compile.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/22 11:40:43 PDT Modified files: (Branch: RELENG_2_2) usr.bin/sed compile.c Log: MFC: Terminate our output string correctly if we've got an ``a'' command that has an escaped newline on the last line of the last script that we're processing. Revision Changes Path 1.8.2.2 +2 -1 src/usr.bin/sed/compile.c From owner-cvs-all Tue Sep 22 11:51:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02146 for cvs-all-outgoing; Tue, 22 Sep 1998 11:51:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nagual.pp.ru (lsd.relcom.eu.net [193.125.27.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02110; Tue, 22 Sep 1998 11:51:44 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id WAA11413; Tue, 22 Sep 1998 22:51:06 +0400 (MSD) (envelope-from ache) Message-ID: <19980922225106.B10032@nagual.pp.ru> Date: Tue, 22 Sep 1998 22:51:06 +0400 From: "Andrey A. Chernov" To: Eivind Eklund , Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST Mail-Followup-To: Eivind Eklund , Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <19980922201906.A20170@nagual.pp.ru> <199809221703.KAA08321@silvia.hip.berkeley.edu> <19980922194504.28388@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980922194504.28388@follo.net>; from eivind@yes.no on Tue, Sep 22, 1998 at 07:45:04PM +0200 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 07:45:04PM +0200, Eivind Eklund wrote: > On Tue, Sep 22, 1998 at 10:03:38AM -0700, Satoshi Asami wrote: > > * Better put 4.06 distfile on freebsd site locally. > > > > That's not the problem. 4.06 just does not work well. What do you mean exactly? I run it not often, but not found anything strange still... -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y From owner-cvs-all Tue Sep 22 11:52:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02478 for cvs-all-outgoing; Tue, 22 Sep 1998 11:52:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02467; Tue, 22 Sep 1998 11:52:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09448; Tue, 22 Sep 1998 11:52:17 -0700 (PDT) Date: Tue, 22 Sep 1998 11:52:17 -0700 (PDT) Message-Id: <199809221852.LAA09448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/expect Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 11:52:16 PDT Modified files: lang/expect Makefile Log: Typo. PR: 8026 Revision Changes Path 1.34 +2 -2 ports/lang/expect/Makefile From owner-cvs-all Tue Sep 22 11:56:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03311 for cvs-all-outgoing; Tue, 22 Sep 1998 11:56:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03282; Tue, 22 Sep 1998 11:56:21 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id LAA17248; Tue, 22 Sep 1998 11:55:00 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id LAA08619; Tue, 22 Sep 1998 11:54:58 -0700 (PDT) Date: Tue, 22 Sep 1998 11:54:58 -0700 (PDT) Message-Id: <199809221854.LAA08619@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809221703.KAA05026@freefall.freebsd.org> (message from Scott Mace on Tue, 22 Sep 1998 10:03:22 -0700 (PDT)) Subject: Re: cvs commit: ports/print/a2ps/patches patch-af From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Default an emacs lisp file dir even if you don't have emacs installed * on your system. Thanks! Satoshi From owner-cvs-all Tue Sep 22 12:02:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04719 for cvs-all-outgoing; Tue, 22 Sep 1998 12:02:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04624; Tue, 22 Sep 1998 12:02:02 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09860; Tue, 22 Sep 1998 12:01:31 -0700 (PDT) Date: Tue, 22 Sep 1998 12:01:31 -0700 (PDT) Message-Id: <199809221901.MAA09860@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/netpbm/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 12:01:31 PDT Modified files: graphics/netpbm/patches patch-ag Log: Add a rpath when linking with libtiff34 so libjpeg can be found. Revision Changes Path 1.2 +1 -1 ports/graphics/netpbm/patches/patch-ag From owner-cvs-all Tue Sep 22 12:11:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06770 for cvs-all-outgoing; Tue, 22 Sep 1998 12:11:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06695; Tue, 22 Sep 1998 12:10:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10100; Tue, 22 Sep 1998 12:10:15 -0700 (PDT) Date: Tue, 22 Sep 1998 12:10:15 -0700 (PDT) Message-Id: <199809221910.MAA10100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/rplay Makefile ports/mbone/speak_freely Makefile ports/mbone/vat Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 12:10:14 PDT Modified files: audio/rplay Makefile mbone/speak_freely Makefile mbone/vat Makefile Log: libgsm is now converted to ELF. Revision Changes Path 1.10 +2 -2 ports/audio/rplay/Makefile 1.5 +2 -2 ports/mbone/speak_freely/Makefile 1.8 +3 -3 ports/mbone/vat/Makefile From owner-cvs-all Tue Sep 22 12:13:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07273 for cvs-all-outgoing; Tue, 22 Sep 1998 12:13:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07089; Tue, 22 Sep 1998 12:12:37 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id MAA17265; Tue, 22 Sep 1998 12:12:01 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id MAA08658; Tue, 22 Sep 1998 12:11:58 -0700 (PDT) Date: Tue, 22 Sep 1998 12:11:58 -0700 (PDT) Message-Id: <199809221911.MAA08658@silvia.hip.berkeley.edu> To: steve@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809221840.LAA08960@freefall.freebsd.org> (message from Steve Price on Tue, 22 Sep 1998 11:40:37 -0700 (PDT)) Subject: Re: cvs commit: ports/lang/tcl80/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Only use -soname flag if building for an ELF world. * * Noticed by: smace * * Revision Changes Path * 1.2 +7 -3 ports/lang/tcl80/patches/patch-ab Actually, it did build here in an a.out world with the old patch-ab. I wonder why. Satoshi From owner-cvs-all Tue Sep 22 12:32:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11764 for cvs-all-outgoing; Tue, 22 Sep 1998 12:32:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11730; Tue, 22 Sep 1998 12:31:44 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id OAA22838; Tue, 22 Sep 1998 14:31:08 -0500 (CDT) Date: Tue, 22 Sep 1998 14:31:07 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/lang/tcl80/patches patch-ab In-Reply-To: <199809221911.MAA08658@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Sep 1998, Satoshi Asami wrote: # * Only use -soname flag if building for an ELF world. # * # * Noticed by: smace # * # * Revision Changes Path # * 1.2 +7 -3 ports/lang/tcl80/patches/patch-ab # # Actually, it did build here in an a.out world with the old patch-ab. # I wonder why. Yes, it did build on my a.out box too. This change just puts back the behavior as it was before my ELF changes. I only have two -current boxes up right now (one ELF and one a.out) so I can't test to see if -soname was supported in 2.2.x. This does suggest that i was accepted if only ignored. :) Steve # Satoshi # From owner-cvs-all Tue Sep 22 13:06:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18178 for cvs-all-outgoing; Tue, 22 Sep 1998 13:06:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18155; Tue, 22 Sep 1998 13:05:55 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12313; Tue, 22 Sep 1998 13:05:25 -0700 (PDT) Date: Tue, 22 Sep 1998 13:05:25 -0700 (PDT) Message-Id: <199809222005.NAA12313@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/patches patch-ai ports/graphics/ImageMagick/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 13:05:25 PDT Modified files: graphics/ImageMagick Makefile Log: Convert to ELF. 1. jbig is elfed 2. use PERL5 variable 3. fix ldconfig Note: PerlMagick is still broken is some respects Revision Changes Path 1.55 +4 -4 ports/graphics/ImageMagick/Makefile Added files: graphics/ImageMagick/patches patch-ai Log: Convert to ELF. update libtool to handle freebsd3 elf and aout Note: PerlMagick is still broken is some respects Modified files: graphics/ImageMagick/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.28 +2 -2 ports/graphics/ImageMagick/pkg/PLIST From owner-cvs-all Tue Sep 22 13:42:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24217 for cvs-all-outgoing; Tue, 22 Sep 1998 13:42:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24143; Tue, 22 Sep 1998 13:41:43 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13617; Tue, 22 Sep 1998 13:41:13 -0700 (PDT) Date: Tue, 22 Sep 1998 13:41:13 -0700 (PDT) Message-Id: <199809222041.NAA13617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/22 13:41:12 PDT Modified files: sys/cam cam_xpt.c Log: Add several quirks: Western Digital Enterprise drives have sorry performance (1.5MB/sec versus 8MB/sec) when doing tagged queueing. Disable tagged queueing for them. Submitted by: Andrew Gallatin Some Sony CDROM drives don't like it when we probe more than one LUN. Verified by: Jean-Marc Zucconi Some Sony CD-R's don't like multi-LUN probing either. Submitted by: Parag Patel Revision Changes Path 1.11 +43 -1 src/sys/cam/cam_xpt.c From owner-cvs-all Tue Sep 22 14:24:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04047 for cvs-all-outgoing; Tue, 22 Sep 1998 14:24:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03859; Tue, 22 Sep 1998 14:23:36 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA25318; Tue, 22 Sep 1998 22:22:43 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id WAA06001; Tue, 22 Sep 1998 22:22:56 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809222122.WAA06001@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Scott Mace cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/archivers/zip/patches patch-aa ports/archivers/zip.with_encryption/patches patch-aa In-reply-to: Your message of "Tue, 22 Sep 1998 09:11:10 PDT." <199809221611.JAA02981@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Sep 1998 22:22:48 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > smace 1998/09/22 09:11:10 PDT > > Added files: > archivers/zip/patches patch-aa > archivers/zip.with_encryption/patches patch-aa > Log: > Support ELF. > > 1. Invoke prefixing of external symbols in assembly code functions via > __ELF__. I can't speak for the encryption version, but I assume it's the same... I just submitted patches to the maintainer that fix this by changing the incorrect ``grep'' to ``egrep'' in unix/configure. Can you revert this patch and wait for Andrey to apply the correct one ? Cheers. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Tue Sep 22 14:30:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05190 for cvs-all-outgoing; Tue, 22 Sep 1998 14:30:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05041; Tue, 22 Sep 1998 14:29:39 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id OAA14356; Tue, 22 Sep 1998 14:28:45 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3608168C.24634687@dal.net> Date: Tue, 22 Sep 1998 14:28:44 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0920 i386) MIME-Version: 1.0 To: Eivind Eklund CC: Satoshi Asami , ache@nagual.pp.ru, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: <19980922201906.A20170@nagual.pp.ru> <199809221703.KAA08321@silvia.hip.berkeley.edu> <19980922194504.28388@follo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund wrote: > > On Tue, Sep 22, 1998 at 10:03:38AM -0700, Satoshi Asami wrote: > > * Better put 4.06 distfile on freebsd site locally. > > > > That's not the problem. 4.06 just does not work well. > > I'd say put in 4.06, and mark if you feel it necessary, mark it > broken. 4.05 is IMO too large a security hole to put up or use unless > you're clearly aware of the problem and restrict your browsing to > trusted pages... I've been using the freebsd 4.06 on -Stable since it came out, and have had almost no problems with it, and less problems than 4.05. My only complaint is that the "smart browsing" feature is enabled by default. For those that haven't heard about this, if you mistype a URL it sends it to netscape's spell checker deal which tries to figure out what it is and direct you to that page. Netscape has been very cagey about whether they log these or not. Doug From owner-cvs-all Tue Sep 22 14:43:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08200 for cvs-all-outgoing; Tue, 22 Sep 1998 14:43:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08123; Tue, 22 Sep 1998 14:43:19 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15428; Tue, 22 Sep 1998 14:42:49 -0700 (PDT) Date: Tue, 22 Sep 1998 14:42:49 -0700 (PDT) Message-Id: <199809222142.OAA15428@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/22 14:42:48 PDT Modified files: sys/pci ncr.c Log: A fix from Justin for the NCR bug that caused panics on 875 (and possibly other) chips. The script pointer was getting set to NULL instead of the right value. Submitted by: gibbs Revision Changes Path 1.133 +3 -3 src/sys/pci/ncr.c From owner-cvs-all Tue Sep 22 14:55:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10496 for cvs-all-outgoing; Tue, 22 Sep 1998 14:55:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA10359; Tue, 22 Sep 1998 14:54:57 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15782; Tue, 22 Sep 1998 14:54:23 -0700 (PDT) Date: Tue, 22 Sep 1998 14:54:23 -0700 (PDT) Message-Id: <199809222154.OAA15782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libslang/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 14:54:23 PDT Modified files: devel/libslang/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.10 +3 -3 ports/devel/libslang/pkg/PLIST From owner-cvs-all Tue Sep 22 15:01:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11572 for cvs-all-outgoing; Tue, 22 Sep 1998 15:01:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA11423; Tue, 22 Sep 1998 15:00:18 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15953; Tue, 22 Sep 1998 14:59:45 -0700 (PDT) Date: Tue, 22 Sep 1998 14:59:45 -0700 (PDT) Message-Id: <199809222159.OAA15953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/mutt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 14:59:45 PDT Modified files: mail/mutt Makefile Log: slang is now ELF. Revision Changes Path 1.49 +3 -3 ports/mail/mutt/Makefile From owner-cvs-all Tue Sep 22 15:07:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12956 for cvs-all-outgoing; Tue, 22 Sep 1998 15:07:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12856; Tue, 22 Sep 1998 15:06:56 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA23707; Tue, 22 Sep 1998 17:06:21 -0500 (CDT) From: Scott Mace Message-Id: <199809222206.RAA23707@metal.intt.org> Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST In-Reply-To: <199809222154.OAA15782@freefall.freebsd.org> from Scott Mace at "Sep 22, 1998 2:54:23 pm" To: smace@FreeBSD.ORG (Scott Mace) Date: Tue, 22 Sep 1998 17:06:20 -0500 (CDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > smace 1998/09/22 14:54:23 PDT > > Modified files: > devel/libslang/pkg PLIST > Log: > Convert to ELF. > > Revision Changes Path > 1.10 +3 -3 ports/devel/libslang/pkg/PLIST > apparently part of the commit didn't make it into the log, but did make it into the cvs tree... odd.. Scott From owner-cvs-all Tue Sep 22 15:11:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13645 for cvs-all-outgoing; Tue, 22 Sep 1998 15:11:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13476; Tue, 22 Sep 1998 15:10:31 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16311; Tue, 22 Sep 1998 15:09:55 -0700 (PDT) Date: Tue, 22 Sep 1998 15:09:55 -0700 (PDT) Message-Id: <199809222209.PAA16311@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ hackers.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/22 15:09:55 PDT Modified files: FAQ hackers.sgml Log: Add the promised "Making the most out of a kernel panic" section based on one of Bill Paul's postings on -current. Hope I didn't screw up to badly since this is my first contact with SGML apart from HTML :) Encouraged-By: jkh Revision Changes Path 1.6 +179 -1 doc/FAQ/hackers.sgml From owner-cvs-all Tue Sep 22 15:20:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15683 for cvs-all-outgoing; Tue, 22 Sep 1998 15:20:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15570; Tue, 22 Sep 1998 15:20:12 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA16636; Tue, 22 Sep 1998 15:19:40 -0700 (PDT) Date: Tue, 22 Sep 1998 15:19:40 -0700 (PDT) Message-Id: <199809222219.PAA16636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/cksum crc32.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/22 15:19:40 PDT Modified files: (Branch: RELENG_2_2) usr.bin/cksum crc32.c Log: MFC: Avoid infinite loop if read() fails consistently. PS: misc/7926 Submitted by: Sergey Potapov Revision Changes Path 1.1.2.3 +1 -1 src/usr.bin/cksum/crc32.c From owner-cvs-all Tue Sep 22 15:33:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18256 for cvs-all-outgoing; Tue, 22 Sep 1998 15:33:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18152; Tue, 22 Sep 1998 15:32:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA20982; Tue, 22 Sep 1998 15:32:15 -0700 (PDT) Date: Tue, 22 Sep 1998 15:32:15 -0700 (PDT) Message-Id: <199809222232.PAA20982@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-clocks/asclock Makefile ports/x11-clocks/bclock Makefile ports/x11-clocks/dclock Makefile ports/x11-clocks/emiclock Makefile ports/x11-clocks/eyeclock Makefile ports/x11-clocks/mlclock Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 15:32:14 PDT Modified files: x11-clocks/asclock Makefile x11-clocks/bclock Makefile x11-clocks/dclock Makefile x11-clocks/emiclock Makefile x11-clocks/eyeclock Makefile x11-clocks/mlclock Makefile x11-clocks/mouseclock Makefile x11-clocks/rclock Makefile x11-clocks/swisswatch Makefile x11-clocks/t3d Makefile x11-clocks/wmtime Makefile x11-clocks/xalarm Makefile x11-clocks/xdaliclock Makefile x11-clocks/xtimer Makefile Log: Category name is "x11-clocks", not "x11-clock". ;) Pointed out by: steve Revision Changes Path 1.4 +2 -2 ports/x11-clocks/asclock/Makefile 1.4 +2 -2 ports/x11-clocks/bclock/Makefile 1.6 +2 -2 ports/x11-clocks/dclock/Makefile 1.12 +2 -2 ports/x11-clocks/emiclock/Makefile 1.4 +2 -2 ports/x11-clocks/eyeclock/Makefile 1.4 +2 -2 ports/x11-clocks/mlclock/Makefile 1.5 +2 -2 ports/x11-clocks/mouseclock/Makefile 1.4 +2 -2 ports/x11-clocks/rclock/Makefile 1.6 +2 -2 ports/x11-clocks/swisswatch/Makefile 1.3 +2 -2 ports/x11-clocks/t3d/Makefile 1.6 +2 -2 ports/x11-clocks/wmtime/Makefile 1.4 +2 -2 ports/x11-clocks/xalarm/Makefile 1.10 +2 -2 ports/x11-clocks/xdaliclock/Makefile 1.5 +2 -2 ports/x11-clocks/xtimer/Makefile From owner-cvs-all Tue Sep 22 15:33:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18288 for cvs-all-outgoing; Tue, 22 Sep 1998 15:33:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nagual.pp.ru (lsd.relcom.eu.net [193.125.27.73]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18163; Tue, 22 Sep 1998 15:32:49 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id CAA17769; Wed, 23 Sep 1998 02:29:37 +0400 (MSD) (envelope-from ache) Message-ID: <19980923022936.A17086@nagual.pp.ru> Date: Wed, 23 Sep 1998 02:29:36 +0400 From: "Andrey A. Chernov" To: Brian Somers , Scott Mace Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/archivers/zip/patches patch-aa ports/archivers/zip.with_encryption/patches patch-aa Mail-Followup-To: Brian Somers , Scott Mace , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <199809221611.JAA02981@freefall.freebsd.org> <199809222122.WAA06001@woof.lan.awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809222122.WAA06001@woof.lan.awfulhak.org>; from brian@Awfulhak.org on Tue, Sep 22, 1998 at 10:22:48PM +0100 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 10:22:48PM +0100, Brian Somers wrote: > I just submitted patches to the maintainer that fix this by changing > the incorrect ``grep'' to ``egrep'' in unix/configure. > > Can you revert this patch and wait for Andrey to apply the correct > one ? Sorry Brian I not keep your patch in my mailbox, since I don't run Elf system. Could you please apply it by yourself? -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y From owner-cvs-all Tue Sep 22 15:49:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21596 for cvs-all-outgoing; Tue, 22 Sep 1998 15:49:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21536; Tue, 22 Sep 1998 15:49:15 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21393; Tue, 22 Sep 1998 15:48:43 -0700 (PDT) Date: Tue, 22 Sep 1998 15:48:43 -0700 (PDT) Message-Id: <199809222248.PAA21393@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/mutt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 15:48:43 PDT Modified files: mail/mutt Makefile Log: Completely remove regexp support (not only trailing dot) now that libslang is ELFized. Revision Changes Path 1.50 +3 -3 ports/mail/mutt/Makefile From owner-cvs-all Tue Sep 22 15:50:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21731 for cvs-all-outgoing; Tue, 22 Sep 1998 15:50:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21613; Tue, 22 Sep 1998 15:49:49 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA17430; Tue, 22 Sep 1998 15:49:14 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA09040; Tue, 22 Sep 1998 15:49:10 -0700 (PDT) Date: Tue, 22 Sep 1998 15:49:10 -0700 (PDT) Message-Id: <199809222249.PAA09040@silvia.hip.berkeley.edu> To: smace@intt.org CC: smace@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199809222206.RAA23707@metal.intt.org> (message from Scott Mace on Tue, 22 Sep 1998 17:06:20 -0500 (CDT)) Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * > Revision Changes Path * > 1.10 +3 -3 ports/devel/libslang/pkg/PLIST * > * * apparently part of the commit didn't make it into the log, * but did make it into the cvs tree... Haha. I was about to send out a "how can you only fix PLIST?!?" message when I saw this.... ;) Satoshi From owner-cvs-all Tue Sep 22 15:56:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22641 for cvs-all-outgoing; Tue, 22 Sep 1998 15:56:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22608; Tue, 22 Sep 1998 15:56:27 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA22005; Tue, 22 Sep 1998 15:55:56 -0700 (PDT) Date: Tue, 22 Sep 1998 15:55:56 -0700 (PDT) Message-Id: <199809222255.PAA22005@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gide Makefile ports/devel/glade Makefile ports/devel/mico Makefile ports/editors/gxedit Makefile ports/graphics/gimp1 Makefile ports/graphics/gtkdps Makefile ports/graphics/gyvegui Makefile ports/graphics/gyvekernel Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 15:55:56 PDT Modified files: devel/gide Makefile devel/glade Makefile devel/mico Makefile editors/gxedit Makefile graphics/gimp1 Makefile graphics/gtkdps Makefile graphics/gyvegui Makefile graphics/gyvekernel Makefile graphics/imlib Makefile graphics/sane Makefile math/geg Makefile net/ethereal Makefile net/mtr Makefile net/yagirc Makefile sysutils/xlogmaster Makefile sysutils/xwatch Makefile x11-fm/workplace Makefile x11-toolkits/gtk-- Makefile x11-toolkits/gtkgl Makefile x11-toolkits/p5-Gtk Makefile x11/gnomelibs Makefile Log: gtk and gtk11 are now ELFized. Revision Changes Path 1.6 +2 -2 ports/devel/gide/Makefile 1.8 +2 -2 ports/devel/glade/Makefile 1.7 +2 -2 ports/devel/mico/Makefile 1.13 +2 -2 ports/editors/gxedit/Makefile 1.46 +2 -2 ports/graphics/gimp1/Makefile 1.5 +2 -2 ports/graphics/gtkdps/Makefile 1.4 +2 -2 ports/graphics/gyvegui/Makefile 1.5 +2 -2 ports/graphics/gyvekernel/Makefile 1.32 +2 -2 ports/graphics/imlib/Makefile 1.9 +2 -2 ports/graphics/sane/Makefile 1.3 +2 -2 ports/math/geg/Makefile 1.2 +2 -2 ports/net/ethereal/Makefile 1.3 +2 -2 ports/net/mtr/Makefile 1.8 +2 -2 ports/net/yagirc/Makefile 1.8 +2 -2 ports/sysutils/xlogmaster/Makefile 1.4 +2 -2 ports/sysutils/xwatch/Makefile 1.9 +2 -2 ports/x11-fm/workplace/Makefile 1.3 +2 -2 ports/x11-toolkits/gtk--/Makefile 1.2 +2 -2 ports/x11-toolkits/gtkgl/Makefile 1.15 +2 -2 ports/x11-toolkits/p5-Gtk/Makefile 1.9 +2 -2 ports/x11/gnomelibs/Makefile From owner-cvs-all Tue Sep 22 16:03:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23748 for cvs-all-outgoing; Tue, 22 Sep 1998 16:03:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23687; Tue, 22 Sep 1998 16:03:03 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-55.ix.netcom.com [209.109.233.55]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA17446; Tue, 22 Sep 1998 16:02:29 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA09079; Tue, 22 Sep 1998 16:02:26 -0700 (PDT) Date: Tue, 22 Sep 1998 16:02:26 -0700 (PDT) Message-Id: <199809222302.QAA09079@silvia.hip.berkeley.edu> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199809222255.PAA22005@freefall.freebsd.org> (message from Satoshi Asami on Tue, 22 Sep 1998 15:55:56 -0700 (PDT)) Subject: Re: cvs commit: ports/devel/gide Makefile ports/devel/glade Makefile ports/devel/mico Makefile ports/editors/gxedit Makefile ports/graphics/gimp1 Makefile ports/graphics/gtkdps Makefile ports/graphics/gyvegui Makefile ports/graphics/gyvekernel Makefile ... From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * asami 1998/09/22 15:55:56 PDT * Log: * gtk and gtk11 are now ELFized. Of course gtk11 is not ELFized yet. Sorry. I'm just going to leave it this way assuming vanilla will fix gtk11 soon too. ;) Satoshi From owner-cvs-all Tue Sep 22 16:21:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26631 for cvs-all-outgoing; Tue, 22 Sep 1998 16:21:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26606; Tue, 22 Sep 1998 16:21:30 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22577; Tue, 22 Sep 1998 16:21:00 -0700 (PDT) Date: Tue, 22 Sep 1998 16:21:00 -0700 (PDT) Message-Id: <199809222321.QAA22577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/cvsup-bin Makefile ports/net/cvsupd-bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/22 16:21:00 PDT Modified files: net/cvsup-bin Makefile net/cvsupd-bin Makefile Log: Define STRIP as the empty string so that install won't try to strip the executables when it installs them. They are already stripped in the distfile. They are not necessarily in the format specified by OBJFORMAT, so install could invoke the wrong version of strip. Problem noticed by: Jeremy Lea Revision Changes Path 1.7 +2 -1 ports/net/cvsup-bin/Makefile 1.2 +2 -1 ports/net/cvsupd-bin/Makefile From owner-cvs-all Tue Sep 22 16:31:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28233 for cvs-all-outgoing; Tue, 22 Sep 1998 16:31:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28218; Tue, 22 Sep 1998 16:31:44 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22994; Tue, 22 Sep 1998 16:31:15 -0700 (PDT) Date: Tue, 22 Sep 1998 16:31:15 -0700 (PDT) Message-Id: <199809222331.QAA22994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBit Makefile ports/x11-toolkits/gtk11 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 16:31:14 PDT Modified files: devel/ORBit Makefile x11-toolkits/gtk11 Makefile Log: glib is now ELFized. Revision Changes Path 1.4 +2 -2 ports/devel/ORBit/Makefile 1.26 +2 -2 ports/x11-toolkits/gtk11/Makefile From owner-cvs-all Tue Sep 22 16:33:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28567 for cvs-all-outgoing; Tue, 22 Sep 1998 16:33:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28562; Tue, 22 Sep 1998 16:33:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23061; Tue, 22 Sep 1998 16:33:08 -0700 (PDT) Date: Tue, 22 Sep 1998 16:33:08 -0700 (PDT) Message-Id: <199809222333.QAA23061@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/WebMagick Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 16:33:08 PDT Modified files: www/WebMagick Makefile Log: ImageMagick is now converted to ELF. Revision Changes Path 1.8 +2 -2 ports/www/WebMagick/Makefile From owner-cvs-all Tue Sep 22 16:59:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03720 for cvs-all-outgoing; Tue, 22 Sep 1998 16:59:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03662; Tue, 22 Sep 1998 16:59:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23856; Tue, 22 Sep 1998 16:58:50 -0700 (PDT) Date: Tue, 22 Sep 1998 16:58:50 -0700 (PDT) Message-Id: <199809222358.QAA23856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 16:58:49 PDT Modified files: share/mk bsd.port.mk Log: (1) Add BROKEN_ELF variable, similar to BROKEN. (There is no BROKEN_AOUT, since ports are not supposed to be broken during the process of conversion to ELF -- please proceed with caution.) (2) Support for checking file size before fetching. The essential parts are commented out for now, so I won't lose the submission while we discuss how to do it. Submitted by: se (mostly) (3) Don't run "fetch" twice. It was due to the change in checksum target chaining. It used to be fetch -> checksum -> extract, after 1.285 it was fetch -> checksum and checksum was also explicitly called from extract. Fix it by not calling fetch from checksum when it's invoked by extract. Noticed by: pre-fetch target of lesstif being run twice (4) Don't try to remove non-existent distfiles and patchfiles in distclean. Submitted by: anto@netscape.net PR: 7988 Revision Changes Path 1.291 +24 -4 src/share/mk/bsd.port.mk From owner-cvs-all Tue Sep 22 17:00:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03921 for cvs-all-outgoing; Tue, 22 Sep 1998 17:00:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03796; Tue, 22 Sep 1998 16:59:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23900; Tue, 22 Sep 1998 16:59:26 -0700 (PDT) Date: Tue, 22 Sep 1998 16:59:26 -0700 (PDT) Message-Id: <199809222359.QAA23900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/22 16:59:26 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.291. Revision Changes Path 1.227.2.55 +24 -4 src/share/mk/bsd.port.mk From owner-cvs-all Tue Sep 22 17:24:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09823 for cvs-all-outgoing; Tue, 22 Sep 1998 17:24:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from hillbilly.hayseed.net (hillbilly.hayseed.net [204.62.130.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09566; Tue, 22 Sep 1998 17:23:21 -0700 (PDT) (envelope-from enkhyl@hayseed.net) Received: from hillbilly.hayseed.net (hillbilly.hayseed.net [204.62.130.2]) by hillbilly.hayseed.net (8.9.1/8.8.5) with ESMTP id RAA02317; Tue, 22 Sep 1998 17:22:32 -0700 Date: Tue, 22 Sep 1998 17:22:32 -0700 (PDT) From: Enkhyl To: Mark Murray cc: Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST In-Reply-To: <199809221649.SAA05608@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Sep 1998, Mark Murray wrote: > wrote: > > * 4.05 has security problems (any random web-page can execute anything > > * it pleases, IIRC). This is IMO more important than any other > > * reliability issue. > > > > Duh. Should I just mark it broken then? > > Naah. Even if the software is a bit ropey, as long as it's not > hopelessly broken, let's let the users bang on it. If the software > will not work or of it has a big security hole, then that is a good > cause for marking BROKEN IMO. To provide user input on this, I would concur with Mark. The software isn't "broken" per se, it's just has some, shall we say, interesting "features" :-) -- Christopher Nielsen Scient: The Art and Science of Electronic Business cnielsen@scient.com From owner-cvs-all Tue Sep 22 17:35:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12060 for cvs-all-outgoing; Tue, 22 Sep 1998 17:35:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11927; Tue, 22 Sep 1998 17:34:28 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24940; Tue, 22 Sep 1998 17:33:52 -0700 (PDT) Date: Tue, 22 Sep 1998 17:33:52 -0700 (PDT) Message-Id: <199809230033.RAA24940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/netpbm/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 17:33:52 PDT Modified files: graphics/netpbm/patches patch-ag Log: Fix build on a.out system Revision Changes Path 1.3 +13 -9 ports/graphics/netpbm/patches/patch-ag From owner-cvs-all Tue Sep 22 17:47:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13861 for cvs-all-outgoing; Tue, 22 Sep 1998 17:47:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13855; Tue, 22 Sep 1998 17:47:46 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25356; Tue, 22 Sep 1998 17:47:17 -0700 (PDT) Date: Tue, 22 Sep 1998 17:47:17 -0700 (PDT) Message-Id: <199809230047.RAA25356@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11 Makefile ports/x11-toolkits/gtk11/files md5 ports/x11-toolkits/gtk11/patches patch-aa patch-ab ports/x11-toolkits/gtk11/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 17:47:17 PDT Modified files: x11-toolkits/gtk11 Makefile x11-toolkits/gtk11/files md5 x11-toolkits/gtk11/patches patch-aa patch-ab x11-toolkits/gtk11/pkg PLIST Log: Upgrade to 1.1.2, and convert gtk11 to elf. Revision Changes Path 1.27 +5 -5 ports/x11-toolkits/gtk11/Makefile 1.19 +1 -1 ports/x11-toolkits/gtk11/files/md5 1.12 +75 -72 ports/x11-toolkits/gtk11/patches/patch-aa 1.3 +9 -9 ports/x11-toolkits/gtk11/patches/patch-ab 1.28 +5 -4 ports/x11-toolkits/gtk11/pkg/PLIST From owner-cvs-all Tue Sep 22 17:49:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14108 for cvs-all-outgoing; Tue, 22 Sep 1998 17:49:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14089; Tue, 22 Sep 1998 17:49:03 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25412; Tue, 22 Sep 1998 17:48:34 -0700 (PDT) Date: Tue, 22 Sep 1998 17:48:34 -0700 (PDT) Message-Id: <199809230048.RAA25412@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 17:48:34 PDT Added files: x11-toolkits/gtk11/patches patch-ac Log: Ops, I forgot to cvs add this patch. From owner-cvs-all Tue Sep 22 17:52:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14718 for cvs-all-outgoing; Tue, 22 Sep 1998 17:52:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14711; Tue, 22 Sep 1998 17:52:28 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25562; Tue, 22 Sep 1998 17:51:59 -0700 (PDT) Date: Tue, 22 Sep 1998 17:51:59 -0700 (PDT) Message-Id: <199809230051.RAA25562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/patches patch-ad ports/graphics/gimp1/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/22 17:51:59 PDT Modified files: graphics/gimp1 Makefile graphics/gimp1/pkg PLIST Added files: graphics/gimp1/patches patch-ad Log: Convert gimp1's library to elf, and activate xdelta plugin. Revision Changes Path 1.47 +3 -2 ports/graphics/gimp1/Makefile 1.24 +6 -3 ports/graphics/gimp1/pkg/PLIST From owner-cvs-all Tue Sep 22 17:57:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15361 for cvs-all-outgoing; Tue, 22 Sep 1998 17:57:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15353; Tue, 22 Sep 1998 17:57:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25777; Tue, 22 Sep 1998 17:57:14 -0700 (PDT) Date: Tue, 22 Sep 1998 17:57:14 -0700 (PDT) Message-Id: <199809230057.RAA25777@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/bzip Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 17:57:14 PDT Modified files: archivers/bzip Makefile Log: Find the distfile. Revision Changes Path 1.12 +2 -2 ports/archivers/bzip/Makefile From owner-cvs-all Tue Sep 22 17:58:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15489 for cvs-all-outgoing; Tue, 22 Sep 1998 17:58:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15461; Tue, 22 Sep 1998 17:58:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25813; Tue, 22 Sep 1998 17:57:46 -0700 (PDT) Date: Tue, 22 Sep 1998 17:57:46 -0700 (PDT) Message-Id: <199809230057.RAA25813@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/bzip2 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 17:57:45 PDT Modified files: archivers/bzip2 Makefile Log: Add a more reliable master site. Revision Changes Path 1.4 +3 -2 ports/archivers/bzip2/Makefile From owner-cvs-all Tue Sep 22 17:59:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15666 for cvs-all-outgoing; Tue, 22 Sep 1998 17:59:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15637; Tue, 22 Sep 1998 17:59:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25865; Tue, 22 Sep 1998 17:58:41 -0700 (PDT) Date: Tue, 22 Sep 1998 17:58:41 -0700 (PDT) Message-Id: <199809230058.RAA25865@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/hpack.non-usa.only/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 17:58:41 PDT Modified files: archivers/hpack.non-usa.only/pkg PLIST Log: Fix pkg/PLIST. Revision Changes Path 1.5 +2 -1 ports/archivers/hpack.non-usa.only/pkg/PLIST From owner-cvs-all Tue Sep 22 18:00:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15897 for cvs-all-outgoing; Tue, 22 Sep 1998 18:00:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15859; Tue, 22 Sep 1998 18:00:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25906; Tue, 22 Sep 1998 17:59:38 -0700 (PDT) Date: Tue, 22 Sep 1998 17:59:38 -0700 (PDT) Message-Id: <199809230059.RAA25906@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/rar Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 17:59:38 PDT Modified files: archivers/rar Makefile Log: Make this port work in an ELF world. Inspired by: one of John Polstra's recent commits Revision Changes Path 1.9 +5 -1 ports/archivers/rar/Makefile From owner-cvs-all Tue Sep 22 18:00:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15943 for cvs-all-outgoing; Tue, 22 Sep 1998 18:00:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15919; Tue, 22 Sep 1998 18:00:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25952; Tue, 22 Sep 1998 17:59:55 -0700 (PDT) Date: Tue, 22 Sep 1998 17:59:55 -0700 (PDT) Message-Id: <199809230059.RAA25952@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/rar/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 17:59:55 PDT Modified files: archivers/rar/pkg PLIST Log: Remove the directories too. Revision Changes Path 1.3 +2 -0 ports/archivers/rar/pkg/PLIST From owner-cvs-all Tue Sep 22 18:01:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16135 for cvs-all-outgoing; Tue, 22 Sep 1998 18:01:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16110; Tue, 22 Sep 1998 18:01:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26038; Tue, 22 Sep 1998 18:00:52 -0700 (PDT) Date: Tue, 22 Sep 1998 18:00:52 -0700 (PDT) Message-Id: <199809230100.SAA26038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/unarj Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 18:00:52 PDT Modified files: archivers/unarj Makefile Log: Portlint cleaning. Revision Changes Path 1.11 +6 -4 ports/archivers/unarj/Makefile From owner-cvs-all Tue Sep 22 18:02:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16244 for cvs-all-outgoing; Tue, 22 Sep 1998 18:02:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16226; Tue, 22 Sep 1998 18:01:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26091; Tue, 22 Sep 1998 18:01:20 -0700 (PDT) Date: Tue, 22 Sep 1998 18:01:20 -0700 (PDT) Message-Id: <199809230101.SAA26091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/unrar Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 18:01:20 PDT Modified files: archivers/unrar Makefile Log: Portlint cleaning. Revision Changes Path 1.11 +2 -2 ports/archivers/unrar/Makefile From owner-cvs-all Tue Sep 22 18:02:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16394 for cvs-all-outgoing; Tue, 22 Sep 1998 18:02:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16344; Tue, 22 Sep 1998 18:02:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26123; Tue, 22 Sep 1998 18:01:39 -0700 (PDT) Date: Tue, 22 Sep 1998 18:01:39 -0700 (PDT) Message-Id: <199809230101.SAA26123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/unrar/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 18:01:39 PDT Modified files: archivers/unrar/pkg PLIST Log: Remove the empty directory too. Revision Changes Path 1.4 +1 -0 ports/archivers/unrar/pkg/PLIST From owner-cvs-all Tue Sep 22 18:02:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16475 for cvs-all-outgoing; Tue, 22 Sep 1998 18:02:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16423; Tue, 22 Sep 1998 18:02:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26164; Tue, 22 Sep 1998 18:02:02 -0700 (PDT) Date: Tue, 22 Sep 1998 18:02:02 -0700 (PDT) Message-Id: <199809230102.SAA26164@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/unzip/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 18:02:01 PDT Modified files: archivers/unzip/pkg PLIST Log: Remove the empty directory too. Revision Changes Path 1.9 +1 -0 ports/archivers/unzip/pkg/PLIST From owner-cvs-all Tue Sep 22 18:03:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16566 for cvs-all-outgoing; Tue, 22 Sep 1998 18:03:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16504; Tue, 22 Sep 1998 18:02:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26196; Tue, 22 Sep 1998 18:02:24 -0700 (PDT) Date: Tue, 22 Sep 1998 18:02:24 -0700 (PDT) Message-Id: <199809230102.SAA26196@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/unzip.with_encryption/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/22 18:02:24 PDT Modified files: archivers/unzip.with_encryption/pkg PLIST Log: Remove the empty directory too. Revision Changes Path 1.11 +1 -0 ports/archivers/unzip.with_encryption/pkg/PLIST From owner-cvs-all Tue Sep 22 19:22:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00799 for cvs-all-outgoing; Tue, 22 Sep 1998 19:22:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00721; Tue, 22 Sep 1998 19:21:49 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id CAA04573; Wed, 23 Sep 1998 02:45:16 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id CAA29847; Wed, 23 Sep 1998 02:45:31 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809230145.CAA29847@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "Andrey A. Chernov" cc: Brian Somers , Scott Mace , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/archivers/zip/patches patch-aa ports/archivers/zip.with_encryption/patches patch-aa In-reply-to: Your message of "Wed, 23 Sep 1998 02:29:36 +0400." <19980923022936.A17086@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 02:45:19 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Will do, I'll wait till smace reverts his change then I'll apply it. Cheers. > On Tue, Sep 22, 1998 at 10:22:48PM +0100, Brian Somers wrote: > > I just submitted patches to the maintainer that fix this by changing > > the incorrect ``grep'' to ``egrep'' in unix/configure. > > > > Can you revert this patch and wait for Andrey to apply the correct > > one ? > > Sorry Brian I not keep your patch in my mailbox, since I don't run Elf > system. Could you please apply it by yourself? > > -- > Andrey A. Chernov > http://www.nagual.pp.ru/~ache/ > MTH/SH/HE S-- W-- N+ PEC>+ D A a++ C G>+ QH+(++) 666+>++ Y > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Tue Sep 22 19:30:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01827 for cvs-all-outgoing; Tue, 22 Sep 1998 19:30:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01806; Tue, 22 Sep 1998 19:30:17 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27366; Tue, 22 Sep 1998 18:46:26 -0700 (PDT) Date: Tue, 22 Sep 1998 18:46:26 -0700 (PDT) Message-Id: <199809230146.SAA27366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.upgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/09/22 18:46:26 PDT Modified files: . Makefile.upgrade Log: Change 3.0-CURRENT to 3.0-BETA when deciding if the installed system is current-enough (or is that beta-enough?). Add a NOCONFIRM test for those brave souls who are game to upgrade a system in blind faith. Revision Changes Path 1.6 +15 -5 src/Makefile.upgrade From owner-cvs-all Tue Sep 22 19:53:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06378 for cvs-all-outgoing; Tue, 22 Sep 1998 19:53:41 -0700 (PDT) (envelope-from owner-cvs-all) Date: Tue, 22 Sep 1998 19:53:41 -0700 (PDT) From: owner-cvs-all Message-Id: <199809230253.TAA06378@hub.freebsd.org> To: undisclosed-recipients:; From owner-cvs-all Tue Sep 22 20:03:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08570 for cvs-all-outgoing; Tue, 22 Sep 1998 20:03:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08537; Tue, 22 Sep 1998 20:03:21 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA00796; Tue, 22 Sep 1998 20:03:20 -0700 (PDT) Date: Tue, 22 Sep 1998 20:03:20 -0700 (PDT) Message-Id: <199809230303.UAA00796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/22 20:03:19 PDT Modified files: sys/cam cam_xpt.c Log: Allow 5 untagged commands to go to a device before enabling tags after enabling transfer negotiations, a BDR, or a bus reset to allow the controller driver to negotiate without tagged messages getting in the way. Some devices are confused by attempts to negotiate and tag at the same time. Some controllers (e.g. BT MultiMaster with certain firmware revs) will never negotiate if you don't give them an untagged "window" to perform negotiation in. Bump the maximum tag count to 255. The system reclaims unused tag space as the tag count is dropped anyway, so we might as well try the max. We should probably use a larger type than u_int8_t to hold our tag value as SCSI over certain mediums allows for higher values. Reviewed by: Kenneth Merry Revision Changes Path 1.12 +90 -30 src/sys/cam/cam_xpt.c From owner-cvs-all Tue Sep 22 20:17:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11127 for cvs-all-outgoing; Tue, 22 Sep 1998 20:17:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11114; Tue, 22 Sep 1998 20:17:09 -0700 (PDT) (envelope-from ken@FreeBSD.org) From: Kenneth Merry Received: (from ken@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01114; Tue, 22 Sep 1998 20:17:09 -0700 (PDT) Date: Tue, 22 Sep 1998 20:17:09 -0700 (PDT) Message-Id: <199809230317.UAA01114@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_cd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/22 20:17:09 PDT Modified files: sys/cam/scsi scsi_cd.c Log: Treat not ready errors (asc 0x04) as non-fatal errors for attach. We already allowed medium not present type errors (0x3a), but some Philips and HP WORM drives return 0x04,0x00 when you issue a read capacity without media in the drive. Revision Changes Path 1.4 +10 -5 src/sys/cam/scsi/scsi_cd.c From owner-cvs-all Tue Sep 22 20:47:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18434 for cvs-all-outgoing; Tue, 22 Sep 1998 20:47:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18292; Tue, 22 Sep 1998 20:46:45 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from mercury (mercury [129.127.36.44]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA16760; Wed, 23 Sep 1998 13:16:30 +0930 (CST) Received: from localhost by mercury; (5.65v3.2/1.1.8.2/27Nov97-0404PM) id AA26843; Wed, 23 Sep 1998 13:16:29 +0930 Date: Wed, 23 Sep 1998 13:16:29 +0930 (CST) From: Kris Kennaway To: Enkhyl Cc: Mark Murray , Satoshi Asami , eivind@yes.no, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Sep 1998, Enkhyl wrote: > Date: Tue, 22 Sep 1998 17:22:32 -0700 (PDT) > From: Enkhyl > To: Mark Murray > Cc: Satoshi Asami , eivind@yes.no, cvs-committers@freebsd.org, cvs-all@freebsd.org > Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST > > On Tue, 22 Sep 1998, Mark Murray wrote: > > > Naah. Even if the software is a bit ropey, as long as it's not > > hopelessly broken, let's let the users bang on it. If the software > > will not work or of it has a big security hole, then that is a good > > cause for marking BROKEN IMO. > > To provide user input on this, I would concur with Mark. The software > isn't "broken" per se, it's just has some, shall we say, interesting > "features" :-) After bringing this up on -current the other day, the feedback I've heard (though hardly statistically significant :-) suggests that 4.06 is stable under -stable, but is highly unstable under -current. Above and beyond the problems which NS4 has always had re not quitting properly & eating up large amounts of CPU in the background, etc, 4.06 seems to consistently crash or hang within a few minutes of use. Since 4.05 is unsecure (which I hadn't heard of, even on -security), what is the last version which /was/ secure which I can revert to? Perhaps this can be included in ports as an alternative to using the buggy 4.06 (or as mentioned, the BSDI version, assuming that one is more stable)? Kris From owner-cvs-all Tue Sep 22 20:58:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20646 for cvs-all-outgoing; Tue, 22 Sep 1998 20:58:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20537; Tue, 22 Sep 1998 20:57:57 -0700 (PDT) (envelope-from smace@FreeBSD.org) From: Scott Mace Received: (from smace@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02240; Tue, 22 Sep 1998 20:57:54 -0700 (PDT) Date: Tue, 22 Sep 1998 20:57:54 -0700 (PDT) Message-Id: <199809230357.UAA02240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/olvwm/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/22 20:57:54 PDT Added files: x11-wm/olvwm/patches patch-ac Log: With Patch02, cursor sizes are bogusly large. Revert to cursor size from previous versions. From owner-cvs-all Tue Sep 22 20:59:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20883 for cvs-all-outgoing; Tue, 22 Sep 1998 20:59:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20762; Tue, 22 Sep 1998 20:58:43 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02284; Tue, 22 Sep 1998 20:58:41 -0700 (PDT) Date: Tue, 22 Sep 1998 20:58:41 -0700 (PDT) Message-Id: <199809230358.UAA02284@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/scripts proflibs-make.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/22 20:58:41 PDT Modified files: release/scripts proflibs-make.sh Log: Fix proflibs again. Revision Changes Path 1.5 +2 -2 src/release/scripts/proflibs-make.sh From owner-cvs-all Tue Sep 22 21:42:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28986 for cvs-all-outgoing; Tue, 22 Sep 1998 21:42:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28886; Tue, 22 Sep 1998 21:42:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA03505; Tue, 22 Sep 1998 21:42:04 -0700 (PDT) Date: Tue, 22 Sep 1998 21:42:04 -0700 (PDT) Message-Id: <199809230442.VAA03505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/22 21:42:03 PDT Modified files: etc rc.conf Log: I'm not sure how/when router_enable got set to YES, but it doesn't seem right to me. Noticed by: jkb Revision Changes Path 1.59 +2 -2 src/etc/rc.conf From owner-cvs-all Tue Sep 22 21:49:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00152 for cvs-all-outgoing; Tue, 22 Sep 1998 21:49:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles87.castles.com [208.214.165.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29973 for ; Tue, 22 Sep 1998 21:48:40 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (LOCALHOST [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id VAA00422; Tue, 22 Sep 1998 21:53:27 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809230453.VAA00422@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Ollivier Robert cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/citrix_ica - Imported sources In-reply-to: Your message of "Wed, 23 Sep 1998 00:43:55 +0200." <19980923004355.A24305@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 22 Sep 1998 21:53:26 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > According to Andreas Klemm: > > Cool. I used this Citrix Software some months ago at work. > > Really useable ! Thanks ! > > This client is not what I really call usable because 1) it supports only > 16/256 colours and 2) my french keyboard is not recognised at all... Why > these products can't take the keymap from the X server is something I don't > have an answer for . You should be able to select the french keyboard (it has millions of keymaps supplied). > I think I'll stick with the rsh version (which does support my 16 bits > display...). I don't know why you're complaining here - if you're not happy with the product, COMPLAIN TO CITRIX. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Tue Sep 22 22:09:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02917 for cvs-all-outgoing; Tue, 22 Sep 1998 22:09:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02869; Tue, 22 Sep 1998 22:08:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04226; Tue, 22 Sep 1998 22:08:55 -0700 (PDT) Date: Tue, 22 Sep 1998 22:08:55 -0700 (PDT) Message-Id: <199809230508.WAA04226@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/22 22:08:55 PDT Modified files: sys/pci if_tl.c if_tlreg.h Log: Overhaul the ThunderLAN driver. This update includes the following changes: - Cleaned up register access macros so that they work like the XL driver macros (you can switch from PIO to memory-mapped mode using a single #define -- default is still memory mapped mode). The old 'struct overlayed onto the memory mapped register space' cruft has been removed. - Improved multicast filter code. The ThunderLAN has four entry perfect filter table in addition to the 64-bit hash table: we need one of the perfect filter entries for the station address, but we can use the other three for multicast filtering. We arrange to put the first three multicast group addresses in the perfect filter slots so that commonly joined groups like the all hosts group and the all routers group can be filtered without using up bits in the hash table. Note: in FreeBSD 3.0, multicast groups are stored in a doubly linked list, however new entries are added at the head of the list (thereby pushing existing entries down towards the tail). We want to update the filter starting from the oldest entry to the newest since the all hosts group is always joined first. This means we really want to start from the tail of the list, not the head, but to find the tail we first have to traverse the list all the way to the end and then add entries working backwards. This is a bit of a kludge and could be inefficient if the list is long. - Cleaned up autonegotiation code: tl_autoneg() wasn't always setting modes correctly. - Cleaned up ifmedia update and status routines as well. - Added tl_hardreset() routine to initialize the internal PHY according to the ThunderLAN manual. - Did away with the kludge where PHYs were treated as separate logical interfaces. This didn't really work, especially in the case of the newer Olicom 2326 adapters which use a Micro Linear ML6692 PHY which provides only 100Mbps support, relying on the internal PHY for 10Mbps support (both PHYs share the RJ45 port, with the 6692 doing all the autonegotiation work). This kludge resulted from my misunderstanding of the operation of the Compaq Netelligent Dual Port card (the tlan manual mentions multiple channels, but in a different context; this got me a little confused). The driver has been reported to work correctly with the dual port card. - Added dio_getbit/dio_setbit/dio_read/dio_write functions which carefully set the ThunderLAN's indirectly accessed internal registers. This makes the EEPROM reading code more reliable. Hopefully I won't have to touch this again before 3.0 goes out the door. I plan to import the 2.2.x version sometime this week. Approved-by: jkh Revision Changes Path 1.15 +877 -801 src/sys/pci/if_tl.c 1.6 +131 -230 src/sys/pci/if_tlreg.h From owner-cvs-all Tue Sep 22 22:14:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03894 for cvs-all-outgoing; Tue, 22 Sep 1998 22:14:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03772; Tue, 22 Sep 1998 22:14:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04359; Tue, 22 Sep 1998 22:13:55 -0700 (PDT) Date: Tue, 22 Sep 1998 22:13:55 -0700 (PDT) Message-Id: <199809230513.WAA04359@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/sup Makefile ports/net/sup/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/22 22:13:55 PDT Modified files: net/sup Makefile net/sup/patches patch-aa Log: o Remove MAINTAINER, who is no longer maintaining this port o Change errno program variable to eno. Looks like this port has been broken for a while and no one noticed. Approved by: Old maintainer Revision Changes Path 1.11 +1 -3 ports/net/sup/Makefile 1.3 +27 -32 ports/net/sup/patches/patch-aa From owner-cvs-all Tue Sep 22 22:37:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07367 for cvs-all-outgoing; Tue, 22 Sep 1998 22:37:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07350; Tue, 22 Sep 1998 22:37:36 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04881; Tue, 22 Sep 1998 22:37:35 -0700 (PDT) Date: Tue, 22 Sep 1998 22:37:35 -0700 (PDT) Message-Id: <199809230537.WAA04881@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/fsck dir.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/09/22 22:37:35 PDT Modified files: sbin/fsck dir.c Log: - Back out softupdate change that already existed in FreeBSD from V1.6, which caused the reference count of a directory to get doubly decremented. PR: bin/8030 Reviewed by: nate Submitted by: Don Lewis Revision Changes Path 1.12 +1 -3 src/sbin/fsck/dir.c From owner-cvs-all Tue Sep 22 22:51:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09834 for cvs-all-outgoing; Tue, 22 Sep 1998 22:51:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09743; Tue, 22 Sep 1998 22:50:47 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05261; Tue, 22 Sep 1998 22:50:41 -0700 (PDT) Date: Tue, 22 Sep 1998 22:50:41 -0700 (PDT) Message-Id: <199809230550.WAA05261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/files kerberos4.diffs ports/x11/XFree86/scripts configure Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 22:50:41 PDT Modified files: x11/XFree86/files kerberos4.diffs x11/XFree86/scripts configure Log: Fixes for Krb4. Reviewed by: Steve Price Revision Changes Path 1.4 +1 -1 ports/x11/XFree86/files/kerberos4.diffs 1.36 +16 -8 ports/x11/XFree86/scripts/configure From owner-cvs-all Tue Sep 22 23:06:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13203 for cvs-all-outgoing; Tue, 22 Sep 1998 23:06:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13152; Tue, 22 Sep 1998 23:05:31 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05853; Tue, 22 Sep 1998 23:05:29 -0700 (PDT) Date: Tue, 22 Sep 1998 23:05:29 -0700 (PDT) Message-Id: <199809230605.XAA05853@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl Makefile install_perl_libs Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 23:05:28 PDT Modified files: gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl Makefile install_perl_libs Log: More make cleanups. 1) Part of the NOSHARED fix; I messed this up and managed to get perl installed without being linked to the shared library libperl.so. This broke Perl in ELF when linking in shared objects. 2) Start of a cleanup of the man3 page location. This will (eventually) allow for a the ports to put their pages in the "normal" ${PREFIX}- based location. 3) Nuke cruft. Revision Changes Path 1.5 +2 -1 src/gnu/usr.bin/perl/miniperl/Makefile 1.14 +1 -3 src/gnu/usr.bin/perl/perl/Makefile 1.2 +3 -3 src/gnu/usr.bin/perl/perl/install_perl_libs From owner-cvs-all Tue Sep 22 23:12:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14450 for cvs-all-outgoing; Tue, 22 Sep 1998 23:12:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14353; Tue, 22 Sep 1998 23:11:42 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA06069; Tue, 22 Sep 1998 23:11:36 -0700 (PDT) Date: Tue, 22 Sep 1998 23:11:36 -0700 (PDT) Message-Id: <199809230611.XAA06069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/22 23:11:35 PDT Modified files: . Makefile.inc1 Log: Complete the Perl NOSHARED repair. I had not ensured that the shared library was constructed early enough, so perl was linking against the static lib. This was breaking perl under ELF, as perl could not load shared objects (in fact would dump core). Revision Changes Path 1.19 +8 -3 src/Makefile.inc1 From owner-cvs-all Tue Sep 22 23:45:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20278 for cvs-all-outgoing; Tue, 22 Sep 1998 23:45:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20267; Tue, 22 Sep 1998 23:45:29 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07129; Tue, 22 Sep 1998 23:45:29 -0700 (PDT) Date: Tue, 22 Sep 1998 23:45:29 -0700 (PDT) Message-Id: <199809230645.XAA07129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/zip/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/22 23:45:29 PDT Modified files: archivers/zip/patches patch-aa Log: Remove previous elf patch. Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache Revision Changes Path 1.2 +11 -31 ports/archivers/zip/patches/patch-aa From owner-cvs-all Tue Sep 22 23:46:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA20473 for cvs-all-outgoing; Tue, 22 Sep 1998 23:46:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20458; Tue, 22 Sep 1998 23:46:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07174; Tue, 22 Sep 1998 23:46:13 -0700 (PDT) Date: Tue, 22 Sep 1998 23:46:13 -0700 (PDT) Message-Id: <199809230646.XAA07174@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/zip.with_encryption/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/22 23:46:13 PDT Modified files: archivers/zip.with_encryption/patches patch-aa Log: MFZIP: Remove previous elf patch. Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache Revision Changes Path 1.2 +11 -31 ports/archivers/zip.with_encryption/patches/patch-aa From owner-cvs-all Tue Sep 22 23:50:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21017 for cvs-all-outgoing; Tue, 22 Sep 1998 23:50:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21012; Tue, 22 Sep 1998 23:50:47 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07490; Tue, 22 Sep 1998 23:50:46 -0700 (PDT) Date: Tue, 22 Sep 1998 23:50:46 -0700 (PDT) Message-Id: <199809230650.XAA07490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot Makefile bios.S boot.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/22 23:50:46 PDT Modified files: sys/i386/boot/biosboot Makefile bios.S boot.c Log: Remove the -b boot option. It is no longer necessary now that the VESA BIOS support is optionally available for syscons. Revision Changes Path 1.66 +1 -2 src/sys/i386/boot/biosboot/Makefile 1.14 +1 -29 src/sys/i386/boot/biosboot/bios.S 1.71 +1 -11 src/sys/i386/boot/biosboot/boot.c From owner-cvs-all Tue Sep 22 23:54:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21471 for cvs-all-outgoing; Tue, 22 Sep 1998 23:54:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA21460; Tue, 22 Sep 1998 23:54:16 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07725; Tue, 22 Sep 1998 23:54:15 -0700 (PDT) Date: Tue, 22 Sep 1998 23:54:15 -0700 (PDT) Message-Id: <199809230654.XAA07725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/22 23:54:15 PDT Modified files: sbin/reboot boot_i386.8 Log: Remove the reference to the -b option; it's gone. Revision Changes Path 1.14 +4 -16 src/sbin/reboot/boot_i386.8 From owner-cvs-all Wed Sep 23 00:05:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23616 for cvs-all-outgoing; Wed, 23 Sep 1998 00:05:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from server.amis.net (server.amis.net [195.10.52.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23584; Wed, 23 Sep 1998 00:05:05 -0700 (PDT) (envelope-from blaz@gold.amis.net) Received: (from uucp@localhost) by server.amis.net (8.8.8/8.8.8) with UUCP id JAA24627; Wed, 23 Sep 1998 09:04:58 +0200 (CEST) Received: from localhost (blaz@localhost) by gold.amis.net (8.9.1/8.8.8) with SMTP id JAA00841; Wed, 23 Sep 1998 09:04:04 +0200 (CEST) Date: Wed, 23 Sep 1998 09:04:04 +0200 (CEST) From: Blaz Zupan To: Satoshi Asami cc: ache@nagual.pp.ru, eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST In-Reply-To: <199809221703.KAA08321@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > That's not the problem. 4.06 just does not work well. I'm not sure who started this thread, but 4.06 works just fine for me under a pretty recent -current. I don't see any difference in quality between 4.05 and 4.06 (except the security fix in 4.06). Blaz Zupan, blaz@medinet.si, http://home.amis.net/blaz Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia From owner-cvs-all Wed Sep 23 00:14:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25513 for cvs-all-outgoing; Wed, 23 Sep 1998 00:14:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25489; Wed, 23 Sep 1998 00:14:37 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08766; Wed, 23 Sep 1998 00:14:37 -0700 (PDT) Date: Wed, 23 Sep 1998 00:14:37 -0700 (PDT) Message-Id: <199809230714.AAA08766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/wdm Makefile ports/x11/wdm/files md5 ports/x11/wdm/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/23 00:14:36 PDT Modified files: x11/wdm Makefile x11/wdm/files md5 x11/wdm/patches patch-aa Log: Upgrade to 1.0. Revision Changes Path 1.10 +3 -3 ports/x11/wdm/Makefile 1.3 +1 -1 ports/x11/wdm/files/md5 1.4 +37 -56 ports/x11/wdm/patches/patch-aa From owner-cvs-all Wed Sep 23 00:39:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA00229 for cvs-all-outgoing; Wed, 23 Sep 1998 00:39:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA00211; Wed, 23 Sep 1998 00:38:53 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA09657; Wed, 23 Sep 1998 00:38:52 -0700 (PDT) Date: Wed, 23 Sep 1998 00:38:52 -0700 (PDT) Message-Id: <199809230738.AAA09657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/09/23 00:38:51 PDT Modified files: release Makefile Log: Build the GENERIC kernel on the alpha too. And don't expect a MFS kernel yet, nor will fbsdboot.exe be too useful :) Reviewed by: jkh Revision Changes Path 1.390 +6 -3 src/release/Makefile From owner-cvs-all Wed Sep 23 01:06:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05992 for cvs-all-outgoing; Wed, 23 Sep 1998 01:06:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05920; Wed, 23 Sep 1998 01:06:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA10808; Wed, 23 Sep 1998 01:06:30 -0700 (PDT) Date: Wed, 23 Sep 1998 01:06:30 -0700 (PDT) Message-Id: <199809230806.BAA10808@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 01:06:30 PDT Modified files: etc Makefile Log: initialize /etc/objformat for new installs, just to be sure. Revision Changes Path 1.175 +5 -1 src/etc/Makefile From owner-cvs-all Wed Sep 23 02:59:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22664 for cvs-all-outgoing; Wed, 23 Sep 1998 02:59:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22598; Wed, 23 Sep 1998 02:59:05 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13575; Wed, 23 Sep 1998 02:59:01 -0700 (PDT) Date: Wed, 23 Sep 1998 02:59:01 -0700 (PDT) Message-Id: <199809230959.CAA13575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/23 02:59:00 PDT Modified files: sys/i386/include console.h sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c Log: Fix and update for VESA BIOS support in syscons. - Handle pixel (raster text) mode properly. - Clear screen and paint border right. - Paint text attribute (colors). - Fix off-by-one errors. - Add some sanity checks. - Fix some function prototypes. - Add some comment lines. - Define generic text mode numbers so that the user can just give "80x25", "80x60", "132x25"..., rather than "VGA_xxx", to `vidcontrol' to change the current video mode. `vidoio.c' and `vesa.c' will map these numbers to real video mode numbers appropriate and available with the given video hardware. I believe this will be useful to make syscons more portable across archtectures. Revision Changes Path 1.40 +23 -1 src/sys/i386/include/console.h 1.2 +15 -2 src/sys/i386/isa/scvesactl.c 1.2 +27 -14 src/sys/i386/isa/scvidctl.c 1.279 +157 -40 src/sys/i386/isa/syscons.c 1.41 +2 -2 src/sys/i386/isa/syscons.h 1.2 +43 -10 src/sys/i386/isa/vesa.c 1.2 +182 -20 src/sys/i386/isa/videoio.c From owner-cvs-all Wed Sep 23 03:01:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23011 for cvs-all-outgoing; Wed, 23 Sep 1998 03:01:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22835; Wed, 23 Sep 1998 03:00:20 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA13657; Wed, 23 Sep 1998 03:00:15 -0700 (PDT) Date: Wed, 23 Sep 1998 03:00:15 -0700 (PDT) Message-Id: <199809231000.DAA13657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/23 03:00:15 PDT Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: VESA BIOS support update in syscons. - Accept generic video mode names: 80x25, 80x30, etc. Specific video mode names, VGA_80x25, VESA_132x25, are still accpeted too. - Update the man page accordingly. Revision Changes Path 1.14 +27 -8 src/usr.sbin/vidcontrol/vidcontrol.1 1.22 +38 -28 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-all Wed Sep 23 03:30:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26523 for cvs-all-outgoing; Wed, 23 Sep 1998 03:30:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26504; Wed, 23 Sep 1998 03:30:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14547; Wed, 23 Sep 1998 03:30:44 -0700 (PDT) Date: Wed, 23 Sep 1998 03:30:44 -0700 (PDT) Message-Id: <199809231030.DAA14547@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/23 03:30:44 PDT Modified files: . Makefile.inc1 Log: Add printf(1) to the list of early-build tools. (needed to build Amd, and causing the -jN crowd problems w/o being here) ((I will revisit the usage of printf(1) in building Amd at a later time)) Revision Changes Path 1.20 +2 -1 src/Makefile.inc1 From owner-cvs-all Wed Sep 23 04:01:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02039 for cvs-all-outgoing; Wed, 23 Sep 1998 04:01:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02023; Wed, 23 Sep 1998 04:01:04 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (2602@skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id NAA12607; Wed, 23 Sep 1998 13:00:35 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 23 Sep 1998 11:00:34 GMT Mime-Version: 1.0 To: Kris Kennaway Cc: Enkhyl , Mark Murray , Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 23 Sep 1998 13:00:32 +0200 In-Reply-To: Kris Kennaway's message of "Wed, 23 Sep 1998 13:16:29 +0930 (CST)" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAB02028 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Kris Kennaway writes: > After bringing this up on -current the other day, the feedback I've heard > (though hardly statistically significant :-) suggests that 4.06 is stable > under -stable, but is highly unstable under -current. Above and beyond the > problems which NS4 has always had re not quitting properly & eating up large > amounts of CPU in the background, etc, 4.06 seems to consistently crash > or hang within a few minutes of use. Dunno where you got that idea from. I run Netscape 4.06 on bleeding- edge -current (make world at least once a week) with absolutely no trouble except the server grabbing bug (under certain circumstances, Netscape "forgets" to release the server; this is not FreeBSD- specific) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 23 04:02:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02471 for cvs-all-outgoing; Wed, 23 Sep 1998 04:02:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02411; Wed, 23 Sep 1998 04:02:46 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (2602@skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id NAA12915; Wed, 23 Sep 1998 13:02:43 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 23 Sep 1998 11:02:42 GMT Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf References: <199809230442.VAA03505@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 23 Sep 1998 13:02:38 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Tue, 22 Sep 1998 21:42:04 -0700 (PDT)" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id EAB02456 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" writes: > Log: > I'm not sure how/when router_enable got set to YES, but it doesn't > seem right to me. Thanks a million! MFC? DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 23 04:17:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05716 for cvs-all-outgoing; Wed, 23 Sep 1998 04:17:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05710; Wed, 23 Sep 1998 04:17:23 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA23365; Wed, 23 Sep 1998 13:17:00 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA02940; Wed, 23 Sep 1998 13:16:59 +0200 (MET DST) Message-ID: <19980923131659.28975@follo.net> Date: Wed, 23 Sep 1998 13:16:59 +0200 From: Eivind Eklund To: Kris Kennaway , Enkhyl Cc: Mark Murray , Satoshi Asami , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Kris Kennaway on Wed, Sep 23, 1998 at 01:16:29PM +0930 Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, Sep 23, 1998 at 01:16:29PM +0930, Kris Kennaway wrote: > Since 4.05 is unsecure (which I hadn't heard of, even on -security), what is > the last version which /was/ secure which I can revert to? Hmmm, wasn't it 2.0 that was the last version that didn't have Java? The bug does, AFAIK, apply to all previous versions with Java :-( Eivind. From owner-cvs-all Wed Sep 23 04:37:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA08304 for cvs-all-outgoing; Wed, 23 Sep 1998 04:37:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA08263; Wed, 23 Sep 1998 04:37:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA17857; Wed, 23 Sep 1998 04:37:07 -0700 (PDT) Date: Wed, 23 Sep 1998 04:37:07 -0700 (PDT) Message-Id: <199809231137.EAA17857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 04:37:06 PDT Modified files: (Branch: RELENG_2_2) etc rc.conf Log: Don't start routed by default; it messes with ppp folks, for one thing. Revision Changes Path 1.1.2.46 +2 -2 src/etc/rc.conf From owner-cvs-all Wed Sep 23 04:50:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA10650 for cvs-all-outgoing; Wed, 23 Sep 1998 04:50:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA10555; Wed, 23 Sep 1998 04:49:54 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18496; Wed, 23 Sep 1998 04:49:52 -0700 (PDT) Date: Wed, 23 Sep 1998 04:49:52 -0700 (PDT) Message-Id: <199809231149.EAA18496@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/tth Makefile ports/textproc/tth/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/23 04:49:51 PDT Modified files: textproc/tth Makefile textproc/tth/files md5 Log: Upgrade to 1.67. Revision Changes Path 1.9 +3 -3 ports/textproc/tth/Makefile 1.6 +1 -1 ports/textproc/tth/files/md5 From owner-cvs-all Wed Sep 23 05:13:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14643 for cvs-all-outgoing; Wed, 23 Sep 1998 05:13:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14638; Wed, 23 Sep 1998 05:13:52 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19109; Wed, 23 Sep 1998 05:13:51 -0700 (PDT) Date: Wed, 23 Sep 1998 05:13:51 -0700 (PDT) Message-Id: <199809231213.FAA19109@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c dist.c dist.h index.c src/release/sysinstall/help XF86.hlp distributions.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 05:13:51 PDT Modified files: release/sysinstall config.c dist.c dist.h index.c release/sysinstall/help XF86.hlp distributions.hlp Log: MF22: Important fixes for loading XFree86 distributions I forgot to merge after 2.2.7 (I was wondering why that bug looked so familiar!). Also update some docs accordingly. Revision Changes Path 1.111 +3 -3 src/release/sysinstall/config.c 1.126 +13 -11 src/release/sysinstall/dist.c 1.28 +1 -1 src/release/sysinstall/dist.h 1.55 +3 -1 src/release/sysinstall/index.c 1.7 +1217 -299 src/release/sysinstall/help/XF86.hlp 1.9 +1 -1 src/release/sysinstall/help/distributions.hlp From owner-cvs-all Wed Sep 23 05:20:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15567 for cvs-all-outgoing; Wed, 23 Sep 1998 05:20:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15497; Wed, 23 Sep 1998 05:20:01 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19397; Wed, 23 Sep 1998 05:20:01 -0700 (PDT) Date: Wed, 23 Sep 1998 05:20:01 -0700 (PDT) Message-Id: <199809231220.FAA19397@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 ports/www/apache13-modssl/patches patch-ab ports/www/apache13-modssl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/09/23 05:20:00 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 www/apache13-modssl/patches patch-ab www/apache13-modssl/pkg PLIST Log: Upgrade to Apache 1.3.2 + mod_ssl 2.0.11 Revision Changes Path 1.7 +4 -4 ports/www/apache13-modssl/Makefile 1.7 +2 -2 ports/www/apache13-modssl/files/md5 1.4 +24 -21 ports/www/apache13-modssl/patches/patch-ab 1.4 +1 -1 ports/www/apache13-modssl/pkg/PLIST From owner-cvs-all Wed Sep 23 05:23:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16104 for cvs-all-outgoing; Wed, 23 Sep 1998 05:23:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16090; Wed, 23 Sep 1998 05:23:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19497; Wed, 23 Sep 1998 05:23:30 -0700 (PDT) Date: Wed, 23 Sep 1998 05:23:30 -0700 (PDT) Message-Id: <199809231223.FAA19497@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 05:23:30 PDT Modified files: (Branch: RELENG_2_2) usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c Log: MFC: New -S flag. Revision Changes Path 1.9.2.9 +16 -1 src/usr.bin/fetch/fetch.1 1.3.2.3 +2 -1 src/usr.bin/fetch/fetch.h 1.3.2.6 +8 -1 src/usr.bin/fetch/ftp.c 1.4.2.9 +15 -2 src/usr.bin/fetch/http.c 1.26.2.12 +14 -3 src/usr.bin/fetch/main.c From owner-cvs-all Wed Sep 23 05:40:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17921 for cvs-all-outgoing; Wed, 23 Sep 1998 05:40:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17911; Wed, 23 Sep 1998 05:40:25 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA19985; Wed, 23 Sep 1998 05:40:25 -0700 (PDT) Date: Wed, 23 Sep 1998 05:40:25 -0700 (PDT) Message-Id: <199809231240.FAA19985@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/pygtk Makefile ports/x11-toolkits/pygtk/files md5 ports/x11-toolkits/pygtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/23 05:40:25 PDT Modified files: x11-toolkits/pygtk Makefile x11-toolkits/pygtk/files md5 x11-toolkits/pygtk/pkg PLIST Log: Upgrade to 0.5.2. Revision Changes Path 1.11 +5 -4 ports/x11-toolkits/pygtk/Makefile 1.4 +1 -1 ports/x11-toolkits/pygtk/files/md5 1.4 +15 -1 ports/x11-toolkits/pygtk/pkg/PLIST From owner-cvs-all Wed Sep 23 06:50:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27264 for cvs-all-outgoing; Wed, 23 Sep 1998 06:50:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from shadow.worldbank.org (shadow.worldbank.org [138.220.104.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27160; Wed, 23 Sep 1998 06:50:02 -0700 (PDT) (envelope-from adhir@worldbank.org) Received: from localhost (adhir@localhost) by shadow.worldbank.org (8.9.1/8.9.1) with ESMTP id JAA13323; Wed, 23 Sep 1998 09:49:45 -0400 (EDT) (envelope-from adhir@worldbank.org) X-Authentication-Warning: shadow.worldbank.org: adhir owned process doing -bs Date: Wed, 23 Sep 1998 09:49:45 -0400 (EDT) From: "Alok K. Dhir" To: Kazutaka YOKOTA cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-Reply-To: <8EE97564A15C2D2C85256688003B0BC4.0039086785256688@worldbank.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is the VESA support going to be supported with SMP any time soon? Thanks... On Wed, 23 Sep 1998, Kazutaka YOKOTA wrote: > > > yokota 1998/09/23 02:59:00 PDT > > Modified files: > sys/i386/include console.h > sys/i386/isa scvesactl.c scvidctl.c syscons.c > syscons.h vesa.c videoio.c > Log: > Fix and update for VESA BIOS support in syscons. > > - Handle pixel (raster text) mode properly. > - Clear screen and paint border right. > - Paint text attribute (colors). > - Fix off-by-one errors. > - Add some sanity checks. > - Fix some function prototypes. > - Add some comment lines. > - Define generic text mode numbers so that the user can just give > "80x25", "80x60", "132x25"..., rather than "VGA_xxx", to `vidcontrol' > to change the current video mode. `vidoio.c' and `vesa.c' will map > these numbers to real video mode numbers appropriate and available > with the given video hardware. I believe this will be useful to make > syscons more portable across archtectures. > > Revision Changes Path > 1.40 +23 -1 src/sys/i386/include/console.h > 1.2 +15 -2 src/sys/i386/isa/scvesactl.c > 1.2 +27 -14 src/sys/i386/isa/scvidctl.c > 1.279 +157 -40 src/sys/i386/isa/syscons.c > 1.41 +2 -2 src/sys/i386/isa/syscons.h > 1.2 +43 -10 src/sys/i386/isa/vesa.c > 1.2 +182 -20 src/sys/i386/isa/videoio.c > -------------------------------------------------------------------- \||/_ Alok K. Dhir Phone: +1.202.473.2446 oo \ S11-151, ISGMC Email: adhir@worldbank.org L_ The World Bank Group Washington, DC \/ ------------------------------------------------------------------------| "Unix _is_ user friendly - it just chooses friends selectively..." From owner-cvs-all Wed Sep 23 07:13:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01444 for cvs-all-outgoing; Wed, 23 Sep 1998 07:13:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01436; Wed, 23 Sep 1998 07:13:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27389; Wed, 23 Sep 1998 07:13:02 -0700 (PDT) Date: Wed, 23 Sep 1998 07:13:02 -0700 (PDT) Message-Id: <199809231413.HAA27389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux.h linux_file.c linux_genassym.c linux_ioctl.c linux_ipc.c linux_misc.c linux_proto.h linux_socket.c linux_syscall.h linux_sysent.c linux_sysvec.c syscalls.master Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 07:13:02 PDT Modified files: (Branch: RELENG_2_2) sys/i386/linux linux.h linux_file.c linux_genassym.c linux_ioctl.c linux_ipc.c linux_misc.c linux_proto.h linux_socket.c linux_syscall.h linux_sysent.c linux_sysvec.c syscalls.master Log: MFC: catch up with a bunch of functions that have been implemented in the -current linuxulator but not merged for many months. PR: 7792 Submitted-largely-by: Avatar Liang Revision Changes Path 1.10.2.8 +16 -1 src/sys/i386/linux/linux.h 1.7.4.3 +21 -1 src/sys/i386/linux/linux_file.c 1.2.4.1 +15 -3 src/sys/i386/linux/linux_genassym.c 1.11.2.7 +52 -9 src/sys/i386/linux/linux_ioctl.c 1.8.2.2 +148 -12 src/sys/i386/linux/linux_ipc.c 1.20.2.4 +41 -5 src/sys/i386/linux/linux_misc.c 1.2.4.2 +185 -165 src/sys/i386/linux/linux_proto.h 1.4.4.3 +79 -13 src/sys/i386/linux/linux_socket.c 1.2.4.1 +17 -2 src/sys/i386/linux/linux_syscall.h 1.6.4.1 +38 -2 src/sys/i386/linux/linux_sysent.c 1.9.2.2 +29 -11 src/sys/i386/linux/linux_sysvec.c 1.2.4.1 +50 -3 src/sys/i386/linux/syscalls.master From owner-cvs-all Wed Sep 23 07:29:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04496 for cvs-all-outgoing; Wed, 23 Sep 1998 07:29:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04481; Wed, 23 Sep 1998 07:29:37 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:mH1BrgL+8ht2NPs+EgqRVLvZU+nYgFLg@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id XAA28613; Wed, 23 Sep 1998 23:29:33 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id XAA07371; Wed, 23 Sep 1998 23:30:38 +0900 (JST) Message-Id: <199809231430.XAA07371@zodiac.mech.utsunomiya-u.ac.jp> To: "Alok K. Dhir" cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 09:49:45 -0400." References: Date: Wed, 23 Sep 1998 23:30:37 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Is the VESA support going to be supported with SMP any time soon? > >Thanks... Hmm, the VESA support depends on VM86. So the question really is... Is VM86 going to work in the SMP environment? Kazu From owner-cvs-all Wed Sep 23 07:34:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05207 for cvs-all-outgoing; Wed, 23 Sep 1998 07:34:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05190; Wed, 23 Sep 1998 07:34:04 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA28204; Wed, 23 Sep 1998 07:34:03 -0700 (PDT) Date: Wed, 23 Sep 1998 07:34:03 -0700 (PDT) Message-Id: <199809231434.HAA28204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook bibliography.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/09/23 07:34:03 PDT Modified files: handbook bibliography.sgml Log: Fix typos, remove irrelevant entry, add new entries (Schimmel, Intel), update Unix Network Programming entry. Revision Changes Path 1.35 +18 -12 doc/handbook/bibliography.sgml From owner-cvs-all Wed Sep 23 07:41:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06402 for cvs-all-outgoing; Wed, 23 Sep 1998 07:41:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06374 for ; Wed, 23 Sep 1998 07:40:47 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id JAA00333; Wed, 23 Sep 1998 09:40:36 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id JAA27096; Wed, 23 Sep 1998 09:40:04 -0500 Message-ID: <19980923094003.20225@right.PCS> Date: Wed, 23 Sep 1998 09:40:04 -0500 From: Jonathan Lemon To: Kazutaka YOKOTA Cc: "Alok K. Dhir" , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c References: <199809231430.XAA07371@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199809231430.XAA07371@zodiac.mech.utsunomiya-u.ac.jp>; from Kazutaka YOKOTA on Sep 09, 1998 at 11:30:37PM +0900 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 09, 1998 at 11:30:37PM +0900, Kazutaka YOKOTA wrote: > > >Is the VESA support going to be supported with SMP any time soon? > > > >Thanks... > > Hmm, the VESA support depends on VM86. So the question really is... > Is VM86 going to work in the SMP environment? Yes it does, the last time I checked. -- Jonathan From owner-cvs-all Wed Sep 23 07:50:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08199 for cvs-all-outgoing; Wed, 23 Sep 1998 07:50:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08173; Wed, 23 Sep 1998 07:50:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA28942; Wed, 23 Sep 1998 07:50:26 -0700 (PDT) Date: Wed, 23 Sep 1998 07:50:26 -0700 (PDT) Message-Id: <199809231450.HAA28942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 07:50:26 PDT Modified files: sys/i386/linux linux_misc.c Log: return time in proper format for linux. Revision Changes Path 1.43 +2 -1 src/sys/i386/linux/linux_misc.c From owner-cvs-all Wed Sep 23 07:51:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08350 for cvs-all-outgoing; Wed, 23 Sep 1998 07:51:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08319; Wed, 23 Sep 1998 07:51:36 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29025; Wed, 23 Sep 1998 07:51:35 -0700 (PDT) Date: Wed, 23 Sep 1998 07:51:35 -0700 (PDT) Message-Id: <199809231451.HAA29025@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/tinyware/help help.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/23 07:51:35 PDT Modified files: release/picobsd/tinyware/help help.c Log: Hmm.. Looks like new ar(1) adds trailing '/' to each object's name... Revision Changes Path 1.3 +4 -3 src/release/picobsd/tinyware/help/help.c From owner-cvs-all Wed Sep 23 07:54:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08792 for cvs-all-outgoing; Wed, 23 Sep 1998 07:54:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08766; Wed, 23 Sep 1998 07:54:47 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29123; Wed, 23 Sep 1998 07:54:46 -0700 (PDT) Date: Wed, 23 Sep 1998 07:54:46 -0700 (PDT) Message-Id: <199809231454.HAA29123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/23 07:54:46 PDT Modified files: release/picobsd/build build Log: Correct comment in the "build" script about aout/ELF. Revision Changes Path 1.10 +2 -2 src/release/picobsd/build/build From owner-cvs-all Wed Sep 23 08:04:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09953 for cvs-all-outgoing; Wed, 23 Sep 1998 08:04:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from shadow.worldbank.org (shadow.worldbank.org [138.220.104.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09944; Wed, 23 Sep 1998 08:04:27 -0700 (PDT) (envelope-from adhir@worldbank.org) Received: from localhost (adhir@localhost) by shadow.worldbank.org (8.9.1/8.9.1) with ESMTP id LAA05115; Wed, 23 Sep 1998 11:03:01 -0400 (EDT) (envelope-from adhir@worldbank.org) X-Authentication-Warning: shadow.worldbank.org: adhir owned process doing -bs Date: Wed, 23 Sep 1998 11:03:00 -0400 (EDT) From: "Alok K. Dhir" To: Kazutaka YOKOTA cc: Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-Reply-To: <5F1DDC483FE6573F8525668800514207.004F8BC185256688@worldbank.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hmm. I've had 'OPTIONS vm86' in my SMP kernel for months without any trouble. Of course, I've never really run anything that used vm86 to the best of my knowledge... Is VM86 known to be evil under SMP? Thanks... Al On Wed, 23 Sep 1998, Kazutaka YOKOTA wrote: > >Is the VESA support going to be supported with SMP any time soon? > > > >Thanks... > > Hmm, the VESA support depends on VM86. So the question really is... > Is VM86 going to work in the SMP environment? > > Kazu > From owner-cvs-all Wed Sep 23 08:10:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10747 for cvs-all-outgoing; Wed, 23 Sep 1998 08:10:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gilgamesch.bik-gmbh.de (gilgamesch.bik-gmbh.de [194.233.237.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10741; Wed, 23 Sep 1998 08:10:27 -0700 (PDT) (envelope-from cracauer@gilgamesch.bik-gmbh.de) Received: (from cracauer@localhost) by gilgamesch.bik-gmbh.de (8.8.8/8.7.3) id RAA02898; Wed, 23 Sep 1998 17:10:17 +0200 (MET DST) Message-ID: <19980923171016.A2890@cons.org> Date: Wed, 23 Sep 1998 17:10:16 +0200 From: Martin Cracauer To: "Dag-Erling C. Smf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ hackers.sgml References: <199809222209.PAA16311@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199809222209.PAA16311@freefall.freebsd.org>; from Dag-Erling C. Smf8rgrav on Tue, Sep 22, 1998 at 03:09:55PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In <199809222209.PAA16311@freefall.freebsd.org>, Dag-Erling C. Smf8rgrav wrote: > des 1998/09/22 15:09:55 PDT > > Modified files: > FAQ hackers.sgml > Log: > Add the promised "Making the most out of a kernel panic" section based > on one of Bill Paul's postings on -current. > > Hope I didn't screw up to badly since this is my first contact with > SGML apart from HTML :) It you don't have the tools installed on your local machine, you might want to test it on hub.freebsd.org. It even has lynx installed, so you can verify that links works etc. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer BSD User Group Hamburg, Germany http://www.bsdhh.org/ From owner-cvs-all Wed Sep 23 08:13:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11105 for cvs-all-outgoing; Wed, 23 Sep 1998 08:13:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11098; Wed, 23 Sep 1998 08:13:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA29891; Wed, 23 Sep 1998 08:13:50 -0700 (PDT) Date: Wed, 23 Sep 1998 08:13:50 -0700 (PDT) Message-Id: <199809231513.IAA29891@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 08:13:50 PDT Modified files: (Branch: RELENG_2_2) sys/i386/linux linux_misc.c Log: MFC: adjust time. Revision Changes Path 1.20.2.5 +2 -1 src/sys/i386/linux/linux_misc.c From owner-cvs-all Wed Sep 23 08:19:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11938 for cvs-all-outgoing; Wed, 23 Sep 1998 08:19:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11894 for ; Wed, 23 Sep 1998 08:18:49 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id KAA00467; Wed, 23 Sep 1998 10:18:14 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id KAA02305; Wed, 23 Sep 1998 10:17:43 -0500 Message-ID: <19980923101742.60915@right.PCS> Date: Wed, 23 Sep 1998 10:17:42 -0500 From: Jonathan Lemon To: "Alok K. Dhir" Cc: Kazutaka YOKOTA , Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c References: <5F1DDC483FE6573F8525668800514207.004F8BC185256688@worldbank.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from Alok K. Dhir on Sep 09, 1998 at 11:03:00AM -0400 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 09, 1998 at 11:03:00AM -0400, Alok K. Dhir wrote: > > Hmm. I've had 'OPTIONS vm86' in my SMP kernel for months without any > trouble. Of course, I've never really run anything that used vm86 to the > best of my knowledge... Heh. If you have it defined, it is automatically used during boot to determine the amount of memory in the system. -- Jonathan From owner-cvs-all Wed Sep 23 08:22:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12584 for cvs-all-outgoing; Wed, 23 Sep 1998 08:22:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12568; Wed, 23 Sep 1998 08:22:16 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA00527; Wed, 23 Sep 1998 08:22:15 -0700 (PDT) Date: Wed, 23 Sep 1998 08:22:15 -0700 (PDT) Message-Id: <199809231522.IAA00527@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/router/conf PICOBSD src/release/picobsd/tinyware/ns Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/23 08:22:14 PDT Modified files: release/picobsd/router/conf PICOBSD Log: Turn on support for bridging and b/w limiting. Revision Changes Path 1.5 +3 -3 src/release/picobsd/router/conf/PICOBSD Modified files: release/picobsd/tinyware/ns Makefile Log: Turn on support for bridging statistics. Revision Changes Path 1.3 +2 -3 src/release/picobsd/tinyware/ns/Makefile From owner-cvs-all Wed Sep 23 08:36:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14928 for cvs-all-outgoing; Wed, 23 Sep 1998 08:36:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14858; Wed, 23 Sep 1998 08:35:36 -0700 (PDT) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au (dialup-ad-10-113.camtech.net.au [203.28.1.241]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id BAA27824; Thu, 24 Sep 1998 01:04:11 +0930 (CST) Message-ID: <36091402.AA9CB94@camtech.net.au> Date: Thu, 24 Sep 1998 01:00:10 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?=" CC: Kris Kennaway , Enkhyl , Mark Murray , Satoshi Asami , eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I run Netscape 4.5 b1 and 4.05 (not any more) and 4.06 and get crashes quite often with all of them. These are always signal 10's I am certain that it was a change in -CURRENT that made these occur more frequently. I can remember thinking when it happened that some thing had changed. Unfortunately I didn't try to link it to a particular commit (I was using CTM then). I think it was several weeks before John Dyson left but possibly after the serious instability that -CURRENT had before then.... Sorry cant track it down any better than that. Dag-Erling C. Smørgrav wrote: > > Kris Kennaway writes: > > After bringing this up on -current the other day, the feedback I've heard > > (though hardly statistically significant :-) suggests that 4.06 is stable > > under -stable, but is highly unstable under -current. Above and beyond the > > problems which NS4 has always had re not quitting properly & eating up large > > amounts of CPU in the background, etc, 4.06 seems to consistently crash > > or hang within a few minutes of use. > > Dunno where you got that idea from. I run Netscape 4.06 on bleeding- > edge -current (make world at least once a week) with absolutely no > trouble except the server grabbing bug (under certain circumstances, > Netscape "forgets" to release the server; this is not FreeBSD- > specific) > > DES > -- > Dag-Erling Smørgrav - dag-erli@ifi.uio.no -- /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 From owner-cvs-all Wed Sep 23 08:37:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15056 for cvs-all-outgoing; Wed, 23 Sep 1998 08:37:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14988; Wed, 23 Sep 1998 08:36:32 -0700 (PDT) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01275; Wed, 23 Sep 1998 08:36:27 -0700 (PDT) Date: Wed, 23 Sep 1998 08:36:27 -0700 (PDT) Message-Id: <199809231536.IAA01275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/cyrus Makefile ports/mail/cyrus/files cyrus.sh md5 cyrus.sh.pt1 cyrus.sh.pt2 ports/mail/cyrus/patches patch-ba patch-bb patch-bc patch-bd ports/mail/cyrus/pkg DESCR PLIST ports/mail/cyrus/scripts createuser Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk stb 1998/09/23 08:36:27 PDT Modified files: mail/cyrus Makefile mail/cyrus/files md5 mail/cyrus/patches patch-ba patch-bb patch-bc patch-bd mail/cyrus/pkg DESCR PLIST Added files: mail/cyrus/files cyrus.sh Removed files: mail/cyrus/files cyrus.sh.pt1 cyrus.sh.pt2 mail/cyrus/scripts createuser Log: Update to 1.5.14 PR: ports/7789 Submitted by: Hans Huebner Revision Changes Path 1.8 +19 -25 ports/mail/cyrus/Makefile 1.2 +1 -1 ports/mail/cyrus/files/md5 1.2 +42 -46 ports/mail/cyrus/patches/patch-ba 1.3 +22 -13 ports/mail/cyrus/patches/patch-bb 1.2 +19 -11 ports/mail/cyrus/patches/patch-bc 1.2 +22 -13 ports/mail/cyrus/patches/patch-bd 1.2 +13 -10 ports/mail/cyrus/pkg/DESCR 1.4 +2 -0 ports/mail/cyrus/pkg/PLIST From owner-cvs-all Wed Sep 23 08:37:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15266 for cvs-all-outgoing; Wed, 23 Sep 1998 08:37:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15207; Wed, 23 Sep 1998 08:37:36 -0700 (PDT) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01332; Wed, 23 Sep 1998 08:37:35 -0700 (PDT) Date: Wed, 23 Sep 1998 08:37:35 -0700 (PDT) Message-Id: <199809231537.IAA01332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/cyrus/pkg INSTALL Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk stb 1998/09/23 08:37:34 PDT Added files: mail/cyrus/pkg INSTALL Log: Will work better with this one... From owner-cvs-all Wed Sep 23 08:50:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA17834 for cvs-all-outgoing; Wed, 23 Sep 1998 08:50:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17766; Wed, 23 Sep 1998 08:49:50 -0700 (PDT) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au (dialup-ad-10-113.camtech.net.au [203.28.1.241]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id BAA29256; Thu, 24 Sep 1998 01:18:29 +0930 (CST) Message-ID: <3609175D.4E8FED82@camtech.net.au> Date: Thu, 24 Sep 1998 01:14:29 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Blaz Zupan CC: Satoshi Asami , ache@nagual.pp.ru, eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefileports/www/netscape4-navigator/files md5 netscape.shports/www/netscape4-navigator/pkg PLIST References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I get crashes with signal 10's quite often with any netscape 4.* (.05,.06,.5) that I try. I dont know how other people are using netscape... but I am using it to process my whole FreeBSD cvs-all, freebsd-current email. This means 26 mail filters (I have 48 at work!) and folders containing from a couple of hundred to around 4500 messages. There are differences between what causes some crashes between the different netscape versions. I find that 4.5b1 will always crash if I try a sort larger folders (>100 msgs) by subject. I have to use 4.06 if I want to do that. Blaz Zupan wrote: > > > That's not the problem. 4.06 just does not work well. > > I'm not sure who started this thread, but 4.06 works just fine for me > under a pretty recent -current. I don't see any difference in quality > between 4.05 and 4.06 (except the security fix in 4.06). > > Blaz Zupan, blaz@medinet.si, http://home.amis.net/blaz > Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia -- /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 From owner-cvs-all Wed Sep 23 08:59:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19140 for cvs-all-outgoing; Wed, 23 Sep 1998 08:59:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19109; Wed, 23 Sep 1998 08:58:45 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (2602@skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id RAA29814; Wed, 23 Sep 1998 17:58:36 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 23 Sep 1998 15:58:34 GMT Mime-Version: 1.0 To: Martin Cracauer Cc: "Dag-Erling C. Smf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ hackers.sgml References: <199809222209.PAA16311@freefall.freebsd.org> <19980923171016.A2890@cons.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 23 Sep 1998 17:58:22 +0200 In-Reply-To: Martin Cracauer's message of "Wed, 23 Sep 1998 17:10:16 +0200" Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAB19116 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer writes: > In <199809222209.PAA16311@freefall.freebsd.org>, Dag-Erling C. Smf8rgrav wrote: > > Hope I didn't screw up to badly since this is my first contact with > > SGML apart from HTML :) > It you don't have the tools installed on your local machine, you might > want to test it on hub.freebsd.org. It even has lynx installed, so you > can verify that links works etc. I do. I have a complete web mirror on one of my home boxes. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 23 09:00:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19346 for cvs-all-outgoing; Wed, 23 Sep 1998 09:00:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19338; Wed, 23 Sep 1998 09:00:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02391; Wed, 23 Sep 1998 09:00:07 -0700 (PDT) Date: Wed, 23 Sep 1998 09:00:07 -0700 (PDT) Message-Id: <199809231600.JAA02391@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 09:00:07 PDT Modified files: release/floppies/bin/dumpnlist dumpnlist.c Log: Update for ELF Submitted by: abial Revision Changes Path 1.2 +3 -2 src/release/floppies/bin/dumpnlist/dumpnlist.c From owner-cvs-all Wed Sep 23 09:09:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20459 for cvs-all-outgoing; Wed, 23 Sep 1998 09:09:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20454; Wed, 23 Sep 1998 09:09:09 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02852; Wed, 23 Sep 1998 09:09:08 -0700 (PDT) Date: Wed, 23 Sep 1998 09:09:08 -0700 (PDT) Message-Id: <199809231609.JAA02852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 ports/devel/ORBit/patches patch-aa patch-ac ports/devel/ORBit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 09:09:08 PDT Modified files: devel/ORBit Makefile devel/ORBit/files md5 devel/ORBit/patches patch-aa patch-ac devel/ORBit/pkg PLIST Log: Upgrade to 0.3.0, and convert ORBit to elf. Revision Changes Path 1.5 +4 -4 ports/devel/ORBit/Makefile 1.2 +1 -1 ports/devel/ORBit/files/md5 1.2 +88 -10 ports/devel/ORBit/patches/patch-aa 1.3 +53 -14 ports/devel/ORBit/patches/patch-ac 1.2 +10 -4 ports/devel/ORBit/pkg/PLIST From owner-cvs-all Wed Sep 23 09:10:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20704 for cvs-all-outgoing; Wed, 23 Sep 1998 09:10:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20690; Wed, 23 Sep 1998 09:10:39 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02931; Wed, 23 Sep 1998 09:10:38 -0700 (PDT) Date: Wed, 23 Sep 1998 09:10:38 -0700 (PDT) Message-Id: <199809231610.JAA02931@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/autoconf Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 09:10:37 PDT Modified files: devel/autoconf Makefile Log: Fix info page problem. Revision Changes Path 1.15 +4 -2 ports/devel/autoconf/Makefile From owner-cvs-all Wed Sep 23 09:11:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20903 for cvs-all-outgoing; Wed, 23 Sep 1998 09:11:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20887; Wed, 23 Sep 1998 09:11:41 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03006; Wed, 23 Sep 1998 09:11:40 -0700 (PDT) Date: Wed, 23 Sep 1998 09:11:40 -0700 (PDT) Message-Id: <199809231611.JAA03006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/automake Makefile ports/devel/automake/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 09:11:40 PDT Modified files: devel/automake Makefile devel/automake/patches patch-aa Log: Fix info page problem. Revision Changes Path 1.7 +4 -2 ports/devel/automake/Makefile 1.6 +2 -2 ports/devel/automake/patches/patch-aa From owner-cvs-all Wed Sep 23 09:13:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21253 for cvs-all-outgoing; Wed, 23 Sep 1998 09:13:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21248; Wed, 23 Sep 1998 09:13:20 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03116; Wed, 23 Sep 1998 09:13:20 -0700 (PDT) Date: Wed, 23 Sep 1998 09:13:20 -0700 (PDT) Message-Id: <199809231613.JAA03116@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/emacs20/patches patch-aa patch-ad Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 09:13:20 PDT Modified files: editors/emacs20/patches patch-aa patch-ad Log: Fix info page problem. Revision Changes Path 1.6 +109 -57 ports/editors/emacs20/patches/patch-aa 1.2 +39 -6 ports/editors/emacs20/patches/patch-ad From owner-cvs-all Wed Sep 23 09:16:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21820 for cvs-all-outgoing; Wed, 23 Sep 1998 09:16:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21726; Wed, 23 Sep 1998 09:16:00 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03309; Wed, 23 Sep 1998 09:15:58 -0700 (PDT) Date: Wed, 23 Sep 1998 09:15:58 -0700 (PDT) Message-Id: <199809231615.JAA03309@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libtool Makefile ports/devel/libtool/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 09:15:58 PDT Modified files: devel/libtool Makefile Added files: devel/libtool/patches patch-ac Log: Fix info page problem, and add elf patch. Revision Changes Path 1.2 +3 -2 ports/devel/libtool/Makefile From owner-cvs-all Wed Sep 23 09:24:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23556 for cvs-all-outgoing; Wed, 23 Sep 1998 09:24:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from esmeralda.xaa.iae.nl (esmeralda.xaa.iae.nl [194.151.75.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23547; Wed, 23 Sep 1998 09:24:12 -0700 (PDT) (envelope-from freebsd@xaa.iae.nl) Received: from ariel.xaa.iae.nl (ariel.xaa.iae.nl [194.151.75.10]) by esmeralda.xaa.iae.nl (VMailer) with ESMTP id 0ED0B52E; Wed, 23 Sep 1998 18:24:04 +0200 (MET DST) Received: by ariel.xaa.iae.nl (VMailer, from userid 1008) id 7969F421A; Wed, 23 Sep 1998 18:24:03 +0200 (CEST) Message-ID: <19980923182402.A518@xaa.iae.nl> Date: Wed, 23 Sep 1998 18:24:02 +0200 From: Mark Huizer To: Scott Mace , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST References: <199809222154.OAA15782@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809222154.OAA15782@freefall.freebsd.org>; from Scott Mace on Tue, Sep 22, 1998 at 02:54:23PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 22, 1998 at 02:54:23PM -0700, Scott Mace wrote: > smace 1998/09/22 14:54:23 PDT > > Modified files: > devel/libslang/pkg PLIST > Log: > Convert to ELF. > > Revision Changes Path > 1.10 +3 -3 ports/devel/libslang/pkg/PLIST Aha, well, gosh, I suppose that means I'm not needed as a maintainer anymore? I thought that meant somehow that you would be partly related to this particular port, so that it had any use sending patches to do this very same job? But well, gosh, well, no why not just take your own patch and not even contact the maintainer or whatever. If so, do please change the MAINTAINER so I won't get ppl asking me stuff about it, when I have nothing to do with the stuff. And while you're add it, just close ports/8012 which might be a little useless at this moment in time. Mark -- Nice testing in little China... From owner-cvs-all Wed Sep 23 10:03:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01531 for cvs-all-outgoing; Wed, 23 Sep 1998 10:03:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles331.castles.com [208.214.167.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01506; Wed, 23 Sep 1998 10:03:39 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (LOCALHOST [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id KAA04235; Wed, 23 Sep 1998 10:08:36 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809231708.KAA04235@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Kazutaka YOKOTA cc: "Alok K. Dhir" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 23:30:37 +0900." <199809231430.XAA07371@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 10:08:35 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > >Is the VESA support going to be supported with SMP any time soon? > > > >Thanks... > > Hmm, the VESA support depends on VM86. So the question really is... > Is VM86 going to work in the SMP environment? I can't see any really obvious reasons why it won't (but perhaps I'm being blind here). Has anyone tried it? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 10:07:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02267 for cvs-all-outgoing; Wed, 23 Sep 1998 10:07:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02256; Wed, 23 Sep 1998 10:07:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05448; Wed, 23 Sep 1998 10:07:44 -0700 (PDT) Date: Wed, 23 Sep 1998 10:07:44 -0700 (PDT) Message-Id: <199809231707.KAA05448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib Makefile ports/graphics/imlib/patches patch-ae ports/graphics/imlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 10:07:43 PDT Modified files: graphics/imlib Makefile graphics/imlib/pkg PLIST Added files: graphics/imlib/patches patch-ae Log: Convert to elf. Revision Changes Path 1.33 +2 -2 ports/graphics/imlib/Makefile 1.13 +2 -2 ports/graphics/imlib/pkg/PLIST From owner-cvs-all Wed Sep 23 10:16:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04189 for cvs-all-outgoing; Wed, 23 Sep 1998 10:16:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04173; Wed, 23 Sep 1998 10:16:42 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05932; Wed, 23 Sep 1998 10:16:41 -0700 (PDT) Date: Wed, 23 Sep 1998 10:16:41 -0700 (PDT) Message-Id: <199809231716.KAA05932@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/fnlib Makefile ports/graphics/fnlib/patches patch-ad ports/graphics/fnlib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 10:16:40 PDT Modified files: graphics/fnlib Makefile graphics/fnlib/pkg PLIST Added files: graphics/fnlib/patches patch-ad Log: Convert to elf. Revision Changes Path 1.5 +3 -3 ports/graphics/fnlib/Makefile 1.6 +2 -2 ports/graphics/fnlib/pkg/PLIST From owner-cvs-all Wed Sep 23 10:30:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06851 for cvs-all-outgoing; Wed, 23 Sep 1998 10:30:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06823; Wed, 23 Sep 1998 10:30:39 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.1/8.9.1) id TAA10996; Wed, 23 Sep 1998 19:30:32 +0200 (SAT) From: John Hay Message-Id: <199809231730.TAA10996@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-Reply-To: <199809231600.JAA02391@freefall.freebsd.org> from "Jordan K. Hubbard" at "Sep 23, 98 09:00:07 am" To: jkh@FreeBSD.ORG (Jordan K. Hubbard) Date: Wed, 23 Sep 1998 19:30:32 +0200 (SAT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > release/floppies/bin/dumpnlist dumpnlist.c > Log: > Update for ELF beast# find /usr/src/release -name dumpnlist.c /usr/src/release/dumpnlist.c /usr/src/release/floppies/bin/dumpnlist/dumpnlist.c /usr/src/release/picobsd/tools/dumpnlist/dumpnlist.c Hmmm. It seems that we have a lot of the same thing. Can't we have just one dumpnlist.c and everyone use that one? John -- John Hay -- John.Hay@mikom.csir.co.za From owner-cvs-all Wed Sep 23 10:33:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07342 for cvs-all-outgoing; Wed, 23 Sep 1998 10:33:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07311; Wed, 23 Sep 1998 10:33:03 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id KAA09462; Wed, 23 Sep 1998 10:33:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Hay cc: jkh@FreeBSD.ORG (Jordan K. Hubbard), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-reply-to: Your message of "Sat, 23 Sep 1998 19:30:32 +0200." <199809231730.TAA10996@zibbi.mikom.csir.co.za> Date: Wed, 23 Sep 1998 10:33:42 -0700 Message-ID: <9458.906572022@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > beast# find /usr/src/release -name dumpnlist.c > /usr/src/release/dumpnlist.c > /usr/src/release/floppies/bin/dumpnlist/dumpnlist.c > /usr/src/release/picobsd/tools/dumpnlist/dumpnlist.c > > Hmmm. It seems that we have a lot of the same thing. Can't we have just > one dumpnlist.c and everyone use that one? Works for me. Andrzej, you want to sum all the versions together? You were the last one to submit a change here. :) - Jordan From owner-cvs-all Wed Sep 23 10:58:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11504 for cvs-all-outgoing; Wed, 23 Sep 1998 10:58:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11489; Wed, 23 Sep 1998 10:58:40 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA07884; Wed, 23 Sep 1998 10:58:39 -0700 (PDT) Date: Wed, 23 Sep 1998 10:58:39 -0700 (PDT) Message-Id: <199809231758.KAA07884@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gettext Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 10:58:38 PDT Modified files: devel/gettext Makefile Log: Fix info page problem. Revision Changes Path 1.3 +7 -1 ports/devel/gettext/Makefile From owner-cvs-all Wed Sep 23 12:13:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24284 for cvs-all-outgoing; Wed, 23 Sep 1998 12:13:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24279; Wed, 23 Sep 1998 12:13:39 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id MAA00343; Wed, 23 Sep 1998 12:18:52 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809231918.MAA00343@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Alok K. Dhir" cc: Kazutaka YOKOTA , Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 11:03:00 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 12:18:52 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Hmm. I've had 'OPTIONS vm86' in my SMP kernel for months without any > trouble. Of course, I've never really run anything that used vm86 to the > best of my knowledge... It's used every time you boot. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 12:41:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00196 for cvs-all-outgoing; Wed, 23 Sep 1998 12:41:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00188; Wed, 23 Sep 1998 12:41:47 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (LOCALHOST [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id KAA04235; Wed, 23 Sep 1998 10:08:36 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809231708.KAA04235@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Kazutaka YOKOTA cc: "Alok K. Dhir" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 23:30:37 +0900." <199809231430.XAA07371@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 10:08:35 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > >Is the VESA support going to be supported with SMP any time soon? > > > >Thanks... > > Hmm, the VESA support depends on VM86. So the question really is... > Is VM86 going to work in the SMP environment? I can't see any really obvious reasons why it won't (but perhaps I'm being blind here). Has anyone tried it? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 13:18:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05853 for cvs-all-outgoing; Wed, 23 Sep 1998 13:18:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05765; Wed, 23 Sep 1998 13:17:48 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id WAA03829; Wed, 23 Sep 1998 22:16:49 +0200 (CEST) (envelope-from sos) Message-Id: <199809232016.WAA03829@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-Reply-To: <199809231708.KAA04235@word.smith.net.au> from Mike Smith at "Sep 23, 98 10:08:35 am" To: mike@smith.net.au (Mike Smith) Date: Wed, 23 Sep 1998 22:16:49 +0200 (CEST) Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp, adhir@worldbank.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Søren Schmidt Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Mike Smith who wrote: > > > > >Is the VESA support going to be supported with SMP any time soon? > > > > > >Thanks... > > > > Hmm, the VESA support depends on VM86. So the question really is... > > Is VM86 going to work in the SMP environment? > > I can't see any really obvious reasons why it won't (but perhaps I'm > being blind here). Has anyone tried it? It makes both of my SMP machines panic in cninit_finish because no video adapter has been found. It works just fine when I run them on a UP kernel.... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Wed Sep 23 13:28:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08752 for cvs-all-outgoing; Wed, 23 Sep 1998 13:28:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08598 for ; Wed, 23 Sep 1998 13:27:57 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:czjmo57UYkH3v8hZBrq1ROcYb5D+wPky@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA19326 for ; Wed, 23 Sep 1998 22:27:30 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809232027.WAA19326@gratis.grondar.za> To: committers@freebsd.org Subject: Security and other facilities at WC CDROM - the plan. Date: Wed, 23 Sep 1998 22:27:29 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello folks With the large number of _very_ distributed users using the FreeBSD machines at WC CDROM, system administration is becoming a nightmare, and as a by-product, security is becoming increasingly difficult to police and manage. We have had some _nasty_ security scares recently, and it is a matter of time before some jerk _really_ breaks things. WC CDROM is a high-visibility site (So is FreeBSD), and the unwelcome attention of crackers needs to be proactively addressed. Jordan and Mike (Smith) have asked me to help reduce the system administration burden and improve security, and it is with this that I am now approaching you. The plan is this: 1) to set up a high-security NIS server which will be the ONLY container of passwd(5) account information for FreeBSD committers. 2) NIS has its own set of security problems, so these maps will not contain user passwords; instead, other more secure systems will be used to provide user authentication: a) Those users who use ssh and have set up a no-password login will continue to enjoy that facility. b) Users who prefer to use telnet will need to use kerberised telnet. Non-kerberised FTP will cease to work (except for anonymous ftp), and POP will no longer accept your login password (Preferring KPOP or APOP). Kerberos 5 will be used. SSH port forwarding of FTP and POP ports is encouraged. c) Users may use One-Time-Passwords (S/Key, OTP, OPIE) for Telnet/FTP/POP. This will be reviewed often, and restrictions may be added later as it opens up the telnet daemon. d) rcp/rlogin will break, as we will be using Kerberos 5, and the r-utils standards are not universal enough. 3) User home directories will be auto-mounted to the machine you log into from your (FreeBSD) home dir using AMD. (This is a local mount at WC CDROM, not from your home/work box!) This is an advance warning of intentions. Action is going to be swift. I request now that you consider any implications that this may have for your preferred connection method, and approach me with suggestions, improvements, concerns and/or questions. Lets get these sorted out NOW. Because of the "almost-break-ins", we are moving fast. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 23 14:23:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18106 for cvs-all-outgoing; Wed, 23 Sep 1998 14:23:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18101; Wed, 23 Sep 1998 14:23:53 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18495; Wed, 23 Sep 1998 14:23:52 -0700 (PDT) Date: Wed, 23 Sep 1998 14:23:52 -0700 (PDT) Message-Id: <199809232123.OAA18495@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/pci lca.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/23 14:23:52 PDT Modified files: sys/alpha/pci lca.c Log: Fix type 0 configuration accesses, and use a virtual rather than physical address for the LCA PCI configuration register address. FreeBSD/Alpha now boots on the NoName (aka AXPpci 33, Alpha PC), and probably also on the Multia (mine hasn't arrived yet, so I can't tell for sure). Submitted by: Doug Rabson Revision Changes Path 1.2 +5 -4 src/sys/alpha/pci/lca.c From owner-cvs-all Wed Sep 23 14:26:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18645 for cvs-all-outgoing; Wed, 23 Sep 1998 14:26:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18633; Wed, 23 Sep 1998 14:26:06 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18588; Wed, 23 Sep 1998 14:26:05 -0700 (PDT) Date: Wed, 23 Sep 1998 14:26:05 -0700 (PDT) Message-Id: <199809232126.OAA18588@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/23 14:26:04 PDT Modified files: lib/libc/stdlib malloc.c Log: Use 8k pagesize on alpha, not 4k. Revision Changes Path 1.42 +5 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-all Wed Sep 23 14:35:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19969 for cvs-all-outgoing; Wed, 23 Sep 1998 14:35:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19964; Wed, 23 Sep 1998 14:35:41 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA18896; Wed, 23 Sep 1998 14:35:41 -0700 (PDT) Date: Wed, 23 Sep 1998 14:35:41 -0700 (PDT) Message-Id: <199809232135.OAA18896@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand inet_ntoa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/23 14:35:40 PDT Modified files: lib/libstand inet_ntoa.c Log: Use unsigned chars instead of signed chars when extracting bits of the inet address. Revision Changes Path 1.3 +1 -1 src/lib/libstand/inet_ntoa.c From owner-cvs-all Wed Sep 23 14:45:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21710 for cvs-all-outgoing; Wed, 23 Sep 1998 14:45:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21683; Wed, 23 Sep 1998 14:45:11 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.1/8.8.8) id OAA27223; Wed, 23 Sep 1998 14:48:59 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199809232148.OAA27223@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-Reply-To: <199809231918.MAA00343@dingo.cdrom.com> from Mike Smith at "Sep 23, 1998 12:18:52 pm" To: mike@smith.net.au (Mike Smith) Date: Wed, 23 Sep 1998 14:48:59 -0700 (PDT) Cc: adhir@worldbank.org, yokota@zodiac.mech.utsunomiya-u.ac.jp, Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Mike Smith: > > > > Hmm. I've had 'OPTIONS vm86' in my SMP kernel for months without any > > trouble. Of course, I've never really run anything that used vm86 to the > > best of my knowledge... > > It's used every time you boot. > Before or after the system is running in SMP mode? dmesg Copyright (c) 1992-1998 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-CURRENT #1: Wed Aug 5 12:49:56 PDT 1998 kargl@hotrats.apl.washington.edu:/usr/src/sys/compile/HOTRATS.MP Timecounter "i8254" frequency 1193182 Hz cost 3624 ns CPU: Pentium Pro (686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping=9 Features=0xfbff real memory = 268435456 (262144K bytes) avail memory = 258850816 (252784K bytes) FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Probing for devices on PCI bus 0: ..... npx0: INT 16 interface APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 changing root device to sd0s2a SMP: AP CPU #1 Launched! -- Steve finger kargl@troutmask.apl.washington.edu http://troutmask.apl.washington.edu/~clesceri/kargl.html From owner-cvs-all Wed Sep 23 14:51:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22865 for cvs-all-outgoing; Wed, 23 Sep 1998 14:51:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22842; Wed, 23 Sep 1998 14:50:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA09429; Wed, 23 Sep 1998 22:47:01 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id WAA15421; Wed, 23 Sep 1998 22:47:20 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809232147.WAA15421@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf In-reply-to: Your message of "Tue, 22 Sep 1998 21:42:04 PDT." <199809230442.VAA03505@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 22:47:17 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/09/22 21:42:03 PDT > > Modified files: > etc rc.conf > Log: > I'm not sure how/when router_enable got set to YES, but it doesn't > seem right to me. > Noticed by: jkb > > Revision Changes Path > 1.59 +2 -2 src/etc/rc.conf It's been like that for eternity - : # $Id: sysconfig,v 1.1 1995/03/21 15:20:48 jkh Exp $ : [.....] : # These are the flags you'd like to start the routing daemon with : routedflags=-q I first picked up 386BSD in 1992, and it irritated me then (routed that is) !!! I never did anything about it when I got commit privileges because I figured it was a religious thing (read: hadn't got the ba**s). All's well that ends well. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Sep 23 14:51:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22891 for cvs-all-outgoing; Wed, 23 Sep 1998 14:51:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA22855; Wed, 23 Sep 1998 14:51:00 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA08583; Wed, 23 Sep 1998 22:19:16 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id WAA13888; Wed, 23 Sep 1998 22:19:35 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809232119.WAA13888@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.conf In-reply-to: Your message of "Wed, 23 Sep 1998 04:37:07 PDT." <199809231137.EAA17857@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 22:19:33 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/09/23 04:37:06 PDT > > Modified files: (Branch: RELENG_2_2) > etc rc.conf > Log: > Don't start routed by default; it messes with ppp folks, for one thing. > > Revision Changes Path > 1.1.2.46 +2 -2 src/etc/rc.conf And there was much rejoicing ! -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Sep 23 14:52:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23266 for cvs-all-outgoing; Wed, 23 Sep 1998 14:52:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23247; Wed, 23 Sep 1998 14:52:43 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA08865; Wed, 23 Sep 1998 22:26:18 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id WAA13916; Wed, 23 Sep 1998 22:26:38 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809232126.WAA13916@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Thyer cc: Blaz Zupan , Satoshi Asami , ache@nagual.pp.ru, eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefileports/www/netscape4-navigator/files md5 netscape.shports/www/netscape4-navigator/pkg PLIST In-reply-to: Your message of "Thu, 24 Sep 1998 01:14:29 +0930." <3609175D.4E8FED82@camtech.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 22:26:36 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I get crashes with signal 10's quite often with any netscape > 4.* (.05,.06,.5) that I try. > > I dont know how other people are using netscape... but I am > using it to process my whole FreeBSD cvs-all, freebsd-current > email. This means 26 mail filters (I have 48 at work!) and > folders containing from a couple of hundred to around 4500 > messages. > > There are differences between what causes some crashes between > the different netscape versions. > > I find that 4.5b1 will always crash if I try a sort larger folders > (>100 msgs) by subject. I have to use 4.06 if I want to do that. [.....] Taking words from Joerg's signature.... ahh, you know the rest. I find exmh + softupdates an excellent combination - definitely worth a try. > -- > /=====================================================================\ > |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| > \=====================================================================/ [.....] -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Sep 23 14:59:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24434 for cvs-all-outgoing; Wed, 23 Sep 1998 14:59:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA24400; Wed, 23 Sep 1998 14:59:33 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA04355; Wed, 23 Sep 1998 15:03:41 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809232203.PAA04355@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Steve Kargl cc: mike@smith.net.au (Mike Smith), adhir@worldbank.org, yokota@zodiac.mech.utsunomiya-u.ac.jp, Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 14:48:59 PDT." <199809232148.OAA27223@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 15:03:41 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > According to Mike Smith: > > > > > > Hmm. I've had 'OPTIONS vm86' in my SMP kernel for months without any > > > trouble. Of course, I've never really run anything that used vm86 to the > > > best of my knowledge... > > > > It's used every time you boot. > > > > Before or after the system is running in SMP mode? Before; very early. But this is when Soren is complaining about it too. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 15:05:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25504 for cvs-all-outgoing; Wed, 23 Sep 1998 15:05:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25485; Wed, 23 Sep 1998 15:05:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA19933; Wed, 23 Sep 1998 15:05:42 -0700 (PDT) Date: Wed, 23 Sep 1998 15:05:42 -0700 (PDT) Message-Id: <199809232205.PAA19933@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/enlightenment Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/23 15:05:42 PDT Modified files: x11-wm/enlightenment Makefile Log: graphics/fnlib is ELF-ready now. Revision Changes Path 1.26 +2 -2 ports/x11-wm/enlightenment/Makefile From owner-cvs-all Wed Sep 23 15:12:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26498 for cvs-all-outgoing; Wed, 23 Sep 1998 15:12:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26470; Wed, 23 Sep 1998 15:12:36 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-31.ix.netcom.com [209.109.234.31]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id PAA18847; Wed, 23 Sep 1998 15:12:33 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id PAA07900; Wed, 23 Sep 1998 15:12:29 -0700 (PDT) Date: Wed, 23 Sep 1998 15:12:29 -0700 (PDT) Message-Id: <199809232212.PAA07900@silvia.hip.berkeley.edu> To: vanilla@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809221643.JAA04297@freefall.freebsd.org> (vanilla@FreeBSD.ORG) Subject: Re: cvs commit: ports/misc/xdelta Makefile ports/misc/xdelta/patches patch-aa ports/misc/xdelta/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified files: * misc/xdelta Makefile * misc/xdelta/patches patch-aa * misc/xdelta/pkg PLIST * Log: * Convert xdelta to elf. It still installs libxdelta.so.0.22.0 in a.out. Can you change that to libxdelta.so.0.22? Thanks Satoshi From owner-cvs-all Wed Sep 23 15:29:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29038 for cvs-all-outgoing; Wed, 23 Sep 1998 15:29:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29015 for ; Wed, 23 Sep 1998 15:28:52 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id AAA20278 for committers@FreeBSD.ORG; Thu, 24 Sep 1998 00:28:46 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 4A9FE1577; Thu, 24 Sep 1998 00:12:30 +0200 (CEST) Date: Thu, 24 Sep 1998 00:12:30 +0200 From: Ollivier Robert To: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. Message-ID: <19980924001230.B686@keltia.freenix.fr> Mail-Followup-To: committers@FreeBSD.ORG References: <199809232027.WAA19326@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199809232027.WAA19326@gratis.grondar.za>; from Mark Murray on Wed, Sep 23, 1998 at 10:27:29PM +0200 X-Operating-System: FreeBSD 3.0-BETA/ELF ctm#4660 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Mark Murray: > a) Those users who use ssh and have set up a no-password login > will continue to enjoy that facility. As long as the host key doesn't change (it happened some time, generally after hardware upgrades :-)), this works pretty well. I still have a password for example but I don't use it. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998 From owner-cvs-all Wed Sep 23 15:31:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29466 for cvs-all-outgoing; Wed, 23 Sep 1998 15:31:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29428; Wed, 23 Sep 1998 15:31:23 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA04582; Wed, 23 Sep 1998 15:37:08 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809232237.PAA04582@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: sos@FreeBSD.org cc: mike@smith.net.au (Mike Smith), yokota@zodiac.mech.utsunomiya-u.ac.jp, adhir@worldbank.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include console.h src/sys/i386/isa scvesactl.c scvidctl.c syscons.c syscons.h vesa.c videoio.c In-reply-to: Your message of "Wed, 23 Sep 1998 22:16:49 +0200." <199809232016.WAA03829@sos.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Wed, 23 Sep 1998 15:37:08 -0700 From: Mike Smith Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id PAB29436 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In reply to Mike Smith who wrote: > > > > > > >Is the VESA support going to be supported with SMP any time soon? > > > > > > > >Thanks... > > > > > > Hmm, the VESA support depends on VM86. So the question really is... > > > Is VM86 going to work in the SMP environment? > > > > I can't see any really obvious reasons why it won't (but perhaps I'm > > being blind here). Has anyone tried it? > > It makes both of my SMP machines panic in cninit_finish because no > video adapter has been found. It works just fine when I run them > on a UP kernel.... You mean that the VESA call has failed? How is this different to a system with no VESA BIOS? I can't see how having vm86 enabled would cause your code not to find the video hardware - this seems completely unrelated. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 15:59:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03188 for cvs-all-outgoing; Wed, 23 Sep 1998 15:59:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03176; Wed, 23 Sep 1998 15:59:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA21167; Wed, 23 Sep 1998 15:59:24 -0700 (PDT) Date: Wed, 23 Sep 1998 15:59:24 -0700 (PDT) Message-Id: <199809232259.PAA21167@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/clig Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/23 15:59:24 PDT Modified files: devel/clig Makefile Log: Don't install manpage into /usr/local/man1/clig.1 Revision Changes Path 1.4 +2 -4 ports/devel/clig/Makefile From owner-cvs-all Wed Sep 23 16:03:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04017 for cvs-all-outgoing; Wed, 23 Sep 1998 16:03:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03963; Wed, 23 Sep 1998 16:02:49 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id SAA01055; Wed, 23 Sep 1998 18:02:32 -0500 (CDT) Message-ID: <19980923180232.47455@futuresouth.com> Date: Wed, 23 Sep 1998 18:02:32 -0500 From: "Matthew D. Fuller" To: Blaz Zupan Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 netscape.sh ports/www/netscape4-navigator/pkg PLIST References: <199809221703.KAA08321@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: ; from Blaz Zupan on Wed, Sep 23, 1998 at 09:04:04AM +0200 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Sep 23, 1998 at 09:04:04AM +0200, Blaz Zupan woke me up to tell me: > > That's not the problem. 4.06 just does not work well. > > I'm not sure who started this thread, but 4.06 works just fine for me > under a pretty recent -current. I don't see any difference in quality > between 4.05 and 4.06 (except the security fix in 4.06). Let's compromise, and just use Mosaic! *duck* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-cvs-all Wed Sep 23 16:41:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09834 for cvs-all-outgoing; Wed, 23 Sep 1998 16:41:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09818 for ; Wed, 23 Sep 1998 16:41:28 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-31.ix.netcom.com [209.109.234.31]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA18917; Wed, 23 Sep 1998 16:41:14 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA08074; Wed, 23 Sep 1998 16:41:01 -0700 (PDT) Date: Wed, 23 Sep 1998 16:41:01 -0700 (PDT) Message-Id: <199809232341.QAA08074@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@FreeBSD.org In-reply-to: <199809232027.WAA19326@gratis.grondar.za> (message from Mark Murray on Wed, 23 Sep 1998 22:27:29 +0200) Subject: Re: Security and other facilities at WC CDROM - the plan. From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * a) Those users who use ssh and have set up a no-password login * will continue to enjoy that facility. Will typing passwords over ssh work? There are some times (quite often, actually) that my home directory is not available and I have to type my password to get into paddock. Satoshi From owner-cvs-all Wed Sep 23 16:51:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11101 for cvs-all-outgoing; Wed, 23 Sep 1998 16:51:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11093; Wed, 23 Sep 1998 16:51:27 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-31.ix.netcom.com [209.109.234.31]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA18927; Wed, 23 Sep 1998 16:51:18 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA08099; Wed, 23 Sep 1998 16:51:15 -0700 (PDT) Date: Wed, 23 Sep 1998 16:51:15 -0700 (PDT) Message-Id: <199809232351.QAA08099@silvia.hip.berkeley.edu> To: freebsd@xaa.iae.nl CC: smace@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <19980923182402.A518@xaa.iae.nl> (message from Mark Huizer on Wed, 23 Sep 1998 18:24:02 +0200) Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Aha, well, gosh, I suppose that means I'm not needed as a maintainer * anymore? I thought that meant somehow that you would be partly related * to this particular port, so that it had any use sending patches to do * this very same job? But well, gosh, well, no why not just take your own * patch and not even contact the maintainer or whatever. * * If so, do please change the MAINTAINER so I won't get ppl asking me * stuff about it, when I have nothing to do with the stuff. * * And while you're add it, just close ports/8012 which might be a little * useless at this moment in time. Sorry about that. Many committers are working around-the-clock (well they are all over the world, right? :) now to get as many ELF ports ready for 3.0R as possible. There may be cases when they somehow overlook PRs. Again, sorry about that. That said, the PR in question has the following in the audit-trail: === >Audit-Trail: Responsible-Changed-From-To: freebsd-ports->smace Responsible-Changed-By: smace Responsible-Changed-When: Tue Sep 22 13:00:41 PDT 1998 Responsible-Changed-Why: I'll take this one >Unformatted: === A notice for that should have been sent to you so it's hard for me to understand why you got the impression that your PR has been ignored. Actually it's not -- hub has been dropping mails lately, so you probably just didn't get it. Right? :) Satoshi From owner-cvs-all Wed Sep 23 16:51:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11133 for cvs-all-outgoing; Wed, 23 Sep 1998 16:51:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11121; Wed, 23 Sep 1998 16:51:40 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id QAA04981; Wed, 23 Sep 1998 16:57:28 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809232357.QAA04981@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: mark@grondar.za, committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Wed, 23 Sep 1998 16:41:01 PDT." <199809232341.QAA08074@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 16:57:28 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * a) Those users who use ssh and have set up a no-password login > * will continue to enjoy that facility. > > Will typing passwords over ssh work? There are some times (quite > often, actually) that my home directory is not available and I have to > type my password to get into paddock. It should; the connection is encrypted already at that point. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 16:58:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11691 for cvs-all-outgoing; Wed, 23 Sep 1998 16:58:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11683 for ; Wed, 23 Sep 1998 16:58:10 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-31.ix.netcom.com [209.109.234.31]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA18938; Wed, 23 Sep 1998 16:57:40 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA08119; Wed, 23 Sep 1998 16:57:38 -0700 (PDT) Date: Wed, 23 Sep 1998 16:57:38 -0700 (PDT) Message-Id: <199809232357.QAA08119@silvia.hip.berkeley.edu> To: mike@smith.net.au CC: mark@grondar.za, committers@FreeBSD.ORG In-reply-to: <199809232357.QAA04981@dingo.cdrom.com> (message from Mike Smith on Wed, 23 Sep 1998 16:57:28 -0700) Subject: Re: Security and other facilities at WC CDROM - the plan. From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > * a) Those users who use ssh and have set up a no-password login * > * will continue to enjoy that facility. * > * > Will typing passwords over ssh work? There are some times (quite * > often, actually) that my home directory is not available and I have to * > type my password to get into paddock. * * It should; the connection is encrypted already at that point. I know that much. However, since Mark says the NIS user maps don't contain passwords, I wasn't sure if this will be supported in the new world of freebsd.org machines. (If you mean "It'd better" by "It should", then I agree with you.) Satoshi From owner-cvs-all Wed Sep 23 17:04:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12532 for cvs-all-outgoing; Wed, 23 Sep 1998 17:04:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12493; Wed, 23 Sep 1998 17:04:17 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id RAA05072; Wed, 23 Sep 1998 17:10:01 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809240010.RAA05072@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: mike@smith.net.au, mark@grondar.za, committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Wed, 23 Sep 1998 16:57:38 PDT." <199809232357.QAA08119@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 17:10:01 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * > * a) Those users who use ssh and have set up a no-password login > * > * will continue to enjoy that facility. > * > > * > Will typing passwords over ssh work? There are some times (quite > * > often, actually) that my home directory is not available and I have to > * > type my password to get into paddock. > * > * It should; the connection is encrypted already at that point. > > I know that much. However, since Mark says the NIS user maps don't > contain passwords, I wasn't sure if this will be supported in the new > world of freebsd.org machines. > > (If you mean "It'd better" by "It should", then I agree with you.) I mean "if it doesn't, we will have to fix it". Now, back to building the security server. Did I ever mention how much I hate old Pentium BIOS code? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 17:08:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13355 for cvs-all-outgoing; Wed, 23 Sep 1998 17:08:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from metal.intt.org (metal.intt.org [206.109.108.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13271; Wed, 23 Sep 1998 17:08:02 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id TAA01620; Wed, 23 Sep 1998 19:07:55 -0500 (CDT) From: Scott Mace Message-Id: <199809240007.TAA01620@metal.intt.org> Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST In-Reply-To: <199809232351.QAA08099@silvia.hip.berkeley.edu> from Satoshi Asami at "Sep 23, 1998 4:51:15 pm" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Wed, 23 Sep 1998 19:07:55 -0500 (CDT) Cc: freebsd@xaa.iae.nl, smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm sorry if I offended anyone by converting this port to elf. Someone a while back asked if we should wait for the maintainers to submit fixes for ELF or just do it given the proximity of the 3.0R deadline. The descision was to just do it. I reviewed ports/8012 and found that the fix did not make the port ELF compliant, so I committed a fix that is inline with the BCP for porting. Scott > * Aha, well, gosh, I suppose that means I'm not needed as a maintainer > * anymore? I thought that meant somehow that you would be partly related > * to this particular port, so that it had any use sending patches to do > * this very same job? But well, gosh, well, no why not just take your own > * patch and not even contact the maintainer or whatever. > * > * If so, do please change the MAINTAINER so I won't get ppl asking me > * stuff about it, when I have nothing to do with the stuff. > * > * And while you're add it, just close ports/8012 which might be a little > * useless at this moment in time. > > Sorry about that. Many committers are working around-the-clock (well > they are all over the world, right? :) now to get as many ELF ports > ready for 3.0R as possible. There may be cases when they somehow > overlook PRs. Again, sorry about that. > > That said, the PR in question has the following in the audit-trail: > > === > >Audit-Trail: > Responsible-Changed-From-To: freebsd-ports->smace > Responsible-Changed-By: smace > Responsible-Changed-When: Tue Sep 22 13:00:41 PDT 1998 > Responsible-Changed-Why: > I'll take this one > >Unformatted: > === > > A notice for that should have been sent to you so it's hard for me to > understand why you got the impression that your PR has been ignored. > Actually it's not -- hub has been dropping mails lately, so you > probably just didn't get it. Right? :) > > Satoshi > From owner-cvs-all Wed Sep 23 17:24:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15039 for cvs-all-outgoing; Wed, 23 Sep 1998 17:24:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15034; Wed, 23 Sep 1998 17:24:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA24973; Wed, 23 Sep 1998 17:24:12 -0700 (PDT) Date: Wed, 23 Sep 1998 17:24:12 -0700 (PDT) Message-Id: <199809240024.RAA24973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libobjects Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:24:12 PDT Modified files: devel/libobjects Makefile Log: Move libobjects from devel to lang. Approved by: asami Revision Changes Path 1.2 +2 -2 ports/devel/libobjects/Makefile From owner-cvs-all Wed Sep 23 17:25:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15159 for cvs-all-outgoing; Wed, 23 Sep 1998 17:25:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15152; Wed, 23 Sep 1998 17:25:44 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25060; Wed, 23 Sep 1998 17:25:42 -0700 (PDT) Date: Wed, 23 Sep 1998 17:25:42 -0700 (PDT) Message-Id: <199809240025.RAA25060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/guileobjc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:25:42 PDT Modified files: devel/guileobjc Makefile Log: Move from devel to lang, and guile is elf now. Approved by: asami Revision Changes Path 1.2 +4 -4 ports/devel/guileobjc/Makefile From owner-cvs-all Wed Sep 23 17:28:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15501 for cvs-all-outgoing; Wed, 23 Sep 1998 17:28:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15488; Wed, 23 Sep 1998 17:28:39 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25179; Wed, 23 Sep 1998 17:28:38 -0700 (PDT) Date: Wed, 23 Sep 1998 17:28:38 -0700 (PDT) Message-Id: <199809240028.RAA25179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:28:38 PDT Modified files: . modules Log: Change guileobjc & libobjects. Approved by: asami Revision Changes Path 1.2389 +3 -3 CVSROOT/modules From owner-cvs-all Wed Sep 23 17:29:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15677 for cvs-all-outgoing; Wed, 23 Sep 1998 17:29:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15665; Wed, 23 Sep 1998 17:29:38 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25244; Wed, 23 Sep 1998 17:29:37 -0700 (PDT) Date: Wed, 23 Sep 1998 17:29:37 -0700 (PDT) Message-Id: <199809240029.RAA25244@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:29:37 PDT Modified files: devel Makefile Log: Remove guileobjc & libobjects. Revision Changes Path 1.137 +1 -3 ports/devel/Makefile From owner-cvs-all Wed Sep 23 17:31:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15895 for cvs-all-outgoing; Wed, 23 Sep 1998 17:31:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15886; Wed, 23 Sep 1998 17:31:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25354; Wed, 23 Sep 1998 17:31:20 -0700 (PDT) Date: Wed, 23 Sep 1998 17:31:20 -0700 (PDT) Message-Id: <199809240031.RAA25354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:31:20 PDT Modified files: lang Makefile Log: Activate guileobjc libobjects. Approved by: asami Revision Changes Path 1.111 +3 -1 ports/lang/Makefile From owner-cvs-all Wed Sep 23 17:33:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16125 for cvs-all-outgoing; Wed, 23 Sep 1998 17:33:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16115; Wed, 23 Sep 1998 17:33:30 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25440; Wed, 23 Sep 1998 17:33:28 -0700 (PDT) Date: Wed, 23 Sep 1998 17:33:28 -0700 (PDT) Message-Id: <199809240033.RAA25440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/scriptkit Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:33:28 PDT Modified files: misc/scriptkit Makefile Log: Change guileobjc's directory. Approved by: asami Revision Changes Path 1.2 +2 -2 ports/misc/scriptkit/Makefile From owner-cvs-all Wed Sep 23 17:36:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16442 for cvs-all-outgoing; Wed, 23 Sep 1998 17:36:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16426; Wed, 23 Sep 1998 17:35:54 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25585; Wed, 23 Sep 1998 17:35:53 -0700 (PDT) Date: Wed, 23 Sep 1998 17:35:53 -0700 (PDT) Message-Id: <199809240035.RAA25585@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/gyvefigs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:35:53 PDT Modified files: graphics/gyvefigs Makefile Log: Change guileobjc's directory. Approved by: asami Revision Changes Path 1.3 +2 -2 ports/graphics/gyvefigs/Makefile From owner-cvs-all Wed Sep 23 17:38:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16818 for cvs-all-outgoing; Wed, 23 Sep 1998 17:38:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16813; Wed, 23 Sep 1998 17:38:17 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA25695; Wed, 23 Sep 1998 17:38:16 -0700 (PDT) Date: Wed, 23 Sep 1998 17:38:16 -0700 (PDT) Message-Id: <199809240038.RAA25695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/gyvescm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 17:38:16 PDT Modified files: misc/gyvescm Makefile Log: Change guileobjc's directory. Approved by: asami Revision Changes Path 1.2 +2 -2 ports/misc/gyvescm/Makefile From owner-cvs-all Wed Sep 23 17:57:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20050 for cvs-all-outgoing; Wed, 23 Sep 1998 17:57:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20023; Wed, 23 Sep 1998 17:57:07 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA26461; Wed, 23 Sep 1998 17:57:05 -0700 (PDT) Date: Wed, 23 Sep 1998 17:57:05 -0700 (PDT) Message-Id: <199809240057.RAA26461@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 17:57:05 PDT Modified files: release Makefile Log: Trim more stuff off the boot floppy - we're overflowing again! :( Partially suggested by: abial Revision Changes Path 1.391 +4 -1 src/release/Makefile From owner-cvs-all Wed Sep 23 18:06:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22247 for cvs-all-outgoing; Wed, 23 Sep 1998 18:06:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22211; Wed, 23 Sep 1998 18:06:34 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA26879; Wed, 23 Sep 1998 18:06:32 -0700 (PDT) Date: Wed, 23 Sep 1998 18:06:32 -0700 (PDT) Message-Id: <199809240106.SAA26879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile ports/www/apache13/files md5 ports/www/apache13/patches patch-aa patch-ab ports/www/apache13/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/23 18:06:30 PDT Modified files: www/apache13 Makefile www/apache13/files md5 www/apache13/patches patch-aa patch-ab www/apache13/pkg PLIST Log: upgrade to 1.3.2 Revision Changes Path 1.61 +5 -5 ports/www/apache13/Makefile 1.31 +1 -1 ports/www/apache13/files/md5 1.2 +6 -6 ports/www/apache13/patches/patch-aa 1.12 +26 -22 ports/www/apache13/patches/patch-ab 1.20 +1 -1 ports/www/apache13/pkg/PLIST From owner-cvs-all Wed Sep 23 18:11:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23052 for cvs-all-outgoing; Wed, 23 Sep 1998 18:11:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23039; Wed, 23 Sep 1998 18:11:46 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27191; Wed, 23 Sep 1998 18:11:45 -0700 (PDT) Date: Wed, 23 Sep 1998 18:11:45 -0700 (PDT) Message-Id: <199809240111.SAA27191@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd Makefile xms.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/23 18:11:45 PDT Modified files: usr.bin/doscmd Makefile xms.c Log: ELFize. In fact, doscmd is ELF natural -- there is no need for a loader since ELF executables are loaded well above the low memory region that DOS operates in. Revision Changes Path 1.13 +15 -1 src/usr.bin/doscmd/Makefile 1.4 +12 -2 src/usr.bin/doscmd/xms.c From owner-cvs-all Wed Sep 23 18:16:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23779 for cvs-all-outgoing; Wed, 23 Sep 1998 18:16:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23728; Wed, 23 Sep 1998 18:15:57 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27419; Wed, 23 Sep 1998 18:15:56 -0700 (PDT) Date: Wed, 23 Sep 1998 18:15:56 -0700 (PDT) Message-Id: <199809240115.SAA27419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/23 18:15:56 PDT Modified files: usr.bin Makefile Log: Enable elf build for doscmd. Revision Changes Path 1.112 +3 -5 src/usr.bin/Makefile From owner-cvs-all Wed Sep 23 18:24:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25193 for cvs-all-outgoing; Wed, 23 Sep 1998 18:24:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25092; Wed, 23 Sep 1998 18:24:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA27618; Wed, 23 Sep 1998 18:24:04 -0700 (PDT) Date: Wed, 23 Sep 1998 18:24:04 -0700 (PDT) Message-Id: <199809240124.SAA27618@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/23 18:24:04 PDT Modified files: www/apache13 Makefile Log: coment out --with-perl option, currently perl version don't matter Revision Changes Path 1.62 +4 -2 ports/www/apache13/Makefile From owner-cvs-all Wed Sep 23 18:36:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27352 for cvs-all-outgoing; Wed, 23 Sep 1998 18:36:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27338; Wed, 23 Sep 1998 18:36:38 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28071; Wed, 23 Sep 1998 18:36:37 -0700 (PDT) Date: Wed, 23 Sep 1998 18:36:37 -0700 (PDT) Message-Id: <199809240136.SAA28071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/09/23 18:36:37 PDT Modified files: usr.sbin/vidcontrol vidcontrol.c Log: Don't assume that we have extended modes on all platforms. Revision Changes Path 1.23 +3 -1 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-all Wed Sep 23 18:58:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29381 for cvs-all-outgoing; Wed, 23 Sep 1998 18:58:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29347; Wed, 23 Sep 1998 18:58:24 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:VDSsH84Ms0WtYrkL+WX5fG9z9wooOF4/@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id KAA29076; Thu, 24 Sep 1998 10:58:20 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zenith.mech.utsunomiya-u.ac.jp [160.12.42.60]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id KAA15440; Thu, 24 Sep 1998 10:59:25 +0900 (JST) Message-Id: <199809240159.KAA15440@zodiac.mech.utsunomiya-u.ac.jp> To: Gary Palmer cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c In-reply-to: Your message of "Wed, 23 Sep 1998 18:36:37 MST." <199809240136.SAA28071@freefall.freebsd.org> References: <199809240136.SAA28071@freefall.freebsd.org> Date: Thu, 24 Sep 1998 10:59:23 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >gpalmer 1998/09/23 18:36:37 PDT > > Modified files: > usr.sbin/vidcontrol vidcontrol.c > Log: > Don't assume that we have extended modes on all platforms. > > Revision Changes Path > 1.23 +3 -1 src/usr.sbin/vidcontrol/vidcontrol.c Well, my idea was to let vidcontrol to try to change to whatever video mode the user is requesting. If the mode is not supported by the console driver or the video card, ioctl will fail anyway. As video mode switching does not require any error recovery, vidcontrol will just print that it has failed to switch to the requested mode. That's simple, yet effective. You see, even on the AT platform, not all modes are always supported. (VESA defines extended modes, but it is up to the video card vender to decide which mode to support.) Kazu From owner-cvs-all Wed Sep 23 19:01:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29828 for cvs-all-outgoing; Wed, 23 Sep 1998 19:01:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29813; Wed, 23 Sep 1998 19:01:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA29039; Wed, 23 Sep 1998 19:01:09 -0700 (PDT) Date: Wed, 23 Sep 1998 19:01:09 -0700 (PDT) Message-Id: <199809240201.TAA29039@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 19:01:08 PDT Modified files: release Makefile Log: Put MSDOSFS back - I'm going to try and find space another way. Revision Changes Path 1.392 +1 -2 src/release/Makefile From owner-cvs-all Wed Sep 23 19:02:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00294 for cvs-all-outgoing; Wed, 23 Sep 1998 19:02:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00258; Wed, 23 Sep 1998 19:02:30 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id XAA05951; Wed, 23 Sep 1998 23:00:46 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199809240200.XAA05951@roma.coe.ufrj.br> Subject: Re: cvs commit: src/etc rc.conf In-Reply-To: <199809232147.WAA15421@woof.lan.awfulhak.org> from Brian Somers at "Sep 23, 98 10:47:17 pm" To: brian@Awfulhak.org (Brian Somers) Date: Wed, 23 Sep 1998 23:00:46 -0300 (EST) Cc: jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Brian Somers) // > jkh 1998/09/22 21:42:03 PDT // > // > Modified files: // > etc rc.conf // > Log: // > I'm not sure how/when router_enable got set to YES, but it doesn't // > seem right to me. // > Noticed by: jkb // > // > Revision Changes Path // > 1.59 +2 -2 src/etc/rc.conf // // It's been like that for eternity - // // // : # $Id: sysconfig,v 1.1 1995/03/21 15:20:48 jkh Exp $ // : [.....] // : # These are the flags you'd like to start the routing daemon with // : routedflags=-q IIRC, routed has been enable since the beginning to be used only as a client, for router discovery. That explains the -q as default. This way, an out-of-the-box system would work, even with no static default router or with changing routers. Unix idea of PnP. :) Also, there is a RFC which states that a system cannot be an internet router (gateway) OOTB, to avoid problems. I'm not sure if it's already obsolete, though. I still remember when we had to compile a new kernel to enable gateway options, before we had the sysctl for that. And that's not a long time ago. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro "This .sig is not meant to be politically correct." From owner-cvs-all Wed Sep 23 19:07:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00993 for cvs-all-outgoing; Wed, 23 Sep 1998 19:07:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00981; Wed, 23 Sep 1998 19:07:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA29353; Wed, 23 Sep 1998 19:07:29 -0700 (PDT) Date: Wed, 23 Sep 1998 19:07:29 -0700 (PDT) Message-Id: <199809240207.TAA29353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isa sio.c sioreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/23 19:07:29 PDT Added files: sys/isa sio.c sioreg.h Log: Grasp the nettle (Hi Doug!) and commit the sio stuff for the alpha into sys/isa. We can argue later whether it should have gone into sys/dev or sys/serial or whatever. Avoided by: dfr From owner-cvs-all Wed Sep 23 19:09:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01375 for cvs-all-outgoing; Wed, 23 Sep 1998 19:09:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01344; Wed, 23 Sep 1998 19:09:17 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id WAA02140; Wed, 23 Sep 1998 22:09:07 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Kazutaka YOKOTA cc: cvs-committers@freebsd.org, cvs-all@freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/usr.sbin/vidcontrol vidcontrol.c In-reply-to: Your message of "Thu, 24 Sep 1998 10:59:23 +0900." <199809240159.KAA15440@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 22:09:07 -0400 Message-ID: <2136.906602947@gjp.erols.com> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Kazutaka YOKOTA wrote in message ID <199809240159.KAA15440@zodiac.mech.utsunomiya-u.ac.jp>: > You see, even on the AT platform, not all modes are always supported. > (VESA defines extended modes, but it is up to the video card vender to > decide which mode to support.) On the other hand, the alpha doesn't have the defines you added recently. So it was breaking builds. I don't know if the alpha can or will support those added defines, I was trying to get builds working again. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Wed Sep 23 20:37:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15474 for cvs-all-outgoing; Wed, 23 Sep 1998 20:37:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spawn.nectar.com (spawn.nectar.com [204.27.67.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15377; Wed, 23 Sep 1998 20:36:45 -0700 (PDT) (envelope-from nectar@spawn.nectar.com) Received: from localhost.nectar.com ([127.0.0.1] helo=spawn.nectar.com) by spawn.nectar.com with esmtp (Exim 1.92 #1) id 0zM2BZ-0003NA-00; Wed, 23 Sep 1998 22:35:17 -0500 X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199809232357.QAA08119@silvia.hip.berkeley.edu> References: <199809232357.QAA08119@silvia.hip.berkeley.edu> Subject: Re: Security and other facilities at WC CDROM - the plan. To: asami@freebsd.org (Satoshi Asami) cc: mike@smith.net.au, mark@grondar.za, committers@freebsd.org Date: Wed, 23 Sep 1998 22:35:17 -0500 Message-Id: Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I expect that Kerberos will be used for password authentication, thus there is no need to have the password in the NIS maps. Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org On 23 September 1998 at 16:57, asami@FreeBSD.ORG (Satoshi Asami) wrote: > I know that much. However, since Mark says the NIS user maps don't > contain passwords, I wasn't sure if this will be supported in the new > world of freebsd.org machines. > > (If you mean "It'd better" by "It should", then I agree with you.) > > Satoshi > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNgm99TeRhT8JRySpAQEmbwQAjZJOydstcOEQq+gK0F/2RSyKMOfTc8so eMkhqJ6POr6RIRLPChQnFCbjM9lTU9MZad1VKkljkBvU8tNALG0QoH7b1No1FT9M p6O3x3l2ejAqcpBptK8+uqcQIr+QY9lDzyco7l/Z72nJSc8Ci98FJrKuPelPqhhx CiIuKV1uFeo= =CjRD -----END PGP SIGNATURE----- From owner-cvs-all Wed Sep 23 20:41:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16318 for cvs-all-outgoing; Wed, 23 Sep 1998 20:41:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16228; Wed, 23 Sep 1998 20:40:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02846; Wed, 23 Sep 1998 20:40:43 -0700 (PDT) Date: Wed, 23 Sep 1998 20:40:43 -0700 (PDT) Message-Id: <199809240340.UAA02846@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/patches patch-bf patch-bb Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/23 20:40:43 PDT Modified files: x11/XFree86/patches patch-bb Added files: x11/XFree86/patches patch-bf Log: Fix loadable modules for the ELF version of this port. Reviewed by: Donald J. Maddox Submitted by: David Dawes Revision Changes Path 1.2 +21 -2 ports/x11/XFree86/patches/patch-bb From owner-cvs-all Wed Sep 23 20:42:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16610 for cvs-all-outgoing; Wed, 23 Sep 1998 20:42:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16505; Wed, 23 Sep 1998 20:42:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02909; Wed, 23 Sep 1998 20:42:04 -0700 (PDT) Date: Wed, 23 Sep 1998 20:42:04 -0700 (PDT) Message-Id: <199809240342.UAA02909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/XFree86/patches patch-bf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/23 20:42:04 PDT Modified files: x11/XFree86/patches patch-bf Log: Commit the right patch this time. Revision Changes Path 1.2 +1 -1 ports/x11/XFree86/patches/patch-bf From owner-cvs-all Wed Sep 23 22:04:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28663 for cvs-all-outgoing; Wed, 23 Sep 1998 22:04:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28631; Wed, 23 Sep 1998 22:04:08 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05459; Wed, 23 Sep 1998 22:04:07 -0700 (PDT) Date: Wed, 23 Sep 1998 22:04:07 -0700 (PDT) Message-Id: <199809240504.WAA05459@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/guileobjc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 22:04:07 PDT Modified files: lang/guileobjc Makefile Log: Change CATEGORIES to lang, and guile is elf library now. Revision Changes Path 1.2 +4 -4 ports/lang/guileobjc/Makefile From owner-cvs-all Wed Sep 23 22:06:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28868 for cvs-all-outgoing; Wed, 23 Sep 1998 22:06:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA28826; Wed, 23 Sep 1998 22:05:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA05504; Wed, 23 Sep 1998 22:05:43 -0700 (PDT) Date: Wed, 23 Sep 1998 22:05:43 -0700 (PDT) Message-Id: <199809240505.WAA05504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/libobjects Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/23 22:05:43 PDT Modified files: lang/libobjects Makefile Log: Change CATEGORIES to lang. Revision Changes Path 1.2 +2 -2 ports/lang/libobjects/Makefile From owner-cvs-all Wed Sep 23 23:33:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08795 for cvs-all-outgoing; Wed, 23 Sep 1998 23:33:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08774 for ; Wed, 23 Sep 1998 23:33:39 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id IAA11614 for committers@FreeBSD.ORG; Thu, 24 Sep 1998 08:33:34 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id EAD351513; Thu, 24 Sep 1998 08:08:21 +0200 (CEST) Date: Thu, 24 Sep 1998 08:08:21 +0200 From: Ollivier Robert To: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. Message-ID: <19980924080821.A3252@keltia.freenix.fr> Mail-Followup-To: committers@FreeBSD.ORG References: <199809232357.QAA08119@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: ; from Jacques Vidrine on Wed, Sep 23, 1998 at 10:35:17PM -0500 X-Operating-System: FreeBSD 3.0-BETA/ELF ctm#4660 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Jacques Vidrine: > I expect that Kerberos will be used for password authentication, > thus there is no need to have the password in the NIS maps. Not everyone is in the US or able to use Kerberos... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998 From owner-cvs-all Wed Sep 23 23:42:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10318 for cvs-all-outgoing; Wed, 23 Sep 1998 23:42:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10296; Wed, 23 Sep 1998 23:42:17 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07870; Wed, 23 Sep 1998 23:42:15 -0700 (PDT) Date: Wed, 23 Sep 1998 23:42:15 -0700 (PDT) Message-Id: <199809240642.XAA07870@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/mh/patches patch-ad ports/mail/mh/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/23 23:42:15 PDT Modified files: mail/mh/patches patch-ad mail/mh/pkg PLIST Log: Elfify Ok'd (but not tested by): pst Revision Changes Path 1.6 +32 -1 ports/mail/mh/patches/patch-ad 1.11 +3 -2 ports/mail/mh/pkg/PLIST From owner-cvs-all Wed Sep 23 23:43:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10520 for cvs-all-outgoing; Wed, 23 Sep 1998 23:43:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10514 for ; Wed, 23 Sep 1998 23:43:30 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id XAA09043; Wed, 23 Sep 1998 23:43:19 -0700 (PDT) Message-Id: <199809240643.XAA09043@burka.rdy.com> Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <19980924080821.A3252@keltia.freenix.fr> from Ollivier Robert at "Sep 24, 1998 8: 8:21 am" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Wed, 23 Sep 1998 23:43:19 -0700 (PDT) Cc: committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert writes: > According to Jacques Vidrine: > > I expect that Kerberos will be used for password authentication, > > thus there is no need to have the password in the NIS maps. > > Not everyone is in the US or able to use Kerberos... You don't _have_ to use kerberos. You can use plain ssh. The only thing is that sshd on the other side should be compiled with kerberos support. In this case, when you use ssh to connect to the remote host, sshd will automaticaly issue you a ticket. > -- > Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr > FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998 > -- dima From owner-cvs-all Wed Sep 23 23:44:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10742 for cvs-all-outgoing; Wed, 23 Sep 1998 23:44:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles184.castles.com [208.214.165.184]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA10711 for ; Wed, 23 Sep 1998 23:44:31 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id XAA00509; Wed, 23 Sep 1998 23:50:02 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809240650.XAA00509@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Ollivier Robert cc: committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 08:08:21 +0200." <19980924080821.A3252@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 23 Sep 1998 23:50:01 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > According to Jacques Vidrine: > > I expect that Kerberos will be used for password authentication, > > thus there is no need to have the password in the NIS maps. > > Not everyone is in the US or able to use Kerberos... So use ssh. We are providing a range of options covering all of the bases. ssh may use Krb to obtain the password from the authentication server without you even noticing. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Sep 23 23:53:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11884 for cvs-all-outgoing; Wed, 23 Sep 1998 23:53:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11845; Wed, 23 Sep 1998 23:53:12 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:gLaoA+xkWA9hAgJJEUoHkmRmuSy1sZOv@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA21467; Thu, 24 Sep 1998 08:53:05 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240653.IAA21467@gratis.grondar.za> To: asami@FreeBSD.org (Satoshi Asami) cc: committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Wed, 23 Sep 1998 16:41:01 MST." <199809232341.QAA08074@silvia.hip.berkeley.edu> References: <199809232341.QAA08074@silvia.hip.berkeley.edu> Date: Thu, 24 Sep 1998 08:53:04 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk wrote: > * a) Those users who use ssh and have set up a no-password login > * will continue to enjoy that facility. > > Will typing passwords over ssh work? There are some times (quite > often, actually) that my home directory is not available and I have to > type my password to get into paddock. Yes, but you will have to re-register your password with kerberos. I'll try to set up a tool to do this. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 23 23:54:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12022 for cvs-all-outgoing; Wed, 23 Sep 1998 23:54:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12006 for ; Wed, 23 Sep 1998 23:54:08 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id XAA17499; Wed, 23 Sep 1998 23:54:05 -0700 (PDT) Date: Wed, 23 Sep 1998 23:54:05 -0700 (PDT) From: Matthew Dillon Message-Id: <199809240654.XAA17499@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: Having some serious file write / mmap inconsistancy problems Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've been trying to track this down but not having much luck. I'm worried that this problem is more serious then just the case that's coming up in my news code. This problem relates back to a PR I submitted a while back. What happens is that data write()s to a file are getting lost when the file is also being mmaped. I believe I have ruled out ftruncate() or file extension as being the cause, I think I found a case where a file was pre-created and a small write into the middle of the file 'disappeared' after a while. I have not been able to write a program to reproduce the bug dependably, but it seems to occur quite often. The case only occurs when the file is also mmap()'d at some point, possibly before or possibly after the write(). I'm down to trying to figure out the ffs_write code in ufs/ufs/ufs_readwrite.c. I've traced the code to some rather suspicious code that I believe may create a problem when the file is simultaniously mmap'd and would appreciate it if someone familiar with the VFS/VM system could take a look at it. Specifically, kern/vfs_bio.c around line 485, in the bdwrite() code. This code calls vfs_setdirty(bp) and then calls vfs_clean_pages(bp) and bqrelse()'s the bp. I'm worried that this sequence is somehow allowing the page to be thrown away when it is also mmap()'d read-only by another process, causing the write to 'disappear' and for the page to revert to its previous contents. In my prior PR, kern/7418, I describe this corruption. It is definintely happening, and it's hapenning at least two or three dozen times a day on my news spool... but just today I found a case where a *tiny* write into the middle of a pre-created file has apparently been 'lost' by the system, which greatly narrows down the cases that could cause the bug. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Wed Sep 23 23:55:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12253 for cvs-all-outgoing; Wed, 23 Sep 1998 23:55:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA12229; Wed, 23 Sep 1998 23:55:39 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:4kqG2WRQzA/ZQeL3CGS7CHyqXi9z7cgG@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA21484; Thu, 24 Sep 1998 08:55:13 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240655.IAA21484@gratis.grondar.za> To: Mike Smith cc: asami@FreeBSD.ORG (Satoshi Asami), committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Wed, 23 Sep 1998 16:57:28 MST." <199809232357.QAA04981@dingo.cdrom.com> References: <199809232357.QAA04981@dingo.cdrom.com> Date: Thu, 24 Sep 1998 08:55:12 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith wrote: > > * a) Those users who use ssh and have set up a no-password login > > * will continue to enjoy that facility. > > > > Will typing passwords over ssh work? There are some times (quite > > often, actually) that my home directory is not available and I have to > > type my password to get into paddock. > > It should; the connection is encrypted already at that point. Sure - but SSH is doing the authentication against the kerberos database, not /etc/passwd-and-friends. Kerberos has a different encoding scheme, so the password will need to be reregistered. A pain, I am sorry, but necessary. I'll try to set up a tool to assist here. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 00:16:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15205 for cvs-all-outgoing; Thu, 24 Sep 1998 00:16:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15125 for ; Thu, 24 Sep 1998 00:16:05 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:+mgz23K5AKH74tDrcCZfrPwxZYaGKupz@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id JAA21761; Thu, 24 Sep 1998 09:15:34 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240715.JAA21761@gratis.grondar.za> To: Ollivier Robert cc: committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 08:08:21 +0200." <19980924080821.A3252@keltia.freenix.fr> References: <199809232357.QAA08119@silvia.hip.berkeley.edu> <19980924080821.A3252@keltia.freenix.fr> Date: Thu, 24 Sep 1998 09:15:33 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert wrote: > According to Jacques Vidrine: > > I expect that Kerberos will be used for password authentication, > > thus there is no need to have the password in the NIS maps. > > Not everyone is in the US or able to use Kerberos... SSH is OK, as long as you set up for no-password login. For security, you could put a passphrase on your key. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 00:29:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16646 for cvs-all-outgoing; Thu, 24 Sep 1998 00:29:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16638; Thu, 24 Sep 1998 00:29:02 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id AAA17646; Thu, 24 Sep 1998 00:28:37 -0700 (PDT) Date: Thu, 24 Sep 1998 00:28:37 -0700 (PDT) From: Matthew Dillon Message-Id: <199809240728.AAA17646@apollo.backplane.com> To: Mark Murray Cc: Mike Smith , asami@FreeBSD.ORG (Satoshi Asami), committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232357.QAA04981@dingo.cdrom.com> <199809240655.IAA21484@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'll be frank: Moving to kerberos is a *good* idea. We've been using the ssh+kerberos combination at BEST for systems accounts for two years now and it has allowed us to remove (i.e. '*'-out) passwords for all sensitive accounts (i.e. the ones we clone across all of our servers). Additionally, we removed *all* accounts from wheel group. Not even staff is in wheel anymore... it's ksu to root or nothing. This combination allows us to have a crypted root password in the password file (that only four people know), which can ONLY be used when logging into the machine's console. This plus kerberos-only logins is extremely effective in preventing critical accounts from being compromised. It works flawlessly for us. Going to kerberos is, IMHO, a much needed security bullet on WC CDROM and all other freebsd-group machines. Make sure you setup two kerberos servers rather then just one. Also, put the following line in /etc/csh.logout on all the machines. It is extremely important to destroy tickets on logout. # System-wide .logout file for csh(1). /usr/bin/klist -s && /usr/bin/kdestroy -Matt :> > :> > Will typing passwords over ssh work? There are some times (quite :> > often, actually) that my home directory is not available and I have to :> > type my password to get into paddock. :> :> It should; the connection is encrypted already at that point. : :Sure - but SSH is doing the authentication against the kerberos database, :not /etc/passwd-and-friends. Kerberos has a different encoding scheme, :so the password will need to be reregistered. A pain, I am sorry, :but necessary. I'll try to set up a tool to assist here. : :M :-- :Mark Murray :Join the anti-SPAM movement: http://www.cauce.org Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 00:46:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18993 for cvs-all-outgoing; Thu, 24 Sep 1998 00:46:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18917; Thu, 24 Sep 1998 00:45:56 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id IAA02782; Thu, 24 Sep 1998 08:45:10 +0100 (BST) Date: Thu, 24 Sep 1998 08:45:10 +0100 (BST) From: Doug Rabson To: Mark Murray cc: Satoshi Asami , committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809240653.IAA21467@gratis.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Mark Murray wrote: > wrote: > > * a) Those users who use ssh and have set up a no-password login > > * will continue to enjoy that facility. > > > > Will typing passwords over ssh work? There are some times (quite > > often, actually) that my home directory is not available and I have to > > type my password to get into paddock. > > Yes, but you will have to re-register your password with kerberos. > > I'll try to set up a tool to do this. That assumes that you have some clue what your freefall password is. I have used ssh for so long that I have totally forgotten my actual password... -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Thu Sep 24 00:49:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19274 for cvs-all-outgoing; Thu, 24 Sep 1998 00:49:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA19260 for ; Thu, 24 Sep 1998 00:49:08 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id DAA06935; Thu, 24 Sep 1998 03:48:37 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Doug Rabson cc: committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 08:45:10 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Sep 1998 03:48:37 -0400 Message-ID: <6931.906623317@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote in message ID : > That assumes that you have some clue what your freefall password is. I > have used ssh for so long that I have totally forgotten my actual > password... I assume Mark, in the interests of security, would encourage picking a new password anyhow :) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Thu Sep 24 00:59:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20382 for cvs-all-outgoing; Thu, 24 Sep 1998 00:59:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20365; Thu, 24 Sep 1998 00:59:27 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:SRm674rBMNa1Ey8nbZ/k0Qmw8rKANEMQ@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id JAA21995; Thu, 24 Sep 1998 09:59:01 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240759.JAA21995@gratis.grondar.za> To: Doug Rabson cc: Satoshi Asami , committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 08:45:10 +0100." References: Date: Thu, 24 Sep 1998 09:59:00 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > > Yes, but you will have to re-register your password with kerberos. > > > > I'll try to set up a tool to do this. > > That assumes that you have some clue what your freefall password is. I > have used ssh for so long that I have totally forgotten my actual > password... For you, the point is moot. For those who _wish_ to type passwords, re-registration is necessary. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 00:59:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20451 for cvs-all-outgoing; Thu, 24 Sep 1998 00:59:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20406; Thu, 24 Sep 1998 00:59:34 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id IAA02829; Thu, 24 Sep 1998 08:59:07 +0100 (BST) Date: Thu, 24 Sep 1998 08:59:07 +0100 (BST) From: Doug Rabson To: Gary Palmer cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <6931.906623317@gjp.erols.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Gary Palmer wrote: > Doug Rabson wrote in message ID > : > > That assumes that you have some clue what your freefall password is. I > > have used ssh for so long that I have totally forgotten my actual > > password... > > I assume Mark, in the interests of security, would encourage picking a new > password anyhow :) Its kind of hard to change a password without knowing the old one (not having root privs at cdrom.com). Eventually, I'll get around to having someone reset it but ssh works so well that I'll probably never get around to it. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Thu Sep 24 01:04:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21208 for cvs-all-outgoing; Thu, 24 Sep 1998 01:04:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21173; Thu, 24 Sep 1998 01:03:58 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hati.ifi.uio.no (2602@hati.ifi.uio.no [129.240.65.143]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA17358; Thu, 24 Sep 1998 10:03:12 +0200 (MET DST) Received: (from dag-erli@localhost) by hati.ifi.uio.no ; Thu, 24 Sep 1998 10:03:12 +0200 (MET DST) Mime-Version: 1.0 To: Matthew Dillon Cc: Mark Murray , Mike Smith , asami@FreeBSD.ORG (Satoshi Asami), committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232357.QAA04981@dingo.cdrom.com> <199809240655.IAA21484@gratis.grondar.za> <199809240728.AAA17646@apollo.backplane.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 24 Sep 1998 10:03:11 +0200 In-Reply-To: Matthew Dillon's message of "Thu, 24 Sep 1998 00:28:37 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB21200 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Dillon writes: > Make sure you setup two kerberos servers rather then just one. Also, > put the following line in /etc/csh.logout on all the machines. It is > extremely important to destroy tickets on logout. > > # System-wide .logout file for csh(1). > /usr/bin/klist -s && /usr/bin/kdestroy Don't assume everybody uses csh. DES (rabid bash zealot) -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Thu Sep 24 01:08:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21901 for cvs-all-outgoing; Thu, 24 Sep 1998 01:08:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21896 for ; Thu, 24 Sep 1998 01:08:07 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id EAA07299; Thu, 24 Sep 1998 04:07:51 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "24 Sep 1998 10:03:11 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Thu, 24 Sep 1998 04:07:50 -0400 Message-ID: <7295.906624470@gjp.erols.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB21897 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= wrote in message ID : > DES (rabid bash zealot) D = Rabid E = Bash S = Zealot err. Is this some new code? :) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Thu Sep 24 01:13:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22688 for cvs-all-outgoing; Thu, 24 Sep 1998 01:13:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22663; Thu, 24 Sep 1998 01:13:33 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:+MrcfV7LveKqT5KxBTiHpPp9oV2R/3kO@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id KAA22101; Thu, 24 Sep 1998 10:13:21 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240813.KAA22101@gratis.grondar.za> To: "Gary Palmer" cc: Doug Rabson , committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 03:48:37 -0400." <6931.906623317@gjp.erols.com> References: <6931.906623317@gjp.erols.com> Date: Thu, 24 Sep 1998 10:13:21 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Gary Palmer" wrote: > Doug Rabson wrote in message ID > : > > That assumes that you have some clue what your freefall password is. I > > have used ssh for so long that I have totally forgotten my actual > > password... > > I assume Mark, in the interests of security, would encourage picking a new > password anyhow :) Of course :-). Passwords must look like "@BT6d(v#", and not like "foo" as well. Of course "@BT6d(v#" is now a very bad password, as it has been mentioned in a public forum, but you get the idea. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 01:15:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22883 for cvs-all-outgoing; Thu, 24 Sep 1998 01:15:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22875; Thu, 24 Sep 1998 01:15:11 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:1r9ct+mzVFsJCpLVMxsGFMEPobNLTLlt@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id KAA22116; Thu, 24 Sep 1998 10:14:53 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809240814.KAA22116@gratis.grondar.za> To: Doug Rabson cc: Gary Palmer , committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 08:59:07 +0100." References: Date: Thu, 24 Sep 1998 10:14:52 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > Its kind of hard to change a password without knowing the old one (not > having root privs at cdrom.com). Eventually, I'll get around to having > someone reset it but ssh works so well that I'll probably never get around > to it. In your case, your password will simply disappear. You will be reliant entirely on your SSH keys. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 01:23:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23533 for cvs-all-outgoing; Thu, 24 Sep 1998 01:23:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from korin.warman.org.pl (korin.nask.waw.pl [148.81.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23519; Thu, 24 Sep 1998 01:22:49 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with SMTP id KAA09671; Thu, 24 Sep 1998 10:25:52 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Thu, 24 Sep 1998 10:25:51 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: "Jordan K. Hubbard" cc: John Hay , "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-Reply-To: <9458.906572022@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Sep 1998, Jordan K. Hubbard wrote: > > beast# find /usr/src/release -name dumpnlist.c > > /usr/src/release/dumpnlist.c > > /usr/src/release/floppies/bin/dumpnlist/dumpnlist.c > > /usr/src/release/picobsd/tools/dumpnlist/dumpnlist.c > > > > Hmmm. It seems that we have a lot of the same thing. Can't we have just > > one dumpnlist.c and everyone use that one? > > Works for me. Andrzej, you want to sum all the versions together? > You were the last one to submit a change here. :) I can reduce them to two - I need a separate copy in case someone uses picobsd tree in non-standard place, because it's also distributed as a stand alone archive. Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- From owner-cvs-all Thu Sep 24 01:25:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23685 for cvs-all-outgoing; Thu, 24 Sep 1998 01:25:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23672 for ; Thu, 24 Sep 1998 01:25:15 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id RAA23128; Thu, 24 Sep 1998 17:55:10 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id RAA17731; Thu, 24 Sep 1998 17:55:07 +0930 (CST) Message-ID: <19980924175507.G12701@freebie.lemis.com> Date: Thu, 24 Sep 1998 17:55:07 +0930 From: Greg Lehey To: Mark Murray , Ollivier Robert Cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232357.QAA08119@silvia.hip.berkeley.edu> <19980924080821.A3252@keltia.freenix.fr> <199809240715.JAA21761@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809240715.JAA21761@gratis.grondar.za>; from Mark Murray on Thu, Sep 24, 1998 at 09:15:33AM +0200 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thursday, 24 September 1998 at 9:15:33 +0200, Mark Murray wrote: > Ollivier Robert wrote: >> According to Jacques Vidrine: >>> I expect that Kerberos will be used for password authentication, >>> thus there is no need to have the password in the NIS maps. >> >> Not everyone is in the US or able to use Kerberos... > > SSH is OK, as long as you set up for no-password login. For security, > you could put a passphrase on your key. Somehow I missed the start of this thread. Could somebody please bounce me the message, or at least say what's going on? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key From owner-cvs-all Thu Sep 24 01:49:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26438 for cvs-all-outgoing; Thu, 24 Sep 1998 01:49:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26422; Thu, 24 Sep 1998 01:49:18 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12120; Thu, 24 Sep 1998 01:49:17 -0700 (PDT) Date: Thu, 24 Sep 1998 01:49:17 -0700 (PDT) Message-Id: <199809240849.BAA12120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/guileobjc Makefile ports/devel/guileobjc/files md5 ports/devel/guileobjc/patches patch-aa ports/devel/guileobjc/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/24 01:49:16 PDT Removed files: devel/guileobjc Makefile devel/guileobjc/files md5 devel/guileobjc/patches patch-aa devel/guileobjc/pkg COMMENT DESCR PLIST Log: Remove devel/guileobjc. From owner-cvs-all Thu Sep 24 02:44:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03678 for cvs-all-outgoing; Thu, 24 Sep 1998 02:44:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03668; Thu, 24 Sep 1998 02:44:32 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA13707; Thu, 24 Sep 1998 02:44:31 -0700 (PDT) Date: Thu, 24 Sep 1998 02:44:31 -0700 (PDT) Message-Id: <199809240944.CAA13707@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/lesstif Makefile ports/x11-toolkits/lesstif/files md5 ports/x11-toolkits/lesstif/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/24 02:44:30 PDT Modified files: x11-toolkits/lesstif Makefile x11-toolkits/lesstif/files md5 x11-toolkits/lesstif/pkg PLIST Log: Upgrade to 0.86.5. Revision Changes Path 1.25 +3 -3 ports/x11-toolkits/lesstif/Makefile 1.15 +1 -1 ports/x11-toolkits/lesstif/files/md5 1.20 +2 -2 ports/x11-toolkits/lesstif/pkg/PLIST From owner-cvs-all Thu Sep 24 03:02:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05535 for cvs-all-outgoing; Thu, 24 Sep 1998 03:02:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05527; Thu, 24 Sep 1998 03:02:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14145; Thu, 24 Sep 1998 03:02:21 -0700 (PDT) Date: Thu, 24 Sep 1998 03:02:21 -0700 (PDT) Message-Id: <199809241002.DAA14145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/libobjects Makefile ports/devel/libobjects/files md5 ports/devel/libobjects/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/24 03:02:21 PDT Removed files: devel/libobjects Makefile devel/libobjects/files md5 devel/libobjects/pkg COMMENT DESCR PLIST Log: Remove devel/libobjects From owner-cvs-all Thu Sep 24 03:22:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07560 for cvs-all-outgoing; Thu, 24 Sep 1998 03:22:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07555; Thu, 24 Sep 1998 03:22:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14755; Thu, 24 Sep 1998 03:22:22 -0700 (PDT) Date: Thu, 24 Sep 1998 03:22:22 -0700 (PDT) Message-Id: <199809241022.DAA14755@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 genassym.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/24 03:22:22 PDT Modified files: sys/i386/i386 genassym.c Log: Don't redefine kernel. Makefile.i386 now defines it. Removed some unused includes. Revision Changes Path 1.61 +1 -5 src/sys/i386/i386/genassym.c From owner-cvs-all Thu Sep 24 03:28:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07861 for cvs-all-outgoing; Thu, 24 Sep 1998 03:28:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07856; Thu, 24 Sep 1998 03:28:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA14859; Thu, 24 Sep 1998 03:28:29 -0700 (PDT) Date: Thu, 24 Sep 1998 03:28:29 -0700 (PDT) Message-Id: <199809241028.DAA14859@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/24 03:28:28 PDT Modified files: usr.bin Makefile Log: Fixed disorder and long lines. Decrypted a comment. Revision Changes Path 1.113 +10 -9 src/usr.bin/Makefile From owner-cvs-all Thu Sep 24 03:41:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08540 for cvs-all-outgoing; Thu, 24 Sep 1998 03:41:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08535; Thu, 24 Sep 1998 03:41:14 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15281; Thu, 24 Sep 1998 03:41:13 -0700 (PDT) Date: Thu, 24 Sep 1998 03:41:13 -0700 (PDT) Message-Id: <199809241041.DAA15281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa atapi.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/24 03:41:13 PDT Modified files: sys/i386/isa atapi.c Log: Removed a stale comment about "ioconf.h". Revision Changes Path 1.27 +0 -4 src/sys/i386/isa/atapi.c From owner-cvs-all Thu Sep 24 03:43:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08781 for cvs-all-outgoing; Thu, 24 Sep 1998 03:43:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08774; Thu, 24 Sep 1998 03:43:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15391; Thu, 24 Sep 1998 03:43:43 -0700 (PDT) Date: Thu, 24 Sep 1998 03:43:43 -0700 (PDT) Message-Id: <199809241043.DAA15391@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa aha_isa.c bt_isa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/24 03:43:43 PDT Modified files: sys/i386/isa aha_isa.c bt_isa.c Log: Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h empty but regressed to including it here. Revision Changes Path 1.2 +1 -3 src/sys/i386/isa/aha_isa.c 1.2 +1 -3 src/sys/i386/isa/bt_isa.c From owner-cvs-all Thu Sep 24 05:27:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20767 for cvs-all-outgoing; Thu, 24 Sep 1998 05:27:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20761; Thu, 24 Sep 1998 05:26:57 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA13215; Thu, 24 Sep 1998 05:27:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Andrzej Bialecki cc: John Hay , "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-reply-to: Your message of "Thu, 24 Sep 1998 10:25:51 +0200." Date: Thu, 24 Sep 1998 05:27:28 -0700 Message-ID: <13212.906640048@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I can reduce them to two - I need a separate copy in case someone uses OK. - Jordan From owner-cvs-all Thu Sep 24 06:11:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25799 for cvs-all-outgoing; Thu, 24 Sep 1998 06:11:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA25787; Thu, 24 Sep 1998 06:11:09 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA22543; Thu, 24 Sep 1998 06:11:08 -0700 (PDT) Date: Thu, 24 Sep 1998 06:11:08 -0700 (PDT) Message-Id: <199809241311.GAA22543@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/24 06:11:08 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Add a note on the VESA support. Delete the note on the -b boot option. Revision Changes Path 1.89 +7 -8 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Thu Sep 24 06:20:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27305 for cvs-all-outgoing; Thu, 24 Sep 1998 06:20:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27299; Thu, 24 Sep 1998 06:20:49 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23083; Thu, 24 Sep 1998 06:20:47 -0700 (PDT) Date: Thu, 24 Sep 1998 06:20:47 -0700 (PDT) Message-Id: <199809241320.GAA23083@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa videoio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/24 06:20:47 PDT Modified files: sys/i386/conf options.i386 sys/i386/isa videoio.c Log: SC_BAD_FLICKER -> SC_ALT_SEQACCESS Now supposedly less harmful way of accessing VGA sequencer registers is default. An alternative, often troublesome, I/O access is optional. Discussed with: sos, jkh Revision Changes Path 1.88 +2 -2 src/sys/i386/conf/options.i386 1.3 +13 -13 src/sys/i386/isa/videoio.c From owner-cvs-all Thu Sep 24 06:25:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27804 for cvs-all-outgoing; Thu, 24 Sep 1998 06:25:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27798; Thu, 24 Sep 1998 06:25:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23329; Thu, 24 Sep 1998 06:25:15 -0700 (PDT) Date: Thu, 24 Sep 1998 06:25:15 -0700 (PDT) Message-Id: <199809241325.GAA23329@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/24 06:25:15 PDT Modified files: (Branch: RELENG_2_2) sys/i386/linux linux_misc.c Log: change to linux_time() was bogus, back it out. Revision Changes Path 1.20.2.6 +1 -2 src/sys/i386/linux/linux_misc.c From owner-cvs-all Thu Sep 24 06:25:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27918 for cvs-all-outgoing; Thu, 24 Sep 1998 06:25:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27907; Thu, 24 Sep 1998 06:25:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23384; Thu, 24 Sep 1998 06:25:44 -0700 (PDT) Date: Thu, 24 Sep 1998 06:25:44 -0700 (PDT) Message-Id: <199809241325.GAA23384@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/24 06:25:43 PDT Modified files: sys/i386/linux linux_misc.c Log: MF22: revert time bogon. Revision Changes Path 1.44 +1 -2 src/sys/i386/linux/linux_misc.c From owner-cvs-all Thu Sep 24 06:31:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28916 for cvs-all-outgoing; Thu, 24 Sep 1998 06:31:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28911; Thu, 24 Sep 1998 06:31:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23641; Thu, 24 Sep 1998 06:31:03 -0700 (PDT) Date: Thu, 24 Sep 1998 06:31:03 -0700 (PDT) Message-Id: <199809241331.GAA23641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/24 06:31:03 PDT Modified files: sys/pci if_de.c Log: Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aid bootstrapping from a 2.2.x system. Revision Changes Path 1.86 +15 -7 src/sys/pci/if_de.c From owner-cvs-all Thu Sep 24 06:41:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00421 for cvs-all-outgoing; Thu, 24 Sep 1998 06:41:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00400; Thu, 24 Sep 1998 06:41:22 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA15003; Thu, 24 Sep 1998 06:41:21 -0700 (PDT) Date: Thu, 24 Sep 1998 06:41:21 -0700 (PDT) Message-Id: <199809241341.GAA15003@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/24 06:41:20 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf options.i386 sys/i386/isa syscons.c Log: YAMFC: SC_BAD_FLICKER -> SC_ALT_SEQACCESS Now supposedly less harmful way of accessing VGA sequencer registers is default. An alternative, often troublesome, I/O access is optional. Revision Changes Path 1.26.2.19 +2 -2 src/sys/i386/conf/options.i386 1.182.2.36 +9 -9 src/sys/i386/isa/syscons.c From owner-cvs-all Thu Sep 24 07:43:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09116 for cvs-all-outgoing; Thu, 24 Sep 1998 07:43:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09111; Thu, 24 Sep 1998 07:43:00 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA00235; Thu, 24 Sep 1998 07:42:59 -0700 (PDT) Date: Thu, 24 Sep 1998 07:42:59 -0700 (PDT) Message-Id: <199809241442.HAA00235@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/elisa10x8 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/24 07:42:59 PDT Modified files: japanese/elisa10x8 Makefile Log: ja-k8 is moving to ja-elisa10x8. Revision Changes Path 1.4 +2 -1 ports/japanese/elisa10x8/Makefile From owner-cvs-all Thu Sep 24 08:02:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11849 for cvs-all-outgoing; Thu, 24 Sep 1998 08:02:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11844; Thu, 24 Sep 1998 08:02:48 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01141; Thu, 24 Sep 1998 08:02:47 -0700 (PDT) Date: Thu, 24 Sep 1998 08:02:47 -0700 (PDT) Message-Id: <199809241502.IAA01141@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys buf.h src/sys/kern vfs_syscalls.c src/sys/ufs/ffs ffs_vnops.c src/contrib/sys/softupdates ffs_softdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/24 08:02:47 PDT Modified files: sys/sys buf.h sys/kern vfs_syscalls.c sys/ufs/ffs ffs_vnops.c contrib/sys/softupdates ffs_softdep.c Log: Eliminate a race in VOP_FSYNC() when softupdates is enabled. Submitted by: Kirk McKusick Two minor changes are also included, 1. Remove gratuitious checks for error return from vn_lock with LK_RETRY set, vn_lock should always succeed in these cases. 2. Back out change rev. 1.36->1.37, which unnecessarily makes async mount a little more unstable. It also keeps us in sync with other BSDs. Suggested by: Bruce Evans Revision Changes Path 1.57 +3 -1 src/sys/sys/buf.h 1.107 +15 -36 src/sys/kern/vfs_syscalls.c 1.52 +2 -6 src/sys/ufs/ffs/ffs_vnops.c 1.14 +2 -1 src/contrib/sys/softupdates/ffs_softdep.c From owner-cvs-all Thu Sep 24 08:13:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13868 for cvs-all-outgoing; Thu, 24 Sep 1998 08:13:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13850; Thu, 24 Sep 1998 08:13:36 -0700 (PDT) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA01482; Thu, 24 Sep 1998 08:13:36 -0700 (PDT) Date: Thu, 24 Sep 1998 08:13:36 -0700 (PDT) Message-Id: <199809241513.IAA01482@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/windowmaker Makefile ports/x11-wm/windowmaker/files md5 ports/x11-wm/windowmaker/patches patch-ad ports/x11-wm/windowmaker/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/24 08:13:36 PDT Modified files: x11-wm/windowmaker Makefile x11-wm/windowmaker/files md5 x11-wm/windowmaker/patches patch-ad x11-wm/windowmaker/pkg PLIST Log: Upgrade to 0.20.0. Revision Changes Path 1.32 +4 -4 ports/x11-wm/windowmaker/Makefile 1.15 +1 -1 ports/x11-wm/windowmaker/files/md5 1.7 +15 -59 ports/x11-wm/windowmaker/patches/patch-ad 1.13 +4 -1 ports/x11-wm/windowmaker/pkg/PLIST From owner-cvs-all Thu Sep 24 08:46:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18237 for cvs-all-outgoing; Thu, 24 Sep 1998 08:46:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from korin.warman.org.pl (korin.nask.waw.pl [148.81.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA17867; Thu, 24 Sep 1998 08:41:30 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with SMTP id RAA16789; Thu, 24 Sep 1998 17:46:07 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Thu, 24 Sep 1998 17:46:06 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-Reply-To: <13212.906640048@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Jordan K. Hubbard wrote: > > I can reduce them to two - I need a separate copy in case someone uses > OK. After thinking a while about it I think I'll leave only one of them - in your favorite "one-catch-all" directory... :-/ This is ugly, though. I'm not brave enough to propose this to you now, just before release, but it occured to me that boot.flp and fixit.flp are just yet another types of picobsd floppy... so, it's relatively easy to add them to the picobsd/ framework. As I said - we can return to this after 3.0-R is out... :-) Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- From owner-cvs-all Thu Sep 24 08:58:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19908 for cvs-all-outgoing; Thu, 24 Sep 1998 08:58:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA19881; Thu, 24 Sep 1998 08:58:50 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id IAA20581; Thu, 24 Sep 1998 08:59:11 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Andrzej Bialecki cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/floppies/bin/dumpnlist dumpnlist.c In-reply-to: Your message of "Thu, 24 Sep 1998 17:46:06 +0200." Date: Thu, 24 Sep 1998 08:59:10 -0700 Message-ID: <20578.906652750@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > This is ugly, though. I'm not brave enough to propose this to you now, > just before release, but it occured to me that boot.flp and > fixit.flp are just yet another types of picobsd floppy... so, it's > relatively easy to add them to the picobsd/ framework. As I said - we can > return to this after 3.0-R is out... :-) We've been thinking about this also, though from a somewhat different direction. You're right, we can return to this after 3.0R is out, however. :) - Jordan From owner-cvs-all Thu Sep 24 09:00:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20317 for cvs-all-outgoing; Thu, 24 Sep 1998 09:00:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20293; Thu, 24 Sep 1998 09:00:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02772; Thu, 24 Sep 1998 09:00:31 -0700 (PDT) Date: Thu, 24 Sep 1998 09:00:31 -0700 (PDT) Message-Id: <199809241600.JAA02772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/24 09:00:30 PDT Modified files: sys/pci if_tx.c Log: Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead. Revision Changes Path 1.15 +2 -2 src/sys/pci/if_tx.c From owner-cvs-all Thu Sep 24 09:10:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22074 for cvs-all-outgoing; Thu, 24 Sep 1998 09:10:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA22069; Thu, 24 Sep 1998 09:10:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03175; Thu, 24 Sep 1998 09:10:42 -0700 (PDT) Date: Thu, 24 Sep 1998 09:10:42 -0700 (PDT) Message-Id: <199809241610.JAA03175@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/cgi url.cgi Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/24 09:10:42 PDT Modified files: en/cgi url.cgi Log: A dash (-) is a valid charcter in port name. Revision Changes Path 1.8 +2 -2 www/en/cgi/url.cgi From owner-cvs-all Thu Sep 24 09:21:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25213 for cvs-all-outgoing; Thu, 24 Sep 1998 09:21:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25206; Thu, 24 Sep 1998 09:21:24 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id JAA20701; Thu, 24 Sep 1998 09:21:08 -0700 (PDT) Date: Thu, 24 Sep 1998 09:21:08 -0700 (PDT) From: Matthew Dillon Message-Id: <199809241621.JAA20701@apollo.backplane.com> To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Cc: Mark Murray , Mike Smith , asami@FreeBSD.ORG (Satoshi Asami), committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232357.QAA04981@dingo.cdrom.com> <199809240655.IAA21484@gratis.grondar.za> <199809240728.AAA17646@apollo.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It was just an example, dude, stop being so picky. -Matt :> :> # System-wide .logout file for csh(1). :> /usr/bin/klist -s && /usr/bin/kdestroy : :Don't assume everybody uses csh. : :DES (rabid bash zealot) :-- :Dag-Erling Smørgrav - dag-erli@ifi.uio.no : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 09:37:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28149 for cvs-all-outgoing; Thu, 24 Sep 1998 09:37:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28142; Thu, 24 Sep 1998 09:37:38 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03967; Thu, 24 Sep 1998 09:37:37 -0700 (PDT) Date: Thu, 24 Sep 1998 09:37:37 -0700 (PDT) Message-Id: <199809241637.JAA03967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/floppies/bin/dumpnlist Makefile dumpnlist.c src/release/floppies/bin/write_mfs_in_kernel Makefile write_mfs_in_kernel.c src/release/picobsd/tools/dumpnlist Makefile dumpnlist.c src/release/picobsd/tools/write_mfs_in_kernel Makefile write_mfs_in_kernel.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/24 09:37:37 PDT Modified files: release/floppies/bin/dumpnlist Makefile release/floppies/bin/write_mfs_in_kernel Makefile release/picobsd/tools/dumpnlist Makefile release/picobsd/tools/write_mfs_in_kernel Makefile Removed files: release/floppies/bin/dumpnlist dumpnlist.c release/floppies/bin/write_mfs_in_kernel write_mfs_in_kernel.c release/picobsd/tools/dumpnlist dumpnlist.c release/picobsd/tools/write_mfs_in_kernel write_mfs_in_kernel.c Log: Remove superfluous (and old) copies. There are still many more things to clean up here... Revision Changes Path 1.2 +2 -1 src/release/floppies/bin/dumpnlist/Makefile 1.2 +2 -1 src/release/floppies/bin/write_mfs_in_kernel/Makefile 1.2 +2 -1 src/release/picobsd/tools/dumpnlist/Makefile 1.2 +2 -1 src/release/picobsd/tools/write_mfs_in_kernel/Makefile From owner-cvs-all Thu Sep 24 09:39:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28314 for cvs-all-outgoing; Thu, 24 Sep 1998 09:39:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28309; Thu, 24 Sep 1998 09:39:56 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA04053; Thu, 24 Sep 1998 09:39:56 -0700 (PDT) Date: Thu, 24 Sep 1998 09:39:56 -0700 (PDT) Message-Id: <199809241639.JAA04053@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/router/conf PICOBSD Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/24 09:39:55 PDT Modified files: release/picobsd/router/conf PICOBSD Log: Turn off options BRIDGE and DUMMYNET again - there are still some pieces missing. But I hope this will be ready before 3.0-R. Revision Changes Path 1.6 +3 -3 src/release/picobsd/router/conf/PICOBSD From owner-cvs-all Thu Sep 24 10:08:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02582 for cvs-all-outgoing; Thu, 24 Sep 1998 10:08:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02577 for ; Thu, 24 Sep 1998 10:08:28 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id KAA20887; Thu, 24 Sep 1998 10:08:21 -0700 (PDT) Date: Thu, 24 Sep 1998 10:08:21 -0700 (PDT) From: Matthew Dillon Message-Id: <199809241708.KAA20887@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: Re: Having some serious file write / mmap inconsistancy problems Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've done some more tracing, but it's almost black magic. Can someone explain this? * bdwrite() sets B_DELWRI in the bp, but then it goes off and calls vfs_clean_pages() on the underlying pages. * There are a number of situations where the pages can be disassociated from the bp. vm_hold_free_pages() will disassociate the pages, allocbuf() may disassociate pages, and vfs_vmio_release() will disassociate the pages. All of these can occur in situations where B_DELWRI is completely ignored. * Once the pages are disassociated, and since they are marked clean, the VM system may reuse the pages prior to the B_DELWRI getting out. If the delayed write occurs and the pages have not yet been reused by the VM system, they will be reassociated and written out properly. But if the pages are reused prior to the delayed write occuring it seems to me that it is possible for the pages to be 'lost'. Ideas? If I understand it properly we either have to not mark the pages clean in bdwrite(), or we have to make sure that the pages cannot be disassociated from the bp while B_DELWRI is set in the bp. Personally, I think its bad form to mark pages as clean when they are not clean and that that portion of the code should be reworked to solve whatever problem marking them clean was supposed to solve. It seems very very odd to me. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 10:14:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03886 for cvs-all-outgoing; Thu, 24 Sep 1998 10:14:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03867; Thu, 24 Sep 1998 10:14:25 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05299; Thu, 24 Sep 1998 10:14:24 -0700 (PDT) Date: Thu, 24 Sep 1998 10:14:24 -0700 (PDT) Message-Id: <199809241714.KAA05299@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/24 10:14:24 PDT Modified files: sys/pci if_tl.c Log: Small tweak: force another reset of the adapter after probing for all the PHYs in tl_attach(). This is mainly to suck away any possible stray interrupts. This prevents an intermittent problem on some systems where the adapter probes correctly but yields a device timeout (and possible subsequent adapter check) when configured. When I originally tested the driver, I ifconfig'ed the interface after the system had already been booted and didn't notice any problems, but when configuring the interface immediately at startup, it would occasionally timeout and hang, until an adapter check interrupt came along and reset things again. I'm not exactly sure if this is a general problem of just something peculiar to this hardware (there are three devices, including the tlan, all on IRQ 11) but the extra reset shouldn't hurt anything. (It works fine with my 100Mbps Olicom adapter too.) Thanks to Mark Taylor from Cybernet (mtaylor@cybernet.com) for allowing me remote access to a Compaq system for debugging purposes. Revision Changes Path 1.16 +13 -3 src/sys/pci/if_tl.c From owner-cvs-all Thu Sep 24 10:20:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05234 for cvs-all-outgoing; Thu, 24 Sep 1998 10:20:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05229; Thu, 24 Sep 1998 10:20:47 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05476; Thu, 24 Sep 1998 10:20:47 -0700 (PDT) Date: Thu, 24 Sep 1998 10:20:47 -0700 (PDT) Message-Id: <199809241720.KAA05476@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/perl5 perl.c perl.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/24 10:20:46 PDT Modified files: contrib/perl5 perl.c perl.h Log: Part #1 of suidperl repair. Revision Changes Path 1.2 +14 -0 src/contrib/perl5/perl.c 1.2 +9 -0 src/contrib/perl5/perl.h From owner-cvs-all Thu Sep 24 10:25:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05993 for cvs-all-outgoing; Thu, 24 Sep 1998 10:25:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05986; Thu, 24 Sep 1998 10:25:27 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05646; Thu, 24 Sep 1998 10:25:27 -0700 (PDT) Date: Thu, 24 Sep 1998 10:25:27 -0700 (PDT) Message-Id: <199809241725.KAA05646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/24 10:25:27 PDT Modified files: gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 Log: Part #2 (final) of suidperl repair. Revision Changes Path 1.4 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-aout.i386 1.5 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.4 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 From owner-cvs-all Thu Sep 24 10:56:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11402 for cvs-all-outgoing; Thu, 24 Sep 1998 10:56:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11397; Thu, 24 Sep 1998 10:56:32 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06936; Thu, 24 Sep 1998 10:56:32 -0700 (PDT) Date: Thu, 24 Sep 1998 10:56:32 -0700 (PDT) Message-Id: <199809241756.KAA06936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/09/24 10:56:31 PDT Modified files: sys/pccard pccard.c Log: - Fix a bug where a "power_off_slot' timeout was not cancelled when the computer 'suspended', although the slot was powered off. There was a race where the slow could be powered off *after* it was assigned a new driver when the computer was 'resumed'. Noticed by: Brian Somers Revision Changes Path 1.66 +6 -1 src/sys/pccard/pccard.c From owner-cvs-all Thu Sep 24 10:57:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11550 for cvs-all-outgoing; Thu, 24 Sep 1998 10:57:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA11543; Thu, 24 Sep 1998 10:57:39 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA06981; Thu, 24 Sep 1998 10:57:38 -0700 (PDT) Date: Thu, 24 Sep 1998 10:57:38 -0700 (PDT) Message-Id: <199809241757.KAA06981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/09/24 10:57:38 PDT Modified files: (Branch: RELENG_2_2) sys/pccard pccard.c Log: - MFC: Fix suspend/resume slot power race. Revision Changes Path 1.27.2.8 +5 -0 src/sys/pccard/pccard.c From owner-cvs-all Thu Sep 24 11:37:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16723 for cvs-all-outgoing; Thu, 24 Sep 1998 11:37:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16707 for ; Thu, 24 Sep 1998 11:37:20 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id OAA26496; Thu, 24 Sep 1998 14:37:15 -0400 (EDT) (envelope-from luoqi) Date: Thu, 24 Sep 1998 14:37:15 -0400 (EDT) From: Luoqi Chen Message-Id: <199809241837.OAA26496@lor.watermarkgroup.com> To: committers@FreeBSD.ORG, dillon@backplane.com Subject: Re: Having some serious file write / mmap inconsistancy problems Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've done some more tracing, but it's almost black magic. Can someone > explain this? > > * bdwrite() sets B_DELWRI in the bp, but then it goes off and calls > vfs_clean_pages() on the underlying pages. > > * There are a number of situations where the pages can be disassociated > from the bp. vm_hold_free_pages() will disassociate the pages, > allocbuf() may disassociate pages, and vfs_vmio_release() will > disassociate the pages. All of these can occur in situations where > B_DELWRI is completely ignored. > It is very serious if these could ever happen. Could you add some printf statements at the beginning of these functions to check if the B_DELWRI flag is set for the buffer? -lq From owner-cvs-all Thu Sep 24 11:52:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19103 for cvs-all-outgoing; Thu, 24 Sep 1998 11:52:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19090 for ; Thu, 24 Sep 1998 11:52:40 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id TAA01449; Thu, 24 Sep 1998 19:52:16 +0100 (BST) (envelope-from nik) Message-ID: <19980924195216.45708@nothing-going-on.org> Date: Thu, 24 Sep 1998 19:52:16 +0100 From: Nik Clayton To: Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232027.WAA19326@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809232027.WAA19326@gratis.grondar.za>; from Mark Murray on Wed, Sep 23, 1998 at 10:27:29PM +0200 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Sep 23, 1998 at 10:27:29PM +0200, Mark Murray wrote: > a) Those users who use ssh and have set up a no-password login > will continue to enjoy that facility. I figure this isn't me. This is one of those occasions where the ports system makes things too damn easy :-) When I got my freefall account, I mailed (Jordan I think) my prefered password, crypted and ready to drop into /etc/passwd. Then I cd /usr/ports/security/ssh make install Ever since then I've used ssh to get to freefall (and wcarchive). Each time I get prompted for the password I set up earlier. Is this about to change then? Or am I missing something fundamental? N PS: Of course, that 'something fundamental' is probably a good dose of RTFM. -- C.R.F. Consulting -- we're run to make me richer. . . From owner-cvs-all Thu Sep 24 11:54:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19737 for cvs-all-outgoing; Thu, 24 Sep 1998 11:54:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19709; Thu, 24 Sep 1998 11:54:25 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09625; Thu, 24 Sep 1998 11:54:23 -0700 (PDT) Date: Thu, 24 Sep 1998 11:54:23 -0700 (PDT) Message-Id: <199809241854.LAA09625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/saoimage Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/09/24 11:54:23 PDT Modified files: astro/saoimage Makefile Log: BROKEN for ELF: ndwinit.o wndwmaus.o prntcurs.o prntcent.o fitsio.o imio.o wcs.o worldpos.o platepos.o wcscon.o slasubs.o iraf2fits.o hget.o hput.o -o saoimage -lm btnlib/libbtn.a -L/usr/X11R6/lib -lX11 cc: btnlib/libbtn.a: No such file or directory *** Error code 1 Revision Changes Path 1.4 +3 -1 ports/astro/saoimage/Makefile From owner-cvs-all Thu Sep 24 11:59:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20982 for cvs-all-outgoing; Thu, 24 Sep 1998 11:59:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA20954 for ; Thu, 24 Sep 1998 11:59:03 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:4aqaEbpV/mkWbdtTprp9Xnf51IUZ9Nx/@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA24764; Thu, 24 Sep 1998 20:58:34 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809241858.UAA24764@gratis.grondar.za> To: Nik Clayton cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 19:52:16 +0100." <19980924195216.45708@nothing-going-on.org> References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> Date: Thu, 24 Sep 1998 20:58:33 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nik Clayton wrote: > When I got my freefall account, I mailed (Jordan I think) my prefered > password, crypted and ready to drop into /etc/passwd. > > Then I > > cd /usr/ports/security/ssh > make install > > Ever since then I've used ssh to get to freefall (and wcarchive). Each > time I get prompted for the password I set up earlier. Right. > Is this about to change then? Or am I missing something fundamental? The password you type will suddenly stop working unless you a) set up your account at WC to accept no-password logins OR b) work with us to get your password registered with kerberos. > PS: Of course, that 'something fundamental' is probably a good dose of RTFM. :-) No - you hit the nail on the head with a large hammer. You just need to figure out hou to make ssh log you in "no-password". Hint: look at ssh-keygen(1). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 12:13:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24123 for cvs-all-outgoing; Thu, 24 Sep 1998 12:13:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24109 for ; Thu, 24 Sep 1998 12:13:29 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA25559; Thu, 24 Sep 1998 13:13:25 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA00626; Thu, 24 Sep 1998 13:13:24 -0600 Date: Thu, 24 Sep 1998 13:13:24 -0600 Message-Id: <199809241913.NAA00626@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mark Murray Cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809241858.UAA24764@gratis.grondar.za> References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <199809241858.UAA24764@gratis.grondar.za> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The password you type will suddenly stop working unless you > a) set up your account at WC to accept no-password logins OR > b) work with us to get your password registered with kerberos. What about folks who are using OS's at times that don't do SSH (ie; Win32)? They also don't have a kerberized telnet available. :( (Most of the work I do is from unix boxes, but sometimes it's not. :() Nate From owner-cvs-all Thu Sep 24 12:21:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25929 for cvs-all-outgoing; Thu, 24 Sep 1998 12:21:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25920 for ; Thu, 24 Sep 1998 12:21:14 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id OAA06537; Thu, 24 Sep 1998 14:20:39 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id OAA16568; Thu, 24 Sep 1998 14:20:07 -0500 Message-ID: <19980924142007.20035@right.PCS> Date: Thu, 24 Sep 1998 14:20:07 -0500 From: Jonathan Lemon To: Nate Williams Cc: Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <199809241858.UAA24764@gratis.grondar.za> <199809241913.NAA00626@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199809241913.NAA00626@mt.sri.com>; from Nate Williams on Sep 09, 1998 at 01:13:24PM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 09, 1998 at 01:13:24PM -0600, Nate Williams wrote: > > The password you type will suddenly stop working unless you > > a) set up your account at WC to accept no-password logins OR > > b) work with us to get your password registered with kerberos. > > What about folks who are using OS's at times that don't do SSH (ie; > Win32)? They also don't have a kerberized telnet available. :( Try the CRT client for windows. They have an SSH version out, and (IIRC) the license fee is reasonable ($20, or so). If you are doing "telnet" from a winlose box, you're going to have to replace the native telnet client anyways, or slowly lose your sanity. -- Jonathan From owner-cvs-all Thu Sep 24 12:26:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26986 for cvs-all-outgoing; Thu, 24 Sep 1998 12:26:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26962 for ; Thu, 24 Sep 1998 12:26:21 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA25682; Thu, 24 Sep 1998 13:26:04 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA00745; Thu, 24 Sep 1998 13:26:03 -0600 Date: Thu, 24 Sep 1998 13:26:03 -0600 Message-Id: <199809241926.NAA00745@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jonathan Lemon Cc: Nate Williams , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <19980924142007.20035@right.PCS> References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <199809241858.UAA24764@gratis.grondar.za> <199809241913.NAA00626@mt.sri.com> <19980924142007.20035@right.PCS> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > The password you type will suddenly stop working unless you > > > a) set up your account at WC to accept no-password logins OR > > > b) work with us to get your password registered with kerberos. > > > > What about folks who are using OS's at times that don't do SSH (ie; > > Win32)? They also don't have a kerberized telnet available. :( > > Try the CRT client for windows. They have an SSH version out, and > (IIRC) the license fee is reasonable ($20, or so). But sometimes I'm places where I don't have access to the SSH version (read, business trips where I don't have my box with me). > If you are doing "telnet" from a winlose box, you're going to have to > replace the native telnet client anyways, or slowly lose your sanity. Agreed, but *free* is a much better price than $20, especially when I don't have the $20 version many times. Basically, what I'm asking is there a *secure* way of allowing logins over the net besides ssh/kerberized-telnet? Nate From owner-cvs-all Thu Sep 24 12:37:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29021 for cvs-all-outgoing; Thu, 24 Sep 1998 12:37:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29007 for ; Thu, 24 Sep 1998 12:37:29 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id DAA22482; Fri, 25 Sep 1998 03:36:09 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809241936.DAA22482@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Nate Williams cc: Jonathan Lemon , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 13:26:03 CST." <199809241926.NAA00745@mt.sri.com> Date: Fri, 25 Sep 1998 03:36:08 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > > > > The password you type will suddenly stop working unless you > > > > a) set up your account at WC to accept no-password logins OR > > > > b) work with us to get your password registered with kerberos. > > > > > > What about folks who are using OS's at times that don't do SSH (ie; > > > Win32)? They also don't have a kerberized telnet available. :( > > > > Try the CRT client for windows. They have an SSH version out, and > > (IIRC) the license fee is reasonable ($20, or so). > > But sometimes I'm places where I don't have access to the SSH version > (read, business trips where I don't have my box with me). > > > If you are doing "telnet" from a winlose box, you're going to have to > > replace the native telnet client anyways, or slowly lose your sanity. > > Agreed, but *free* is a much better price than $20, especially when I > don't have the $20 version many times. > > Basically, what I'm asking is there a *secure* way of allowing logins > over the net besides ssh/kerberized-telnet? Set up s/key on your freefall account, generate and print out the next 10 or so passwords in sequence and carry them in your wallet.. You never know when you're going to need to log in from a machine or network you don't trust. (eg: terminal rooms where people have been tinkering with the machines for days and you don't know if you can trust the ssh on them). Now, if somebody would set up a similar thing (one-time-passwords) for ssh's protection for it's private keys... > Nate Cheers, -Peter From owner-cvs-all Thu Sep 24 12:38:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29162 for cvs-all-outgoing; Thu, 24 Sep 1998 12:38:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from wpaul@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29000; Thu, 24 Sep 1998 12:37:27 -0700 (PDT) (envelope-from wpaul) From: Bill Paul Message-Id: <199809241937.MAA29000@hub.freebsd.org> Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809241926.NAA00745@mt.sri.com> from Nate Williams at "Sep 24, 98 01:26:03 pm" To: nate@mt.sri.com (Nate Williams) Date: Thu, 24 Sep 1998 12:37:27 -0700 (PDT) Cc: committers@FreeBSD.org, mark@grondar.za, jlemon@americantv.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > > The password you type will suddenly stop working unless you > > > > a) set up your account at WC to accept no-password logins OR > > > > b) work with us to get your password registered with kerberos. > > > > > > What about folks who are using OS's at times that don't do SSH (ie; > > > Win32)? They also don't have a kerberized telnet available. :( > > > > Try the CRT client for windows. They have an SSH version out, and > > (IIRC) the license fee is reasonable ($20, or so). > > But sometimes I'm places where I don't have access to the SSH version > (read, business trips where I don't have my box with me). > > > If you are doing "telnet" from a winlose box, you're going to have to > > replace the native telnet client anyways, or slowly lose your sanity. > > Agreed, but *free* is a much better price than $20, especially when I > don't have the $20 version many times. > > Basically, what I'm asking is there a *secure* way of allowing logins > over the net besides ssh/kerberized-telnet? One way that springs to mind is to use s/key. You print out a bunch of one-time keys before you leave for your trip, then stuff the paper in your wallet. Then you can use telnet, but you'll be using your one-time passwords to log in, so password sniffing isn't a problem. (You won't have encryption though, so if you have to type in some other password while you're logged in, there could still be trouble.) Of course, one limitation is that if you use up all your one time passwords before you return home, you'll be stuck unless you can find an s/key key generator program somewhere. And somebody could steal your wallet and your password sheet. :) -Bill From owner-cvs-all Thu Sep 24 12:40:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29471 for cvs-all-outgoing; Thu, 24 Sep 1998 12:40:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29459 for ; Thu, 24 Sep 1998 12:40:14 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA25794; Thu, 24 Sep 1998 13:39:49 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA00872; Thu, 24 Sep 1998 13:39:48 -0600 Date: Thu, 24 Sep 1998 13:39:48 -0600 Message-Id: <199809241939.NAA00872@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Peter Wemm Cc: Nate Williams , Jonathan Lemon , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809241936.DAA22482@spinner.netplex.com.au> References: <199809241926.NAA00745@mt.sri.com> <199809241936.DAA22482@spinner.netplex.com.au> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Basically, what I'm asking is there a *secure* way of allowing logins > > over the net besides ssh/kerberized-telnet? > > Set up s/key on your freefall account, generate and print out the next 10 > or so passwords in sequence and carry them in your wallet.. You never > know when you're going to need to log in from a machine or network you > don't trust. Exactly! Do you have any documentations on how to do that? > (eg: terminal rooms where people have been tinkering with > the machines for days and you don't know if you can trust the ssh on them). This is just what I was hoping for (assuming it work with a standard telnet client from windows)? If so, then at that point I could download/install a 'secure' connection from that point on. Thanks Peter! Nate From owner-cvs-all Thu Sep 24 12:56:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01345 for cvs-all-outgoing; Thu, 24 Sep 1998 12:56:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA01312 for ; Thu, 24 Sep 1998 12:56:32 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:cnBvG3P5gpZzVeZvFPnrSkKhkMS9o3Aw@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA27873; Thu, 24 Sep 1998 21:56:05 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809241956.VAA27873@gratis.grondar.za> To: Nate Williams cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 13:13:24 CST." <199809241913.NAA00626@mt.sri.com> References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <199809241858.UAA24764@gratis.grondar.za> <199809241913.NAA00626@mt.sri.com> Date: Thu, 24 Sep 1998 21:56:04 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > > The password you type will suddenly stop working unless you > > a) set up your account at WC to accept no-password logins OR > > b) work with us to get your password registered with kerberos. > > What about folks who are using OS's at times that don't do SSH (ie; > Win32)? They also don't have a kerberized telnet available. :( > > (Most of the work I do is from unix boxes, but sometimes it's not. :() S/KEY is your friend :-) (That was mentioned in the original notice :-) ) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 13:02:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01856 for cvs-all-outgoing; Thu, 24 Sep 1998 13:02:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01847 for ; Thu, 24 Sep 1998 13:02:36 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:I6tUSgnQHPEZ3GBsAMi7ZCa66ZwQWlv+@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA27957; Thu, 24 Sep 1998 22:01:39 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809242001.WAA27957@gratis.grondar.za> To: Nate Williams cc: Peter Wemm , Jonathan Lemon , committers@freebsd.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Thu, 24 Sep 1998 13:39:48 CST." <199809241939.NAA00872@mt.sri.com> References: <199809241926.NAA00745@mt.sri.com> <199809241936.DAA22482@spinner.netplex.com.au> <199809241939.NAA00872@mt.sri.com> Date: Thu, 24 Sep 1998 22:01:38 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > > Set up s/key on your freefall account, generate and print out the next 10 > > or so passwords in sequence and carry them in your wallet.. You never > > know when you're going to need to log in from a machine or network you > > don't trust. > > Exactly! Do you have any documentations on how to do that? Start with the man pages for skey(1). > > (eg: terminal rooms where people have been tinkering with > > the machines for days and you don't know if you can trust the ssh on them). > > This is just what I was hoping for (assuming it work with a standard > telnet client from windows)? If so, then at that point I could > download/install a 'secure' connection from that point on. It works on the lowliest, rottenest telnet around :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 24 13:05:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02247 for cvs-all-outgoing; Thu, 24 Sep 1998 13:05:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02239 for ; Thu, 24 Sep 1998 13:05:09 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id NAA00446; Thu, 24 Sep 1998 13:08:08 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809242008.NAA00446@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Peter Wemm cc: Nate Williams , Jonathan Lemon , Mark Murray , committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Fri, 25 Sep 1998 03:36:08 +0800." <199809241936.DAA22482@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Sep 1998 13:08:08 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Set up s/key on your freefall account, generate and print out the next 10 > or so passwords in sequence and carry them in your wallet.. You never > know when you're going to need to log in from a machine or network you > don't trust. (eg: terminal rooms where people have been tinkering with > the machines for days and you don't know if you can trust the ssh on them). This is why you *always* take your laptop with you, and where the much-vilified Libretto is an ideal solution. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Thu Sep 24 13:07:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02637 for cvs-all-outgoing; Thu, 24 Sep 1998 13:07:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02622 for ; Thu, 24 Sep 1998 13:07:36 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA26003; Thu, 24 Sep 1998 14:07:10 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01153; Thu, 24 Sep 1998 14:07:09 -0600 Date: Thu, 24 Sep 1998 14:07:09 -0600 Message-Id: <199809242007.OAA01153@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Smith Cc: Peter Wemm , Nate Williams , Jonathan Lemon , Mark Murray , committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809242008.NAA00446@dingo.cdrom.com> References: <199809241936.DAA22482@spinner.netplex.com.au> <199809242008.NAA00446@dingo.cdrom.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Set up s/key on your freefall account, generate and print out the next 10 > > or so passwords in sequence and carry them in your wallet.. You never > > know when you're going to need to log in from a machine or network you > > don't trust. (eg: terminal rooms where people have been tinkering with > > the machines for days and you don't know if you can trust the ssh on them). > > This is why you *always* take your laptop with you, and where the > much-vilified Libretto is an ideal solution. Not any more than my 560. The problem isn't size/weight, it's lack of an remote network connection (which involves getting an IP address, etc...) Nate From owner-cvs-all Thu Sep 24 13:16:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04237 for cvs-all-outgoing; Thu, 24 Sep 1998 13:16:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04232 for ; Thu, 24 Sep 1998 13:16:17 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id NAA21591; Thu, 24 Sep 1998 13:16:11 -0700 (PDT) Date: Thu, 24 Sep 1998 13:16:11 -0700 (PDT) From: Matthew Dillon Message-Id: <199809242016.NAA21591@apollo.backplane.com> To: Luoqi Chen Cc: committers@FreeBSD.ORG Subject: Re: Having some serious file write / mmap inconsistancy problems Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :> * There are a number of situations where the pages can be disassociated :> from the bp. vm_hold_free_pages() will disassociate the pages, :> allocbuf() may disassociate pages, and vfs_vmio_release() will :> disassociate the pages. All of these can occur in situations where :> B_DELWRI is completely ignored. :> :It is very serious if these could ever happen. Could you add some printf :statements at the beginning of these functions to check if the B_DELWRI :flag is set for the buffer? : :-lq Yah, I've started to add debugging stuff. What about line 672-680 of kern/vfs_bio.c ? In brelse(): ... if (bp->b_flags & (B_INVAL | B_RELBUF)) vfs_vmio_release(bp); } else if (bp->b_flags & B_VMIO) { if (bp->b_flags & (B_INVAL | B_RELBUF)) vfs_vmio_release(bp); } Is it possible for B_DELWRI to be set at these points in the code? If vfs_vmio_release() gets called with B_DELWRI set, I think we have a problem. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 13:28:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06219 for cvs-all-outgoing; Thu, 24 Sep 1998 13:28:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06214 for ; Thu, 24 Sep 1998 13:28:44 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id NAA21668; Thu, 24 Sep 1998 13:28:35 -0700 (PDT) Date: Thu, 24 Sep 1998 13:28:35 -0700 (PDT) From: Matthew Dillon Message-Id: <199809242028.NAA21668@apollo.backplane.com> To: Mike Smith Cc: Peter Wemm , Nate Williams , Jonathan Lemon , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809242008.NAA00446@dingo.cdrom.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :> know when you're going to need to log in from a machine or network you :> don't trust. (eg: terminal rooms where people have been tinkering with :> the machines for days and you don't know if you can trust the ssh on them). : :This is why you *always* take your laptop with you, and where the :much-vilified Libretto is an ideal solution. : :-- :\\ Sometimes you're ahead, \\ Mike Smith Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh system. Works even better then security cards(!) heh heh heh. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 13:34:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07335 for cvs-all-outgoing; Thu, 24 Sep 1998 13:34:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07319 for ; Thu, 24 Sep 1998 13:34:56 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA26233; Thu, 24 Sep 1998 14:34:18 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01374; Thu, 24 Sep 1998 14:34:16 -0600 Date: Thu, 24 Sep 1998 14:34:16 -0600 Message-Id: <199809242034.OAA01374@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Matthew Dillon Cc: Mike Smith , Peter Wemm , Nate Williams , Jonathan Lemon , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809242028.NAA21668@apollo.backplane.com> References: <199809242008.NAA00446@dingo.cdrom.com> <199809242028.NAA21668@apollo.backplane.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > :> know when you're going to need to log in from a machine or network you > :> don't trust. (eg: terminal rooms where people have been tinkering with > :> the machines for days and you don't know if you can trust the ssh on them). > : > :This is why you *always* take your laptop with you, and where the > :much-vilified Libretto is an ideal solution. > : > Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh > system. Works even better then security cards(!) heh heh heh. Actually, this isn't a bad idea. You just need an easy way to configure the IP address, and you're up and running. :) (The only place this falls down is if the IP connection is a dial-up connection on the very computer you want to have a secure connection on. This only happens when I'm at relatives house on vacation.) Nate ps. Do you have such a floppy? From owner-cvs-all Thu Sep 24 13:41:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09228 for cvs-all-outgoing; Thu, 24 Sep 1998 13:41:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09157 for ; Thu, 24 Sep 1998 13:40:39 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id PAA06928; Thu, 24 Sep 1998 15:39:16 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id PAA00534; Thu, 24 Sep 1998 15:38:44 -0500 Message-ID: <19980924153844.13776@right.PCS> Date: Thu, 24 Sep 1998 15:38:44 -0500 From: Jonathan Lemon To: Nate Williams Cc: Matthew Dillon , Mike Smith , Peter Wemm , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809242008.NAA00446@dingo.cdrom.com> <199809242028.NAA21668@apollo.backplane.com> <199809242034.OAA01374@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199809242034.OAA01374@mt.sri.com>; from Nate Williams on Sep 09, 1998 at 02:34:16PM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 09, 1998 at 02:34:16PM -0600, Nate Williams wrote: > > Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh > > system. Works even better then security cards(!) heh heh heh. > > Actually, this isn't a bad idea. You just need an easy way to configure > the IP address, and you're up and running. :) > > (The only place this falls down is if the IP connection is a dial-up > connection on the very computer you want to have a secure connection > on. This only happens when I'm at relatives house on vacation.) > > Nate > > ps. Do you have such a floppy? It's called `picobsd'. :-) Comes in darned handy when you're stuck in the university library in a sea of windows machines, and want to get some real work done. -- Jonathan From owner-cvs-all Thu Sep 24 13:48:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11124 for cvs-all-outgoing; Thu, 24 Sep 1998 13:48:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11112 for ; Thu, 24 Sep 1998 13:48:31 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA26375; Thu, 24 Sep 1998 14:48:24 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01498; Thu, 24 Sep 1998 14:48:23 -0600 Date: Thu, 24 Sep 1998 14:48:23 -0600 Message-Id: <199809242048.OAA01498@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jonathan Lemon Cc: Nate Williams , Matthew Dillon , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <19980924153844.13776@right.PCS> References: <199809242008.NAA00446@dingo.cdrom.com> <199809242028.NAA21668@apollo.backplane.com> <199809242034.OAA01374@mt.sri.com> <19980924153844.13776@right.PCS> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh > > > system. Works even better then security cards(!) heh heh heh. > > > > Actually, this isn't a bad idea. You just need an easy way to configure > > the IP address, and you're up and running. :) > > > > (The only place this falls down is if the IP connection is a dial-up > > connection on the very computer you want to have a secure connection > > on. This only happens when I'm at relatives house on vacation.) > > > > Nate > > > > ps. Do you have such a floppy? > > It's called `picobsd'. :-) Comes in darned handy when you're > stuck in the university library in a sea of windows machines, > and want to get some real work done. I didn't realize picoBSD had all of those things available on it out of the box? Nate From owner-cvs-all Thu Sep 24 13:49:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11190 for cvs-all-outgoing; Thu, 24 Sep 1998 13:49:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11167; Thu, 24 Sep 1998 13:48:53 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id EAA22805; Fri, 25 Sep 1998 04:48:46 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809242048.EAA22805@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Paul cc: nate@mt.sri.com (Nate Williams), committers@FreeBSD.ORG, mark@grondar.za, jlemon@americantv.com Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 12:37:27 MST." <199809241937.MAA29000@hub.freebsd.org> Date: Fri, 25 Sep 1998 04:48:45 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Paul wrote: > And somebody could steal your wallet and your password sheet. :) That's why you write a hostname and IP address for some .mil or .gov site on the page. Or write "note: passwords expire 10-July-1998" or something else along those lines in a way that looks like it's a note to yourself. Otherwise wait until they are not looking and install FreeBSD on the machine so you know exactly what you are dealing with. :-) > -Bill Cheers, -Peter From owner-cvs-all Thu Sep 24 13:52:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11815 for cvs-all-outgoing; Thu, 24 Sep 1998 13:52:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11784 for ; Thu, 24 Sep 1998 13:51:50 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id WAA15362; Thu, 24 Sep 1998 22:51:43 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id WAA04643; Thu, 24 Sep 1998 22:51:42 +0200 (MET DST) Message-ID: <19980924225138.17818@follo.net> Date: Thu, 24 Sep 1998 22:51:38 +0200 From: Eivind Eklund To: Nate Williams Cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809242008.NAA00446@dingo.cdrom.com> <199809242028.NAA21668@apollo.backplane.com> <199809242034.OAA01374@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809242034.OAA01374@mt.sri.com>; from Nate Williams on Thu, Sep 24, 1998 at 02:34:16PM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 24, 1998 at 02:34:16PM -0600, Nate Williams wrote: > > Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh > > system. Works even better then security cards(!) heh heh heh. > > Actually, this isn't a bad idea. You just need an easy way to configure > the IP address, and you're up and running. :) > > (The only place this falls down is if the IP connection is a dial-up > connection on the very computer you want to have a secure connection > on. This only happens when I'm at relatives house on vacation.) > > Nate > > ps. Do you have such a floppy? * EE points at /usr/src/release/picobsd/dial/ Eivind. From owner-cvs-all Thu Sep 24 13:58:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13692 for cvs-all-outgoing; Thu, 24 Sep 1998 13:58:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13534 for ; Thu, 24 Sep 1998 13:58:07 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id PAA07050; Thu, 24 Sep 1998 15:57:54 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id PAA03712; Thu, 24 Sep 1998 15:57:23 -0500 Message-ID: <19980924155723.52718@right.PCS> Date: Thu, 24 Sep 1998 15:57:23 -0500 From: Jonathan Lemon To: Nate Williams Cc: Matthew Dillon , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809242008.NAA00446@dingo.cdrom.com> <199809242028.NAA21668@apollo.backplane.com> <199809242034.OAA01374@mt.sri.com> <19980924153844.13776@right.PCS> <199809242048.OAA01498@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <199809242048.OAA01498@mt.sri.com>; from Nate Williams on Sep 09, 1998 at 02:48:23PM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 09, 1998 at 02:48:23PM -0600, Nate Williams wrote: > > > > Nahhh, this is where you take your all-in-one floppy-boot-kernel-ssh > > > > system. Works even better then security cards(!) heh heh heh. > > > > > > Actually, this isn't a bad idea. You just need an easy way to configure > > > the IP address, and you're up and running. :) > > > > > > (The only place this falls down is if the IP connection is a dial-up > > > connection on the very computer you want to have a secure connection > > > on. This only happens when I'm at relatives house on vacation.) > > > > > > Nate > > > > > > ps. Do you have such a floppy? > > > > It's called `picobsd'. :-) Comes in darned handy when you're > > stuck in the university library in a sea of windows machines, > > and want to get some real work done. > > I didn't realize picoBSD had all of those things available on it out of > the box? Yup. Although you have to configure/build ssh from ports first, but the `dial' version of picoBSD will include ssh as well as ppp, telnet, etc. (cf: src/release/picobsd/dial/crunch1/crunch.conf for complete list of utilities). -- Jonathan From owner-cvs-all Thu Sep 24 15:04:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24985 for cvs-all-outgoing; Thu, 24 Sep 1998 15:04:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24939; Thu, 24 Sep 1998 15:04:29 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14658; Thu, 24 Sep 1998 15:04:24 -0700 (PDT) Date: Thu, 24 Sep 1998 15:04:24 -0700 (PDT) Message-Id: <199809242204.PAA14658@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/24 15:04:24 PDT Modified files: . modules Log: ja-k8 is moving to ja-elisa10x8. Revision Changes Path 1.2390 +2 -2 CVSROOT/modules From owner-cvs-all Thu Sep 24 15:04:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24990 for cvs-all-outgoing; Thu, 24 Sep 1998 15:04:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24952; Thu, 24 Sep 1998 15:04:29 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA14683; Thu, 24 Sep 1998 15:04:27 -0700 (PDT) Date: Thu, 24 Sep 1998 15:04:27 -0700 (PDT) Message-Id: <199809242204.PAA14683@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/24 15:04:27 PDT Modified files: japanese Makefile Log: ja-k8 is moving to ja-elisa10x8. Revision Changes Path 1.148 +2 -2 ports/japanese/Makefile From owner-cvs-all Thu Sep 24 15:44:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02367 for cvs-all-outgoing; Thu, 24 Sep 1998 15:44:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02353; Thu, 24 Sep 1998 15:43:56 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA15564; Thu, 24 Sep 1998 15:43:56 -0700 (PDT) Date: Thu, 24 Sep 1998 15:43:56 -0700 (PDT) Message-Id: <199809242243.PAA15564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/24 15:43:55 PDT Modified files: sys/cam cam_xpt.c Log: Fix a few problems with the tag delay code: - Tagged devices were limited to one transaction (oops) - We revert to untagged with a tag delay if the user changed the transfer negotiation values (via perhaps camcontrol some day). - xpt_async did not use the expanded path in some cases which could cause a panic. Revision Changes Path 1.13 +68 -47 src/sys/cam/cam_xpt.c From owner-cvs-all Thu Sep 24 16:27:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10810 for cvs-all-outgoing; Thu, 24 Sep 1998 16:27:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-19.ppp.wenet.net [206.15.84.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10792; Thu, 24 Sep 1998 16:27:29 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id QAA01934; Thu, 24 Sep 1998 16:29:17 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 24 Sep 1998 16:29:17 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Bill Paul cc: Nate Williams , committers@FreeBSD.ORG, mark@grondar.za, jlemon@americantv.com Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809241937.MAA29000@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Bill Paul wrote: [..] > Of course, one limitation is that if you use up all your one time > passwords before you return home, you'll be stuck unless you can find > an s/key key generator program somewhere. Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a Windows binary, stuff that on a web site somewhere and grab it whenever you're on a strange Windows box. Sure beats actually carrying around your passwords. > And somebody could steal your wallet and your password sheet. :) - alex From owner-cvs-all Thu Sep 24 16:36:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12046 for cvs-all-outgoing; Thu, 24 Sep 1998 16:36:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11999 for ; Thu, 24 Sep 1998 16:35:46 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA25701; Fri, 25 Sep 1998 00:35:33 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id AAA23344; Fri, 25 Sep 1998 00:35:12 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809242335.AAA23344@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: Nik Clayton , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 20:58:33 +0200." <199809241858.UAA24764@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Sep 1998 00:35:12 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > PS: Of course, that 'something fundamental' is probably a good dose of RTFM. > > :-) No - you hit the nail on the head with a large hammer. You just > need to figure out hou to make ssh log you in "no-password". Hint: > look at ssh-keygen(1). There are lots of gotchas that tend to strike afterwards. The best is having a home directory that's group writable (don't). If you do stuff from libalias'd machines, you must make your host key on all machines behind the alias'er the same as the alias'ers and add whatever *.freebsd.org sees as being the connecting machine to your .shosts file. > M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Sep 24 16:36:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12166 for cvs-all-outgoing; Thu, 24 Sep 1998 16:36:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12112; Thu, 24 Sep 1998 16:36:20 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA25402; Fri, 25 Sep 1998 00:32:13 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id AAA23314; Fri, 25 Sep 1998 00:31:13 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809242331.AAA23314@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Nate Williams cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pccard.c In-reply-to: Your message of "Thu, 24 Sep 1998 10:56:32 PDT." <199809241756.KAA06936@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Sep 1998 00:31:13 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > nate 1998/09/24 10:56:31 PDT > > Modified files: > sys/pccard pccard.c > Log: > - Fix a bug where a "power_off_slot' timeout was not cancelled when the > computer 'suspended', although the slot was powered off. There was a > race where the slow could be powered off *after* it was assigned a > new driver when the computer was 'resumed'. > > Noticed by: Brian Somers > > Revision Changes Path > 1.66 +6 -1 src/sys/pccard/pccard.c That was quick ! Thanks. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Sep 24 16:40:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA12630 for cvs-all-outgoing; Thu, 24 Sep 1998 16:40:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA12567; Thu, 24 Sep 1998 16:39:56 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id JAA10776; Fri, 25 Sep 1998 09:46:05 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809242346.JAA10776@cimlogic.com.au> Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: from Alex at "Sep 24, 98 04:29:17 pm" To: garbanzo@hooked.net (Alex) Date: Fri, 25 Sep 1998 09:46:05 +1000 (EST) Cc: wpaul@FreeBSD.ORG, nate@mt.sri.com, committers@FreeBSD.ORG, mark@grondar.za, jlemon@americantv.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex wrote: > Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a > Windows binary, stuff that on a web site somewhere and grab it whenever > you're on a strange Windows box. Sure beats actually carrying around your > passwords. GNU-Win32 requires you to put stuff in the registry on the box you run it on. That's a "nice" thing to do to some unsuspecting person's machine. 8-) -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-all Thu Sep 24 17:03:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15737 for cvs-all-outgoing; Thu, 24 Sep 1998 17:03:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15724 for ; Thu, 24 Sep 1998 17:03:24 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id AAA26320; Fri, 25 Sep 1998 00:57:31 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id AAA23991; Fri, 25 Sep 1998 00:56:30 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809242356.AAA23991@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Eivind Eklund cc: Nate Williams , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Thu, 24 Sep 1998 22:51:38 +0200." <19980924225138.17818@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Sep 1998 00:56:30 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * EE points at /usr/src/release/picobsd/dial/ This ``third party quoting'' is becoming a habit... have you been playing too many muds or something ? Or maybe you've just had your first kid (groan;). > Eivind. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Sep 24 17:33:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21110 for cvs-all-outgoing; Thu, 24 Sep 1998 17:33:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21097 for ; Thu, 24 Sep 1998 17:33:41 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id RAA22359; Thu, 24 Sep 1998 17:33:33 -0700 (PDT) Date: Thu, 24 Sep 1998 17:33:33 -0700 (PDT) From: Matthew Dillon Message-Id: <199809250033.RAA22359@apollo.backplane.com> To: Luoqi Chen Cc: committers@FreeBSD.ORG Subject: Kernel is hitting my debugging printf's Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brelse-A: releasing BP marked B_DELWRI 204202b0 vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 ^^^^ bp->b_flags B_DELWRI B_CACHE B_BUSY D_BONE B_CLUSTEROK B_RELBUF B_VMIO brelse-A: releasing BP marked B_DELWRI 204202b0 vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 brelse-A: releasing BP marked B_DELWRI 204202b0 vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 I stuck this printf in kern/vfs_bio.c around line 671, in brelse(): ... /* MATT HACK */ if ((bp->b_flags & (B_INVAL|B_RELBUF)) && (bp->b_flags & B_DELWRI)) printf("brelse-A: releasing BP marked B_DELWRI %08lx\n", (long)bp->b_flags); if (bp->b_flags & (B_INVAL | B_RELBUF)) vfs_vmio_release(bp); } else if (bp->b_flags & B_VMIO) { /* MATT HACK */ if ((bp->b_flags & (B_INVAL|B_RELBUF)) && (bp->b_flags & B_DELWRI)) printf("brelse-B: releasing BP marked B_DELWRI %08lx\n", (long)bp->b_flags); If I understand the code correctly, this is illegal. Here's the sequence of events as I understand it: * small write is made, page associated with bp and modified. page is now dirty. * bdwrite() is called * bp is marked B_DELWRI and page is remarked clean (this turns out to be necessary so we can detect if the page is modified again) * page is *required* to remain associated with the bp until it is written out by the VFS system, because if the page is disassociated from the bp the fact that it has been marked clean can cause it to be thrown away, thus we lose the write() we did. * The logs above show that the page is being disassociated while B_DELWRI is still set in the bp. I believe this to be illegal. From looking at the code it appears that B_DELWRI is cleared when actual I/O is initiated on the bp. The logs above show that that has not occured (B_DELWRI is still set). So, can any experts out there tell me if I'm barking up the right tree or not? I don't want to bug John too much since he has other projects going on. Luoqi? Anyone else ? -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 17:53:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23414 for cvs-all-outgoing; Thu, 24 Sep 1998 17:53:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23347 for ; Thu, 24 Sep 1998 17:53:02 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id UAA29657; Thu, 24 Sep 1998 20:52:57 -0400 (EDT) (envelope-from luoqi) Date: Thu, 24 Sep 1998 20:52:57 -0400 (EDT) From: Luoqi Chen Message-Id: <199809250052.UAA29657@lor.watermarkgroup.com> To: dillon@backplane.com, luoqi@watermarkgroup.com Subject: Re: Kernel is hitting my debugging printf's Cc: committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bingo! That's it! I think this is the one that's responsible for the data loss. After the page is put on the page cache queue, it could be reclaimed for other use. The next time you write to the same disk block, the data has to be reread from the disk which doesn't have latest modifications. To fix this problem, you either could change to if statements to check for B_DELWRI bit, or clear B_RELBUF if B_DELWRI is set earlier in the function. I prefer the latter because it doesn't make much sense carrying the B_RELBUF bit around. -lq > brelse-A: releasing BP marked B_DELWRI 204202b0 > vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 > ^^^^ > bp->b_flags > > B_DELWRI > B_CACHE > B_BUSY > D_BONE > B_CLUSTEROK > B_RELBUF > B_VMIO > > brelse-A: releasing BP marked B_DELWRI 204202b0 > vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 > brelse-A: releasing BP marked B_DELWRI 204202b0 > vfs_vmio_release: releasing BP marked B_DELWRI 204202b0 > > I stuck this printf in kern/vfs_bio.c around line 671, in brelse(): > > ... > > /* MATT HACK */ > if ((bp->b_flags & (B_INVAL|B_RELBUF)) && (bp->b_flags & B_DELWRI)) > printf("brelse-A: releasing BP marked B_DELWRI %08lx\n", (long)bp->b_flags); > > if (bp->b_flags & (B_INVAL | B_RELBUF)) > vfs_vmio_release(bp); > } else if (bp->b_flags & B_VMIO) { > /* MATT HACK */ > if ((bp->b_flags & (B_INVAL|B_RELBUF)) && (bp->b_flags & B_DELWRI)) > printf("brelse-B: releasing BP marked B_DELWRI %08lx\n", (long)bp->b_flags); > > > If I understand the code correctly, this is illegal. Here's the sequence > of events as I understand it: > > * small write is made, page associated with bp and modified. page is > now dirty. > > * bdwrite() is called > > * bp is marked B_DELWRI and page is remarked clean (this turns out to > be necessary so we can detect if the page is modified again) > > * page is *required* to remain associated with the bp until it is > written out by the VFS system, because if the page is disassociated > from the bp the fact that it has been marked clean can cause it to > be thrown away, thus we lose the write() we did. > > * The logs above show that the page is being disassociated while > B_DELWRI is still set in the bp. I believe this to be illegal. > From looking at the code it appears that B_DELWRI is cleared when > actual I/O is initiated on the bp. The logs above show that that > has not occured (B_DELWRI is still set). > > So, can any experts out there tell me if I'm barking up the right tree or > not? I don't want to bug John too much since he has other projects going > on. Luoqi? Anyone else ? > > -Matt > > Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet > Communications & God knows what else. > (Please include original email in any response) > From owner-cvs-all Thu Sep 24 17:59:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24134 for cvs-all-outgoing; Thu, 24 Sep 1998 17:59:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24105 for ; Thu, 24 Sep 1998 17:59:13 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id RAA22443; Thu, 24 Sep 1998 17:59:06 -0700 (PDT) Date: Thu, 24 Sep 1998 17:59:06 -0700 (PDT) From: Matthew Dillon Message-Id: <199809250059.RAA22443@apollo.backplane.com> To: Luoqi Chen Cc: committers@FreeBSD.ORG Subject: Re: Kernel is hitting my debugging printf's References: <199809250052.UAA29657@lor.watermarkgroup.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :Bingo! That's it! I think this is the one that's responsible for the data loss. :After the page is put on the page cache queue, it could be reclaimed for :other use. The next time you write to the same disk block, the data has to be :reread from the disk which doesn't have latest modifications. : :To fix this problem, you either could change to if statements to check for :B_DELWRI bit, or clear B_RELBUF if B_DELWRI is set earlier in the function. :I prefer the latter because it doesn't make much sense carrying the B_RELBUF :bit around. : :-lq Ok, I will throw in clearing B_RELBUF if B_DELWRI is set just before the VMIO buffer rundown in brelse() and let it run for a day or two on our news box before comitting it. -Matt From owner-cvs-all Thu Sep 24 18:22:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27888 for cvs-all-outgoing; Thu, 24 Sep 1998 18:22:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27797; Thu, 24 Sep 1998 18:22:00 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA01632; Thu, 24 Sep 1998 18:21:47 -0700 (PDT) Date: Thu, 24 Sep 1998 18:21:47 -0700 (PDT) Message-Id: <199809250121.SAA01632@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/WebMagick/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/24 18:21:46 PDT Modified files: www/WebMagick/patches patch-aa patch-ab Log: customize indexdir extension Revision Changes Path 1.8 +98 -28 ports/www/WebMagick/patches/patch-aa 1.5 +12 -2 ports/www/WebMagick/patches/patch-ab From owner-cvs-all Thu Sep 24 18:32:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA29779 for cvs-all-outgoing; Thu, 24 Sep 1998 18:32:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-54.ppp.wenet.net [206.15.84.54]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA29755; Thu, 24 Sep 1998 18:32:15 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id SAA08285; Thu, 24 Sep 1998 18:33:46 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 24 Sep 1998 18:33:46 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: John Birrell cc: wpaul@FreeBSD.ORG, nate@mt.sri.com, committers@FreeBSD.ORG, mark@grondar.za, jlemon@americantv.com Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809242346.JAA10776@cimlogic.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Sep 1998, John Birrell wrote: [..] > Alex wrote: > > Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a > > Windows binary, stuff that on a web site somewhere and grab it whenever > > you're on a strange Windows box. Sure beats actually carrying around your > > passwords. > > GNU-Win32 requires you to put stuff in the registry on the box you run > it on. That's a "nice" thing to do to some unsuspecting person's machine. 8-) That assumes the unsuspecting person doesn't have GNU-Win32 already, and does check their registry throughly. It reall doesn't matter too much. If you were that worried about it, the Win32 port of gcc supports native Win32 stuff, and I'm sure a port of key(1) to use the native Win32 calls would be trivial. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | From owner-cvs-all Thu Sep 24 18:37:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00703 for cvs-all-outgoing; Thu, 24 Sep 1998 18:37:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00683 for ; Thu, 24 Sep 1998 18:37:04 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id VAA00121; Thu, 24 Sep 1998 21:36:51 -0400 (EDT) (envelope-from luoqi) Date: Thu, 24 Sep 1998 21:36:51 -0400 (EDT) From: Luoqi Chen Message-Id: <199809250136.VAA00121@lor.watermarkgroup.com> To: dillon@backplane.com, luoqi@watermarkgroup.com Subject: Re: Kernel is hitting my debugging printf's Cc: committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > :Bingo! That's it! I think this is the one that's responsible for the data loss. > :After the page is put on the page cache queue, it could be reclaimed for > :other use. The next time you write to the same disk block, the data has to be > :reread from the disk which doesn't have latest modifications. > : > :To fix this problem, you either could change to if statements to check for > :B_DELWRI bit, or clear B_RELBUF if B_DELWRI is set earlier in the function. > :I prefer the latter because it doesn't make much sense carrying the B_RELBUF > :bit around. > : > :-lq > > Ok, I will throw in clearing B_RELBUF if B_DELWRI is set just before > the VMIO buffer rundown in brelse() and let it run for a day or two > on our news box before comitting it. > > -Matt > > There's still one thing I don't quite understand. The code path to reach vfs_vmio_release with B_RELBUF set should be, vm_fault()->vnode_getpages()->ffs_getpages()->ffs_read()->brelse() If the page is still in a B_DELWRI buffer, it should be also in the vm object, the page fault should be a soft fault, the only thing vm_fault() needs to do is to insert the page into the physical map, no io should be required. There is still something not quite right, this fix shouldn't be needed at all. But for now, I think it will plug the hole. -lq From owner-cvs-all Thu Sep 24 19:16:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07012 for cvs-all-outgoing; Thu, 24 Sep 1998 19:16:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06951; Thu, 24 Sep 1998 19:16:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA03100; Thu, 24 Sep 1998 19:15:56 -0700 (PDT) Date: Thu, 24 Sep 1998 19:15:56 -0700 (PDT) Message-Id: <199809250215.TAA03100@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/24 19:15:56 PDT Modified files: usr.bin Makefile Log: Take doscmd back out - it relies on installed X components to build (!). Revision Changes Path 1.114 +1 -2 src/usr.bin/Makefile From owner-cvs-all Thu Sep 24 19:29:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09321 for cvs-all-outgoing; Thu, 24 Sep 1998 19:29:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09306; Thu, 24 Sep 1998 19:29:49 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id WAA00561; Thu, 24 Sep 1998 22:29:43 -0400 (EDT) (envelope-from luoqi) Date: Thu, 24 Sep 1998 22:29:43 -0400 (EDT) From: Luoqi Chen Message-Id: <199809250229.WAA00561@lor.watermarkgroup.com> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/09/24 19:15:56 PDT > > Modified files: > usr.bin Makefile > Log: > Take doscmd back out - it relies on installed X components to build (!). > > Revision Changes Path > 1.114 +1 -2 src/usr.bin/Makefile > Not really, if X is not installed, a non-X version will be built. I was able to build it after my a.out X libraries were move to aout subdirectory and before I had the elf libraries to replace them. -lq From owner-cvs-all Thu Sep 24 19:30:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09553 for cvs-all-outgoing; Thu, 24 Sep 1998 19:30:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sicily.odyssey.cs.cmu.edu (SICILY.ODYSSEY.CS.CMU.EDU [128.2.185.138]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA09416 for ; Thu, 24 Sep 1998 19:30:05 -0700 (PDT) (envelope-from rvb+@sicily.odyssey.cs.cmu.edu) To: Luoqi Chen Cc: committers@FreeBSD.ORG, dillon@backplane.com Subject: Re: Having some serious file write / mmap inconsistancy problems References: <199809241837.OAA26496@lor.watermarkgroup.com> From: "Robert V. Baron" Date: 24 Sep 1998 22:29:15 -0400 In-Reply-To: Luoqi Chen's message of Thu, 24 Sep 1998 14:37:15 -0400 (EDT) Message-ID: Lines: 22 X-Mailer: Gnus v5.4.46/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have a possibly similar possibly different problem that could be explained (I think) with this sort of an inconsistency. I have a file system (Coda). Its vnodes contain Coda state but also contain the vnode of a cache file (typically ufs). So when you do open/close you open both vnodes and when you do read/write on a Coda vnode, you reapply the operation to the ufs vnode. So now consider copying a file from somewhere (say even coda) into coda. The copy will diff the same. But cmp different (cmp uses mmap). ALso you can not execute the file because the data is garbled (maping again). Again diff works fine. Ok so somehow I've managed to separate the object from the vnode (more on that later). But I lied/simplified before; sometimes the copies cmp and execute fine. What I don't totally understand at all, is that if I do several copies in a row. Some will work and some will not and it seems to be in runs. This sounds like a perfect opporunity of losing some dirty bits. NOTE: There is an added complexity here, because we're probably mapping the object associated with the Coda vnode (not the ufs vnode). So having two objects involved might be my problem. But I really can not understand why it would be intermittent. From owner-cvs-all Thu Sep 24 19:33:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10040 for cvs-all-outgoing; Thu, 24 Sep 1998 19:33:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10014; Thu, 24 Sep 1998 19:32:48 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA22853; Thu, 24 Sep 1998 19:33:31 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Luoqi Chen cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile In-reply-to: Your message of "Thu, 24 Sep 1998 22:29:43 EDT." <199809250229.WAA00561@lor.watermarkgroup.com> Date: Thu, 24 Sep 1998 19:33:31 -0700 Message-ID: <22849.906690811@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Not really, if X is not installed, a non-X version will be built. I was able > to build it after my a.out X libraries were move to aout subdirectory and > before I had the elf libraries to replace them. Hmmm, well, that's interesting since my make release just fell over there (with no X stuff in the chroot dir) trying to link doscmd with X bits which didn't exist. How might you explain that? :-) I'd be happy to have it back in, believe me, all I know is that when it became part of the default build list again, *boom*, there went my release builds. :-) - Jordan From owner-cvs-all Thu Sep 24 19:40:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11010 for cvs-all-outgoing; Thu, 24 Sep 1998 19:40:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10939 for ; Thu, 24 Sep 1998 19:39:54 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id TAA22663; Thu, 24 Sep 1998 19:39:49 -0700 (PDT) Date: Thu, 24 Sep 1998 19:39:49 -0700 (PDT) From: Matthew Dillon Message-Id: <199809250239.TAA22663@apollo.backplane.com> To: Luoqi Chen Cc: committers@FreeBSD.ORG Subject: Re: Kernel is hitting my debugging printf's References: <199809250136.VAA00121@lor.watermarkgroup.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :> :> Ok, I will throw in clearing B_RELBUF if B_DELWRI is set just before :> the VMIO buffer rundown in brelse() and let it run for a day or two :> on our news box before comitting it. :> :> :There's still one thing I don't quite understand. The code path to reach :vfs_vmio_release with B_RELBUF set should be, : vm_fault()->vnode_getpages()->ffs_getpages()->ffs_read()->brelse() :If the page is still in a B_DELWRI buffer, it should be also in the vm object, :the page fault should be a soft fault, the only thing vm_fault() needs to :do is to insert the page into the physical map, no io should be required. :There is still something not quite right, this fix shouldn't be needed at all. :But for now, I think it will plug the hole. : :-lq The filesystem code sets B_RELBUF in ufs/ufs/ufs_readwrite.c. Since we may be doing small write()s, I can see the first write setting B_DELWRI and other writes into the same block setting independantly B_RELBUF, or something to that effect. I think the VM faults are somehow making it more likely that the problem comes to light, perhaps by reordering the page's location in the cache queue making it more likely to be freed or reused. The dnewslink side of the Diablo news system uses madvise() very heavily which could also be an issue along with the mmap. B_RELBUF is only supposed to be advisory, so I think our fix (assuming it works properly... looks good so far!) is the correct thing to do. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 20:16:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16192 for cvs-all-outgoing; Thu, 24 Sep 1998 20:16:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16187 for ; Thu, 24 Sep 1998 20:16:31 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id UAA22825; Thu, 24 Sep 1998 20:16:24 -0700 (PDT) Date: Thu, 24 Sep 1998 20:16:24 -0700 (PDT) From: Matthew Dillon Message-Id: <199809250316.UAA22825@apollo.backplane.com> To: "Robert V. Baron" Cc: Luoqi Chen , committers@FreeBSD.ORG Subject: Re: Having some serious file write / mmap inconsistancy problems References: <199809241837.OAA26496@lor.watermarkgroup.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :I have a possibly similar possibly different problem that could be :explained (I think) with this sort of an inconsistency. I have a file :system (Coda). Its vnodes contain Coda state but also contain the :... :same. But cmp different (cmp uses mmap). ALso you can not execute :the file because the data is garbled (maping again). Again diff works :fine. Ok so somehow I've managed to separate the object from the :... :the copies cmp and execute fine. What I don't totally understand at :NOTE: :There is an added complexity here, because we're probably mapping the :object associated with the Coda vnode (not the ufs vnode). So having :two objects involved might be my problem. But I really can not :understand why it would be intermittent. I think this is a different problem. The bug I found didn't have an inconsistancy problem between mmap() and read(). When the data got corrupted it got corrupted for both. In Coda, are you changing the mappings in the bp's without invalidating the pmaps relating to the underlying pages? I'm not familiar with Coda, but if you are using some sort of backing store and 'mixing' backed pages with unbacked changes, there's certainly the potential to forget something that results in the pmaps being out of sync with a vnode mapping. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Thu Sep 24 21:04:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21475 for cvs-all-outgoing; Thu, 24 Sep 1998 21:04:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-58.ppp.wenet.net [206.15.84.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21452; Thu, 24 Sep 1998 21:04:36 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id VAA00711; Thu, 24 Sep 1998 21:06:10 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 24 Sep 1998 21:06:10 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: "Jordan K. Hubbard" cc: Luoqi Chen , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <22849.906690811@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Sep 1998, Jordan K. Hubbard wrote: [...] > Hmmm, well, that's interesting since my make release just fell over > there (with no X stuff in the chroot dir) trying to link doscmd with X > bits which didn't exist. How might you explain that? :-) > > I'd be happy to have it back in, believe me, all I know is that when > it became part of the default build list again, *boom*, there went my > release builds. :-) You _can_ build a non X version, and in fact to me it looks like it checks for installed X Libs before trying to build an X based doscmd (line 23, rev 1.13, usr.bin/doscmd/Makefile). - alex From owner-cvs-all Thu Sep 24 21:51:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26342 for cvs-all-outgoing; Thu, 24 Sep 1998 21:51:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ms6.hinet.net (ms6.hinet.net [168.95.4.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26166; Thu, 24 Sep 1998 21:50:30 -0700 (PDT) (envelope-from bv006x@ms22.hinet.net) Received: from mbv006732 (h80.s3.ts32.hinet.net [163.32.3.80]) by ms6.hinet.net (8.8.8/8.8.8) with SMTP id MAA01065; Fri, 25 Sep 1998 12:50:18 +0800 (CST) Date: Fri, 25 Sep 1998 12:50:18 +0800 (CST) Message-Id: <199809250450.MAA01065@ms6.hinet.net> From: mbs006372@ms6.hinet.net Subject: ¥§ªyºž_ÁÚŠVÅq®p¡@ýyý{þ©ûBûBþ©ý{ýy X-Mailer: Mozilla 4.01 [tw] (Win95; I) Content-Type: TEXT/PLAIN; charset=BIG5 to: Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ¥§ªyºž ÁÚŠVÅq®p €K€é¡@ýyý{þ©ûBûBþ©ý{ýy «C¬K ¬¡€O ±Ž¯Á¥j€å©ú €ÑšÏªº°ê«× šC¶g€G¥Xµo:09/29.10/06.10/13.10/20.10/27.11/03 ¡@ ŠL«×ºëµØ ¶Àª÷ŠL¶H €C€é µn®p³y·¥ ÃÀ³N»P·R±¡ªº·¥ŠÜªí²{ šC¶g€é¥Xµo:09/27.10/04.10/11.10/18.10/25.11/01 ¡@ ŽµšœÄõ¥dŠò°êŽMÄ_ €C€é Žç°²¥ð¶¢·¥«~ Ž¹ŒüªºÄ_¥Û Šò±Ð€å€ÆªºÄ_Âà šC¶g€@¥Xµo:09/28.10/05.10/12.10/19.10/26.11/02. ¡@ ³£¥u­n29,900.€ž12€ë20€é«e ¶¶¹F®È¹C//±ë¶¶°Ñ®È ¹qžÜ:02-€G€­€»€@-€»€­€­€»(¥N) ý{þ©ûBûBþ©ý{ýy From owner-cvs-all Thu Sep 24 22:38:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01548 for cvs-all-outgoing; Thu, 24 Sep 1998 22:38:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01508; Thu, 24 Sep 1998 22:38:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA09397; Thu, 24 Sep 1998 22:38:06 -0700 (PDT) Date: Thu, 24 Sep 1998 22:38:06 -0700 (PDT) Message-Id: <199809250538.WAA09397@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/mh Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/24 22:38:05 PDT Modified files: mail/mh Makefile Log: Max forgot to change Makefile. :) Revision Changes Path 1.13 +2 -2 ports/mail/mh/Makefile From owner-cvs-all Thu Sep 24 22:42:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02029 for cvs-all-outgoing; Thu, 24 Sep 1998 22:42:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02022 for ; Thu, 24 Sep 1998 22:42:27 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca8-46.ix.netcom.com [205.186.213.174]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA21232; Thu, 24 Sep 1998 22:41:58 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id WAA11443; Thu, 24 Sep 1998 22:41:54 -0700 (PDT) Date: Thu, 24 Sep 1998 22:41:54 -0700 (PDT) Message-Id: <199809250541.WAA11443@silvia.hip.berkeley.edu> To: mark@grondar.za CC: mike@smith.net.au, committers@FreeBSD.ORG In-reply-to: <199809240655.IAA21484@gratis.grondar.za> (message from Mark Murray on Thu, 24 Sep 1998 08:55:12 +0200) Subject: Re: Security and other facilities at WC CDROM - the plan. From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * From: Mark Murray * Sure - but SSH is doing the authentication against the kerberos database, * not /etc/passwd-and-friends. Kerberos has a different encoding scheme, * so the password will need to be reregistered. A pain, I am sorry, * but necessary. I'll try to set up a tool to assist here. If all that's required is to re-type my password somewhere, no problem at all. Thanks! Satoshi From owner-cvs-all Thu Sep 24 23:10:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04079 for cvs-all-outgoing; Thu, 24 Sep 1998 23:10:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from access.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.141.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA03841; Thu, 24 Sep 1998 23:09:30 -0700 (PDT) (envelope-from max@wide.ad.jp) Received: from localhost (localhost.sfc.wide.ad.jp [127.0.0.1]) by access.sfc.wide.ad.jp (8.9.1/3.7W-08/28/98) with ESMTP id PAA20607; Fri, 25 Sep 1998 15:09:13 +0900 (JST) To: asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/mail/mh Makefile From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= In-Reply-To: Your message of "Thu, 24 Sep 1998 22:38:06 -0700 (PDT)" <199809250538.WAA09397@freefall.freebsd.org> References: <199809250538.WAA09397@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980925150912T.max@wide.ad.jp> Date: Fri, 25 Sep 1998 15:09:12 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 14 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > asami 1998/09/24 22:38:05 PDT > Modified files: > mail/mh Makefile > Log: > Max forgot to change Makefile. :) Me!? I can't remember touching mail/mh for some time? What did I do?? Wait, that change I made to the Makefile was done more than a year ago. :) Cheers, Max From owner-cvs-all Fri Sep 25 00:29:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15996 for cvs-all-outgoing; Fri, 25 Sep 1998 00:29:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15979; Fri, 25 Sep 1998 00:29:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA13705; Fri, 25 Sep 1998 00:29:32 -0700 (PDT) Date: Fri, 25 Sep 1998 00:29:32 -0700 (PDT) Message-Id: <199809250729.AAA13705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook pgpkeys.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/25 00:29:32 PDT Modified files: handbook pgpkeys.sgml Log: Update my pgp public key. Revision Changes Path 1.27 +20 -14 doc/handbook/pgpkeys.sgml From owner-cvs-all Fri Sep 25 00:42:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18157 for cvs-all-outgoing; Fri, 25 Sep 1998 00:42:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18149; Fri, 25 Sep 1998 00:42:34 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14078; Fri, 25 Sep 1998 00:42:30 -0700 (PDT) Date: Fri, 25 Sep 1998 00:42:30 -0700 (PDT) Message-Id: <199809250742.AAA14078@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/09/25 00:42:30 PDT Modified files: etc Makefile Log: ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat Revision Changes Path 1.176 +2 -2 src/etc/Makefile From owner-cvs-all Fri Sep 25 01:02:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20964 for cvs-all-outgoing; Fri, 25 Sep 1998 01:02:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20931; Fri, 25 Sep 1998 01:02:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id BAA24015; Fri, 25 Sep 1998 01:03:37 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Dima Ruban cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc Makefile In-reply-to: Your message of "Fri, 25 Sep 1998 00:42:30 PDT." <199809250742.AAA14078@freefall.freebsd.org> Date: Fri, 25 Sep 1998 01:03:37 -0700 Message-ID: <24010.906710617@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Um, and so how did you intend on getting an /etc/objformat into the bin distribution of a new snapshot after this change? > dima 1998/09/25 00:42:30 PDT > > Modified files: > etc Makefile > Log: > ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat > > Revision Changes Path > 1.176 +2 -2 src/etc/Makefile From owner-cvs-all Fri Sep 25 01:21:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24760 for cvs-all-outgoing; Fri, 25 Sep 1998 01:21:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24744; Fri, 25 Sep 1998 01:21:23 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA15118; Fri, 25 Sep 1998 01:21:15 -0700 (PDT) Date: Fri, 25 Sep 1998 01:21:15 -0700 (PDT) Message-Id: <199809250821.BAA15118@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/09/25 01:21:15 PDT Modified files: etc Makefile Log: Backout my previous commit. Oops. Revision Changes Path 1.177 +2 -2 src/etc/Makefile From owner-cvs-all Fri Sep 25 01:22:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24972 for cvs-all-outgoing; Fri, 25 Sep 1998 01:22:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24871 for ; Fri, 25 Sep 1998 01:22:02 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id BAA18388; Fri, 25 Sep 1998 01:21:55 -0700 (PDT) Message-Id: <199809250821.BAA18388@burka.rdy.com> Subject: Re: cvs commit: src/etc Makefile In-Reply-To: <24010.906710617@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 25, 1998 1: 3:37 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 25 Sep 1998 01:21:55 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > Um, and so how did you intend on getting an /etc/objformat into the > bin distribution of a new snapshot after this change? Oops. Sorry. Backed out. > > > dima 1998/09/25 00:42:30 PDT > > > > Modified files: > > etc Makefile > > Log: > > ${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat > > > > Revision Changes Path > > 1.176 +2 -2 src/etc/Makefile > -- dima From owner-cvs-all Fri Sep 25 01:58:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29619 for cvs-all-outgoing; Fri, 25 Sep 1998 01:58:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA29614; Fri, 25 Sep 1998 01:58:54 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16104; Fri, 25 Sep 1998 01:58:50 -0700 (PDT) Date: Fri, 25 Sep 1998 01:58:50 -0700 (PDT) Message-Id: <199809250858.BAA16104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/25 01:58:50 PDT Modified files: . Makefile.inc1 Log: Build the LKM's both on aout & ELF systems. Reviewed by: jkh Revision Changes Path 1.21 +3 -3 src/Makefile.inc1 From owner-cvs-all Fri Sep 25 02:04:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00790 for cvs-all-outgoing; Fri, 25 Sep 1998 02:04:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00785; Fri, 25 Sep 1998 02:04:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA16350; Fri, 25 Sep 1998 02:04:25 -0700 (PDT) Date: Fri, 25 Sep 1998 02:04:25 -0700 (PDT) Message-Id: <199809250904.CAA16350@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/25 02:04:25 PDT Modified files: sys/i386/i386 userconfig.c Log: Add entry for ThunderLAN NIC. Revision Changes Path 1.110 +3 -2 src/sys/i386/i386/userconfig.c From owner-cvs-all Fri Sep 25 02:13:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02163 for cvs-all-outgoing; Fri, 25 Sep 1998 02:13:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02146 for ; Fri, 25 Sep 1998 02:13:25 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id KAA06850; Fri, 25 Sep 1998 10:11:57 +0100 (BST) Date: Fri, 25 Sep 1998 10:11:57 +0100 (BST) From: Doug Rabson To: "Robert V. Baron" cc: Luoqi Chen , committers@freebsd.org, dillon@backplane.com Subject: Re: Having some serious file write / mmap inconsistancy problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On 24 Sep 1998, Robert V. Baron wrote: > > I have a possibly similar possibly different problem that could be > explained (I think) with this sort of an inconsistency. I have a file > system (Coda). Its vnodes contain Coda state but also contain the > vnode of a cache file (typically ufs). So when you do open/close you > open both vnodes and when you do read/write on a Coda vnode, you > reapply the operation to the ufs vnode. So now consider copying a > file from somewhere (say even coda) into coda. The copy will diff the > same. But cmp different (cmp uses mmap). ALso you can not execute > the file because the data is garbled (maping again). Again diff works > fine. Ok so somehow I've managed to separate the object from the > vnode (more on that later). But I lied/simplified before; sometimes > the copies cmp and execute fine. What I don't totally understand at > all, is that if I do several copies in a row. Some will work and some > will not and it seems to be in runs. This sounds like a perfect > opporunity of losing some dirty bits. > > NOTE: > There is an added complexity here, because we're probably mapping the > object associated with the Coda vnode (not the ufs vnode). So having > two objects involved might be my problem. But I really can not > understand why it would be intermittent. Have you implemented VOP_GETPAGES? I fixed something like this in NFS many moons ago by implementing VOP_GETPAGES. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Fri Sep 25 02:52:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05799 for cvs-all-outgoing; Fri, 25 Sep 1998 02:52:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05791; Fri, 25 Sep 1998 02:52:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17619; Fri, 25 Sep 1998 02:52:46 -0700 (PDT) Date: Fri, 25 Sep 1998 02:52:46 -0700 (PDT) Message-Id: <199809250952.CAA17619@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc Makefile ports/x11-toolkits/pygtk Makefile ports/x11-wm/enlightenment Makefile ports/x11/eterm Makefile ports/x11/gnomelibs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 02:52:45 PDT Modified files: net/yagirc Makefile x11-toolkits/pygtk Makefile x11-wm/enlightenment Makefile x11/eterm Makefile x11/gnomelibs Makefile Log: graphics/imlib is now ELFized. Revision Changes Path 1.9 +2 -2 ports/net/yagirc/Makefile 1.12 +2 -2 ports/x11-toolkits/pygtk/Makefile 1.27 +2 -2 ports/x11-wm/enlightenment/Makefile 1.8 +2 -2 ports/x11/eterm/Makefile 1.10 +2 -2 ports/x11/gnomelibs/Makefile From owner-cvs-all Fri Sep 25 02:53:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05904 for cvs-all-outgoing; Fri, 25 Sep 1998 02:53:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05891 for ; Fri, 25 Sep 1998 02:53:35 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id LAA04355; Fri, 25 Sep 1998 11:53:04 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 25 Sep 1998 11:53:02 +0200 (MET DST) Mime-Version: 1.0 To: Brian Somers Cc: Mark Murray , Nik Clayton , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809242335.AAA23344@woof.lan.awfulhak.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 25 Sep 1998 11:52:58 +0200 In-Reply-To: Brian Somers's message of "Fri, 25 Sep 1998 00:35:12 +0100" Message-ID: Lines: 15 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id CAB05900 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers writes: > If you do stuff from libalias'd machines, you must make your host key > on all machines behind the alias'er the same as the alias'ers and add > whatever *.freebsd.org sees as being the connecting machine to your > .shosts file. Don't use .shosts, use key authentication. Although your key includes a host name, ssh doesn't actually care if it's the one you're calling from or not, so you can generate a key on one machine and carry it around to others. Very useful if your home directory is shared between several machines. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 25 02:55:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06161 for cvs-all-outgoing; Fri, 25 Sep 1998 02:55:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06156; Fri, 25 Sep 1998 02:55:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA17748; Fri, 25 Sep 1998 02:55:30 -0700 (PDT) Date: Fri, 25 Sep 1998 02:55:30 -0700 (PDT) Message-Id: <199809250955.CAA17748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc Makefile ports/x11-wm/enlightenment Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 02:55:30 PDT Modified files: net/yagirc Makefile x11-wm/enlightenment Makefile Log: audio/esound is now ELF. Revision Changes Path 1.10 +2 -2 ports/net/yagirc/Makefile 1.28 +2 -2 ports/x11-wm/enlightenment/Makefile From owner-cvs-all Fri Sep 25 03:05:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07305 for cvs-all-outgoing; Fri, 25 Sep 1998 03:05:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07300; Fri, 25 Sep 1998 03:05:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18544; Fri, 25 Sep 1998 03:05:15 -0700 (PDT) Date: Fri, 25 Sep 1998 03:05:15 -0700 (PDT) Message-Id: <199809251005.DAA18544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/pilot-link Makefile ports/converters/xdeview Makefile ports/deskutils/abacus Makefile ports/deskutils/ical Makefile ports/deskutils/zorro Makefile ports/devel/tkcvs Makefile ports/games/tvp Makefile ports/graphics/cqcam Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 03:05:14 PDT Modified files: comms/pilot-link Makefile converters/xdeview Makefile deskutils/abacus Makefile deskutils/ical Makefile deskutils/zorro Makefile devel/tkcvs Makefile games/tvp Makefile graphics/cqcam Makefile lang/expect Makefile lang/python Makefile lang/tclX80 Makefile mail/tkrat Makefile mbone/imm Makefile mbone/nte Makefile mbone/sdr Makefile mbone/vic Makefile misc/dotfile Makefile misc/tkman Makefile net/scotty Makefile net/ttt Makefile www/grail Makefile x11-toolkits/blt Makefile x11-toolkits/p5-Tk Makefile x11-toolkits/tix Makefile x11/tkgoodstuff Makefile Log: tk80 has been ELFized. Revision Changes Path 1.19 +2 -2 ports/comms/pilot-link/Makefile 1.15 +2 -2 ports/converters/xdeview/Makefile 1.2 +2 -2 ports/deskutils/abacus/Makefile 1.21 +2 -2 ports/deskutils/ical/Makefile 1.14 +2 -2 ports/deskutils/zorro/Makefile 1.15 +2 -2 ports/devel/tkcvs/Makefile 1.6 +2 -2 ports/games/tvp/Makefile 1.6 +2 -2 ports/graphics/cqcam/Makefile 1.35 +2 -2 ports/lang/expect/Makefile 1.39 +2 -2 ports/lang/python/Makefile 1.24 +2 -2 ports/lang/tclX80/Makefile 1.7 +2 -2 ports/mail/tkrat/Makefile 1.20 +2 -2 ports/mbone/imm/Makefile 1.12 +2 -2 ports/mbone/nte/Makefile 1.10 +2 -2 ports/mbone/sdr/Makefile 1.18 +2 -2 ports/mbone/vic/Makefile 1.12 +2 -2 ports/misc/dotfile/Makefile 1.33 +2 -2 ports/misc/tkman/Makefile 1.30 +2 -2 ports/net/scotty/Makefile 1.9 +2 -2 ports/net/ttt/Makefile 1.5 +2 -2 ports/www/grail/Makefile 1.21 +2 -2 ports/x11-toolkits/blt/Makefile 1.20 +2 -2 ports/x11-toolkits/p5-Tk/Makefile 1.18 +2 -2 ports/x11-toolkits/tix/Makefile 1.13 +2 -2 ports/x11/tkgoodstuff/Makefile From owner-cvs-all Fri Sep 25 03:07:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07584 for cvs-all-outgoing; Fri, 25 Sep 1998 03:07:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA07577; Fri, 25 Sep 1998 03:07:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18739; Fri, 25 Sep 1998 03:07:47 -0700 (PDT) Date: Fri, 25 Sep 1998 03:07:47 -0700 (PDT) Message-Id: <199809251007.DAA18739@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/postgresql Makefile ports/deskutils/abacus Makefile ports/editors/e93 Makefile ports/editors/vim5 Makefile ports/mail/cyrus Makefile ports/mail/tkrat Makefile ports/net/ttt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 03:07:47 PDT Modified files: databases/postgresql Makefile deskutils/abacus Makefile editors/e93 Makefile editors/vim5 Makefile mail/cyrus Makefile mail/tkrat Makefile net/ttt Makefile Log: tcl80 has been ELFized. Revision Changes Path 1.26 +2 -2 ports/databases/postgresql/Makefile 1.3 +2 -2 ports/deskutils/abacus/Makefile 1.20 +2 -2 ports/editors/e93/Makefile 1.29 +2 -2 ports/editors/vim5/Makefile 1.9 +2 -2 ports/mail/cyrus/Makefile 1.8 +2 -2 ports/mail/tkrat/Makefile 1.10 +2 -2 ports/net/ttt/Makefile From owner-cvs-all Fri Sep 25 03:18:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08497 for cvs-all-outgoing; Fri, 25 Sep 1998 03:18:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08492; Fri, 25 Sep 1998 03:18:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA18996; Fri, 25 Sep 1998 03:18:42 -0700 (PDT) Date: Fri, 25 Sep 1998 03:18:42 -0700 (PDT) Message-Id: <199809251018.DAA18996@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/jed Makefile ports/misc/most Makefile ports/news/slrn Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 03:18:42 PDT Modified files: editors/jed Makefile misc/most Makefile news/slrn Makefile Log: devel/libslang has been ELFized. Revision Changes Path 1.5 +2 -2 ports/editors/jed/Makefile 1.4 +2 -2 ports/misc/most/Makefile 1.10 +2 -2 ports/news/slrn/Makefile From owner-cvs-all Fri Sep 25 03:20:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08700 for cvs-all-outgoing; Fri, 25 Sep 1998 03:20:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08695; Fri, 25 Sep 1998 03:20:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19103; Fri, 25 Sep 1998 03:20:21 -0700 (PDT) Date: Fri, 25 Sep 1998 03:20:21 -0700 (PDT) Message-Id: <199809251020.DAA19103@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/SSLtelnet Makefile ports/security/SSLeay Makefile ports/security/bjorb Makefile ports/security/pgp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 03:20:21 PDT Modified files: net/SSLtelnet Makefile security/SSLeay Makefile security/bjorb Makefile security/pgp Makefile Log: security/rsaref has been ELFized. Revision Changes Path 1.4 +2 -2 ports/net/SSLtelnet/Makefile 1.21 +2 -2 ports/security/SSLeay/Makefile 1.3 +2 -2 ports/security/bjorb/Makefile 1.21 +2 -2 ports/security/pgp/Makefile From owner-cvs-all Fri Sep 25 03:23:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09033 for cvs-all-outgoing; Fri, 25 Sep 1998 03:23:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09017; Fri, 25 Sep 1998 03:23:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca8-46.ix.netcom.com [205.186.213.174]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA21475; Fri, 25 Sep 1998 03:23:44 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA12038; Fri, 25 Sep 1998 03:23:36 -0700 (PDT) Date: Fri, 25 Sep 1998 03:23:36 -0700 (PDT) Message-Id: <199809251023.DAA12038@silvia.hip.berkeley.edu> To: max@wide.ad.jp CC: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, max@wide.ad.jp In-reply-to: <19980925150912T.max@wide.ad.jp> (message from Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= on Fri, 25 Sep 1998 15:09:12 +0900) Subject: Re: cvs commit: ports/mail/mh Makefile From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Me!? I can't remember touching mail/mh for some time? What did I * do?? Oops sorry. I was looking at the cvs log of the wrong file. It was brian. ;> Satoshi From owner-cvs-all Fri Sep 25 03:29:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09516 for cvs-all-outgoing; Fri, 25 Sep 1998 03:29:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09508 for ; Fri, 25 Sep 1998 03:29:41 -0700 (PDT) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.8.8/8.8.8) id LAA27130; Fri, 25 Sep 1998 11:29:08 +0100 (BST) (envelope-from joe) Message-ID: <19980925112908.B18557@pavilion.net> Date: Fri, 25 Sep 1998 11:29:08 +0100 From: Josef Karthauser To: Nik Clayton , Mark Murray , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980924195216.45708@nothing-going-on.org>; from Nik Clayton on Thu, Sep 24, 1998 at 07:52:16PM +0100 X-NCC-RegID: uk.pavilion Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Wed, Sep 23, 1998 at 10:27:29PM +0200, Mark Murray wrote: > > a) Those users who use ssh and have set up a no-password login > > will continue to enjoy that facility. Don't forget anoncvs. I believe that it may be bolted into the rlogin system, and will fail once you disable it. Joe -- Josef Karthauser Technical Manager FreeBSD: The power to serve (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] From owner-cvs-all Fri Sep 25 03:32:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09869 for cvs-all-outgoing; Fri, 25 Sep 1998 03:32:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09800 for ; Fri, 25 Sep 1998 03:31:58 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:EpVF2VM8PYEYJRr/zTC5pMeYXeHZBuvo@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id MAA01379; Fri, 25 Sep 1998 12:31:32 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809251031.MAA01379@gratis.grondar.za> To: Josef Karthauser cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Fri, 25 Sep 1998 11:29:08 +0100." <19980925112908.B18557@pavilion.net> References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <19980925112908.B18557@pavilion.net> Date: Fri, 25 Sep 1998 12:31:31 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Josef Karthauser wrote: > > On Wed, Sep 23, 1998 at 10:27:29PM +0200, Mark Murray wrote: > > > a) Those users who use ssh and have set up a no-password login > > > will continue to enjoy that facility. > > Don't forget anoncvs. I believe that it may be bolted into the rlogin > system, and will fail once you disable it. Naah. Different machine/network, and custom shell. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Fri Sep 25 03:57:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11976 for cvs-all-outgoing; Fri, 25 Sep 1998 03:57:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11971; Fri, 25 Sep 1998 03:57:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19827; Fri, 25 Sep 1998 03:57:44 -0700 (PDT) Date: Fri, 25 Sep 1998 03:57:44 -0700 (PDT) Message-Id: <199809251057.DAA19827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 03:57:44 PDT Modified files: . modules Log: cwish --> ports/misc/cwish Revision Changes Path 1.2391 +2 -1 CVSROOT/modules From owner-cvs-all Fri Sep 25 03:58:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12075 for cvs-all-outgoing; Fri, 25 Sep 1998 03:58:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12066; Fri, 25 Sep 1998 03:58:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19843; Fri, 25 Sep 1998 03:57:57 -0700 (PDT) Date: Fri, 25 Sep 1998 03:57:57 -0700 (PDT) Message-Id: <199809251057.DAA19843@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/cwish - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 03:57:57 PDT ports/misc/cwish - Imported sources Update of /home/ncvs/ports/misc/cwish In directory freefall.freebsd.org:/d/users/obrien/new/cwish Log Message: curses based user friendly windowing shell Status: Vendor Tag: OBRIEN Release Tags: cwish_3_37 N ports/misc/cwish/Makefile I ports/misc/cwish/CVS N ports/misc/cwish/files/md5 N ports/misc/cwish/patches/patch-01 N ports/misc/cwish/patches/patch-02 N ports/misc/cwish/pkg/PLIST N ports/misc/cwish/pkg/COMMENT N ports/misc/cwish/pkg/DESCR No conflicts created by this import From owner-cvs-all Fri Sep 25 03:58:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12171 for cvs-all-outgoing; Fri, 25 Sep 1998 03:58:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12165; Fri, 25 Sep 1998 03:58:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19889; Fri, 25 Sep 1998 03:58:26 -0700 (PDT) Date: Fri, 25 Sep 1998 03:58:26 -0700 (PDT) Message-Id: <199809251058.DAA19889@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 03:58:26 PDT Modified files: misc Makefile Log: turn on `cwish' Revision Changes Path 1.164 +2 -1 ports/misc/Makefile From owner-cvs-all Fri Sep 25 04:00:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12840 for cvs-all-outgoing; Fri, 25 Sep 1998 04:00:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12834; Fri, 25 Sep 1998 04:00:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA19979; Fri, 25 Sep 1998 04:00:13 -0700 (PDT) Date: Fri, 25 Sep 1998 04:00:13 -0700 (PDT) Message-Id: <199809251100.EAA19979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/25 04:00:12 PDT Modified files: sys/i386/conf LINT Log: Match LINT with SC_BAD_FLICKER change. Submitted by: Sheldon Hearn Revision Changes Path 1.474 +6 -3 src/sys/i386/conf/LINT From owner-cvs-all Fri Sep 25 04:24:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16507 for cvs-all-outgoing; Fri, 25 Sep 1998 04:24:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16486 for ; Fri, 25 Sep 1998 04:24:21 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id EAA12407 for ; Fri, 25 Sep 1998 04:24:26 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id LAA12460 for committers@FreeBSD.ORG; Fri, 25 Sep 1998 11:24:03 GMT (envelope-from obrien) Message-ID: <19980925042403.A13429@nuxi.com> Date: Fri, 25 Sep 1998 04:24:03 -0700 From: "David O'Brien" To: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. Reply-To: obrien@NUXI.com References: <199809232027.WAA19326@gratis.grondar.za> <19980924001230.B686@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980924001230.B686@keltia.freenix.fr>; from Ollivier Robert on Thu, Sep 24, 1998 at 12:12:30AM +0200 X-Operating-System: FreeBSD 3.0-19980804-SNAP Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > As long as the host key doesn't change (it happened some time, generally > after hardware upgrades :-)), this works pretty well. I still Why does that matter? (other than a PITA message and edit of ~/.ssh/known_hosts) It has never affected me before. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Fri Sep 25 04:28:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17094 for cvs-all-outgoing; Fri, 25 Sep 1998 04:28:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17081 for ; Fri, 25 Sep 1998 04:28:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id EAA12426; Fri, 25 Sep 1998 04:28:15 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id LAA12483; Fri, 25 Sep 1998 11:28:11 GMT (envelope-from obrien) Message-ID: <19980925042811.C13429@nuxi.com> Date: Fri, 25 Sep 1998 04:28:11 -0700 From: "David O'Brien" To: Nate Williams Cc: committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. Reply-To: obrien@NUXI.com References: <199809232027.WAA19326@gratis.grondar.za> <19980924195216.45708@nothing-going-on.org> <199809241858.UAA24764@gratis.grondar.za> <199809241913.NAA00626@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809241913.NAA00626@mt.sri.com>; from Nate Williams on Thu, Sep 24, 1998 at 01:13:24PM -0600 X-Operating-System: FreeBSD 3.0-19980804-SNAP Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > What about folks who are using OS's at times that don't do SSH (ie; > Win32)? They also don't have a kerberized telnet available. :( S/Key / OPIE -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Fri Sep 25 04:31:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17718 for cvs-all-outgoing; Fri, 25 Sep 1998 04:31:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17711 for ; Fri, 25 Sep 1998 04:31:26 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id EAA12444; Fri, 25 Sep 1998 04:31:28 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id LAA12499; Fri, 25 Sep 1998 11:31:04 GMT (envelope-from obrien) Message-ID: <19980925043104.D13429@nuxi.com> Date: Fri, 25 Sep 1998 04:31:04 -0700 From: "David O'Brien" To: Alex Cc: committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. Reply-To: obrien@NUXI.com References: <199809241937.MAA29000@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Alex on Thu, Sep 24, 1998 at 04:29:17PM -0700 X-Operating-System: FreeBSD 3.0-19980804-SNAP Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a > Windows binary, stuff that on a web site somewhere and grab it whenever There is a Java version available, so all you need is the ebuitious Netscape (see the Handbook). -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Fri Sep 25 04:34:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18282 for cvs-all-outgoing; Fri, 25 Sep 1998 04:34:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18276 for ; Fri, 25 Sep 1998 04:34:30 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id EAA12451; Fri, 25 Sep 1998 04:34:12 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id LAA12512; Fri, 25 Sep 1998 11:34:03 GMT (envelope-from obrien) Message-ID: <19980925043403.E13429@nuxi.com> Date: Fri, 25 Sep 1998 04:34:03 -0700 From: "David O'Brien" To: Mark Murray , Nate Williams Cc: committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. Reply-To: obrien@NUXI.com References: <199809241926.NAA00745@mt.sri.com> <199809241936.DAA22482@spinner.netplex.com.au> <199809241939.NAA00872@mt.sri.com> <199809242001.WAA27957@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809242001.WAA27957@gratis.grondar.za>; from Mark Murray on Thu, Sep 24, 1998 at 10:01:38PM +0200 X-Operating-System: FreeBSD 3.0-19980804-SNAP Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > > Set up s/key on your freefall account, generate and print out the next 10 > > > or so passwords in sequence and carry them in your wallet.. You never > > > know when you're going to need to log in from a machine or network you > > > > Exactly! Do you have any documentations on how to do that? > > Start with the man pages for skey(1). Shame on all. Hell make that Double-shame on all. RFTM - Garrett Wollman documented this in the Handbook. IMHO, one of our finest sections. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Fri Sep 25 04:38:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18751 for cvs-all-outgoing; Fri, 25 Sep 1998 04:38:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18746; Fri, 25 Sep 1998 04:38:35 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22179; Fri, 25 Sep 1998 04:38:31 -0700 (PDT) Date: Fri, 25 Sep 1998 04:38:31 -0700 (PDT) Message-Id: <199809251138.EAA22179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/25 04:38:31 PDT Modified files: sys/i386/conf LINT Log: Slightly adjust the description on SC_ALT_SEQACCESS in the previous commit. Revision Changes Path 1.475 +5 -5 src/sys/i386/conf/LINT From owner-cvs-all Fri Sep 25 04:40:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18963 for cvs-all-outgoing; Fri, 25 Sep 1998 04:40:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18957; Fri, 25 Sep 1998 04:40:10 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22335; Fri, 25 Sep 1998 04:40:06 -0700 (PDT) Date: Fri, 25 Sep 1998 04:40:06 -0700 (PDT) Message-Id: <199809251140.EAA22335@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/25 04:40:05 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf LINT Log: Add description on SC_ALT_SEQACCESS. Revision Changes Path 1.286.2.59 +5 -3 src/sys/i386/conf/LINT From owner-cvs-all Fri Sep 25 04:41:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19088 for cvs-all-outgoing; Fri, 25 Sep 1998 04:41:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19083 for ; Fri, 25 Sep 1998 04:41:57 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id NAA02659; Fri, 25 Sep 1998 13:41:47 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA08663; Fri, 25 Sep 1998 13:41:41 +0200 (MET DST) Message-ID: <19980925134141.21721@follo.net> Date: Fri, 25 Sep 1998 13:41:41 +0200 From: Eivind Eklund To: obrien@NUXI.com, committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809232027.WAA19326@gratis.grondar.za> <19980924001230.B686@keltia.freenix.fr> <19980925042403.A13429@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980925042403.A13429@nuxi.com>; from David O'Brien on Fri, Sep 25, 1998 at 04:24:03AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 25, 1998 at 04:24:03AM -0700, David O'Brien wrote: > > As long as the host key doesn't change (it happened some time, generally > > after hardware upgrades :-)), this works pretty well. I still > > Why does that matter? (other than a PITA message and edit of > ~/.ssh/known_hosts) It has never affected me before. The above is the entire required steps. However, for those of us that are paranoid, we need to evaluate whether the change of host key is legitimate or not. This may mean getting in touch with the admins for that machine etc, which can be extrememly inconvenient. Eivind. From owner-cvs-all Fri Sep 25 04:43:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19373 for cvs-all-outgoing; Fri, 25 Sep 1998 04:43:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19358; Fri, 25 Sep 1998 04:43:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22439; Fri, 25 Sep 1998 04:43:48 -0700 (PDT) Date: Fri, 25 Sep 1998 04:43:48 -0700 (PDT) Message-Id: <199809251143.EAA22439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/rpcgen rpc_clntout.c rpc_main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 04:43:48 PDT Modified files: usr.bin/rpcgen rpc_clntout.c rpc_main.c Log: include Submitted by: Alexander Leidinger Revision Changes Path 1.5 +1 -1 src/usr.bin/rpcgen/rpc_clntout.c 1.10 +5 -1 src/usr.bin/rpcgen/rpc_main.c From owner-cvs-all Fri Sep 25 04:45:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19722 for cvs-all-outgoing; Fri, 25 Sep 1998 04:45:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19711 for ; Fri, 25 Sep 1998 04:45:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.8/8.6.12) id EAA12499; Fri, 25 Sep 1998 04:45:32 -0700 (PDT) Message-ID: <19980925044531.B12362@nuxi.com> Date: Fri, 25 Sep 1998 04:45:31 -0700 From: "David O'Brien" To: Eivind Eklund , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. Reply-To: obrien@NUXI.com References: <199809232027.WAA19326@gratis.grondar.za> <19980924001230.B686@keltia.freenix.fr> <19980925042403.A13429@nuxi.com> <19980925134141.21721@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980925134141.21721@follo.net>; from Eivind Eklund on Fri, Sep 25, 1998 at 01:41:41PM +0200 X-Operating-System: FreeBSD 2.2.7-STABLE Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > However, for those of us that are paranoid, we need to evaluate whether > the change of host key is legitimate or not. This may mean getting in Granted. But the loss of ssh host keys happens rather often on FreeBSD.org machines. :-( What's one to do... -- -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) From owner-cvs-all Fri Sep 25 04:55:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20799 for cvs-all-outgoing; Fri, 25 Sep 1998 04:55:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20791; Fri, 25 Sep 1998 04:55:50 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22766; Fri, 25 Sep 1998 04:55:47 -0700 (PDT) Date: Fri, 25 Sep 1998 04:55:47 -0700 (PDT) Message-Id: <199809251155.EAA22766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include/pc vesa.h src/sys/i386/isa kbdio.c kbdio.h scvesactl.c scvidctl.c vesa.c videoio.c videoio.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/25 04:55:47 PDT Modified files: sys/i386/include/pc vesa.h sys/i386/isa kbdio.c kbdio.h scvesactl.c scvidctl.c vesa.c videoio.c videoio.h Log: Cosmetic change: adjust copyright notice. Revision Changes Path 1.2 +14 -17 src/sys/i386/include/pc/vesa.h 1.13 +3 -3 src/sys/i386/isa/kbdio.c 1.8 +3 -3 src/sys/i386/isa/kbdio.h 1.3 +14 -17 src/sys/i386/isa/scvesactl.c 1.3 +14 -17 src/sys/i386/isa/scvidctl.c 1.3 +14 -17 src/sys/i386/isa/vesa.c 1.4 +16 -16 src/sys/i386/isa/videoio.c 1.2 +14 -17 src/sys/i386/isa/videoio.h From owner-cvs-all Fri Sep 25 05:20:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23534 for cvs-all-outgoing; Fri, 25 Sep 1998 05:20:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23527; Fri, 25 Sep 1998 05:20:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA23437; Fri, 25 Sep 1998 05:20:28 -0700 (PDT) Date: Fri, 25 Sep 1998 05:20:28 -0700 (PDT) Message-Id: <199809251220.FAA23437@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfscanf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/25 05:20:27 PDT Modified files: lib/libc/stdio vfscanf.c Log: Apply patch to properly sscanf(3) when there is whitespace in the format string. From the submitted patch: Credit for patch: Chris Torek Tod Miller This makes us in line with SunOS 4.1.3_U1, Solaris 2.6, OpenBSD 2.3, HP-UX 10.20, Irix 5.3. The previous behavior was in line with Ultrix 4.4. PR: bin/7970 Submitted by: Niall Smart nialls@euristix.ie Revision Changes Path 1.13 +2 -7 src/lib/libc/stdio/vfscanf.c From owner-cvs-all Fri Sep 25 05:55:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27967 for cvs-all-outgoing; Fri, 25 Sep 1998 05:55:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27949 for ; Fri, 25 Sep 1998 05:55:07 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id OAA06078; Fri, 25 Sep 1998 14:54:49 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 25 Sep 1998 14:54:48 +0200 (MET DST) Mime-Version: 1.0 To: obrien@NUXI.com Cc: Alex , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809241937.MAA29000@hub.freebsd.org> <19980925043104.D13429@nuxi.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 25 Sep 1998 14:54:48 +0200 In-Reply-To: "David O'Brien"'s message of "Fri, 25 Sep 1998 04:31:04 -0700" Message-ID: Lines: 11 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id FAB27955 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "David O'Brien" writes: > > Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a > > Windows binary, stuff that on a web site somewhere and grab it whenever > There is a Java version available, so all you need is the ebuitious > Netscape (see the Handbook). ITYM "ubiquitous". HTH, HAND! DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 25 07:39:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10032 for cvs-all-outgoing; Fri, 25 Sep 1998 07:39:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10027; Fri, 25 Sep 1998 07:39:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04228; Fri, 25 Sep 1998 07:39:53 -0700 (PDT) Date: Fri, 25 Sep 1998 07:39:53 -0700 (PDT) Message-Id: <199809251439.HAA04228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gdb/gdb solib.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/25 07:39:53 PDT Modified files: contrib/gdb/gdb solib.c Log: Rewrite the bits of the solib code to handle implentations where dlopen may insert into the list of loaded libraries (ours is one) instead of appending to the end of the list. Also cope with dlclose() removing libraries from the list. Revision Changes Path 1.3 +196 -86 src/contrib/gdb/gdb/solib.c From owner-cvs-all Fri Sep 25 09:09:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23855 for cvs-all-outgoing; Fri, 25 Sep 1998 09:09:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23838; Fri, 25 Sep 1998 09:09:06 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA06835; Fri, 25 Sep 1998 09:09:02 -0700 (PDT) Date: Fri, 25 Sep 1998 09:09:02 -0700 (PDT) Message-Id: <199809251609.JAA06835@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/trn4 Makefile ports/news/trn4/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mph 1998/09/25 09:09:01 PDT Modified files: news/trn4 Makefile news/trn4/files md5 Log: Upgrade to beta-69. Revision Changes Path 1.18 +4 -4 ports/news/trn4/Makefile 1.5 +1 -1 ports/news/trn4/files/md5 From owner-cvs-all Fri Sep 25 09:23:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA25539 for cvs-all-outgoing; Fri, 25 Sep 1998 09:23:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA25529; Fri, 25 Sep 1998 09:23:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA07260; Fri, 25 Sep 1998 09:23:53 -0700 (PDT) Date: Fri, 25 Sep 1998 09:23:53 -0700 (PDT) Message-Id: <199809251623.JAA07260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/WebMagick/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/25 09:23:53 PDT Modified files: www/WebMagick/patches patch-aa Log: add help description for new options Revision Changes Path 1.9 +35 -2 ports/www/WebMagick/patches/patch-aa From owner-cvs-all Fri Sep 25 09:45:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29566 for cvs-all-outgoing; Fri, 25 Sep 1998 09:45:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29535; Fri, 25 Sep 1998 09:44:36 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id NAA29168; Fri, 25 Sep 1998 13:41:15 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199809251641.NAA29168@roma.coe.ufrj.br> Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: from Alex at "Sep 24, 98 04:29:17 pm" To: garbanzo@hooked.net (Alex) Date: Fri, 25 Sep 1998 13:41:15 -0300 (EST) Cc: wpaul@FreeBSD.ORG, nate@mt.sri.com, committers@FreeBSD.ORG, mark@grondar.za, jlemon@americantv.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Alex) // On Thu, 24 Sep 1998, Bill Paul wrote: // [..] // > Of course, one limitation is that if you use up all your one time // > passwords before you return home, you'll be stuck unless you can find // > an s/key key generator program somewhere. // // Nah, I'm sure with the "magic" of GNU-Win32, you could compile key(1) as a // Windows binary, stuff that on a web site somewhere and grab it whenever // you're on a strange Windows box. Sure beats actually carrying around your // passwords. That why I have an S/Key generator in my PalmPilot. :) Also, you could use a Java S/Key generator, like this: http://www.jonny.eng.br/jotp/ This is only my personal copy. Sorry, my internet connection is too slow right now to find the original url. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro "This .sig is not meant to be politically correct." From owner-cvs-all Fri Sep 25 10:14:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03140 for cvs-all-outgoing; Fri, 25 Sep 1998 10:14:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03135; Fri, 25 Sep 1998 10:14:20 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA08693; Fri, 25 Sep 1998 10:14:16 -0700 (PDT) Date: Fri, 25 Sep 1998 10:14:16 -0700 (PDT) Message-Id: <199809251714.KAA08693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/loader Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/25 10:14:16 PDT Modified files: sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/loader Makefile Log: Make these compile when there is an obj dir. Revision Changes Path 1.4 +4 -9 src/sys/boot/i386/btx/btx/Makefile 1.4 +4 -9 src/sys/boot/i386/btx/btxldr/Makefile 1.6 +7 -3 src/sys/boot/i386/loader/Makefile From owner-cvs-all Fri Sep 25 10:34:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06505 for cvs-all-outgoing; Fri, 25 Sep 1998 10:34:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06500; Fri, 25 Sep 1998 10:34:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09293; Fri, 25 Sep 1998 10:34:20 -0700 (PDT) Date: Fri, 25 Sep 1998 10:34:20 -0700 (PDT) Message-Id: <199809251734.KAA09293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/25 10:34:20 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: Apply patch graciously provided by Jason Wright from the OpenBSD group to fix a problem with the default ifmedia not being set properly in some cases with a 3c905B, leading to a panic in ifmedia_set(). Also apply a patch to force the transmit start routine to check the transmitter to make sure it isn't wedged if the outbound tx queue appears full. This seems to cure some problems with 'watchdog timeout' errors cropping up in some cases. I tried to do this before by checking for the IFF_OACTIVE flag on entry to xl_start(), but if the IFF_OACTIVE flag is set, ether_output() won't even call xl_start(). It should work now. Lastly, increase the size of the TX queue from 10 descriptors to 16 to hopefully make it less likely that the TX queue will fill up. Revision Changes Path 1.12 +34 -23 src/sys/pci/if_xl.c 1.5 +2 -2 src/sys/pci/if_xlreg.h From owner-cvs-all Fri Sep 25 10:35:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06595 for cvs-all-outgoing; Fri, 25 Sep 1998 10:35:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06566; Fri, 25 Sep 1998 10:34:53 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09430; Fri, 25 Sep 1998 10:34:49 -0700 (PDT) Date: Fri, 25 Sep 1998 10:34:49 -0700 (PDT) Message-Id: <199809251734.KAA09430@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT PCCARD SMP-GENERIC options.i386 src/sys/i386/i386 machdep.c vm_machdep.c src/sys/i386/include md_var.h src/sys/kern vfs_bio.c src/sys/sys buf.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/25 10:34:49 PDT Modified files: sys/conf options sys/i386/conf LINT PCCARD SMP-GENERIC options.i386 sys/i386/i386 machdep.c vm_machdep.c sys/i386/include md_var.h sys/kern vfs_bio.c sys/sys buf.h Log: Goodbye BOUNCE_BUFFERS, for a hack it has served us well. The last consumer of this code (the old SCSI system) has left us and the CAM code does it's own bouncing. The isa dma system has been doing it's own bouncing for a while too. Reviewed by: core Revision Changes Path 1.100 +1 -2 src/sys/conf/options 1.476 +1 -6 src/sys/i386/conf/LINT 1.6 +1 -2 src/sys/i386/conf/PCCARD 1.16 +1 -2 src/sys/i386/conf/SMP-GENERIC 1.89 +1 -2 src/sys/i386/conf/options.i386 1.310 +1 -37 src/sys/i386/i386/machdep.c 1.110 +1 -478 src/sys/i386/i386/vm_machdep.c 1.26 +1 -9 src/sys/i386/include/md_var.h 1.177 +1 -9 src/sys/kern/vfs_bio.c 1.58 +3 -7 src/sys/sys/buf.h From owner-cvs-all Fri Sep 25 10:35:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06760 for cvs-all-outgoing; Fri, 25 Sep 1998 10:35:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06730; Fri, 25 Sep 1998 10:35:47 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09461; Fri, 25 Sep 1998 10:35:40 -0700 (PDT) Date: Fri, 25 Sep 1998 10:35:40 -0700 (PDT) Message-Id: <199809251735.KAA09461@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/25 10:35:40 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_xl.c if_xlreg.h Log: MFX: patches for ifmedia_set() panic and watchdog timeout problem, and increase size of TX ring. Revision Changes Path 1.5.2.8 +34 -23 src/sys/pci/if_xl.c 1.3.2.3 +2 -2 src/sys/pci/if_xlreg.h From owner-cvs-all Fri Sep 25 10:38:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07264 for cvs-all-outgoing; Fri, 25 Sep 1998 10:38:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07259; Fri, 25 Sep 1998 10:38:36 -0700 (PDT) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09583; Fri, 25 Sep 1998 10:38:32 -0700 (PDT) Date: Fri, 25 Sep 1998 10:38:32 -0700 (PDT) Message-Id: <199809251738.KAA09583@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c coda_subr.h coda_vfsops.c coda_vnops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/09/25 10:38:32 PDT Modified files: sys/coda coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c coda_subr.h coda_vfsops.c coda_vnops.c Log: Put "stray" printouts under DIAGNOSTIC. Make everything build with DEBUG on. Add support for lkm. (The macro's don't work for me; for a good chuckle look at the end of coda_fbsd.c.) Revision Changes Path 1.5 +85 -16 src/sys/coda/coda_fbsd.c 1.6 +10 -2 src/sys/coda/coda_namecache.c 1.5 +27 -11 src/sys/coda/coda_psdev.c 1.6 +11 -3 src/sys/coda/coda_subr.c 1.6 +3 -3 src/sys/coda/coda_subr.h 1.6 +34 -19 src/sys/coda/coda_vfsops.c 1.5 +35 -23 src/sys/coda/coda_vnops.c From owner-cvs-all Fri Sep 25 10:41:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07688 for cvs-all-outgoing; Fri, 25 Sep 1998 10:41:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07667; Fri, 25 Sep 1998 10:40:56 -0700 (PDT) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09692; Fri, 25 Sep 1998 10:40:50 -0700 (PDT) Date: Fri, 25 Sep 1998 10:40:50 -0700 (PDT) Message-Id: <199809251740.KAA09692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/coda coda_psdev.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/09/25 10:40:50 PDT Added files: sys/coda coda_psdev.h Log: Don't lose this file From owner-cvs-all Fri Sep 25 10:47:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08786 for cvs-all-outgoing; Fri, 25 Sep 1998 10:47:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08779; Fri, 25 Sep 1998 10:47:53 -0700 (PDT) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09957; Fri, 25 Sep 1998 10:47:48 -0700 (PDT) Date: Fri, 25 Sep 1998 10:47:48 -0700 (PDT) Message-Id: <199809251747.KAA09957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/09/25 10:47:48 PDT src/lkm - Imported sources Update of /home/ncvs/src/lkm In directory freefall.freebsd.org:/x/tmp/cvs-serv9948 Log Message: lkm for coda Status: Vendor Tag: CODA Release Tags: C0925 N src/lkm/coda/Makefile No conflicts created by this import From owner-cvs-all Fri Sep 25 10:51:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09170 for cvs-all-outgoing; Fri, 25 Sep 1998 10:51:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09163; Fri, 25 Sep 1998 10:51:48 -0700 (PDT) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA10075; Fri, 25 Sep 1998 10:51:45 -0700 (PDT) Date: Fri, 25 Sep 1998 10:51:45 -0700 (PDT) Message-Id: <199809251751.KAA10075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/09/25 10:51:44 PDT Modified files: lkm Makefile Log: lkm for coda Revision Changes Path 1.32 +2 -2 src/lkm/Makefile From owner-cvs-all Fri Sep 25 11:25:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15068 for cvs-all-outgoing; Fri, 25 Sep 1998 11:25:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15050; Fri, 25 Sep 1998 11:25:30 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA07065; Fri, 25 Sep 1998 11:25:23 -0700 (PDT) (envelope-from jdp) Message-Id: <199809251825.LAA07065@austin.polstra.com> To: abial@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/tinyware/help help.c In-Reply-To: <199809231451.HAA29025@freefall.freebsd.org> References: <199809231451.HAA29025@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Fri, 25 Sep 1998 11:25:23 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199809231451.HAA29025@freefall.freebsd.org>, Andrzej Bialecki wrote: > abial 1998/09/23 07:51:35 PDT > > Modified files: > release/picobsd/tinyware/help help.c > Log: > Hmm.. Looks like new ar(1) adds trailing '/' to each object's name... I haven't looked at what you're trying to do. But as long as you use the right tools, the trailing '/' should not be visible. The ELF archives are in a slightly different format than the a.out ones. If you create an archive using "ar -aout" then you should use "ar -aout" when you list its contents too. Likewise for ELF. If you see the trailing '/' it almost certainly means that you created an ELF archive but are listing it with the a.out archiver. Note, there are much bigger problems with mixing the formats if your archive contains any members whose names are >14 characters. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 11:37:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16759 for cvs-all-outgoing; Fri, 25 Sep 1998 11:37:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from wpaul@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16749; Fri, 25 Sep 1998 11:37:28 -0700 (PDT) (envelope-from wpaul) From: Bill Paul Message-Id: <199809251837.LAA16749@hub.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_xl.c if_xlreg.h In-Reply-To: <199809251735.KAA09461@freefall.freebsd.org> from Bill Paul at "Sep 25, 98 10:35:40 am" To: wpaul@FreeBSD.ORG (Bill Paul) Date: Fri, 25 Sep 1998 11:37:27 -0700 (PDT) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > wpaul 1998/09/25 10:35:40 PDT > > Modified files: (Branch: RELENG_2_2) > sys/pci if_xl.c if_xlreg.h > Log: > MFX: patches for ifmedia_set() panic and watchdog timeout problem, and > increase size of TX ring. MFC rather. -Bill From owner-cvs-all Fri Sep 25 11:46:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18514 for cvs-all-outgoing; Fri, 25 Sep 1998 11:46:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18429 for ; Fri, 25 Sep 1998 11:45:55 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id LAA26836; Fri, 25 Sep 1998 11:45:46 -0700 (PDT) Date: Fri, 25 Sep 1998 11:45:46 -0700 (PDT) From: Matthew Dillon Message-Id: <199809251845.LAA26836@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: VM fix for write()/mmap() corruption PR going in later today Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It looks like the fix is working. I'm hoping to get confirmation from another party later today and then intend to commit it. The patch will consist of clearing B_RELBUF in brelse() if B_DELWRI is set, just prior to the VMIO buffer rundown, basically: /* * Clear B_RELBUF if B_DELWRI is set. We absolutely * cannot call vfs_vmio_release() if B_DELWRI is set or we may * lose data writes. */ if (bp->b_flags & B_DELWRI) bp->b_flags &= ~B_RELBUF; The patch will be commited into -current later today. I would also like to commit the patch to -stable so it gets into 2.2.8 as there have also been reports of the corruption occuring on -stable systems. I have also tested it on one of our other -stable based news machines and it seems to do no harm. Does anyone have any objections to my commiting the patch into -stable as well? -Matt From owner-cvs-all Fri Sep 25 11:51:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19429 for cvs-all-outgoing; Fri, 25 Sep 1998 11:51:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19420 for ; Fri, 25 Sep 1998 11:51:03 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id LAA01167; Fri, 25 Sep 1998 11:51:48 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: committers@FreeBSD.ORG Subject: Re: VM fix for write()/mmap() corruption PR going in later today In-reply-to: Your message of "Fri, 25 Sep 1998 11:45:46 PDT." <199809251845.LAA26836@apollo.backplane.com> Date: Fri, 25 Sep 1998 11:51:47 -0700 Message-ID: <1163.906749507@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Does anyone have any objections to my commiting the patch into -stable > as well? Not me. - Jordan From owner-cvs-all Fri Sep 25 11:52:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19708 for cvs-all-outgoing; Fri, 25 Sep 1998 11:52:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from korin.warman.org.pl (korin.nask.waw.pl [148.81.160.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19696; Fri, 25 Sep 1998 11:52:25 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with SMTP id UAA20747; Fri, 25 Sep 1998 20:56:03 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Fri, 25 Sep 1998 20:56:03 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: John Polstra cc: abial@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/tinyware/help help.c In-Reply-To: <199809251825.LAA07065@austin.polstra.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Sep 1998, John Polstra wrote: > In article <199809231451.HAA29025@freefall.freebsd.org>, > Andrzej Bialecki wrote: > > abial 1998/09/23 07:51:35 PDT > > > > Modified files: > > release/picobsd/tinyware/help help.c > > Log: > > Hmm.. Looks like new ar(1) adds trailing '/' to each object's name... > > I haven't looked at what you're trying to do. But as long as you > use the right tools, the trailing '/' should not be visible. No, I don't use right tools to read it (intentionally :-). I only use ar(1) to pack the contents in some portable format, and then I read it myself (not using ar). > The ELF archives are in a slightly different format than the a.out > ones. If you create an archive using "ar -aout" then you should use > "ar -aout" when you list its contents too. Likewise for ELF. Yep, that's also an option - I mean, to use -aout when packing. Anyway, it was only a minor glitch... Thanks for comments. Andrzej Bialecki -------------------- ++-------++ ------------------------------------- ||PicoBSD|| FreeBSD in your pocket? Go and see: Research & Academic |+-------+| "Small & Embedded FreeBSD" Network in Poland | |TT~~~| | http://www.freebsd.org/~picobsd/ -------------------- ~-+==---+-+ ------------------------------------- From owner-cvs-all Fri Sep 25 12:00:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20972 for cvs-all-outgoing; Fri, 25 Sep 1998 12:00:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20967 for ; Fri, 25 Sep 1998 12:00:34 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id MAA00695; Fri, 25 Sep 1998 12:06:11 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809251906.MAA00695@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Dillon cc: committers@FreeBSD.org Subject: Re: VM fix for write()/mmap() corruption PR going in later today In-reply-to: Your message of "Fri, 25 Sep 1998 11:45:46 PDT." <199809251845.LAA26836@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Sep 1998 12:06:11 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > It looks like the fix is working. I'm hoping to get confirmation from > another party later today and then intend to commit it. Matt, Luoqi - thanks to both of you for pinning this down. > Does anyone have any objections to my commiting the patch into -stable > as well? I would be inclined to hold off for a couple of weeks until the patch to -current has proven not to have any side-effects. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Sep 25 12:43:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27376 for cvs-all-outgoing; Fri, 25 Sep 1998 12:43:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27370; Fri, 25 Sep 1998 12:43:10 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA13025; Fri, 25 Sep 1998 12:43:06 -0700 (PDT) Date: Fri, 25 Sep 1998 12:43:06 -0700 (PDT) Message-Id: <199809251943.MAA13025@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/dvips Makefile ports/print/dvips/files md5 ports/print/dvips/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1998/09/25 12:43:06 PDT Modified files: print/dvips Makefile print/dvips/files md5 print/dvips/pkg PLIST Log: Upgrade to version 5.76 Revision Changes Path 1.18 +9 -9 ports/print/dvips/Makefile 1.4 +1 -1 ports/print/dvips/files/md5 1.7 +0 -1 ports/print/dvips/pkg/PLIST From owner-cvs-all Fri Sep 25 13:01:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00489 for cvs-all-outgoing; Fri, 25 Sep 1998 13:01:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00463 for ; Fri, 25 Sep 1998 13:01:37 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id NAA07620; Fri, 25 Sep 1998 13:00:29 -0700 (PDT) (envelope-from jdp) Message-Id: <199809252000.NAA07620@austin.polstra.com> To: mike@smith.net.au Subject: Re: VM fix for write()/mmap() corruption PR going in later today In-Reply-To: <199809251906.MAA00695@dingo.cdrom.com> References: <199809251906.MAA00695@dingo.cdrom.com> Organization: Polstra & Co., Seattle, WA Cc: dillon@backplane.com, committers@freebsd.org Date: Fri, 25 Sep 1998 13:00:29 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199809251906.MAA00695@dingo.cdrom.com>, Mike Smith wrote: > > Does anyone have any objections to my commiting the patch into -stable > > as well? > > I would be inclined to hold off for a couple of weeks until the patch > to -current has proven not to have any side-effects. I strongly agree with Mike. I object to the idea of putting it into -stable immediately. That's not what -stable is for, and we've been burned too many times in the past by just this sort of change. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 13:04:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01499 for cvs-all-outgoing; Fri, 25 Sep 1998 13:04:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01491 for ; Fri, 25 Sep 1998 13:04:47 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id NAA27205; Fri, 25 Sep 1998 13:04:14 -0700 (PDT) Date: Fri, 25 Sep 1998 13:04:14 -0700 (PDT) From: Matthew Dillon Message-Id: <199809252004.NAA27205@apollo.backplane.com> To: John Polstra Cc: mike@smith.net.au, committers@freebsd.org Subject: Re: VM fix for write()/mmap() corruption PR going in later today References: <199809251906.MAA00695@dingo.cdrom.com> <199809252000.NAA07620@austin.polstra.com> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : :I strongly agree with Mike. I object to the idea of putting it :into -stable immediately. That's not what -stable is for, and we've :been burned too many times in the past by just this sort of change. :-- : John Polstra jdp@polstra.com huh. ok. Just as long as it makes it into 2.2.8, is all I care. What's our time frame for the 2.2.8 freeze? -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Fri Sep 25 13:13:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02961 for cvs-all-outgoing; Fri, 25 Sep 1998 13:13:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02948 for ; Fri, 25 Sep 1998 13:13:21 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id VAA02287; Fri, 25 Sep 1998 21:02:55 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id VAA03478; Fri, 25 Sep 1998 21:01:29 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809252001.VAA03478@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: dag-erli@ifi.uio.no (Dag-Erling C. Sm rgrav ) cc: Brian Somers , Mark Murray , Nik Clayton , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "25 Sep 1998 11:52:58 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Fri, 25 Sep 1998 21:01:29 +0100 From: Brian Somers Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAB02956 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Brian Somers writes: > > If you do stuff from libalias'd machines, you must make your host key > > on all machines behind the alias'er the same as the alias'ers and add > > whatever *.freebsd.org sees as being the connecting machine to your > > .shosts file. > > Don't use .shosts, use key authentication. Although your key includes > a host name, ssh doesn't actually care if it's the one you're calling > from or not, so you can generate a key on one machine and carry it > around to others. Very useful if your home directory is shared between > several machines. ? I'm not sure what you mean. Using .shosts is impossible without key authentication isn't it ? It would be the same as .rhosts otherwise. Having a host in your known_hosts and .shosts file just allows automatic key authentication (no password required). Making the same connection from an IP that's not in known_hosts and .shosts is still ok, but requires your pass phrase or password at login time. Am I missing something ? Hmmm, maybe I am. Thinking about it, it would make sense if .shosts specified what machine/ip you can use known_hosts with, and known_hosts specifies what that host key should be. If this is the case, then a separate key can be used even for hosts behind an aliased gateway, as long as the gateway is in the .shosts file and the connecting machine is in known_hosts. Hmm, I'll do a bit of mucking around at some point and figure this out ;-) Thanks for the food for thought. > DES > -- > Dag-Erling Smørgrav - dag-erli@ifi.uio.no > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Fri Sep 25 13:15:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03375 for cvs-all-outgoing; Fri, 25 Sep 1998 13:15:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03364; Fri, 25 Sep 1998 13:15:22 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id VAA02635; Fri, 25 Sep 1998 21:15:13 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id VAA03595; Fri, 25 Sep 1998 21:15:12 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809252015.VAA03595@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) cc: max@wide.ad.jp, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/mh Makefile In-reply-to: Your message of "Fri, 25 Sep 1998 03:23:36 PDT." <199809251023.DAA12038@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Sep 1998 21:15:12 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * Me!? I can't remember touching mail/mh for some time? What did I > * do?? > > Oops sorry. I was looking at the cvs log of the wrong file. It was > brian. ;> I never noticed this. Should the post-install be removed entirely ? There's an ``@exec ... OBJFORMAT=....' in PLIST anyway. > Satoshi > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Fri Sep 25 13:19:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04227 for cvs-all-outgoing; Fri, 25 Sep 1998 13:19:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04222 for ; Fri, 25 Sep 1998 13:19:35 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:f22I2s+25Mq+UU26vGzKKI16AQbXQ4RE@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA03537; Fri, 25 Sep 1998 22:16:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809252016.WAA03537@gratis.grondar.za> To: Brian Somers cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: Your message of " Fri, 25 Sep 1998 21:01:29 +0100." <199809252001.VAA03478@woof.lan.awfulhak.org> References: <199809252001.VAA03478@woof.lan.awfulhak.org> Date: Fri, 25 Sep 1998 22:16:27 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > Having a host in your known_hosts and .shosts file just allows > automatic key authentication (no password required). Making the same > connection from an IP that's not in known_hosts and .shosts is still > ok, but requires your pass phrase or password at login time. > > Am I missing something ? ssh-keygen; scp .ssh/identity.pub remote:~/.ssh/authorized_keys Voila! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Fri Sep 25 13:57:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10882 for cvs-all-outgoing; Fri, 25 Sep 1998 13:57:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA10863 for ; Fri, 25 Sep 1998 13:57:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id EAA04519; Sat, 26 Sep 1998 04:52:38 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809252052.EAA04519@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: Brian Somers , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Fri, 25 Sep 1998 22:16:27 +0200." <199809252016.WAA03537@gratis.grondar.za> Date: Sat, 26 Sep 1998 04:52:37 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray wrote: > Brian Somers wrote: > > Having a host in your known_hosts and .shosts file just allows > > automatic key authentication (no password required). Making the same > > connection from an IP that's not in known_hosts and .shosts is still > > ok, but requires your pass phrase or password at login time. > > > > Am I missing something ? > > ssh-keygen; scp .ssh/identity.pub remote:~/.ssh/authorized_keys Or, even more perverse^H^H^H^H^H^H^Hbetter: ssh-agent startx in an xterm window: ssh-add (type your passphrase) And then from that point onwards, your passphrase is cached and tunneled. It is stored in memory on your server and it receives remote challenges for authentication, even chained several times onwards. So, from some other xterm: ssh freefall.freebsd.org freefall% ssh-add -l >> ~/.ssh/authorized_keys (works now, you'll need a password first time around to get the initial public key. Once the passwords are deleted, the authorized_keys has to be set up some other way). Assuming you have your public key on your own machine's authorized list: freefall% scp filename yourmachine:/tmp freefall% scp yourmachine:/somefile /tmp etc. All this is authenticated via the ssh agent tunnel. Your private key is never stored on disk in an unencrypted form, and even though it's in memory it never leaves your home machine. home% setenv CVS_RSH ssh home% setenv CVSROOT you@freefall.freebsd.org:/home/ncvs home% cvs checkout ..something... and so on. This is a long description, but is really *really* convenient once you get the hang of it and have set your authorized_keys files. .shosts is a very poor second best. Don't use it if you can avoid it. It's better than .rhosts, but not as safe (or convenient) as key based authentication. And key authentication is hostname independent, you can take your key anywhere (so make sure it's got a passphrase on it! - just like pgp!) and use it from any host. .shosts can't match that. Cheers, -Peter From owner-cvs-all Fri Sep 25 14:02:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11463 for cvs-all-outgoing; Fri, 25 Sep 1998 14:02:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11458; Fri, 25 Sep 1998 14:02:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15804; Fri, 25 Sep 1998 14:02:26 -0700 (PDT) Date: Fri, 25 Sep 1998 14:02:26 -0700 (PDT) Message-Id: <199809252102.OAA15804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/projects mozilla.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/25 14:02:26 PDT Modified files: en/projects mozilla.sgml Log: Comment out mozilla cvs web interface. Revision Changes Path 1.5 +4 -2 www/en/projects/mozilla.sgml From owner-cvs-all Fri Sep 25 14:32:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15209 for cvs-all-outgoing; Fri, 25 Sep 1998 14:32:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15198 for ; Fri, 25 Sep 1998 14:32:33 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id OAA01643; Fri, 25 Sep 1998 14:32:57 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: John Polstra , mike@smith.net.au, committers@FreeBSD.ORG Subject: Re: VM fix for write()/mmap() corruption PR going in later today In-reply-to: Your message of "Fri, 25 Sep 1998 13:04:14 PDT." <199809252004.NAA27205@apollo.backplane.com> Date: Fri, 25 Sep 1998 14:32:57 -0700 Message-ID: <1640.906759177@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > huh. ok. Just as long as it makes it into 2.2.8, is all I care. > What's our time frame for the 2.2.8 freeze? Mid-November. We have time to mull this one over first. - Jordan From owner-cvs-all Fri Sep 25 15:01:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20998 for cvs-all-outgoing; Fri, 25 Sep 1998 15:01:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20982 for ; Fri, 25 Sep 1998 15:01:06 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id PAA06347; Fri, 25 Sep 1998 15:00:43 -0700 (PDT) Date: Fri, 25 Sep 1998 15:00:43 -0700 (PDT) From: Matthew Dillon Message-Id: <199809252200.PAA06347@apollo.backplane.com> To: Peter Wemm Cc: Mark Murray , Brian Somers , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809252052.EAA04519@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :All this is authenticated via the ssh agent tunnel. Your private key is :never stored on disk in an unencrypted form, and even though it's in :memory it never leaves your home machine. : : home% setenv CVS_RSH ssh : home% setenv CVSROOT you@freefall.freebsd.org:/home/ncvs : home% cvs checkout ..something... : :and so on. I use the above method, but be aware that the server-side of the cvs tunnel is going to create a tree for the entire operation, including update's and checkouts, and that /tmp on freefall just isn't big enough (not enough inodes!) to handle it. In order to get around the problem I added: setenv TMPDIR ~dillon/tmp/ In my .cshrc on freefall and created ~/tmp/. It is also relatively server-intensive so don't get update-happy :-) -Matt :Cheers, :-Peter Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. (Please include original email in any response) From owner-cvs-all Fri Sep 25 15:09:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22372 for cvs-all-outgoing; Fri, 25 Sep 1998 15:09:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22352; Fri, 25 Sep 1998 15:08:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18114; Fri, 25 Sep 1998 15:08:54 -0700 (PDT) Date: Fri, 25 Sep 1998 15:08:54 -0700 (PDT) Message-Id: <199809252208.PAA18114@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc pccard.conf.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/25 15:08:54 PDT Modified files: etc pccard.conf.sample Log: Add an entry for the HAYES OPTIMA 28.8k Revision Changes Path 1.23 +7 -1 src/etc/pccard.conf.sample From owner-cvs-all Fri Sep 25 15:10:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22560 for cvs-all-outgoing; Fri, 25 Sep 1998 15:10:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22463; Fri, 25 Sep 1998 15:09:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18189; Fri, 25 Sep 1998 15:09:46 -0700 (PDT) Date: Fri, 25 Sep 1998 15:09:46 -0700 (PDT) Message-Id: <199809252209.PAA18189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc pccard.conf.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/25 15:09:45 PDT Modified files: (Branch: RELENG_2_2) etc pccard.conf.sample Log: MFC: Add an entry for the HAYES OPTIMA 28.8k Revision Changes Path 1.4.2.9 +7 -1 src/etc/pccard.conf.sample From owner-cvs-all Fri Sep 25 15:36:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27694 for cvs-all-outgoing; Fri, 25 Sep 1998 15:36:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27689; Fri, 25 Sep 1998 15:36:02 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA18953; Fri, 25 Sep 1998 15:35:58 -0700 (PDT) Date: Fri, 25 Sep 1998 15:35:58 -0700 (PDT) Message-Id: <199809252235.PAA18953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/25 15:35:57 PDT Modified files: sys/cam cam_xpt.c Log: Correct problems with xpt_set_transfer_settings and async transfer negotiation changes with wildcarded paths. Revision Changes Path 1.14 +69 -57 src/sys/cam/cam_xpt.c From owner-cvs-all Fri Sep 25 15:53:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00142 for cvs-all-outgoing; Fri, 25 Sep 1998 15:53:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA00132; Fri, 25 Sep 1998 15:53:45 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id PAA08647; Fri, 25 Sep 1998 15:53:39 -0700 (PDT) (envelope-from jdp) Message-Id: <199809252253.PAA08647@austin.polstra.com> To: sos@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <199809250858.BAA16104@freefall.freebsd.org> References: <199809250858.BAA16104@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Fri, 25 Sep 1998 15:53:39 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199809250858.BAA16104@freefall.freebsd.org>, Søren Schmidt wrote: > sos 1998/09/25 01:58:50 PDT > > Modified files: > . Makefile.inc1 > Log: > Build the LKM's both on aout & ELF systems. > > Reviewed by: jkh > > Revision Changes Path > 1.21 +3 -3 src/Makefile.inc1 Uh, this seems to break a make buildworld on an ELF system: cd /usr/src/lkm/linux; /usr/obj/elf/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS build-tools @ -> /usr/src/sys machine -> /usr/src/sys/i386/include cc -c -O -pipe -DLKM -DCOMPAT_LINUX -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I/usr/obj/elf/usr/src/lkm/linux -I/usr/obj/elf/usr/src/lkm/linux/@ -I/usr/obj/elf/usr/src/tmp/usr/include -aout -UKERNEL /usr/src/lkm/linux/../../sys/i386/linux/linux_genassym.c cc -O -pipe -DLKM -DCOMPAT_LINUX -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I/usr/obj/elf/usr/src/lkm/linux -I/usr/obj/elf/usr/src/lkm/linux/@ -I/usr/obj/elf/usr/src/tmp/usr/include -aout -aout -static -o linux_genassym linux_genassym.o /usr/obj/elf/usr/src/tmp/usr/libexec/aout/ld: /usr/obj/elf/usr/src/tmp/usr/lib/libc.a(): bad magic *** Error code 1 This is a pristine ELF system from a day or two ago, and a straight "make buildworld" without any special options. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 16:11:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02956 for cvs-all-outgoing; Fri, 25 Sep 1998 16:11:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02925 for ; Fri, 25 Sep 1998 16:11:24 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id QAA08003; Fri, 25 Sep 1998 16:11:00 -0700 (PDT) Date: Fri, 25 Sep 1998 16:11:00 -0700 (PDT) From: Matthew Dillon Message-Id: <199809252311.QAA08003@apollo.backplane.com> To: Mark Murray Cc: Brian Somers , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809252001.VAA03478@woof.lan.awfulhak.org> <199809252016.WAA03537@gratis.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :Brian Somers wrote: :> Having a host in your known_hosts and .shosts file just allows :> automatic key authentication (no password required). Making the same :> connection from an IP that's not in known_hosts and .shosts is still :> ok, but requires your pass phrase or password at login time. :> :> Am I missing something ? : :ssh-keygen; scp .ssh/identity.pub remote:~/.ssh/authorized_keys : :Voila! : :M :-- :Mark Murray Right. .shosts is almost as bad as .rhosts. If you use ssh-keygen and slap a password on your private key, you can use ssh-agent and ssh-add in your X session on your local terminal. Here's how it works: First, if you haven't created a public key pair create one: cd ~ mkdir .ssh cd .ssh ssh-keygen Be sure to assign a password to your private key... it will ask. Don't just hit return. Then edit your .xinitrc or equivalent: # --- your .xinitrc or equivalent --- # --- this assumes csh --- ... eval `ssh-agent -c` /usr/X11R6/bin/fvwm2 /bin/kill $SSH_AGENT_PID Now [re]start your X session. In any local window, do 'ssh-add': lander:/home/dillon> ssh-add Need passphrase for /home/dillon/.ssh/identity (dillon@lander.backplane.com). Enter passphrase: Once you have entered your pass-phrase, your entire X session is now authenticated for your public/private keypair and any ssh run from that X session will use it without asking for the password again. You can now ssh to any remote machine that you've put your local account's public key (~/.ssh/identity.pub) into the remote machine's ~/.ssh/authorized-keys file. Furthermore, ssh will *FORWARD* authentication keys. By typing in that single password from ssh-add on your local workstation, you can now ssh to other machines that allow your local workstation's public key AND you can ssh from those machines to other machines that allow your originaln workstation's public key. This means that you do not have to type in any passwords once you've done that single ssh-add. ssh will also forward kerberos tickets in the same manner. -Matt From owner-cvs-all Fri Sep 25 17:02:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11566 for cvs-all-outgoing; Fri, 25 Sep 1998 17:02:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11534; Fri, 25 Sep 1998 17:02:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA21834; Fri, 25 Sep 1998 17:02:37 -0700 (PDT) Date: Fri, 25 Sep 1998 17:02:37 -0700 (PDT) Message-Id: <199809260002.RAA21834@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomelibs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/25 17:02:36 PDT Modified files: x11/gnomelibs Makefile Log: Typo (gdk_Imlib should be gdk_imlib). Found by: osa@ozz.etrust.ru Revision Changes Path 1.11 +2 -2 ports/x11/gnomelibs/Makefile From owner-cvs-all Fri Sep 25 17:11:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14166 for cvs-all-outgoing; Fri, 25 Sep 1998 17:11:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14129 for ; Fri, 25 Sep 1998 17:11:28 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id CAA21425; Sat, 26 Sep 1998 02:11:19 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sat, 26 Sep 1998 02:11:18 +0200 (MET DST) Mime-Version: 1.0 To: Brian Somers Cc: committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809252001.VAA03478@woof.lan.awfulhak.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Sep 1998 02:11:17 +0200 In-Reply-To: Brian Somers's message of "Fri, 25 Sep 1998 21:01:29 +0100" Message-ID: Lines: 61 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAB14154 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [cc:s trimmed] Brian Somers writes: > > Brian Somers writes: > > > If you do stuff from libalias'd machines, you must make your host key > > > on all machines behind the alias'er the same as the alias'ers and add > > > whatever *.freebsd.org sees as being the connecting machine to your > > > .shosts file. > > Don't use .shosts, use key authentication. Although your key includes > > a host name, ssh doesn't actually care if it's the one you're calling > > from or not, so you can generate a key on one machine and carry it > > around to others. Very useful if your home directory is shared between > > several machines. > I'm not sure what you mean. Using .shosts is impossible without key > authentication isn't it ? It would be the same as .rhosts otherwise. No, .shosts is the same as .rhosts except that it's only honored by ssh. From the sshd(8) man page: $HOME/.ssh/authorized_keys Lists the RSA keys that can be used to log into the user's account. This file must be readable by root (which may on some machines imply it being world- readable if the user's home directory resides on an NFS volume). It is recommended that it not be accessible by others. The format of this file is described above. [...] $HOME/.rhosts This file contains host-username pairs, separated by a space, one per line. The given user on the corresponding host is permitted to log in without password. The same file is used by rlogind and rshd. Ssh differs from rlogind and rshd in that it requires RSA host authentication in addition to validating the host name retrieved from domain name servers (unless compiled with the --with-rhosts configuration option). The file must be writable only by the user; it is recommended that it not be accessible by others. [...] $HOME/.shosts For ssh, this file is exactly the same as for .rhosts. However, this file is not used by rlogin and rshd, so using this permits access using ssh only. Having a host/user pair listed in .[rs]hosts will allow that user to log in from that host without a password provided the host key matches the key in known_hosts. Having a public key listed in authorized_keys will allow any user from any host to log in without a password provided he has the matching private key. Or, on the other hand, I may have totally misunderstood everything. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 25 17:12:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14569 for cvs-all-outgoing; Fri, 25 Sep 1998 17:12:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14536; Fri, 25 Sep 1998 17:12:41 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA22143; Fri, 25 Sep 1998 17:12:36 -0700 (PDT) Date: Fri, 25 Sep 1998 17:12:36 -0700 (PDT) Message-Id: <199809260012.RAA22143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/25 17:12:36 PDT Modified files: sys/kern vfs_bio.c Log: PR: kern/7418 Reviewed by: Luoqi Chen Fixed problem where write()s can get lost due to buffers flagged B_DELWRI being improperly released in brelse(). Revision Changes Path 1.178 +14 -1 src/sys/kern/vfs_bio.c From owner-cvs-all Fri Sep 25 17:23:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17100 for cvs-all-outgoing; Fri, 25 Sep 1998 17:23:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17095; Fri, 25 Sep 1998 17:23:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sjx-ca124-48.ix.netcom.com [207.223.162.176]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA22286; Fri, 25 Sep 1998 17:23:42 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA13761; Fri, 25 Sep 1998 17:23:39 -0700 (PDT) Date: Fri, 25 Sep 1998 17:23:39 -0700 (PDT) Message-Id: <199809260023.RAA13761@silvia.hip.berkeley.edu> To: brian@Awfulhak.org CC: max@wide.ad.jp, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809252015.VAA03595@woof.lan.awfulhak.org> (message from Brian Somers on Fri, 25 Sep 1998 21:15:12 +0100) Subject: Re: cvs commit: ports/mail/mh Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I never noticed this. Guideline folks! :) * Should the post-install be removed entirely ? * There's an ``@exec ... OBJFORMAT=....' in PLIST anyway. No. @exec lines in PLISTs are for package pkg_add only -- you still need post-install for "make install" from the port. Satoshi From owner-cvs-all Fri Sep 25 17:56:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22626 for cvs-all-outgoing; Fri, 25 Sep 1998 17:56:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22564; Fri, 25 Sep 1998 17:55:58 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA23453; Fri, 25 Sep 1998 17:55:53 -0700 (PDT) Date: Fri, 25 Sep 1998 17:55:53 -0700 (PDT) Message-Id: <199809260055.RAA23453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_misc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/25 17:55:53 PDT Modified files: sys/i386/ibcs2 ibcs2_misc.c Log: Silence a harmless warning. Revision Changes Path 1.30 +2 -2 src/sys/i386/ibcs2/ibcs2_misc.c From owner-cvs-all Fri Sep 25 18:02:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23620 for cvs-all-outgoing; Fri, 25 Sep 1998 18:02:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23594; Fri, 25 Sep 1998 18:02:42 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id DAA24908; Sat, 26 Sep 1998 03:02:34 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sat, 26 Sep 1998 03:02:33 +0200 (MET DST) Mime-Version: 1.0 To: John Polstra Cc: sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <199809250858.BAA16104@freefall.freebsd.org> <199809252253.PAA08647@austin.polstra.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Sep 1998 03:02:33 +0200 In-Reply-To: John Polstra's message of "Fri, 25 Sep 1998 15:53:39 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id SAB23615 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Polstra writes: > In article <199809250858.BAA16104@freefall.freebsd.org>, > Søren Schmidt wrote: > > Log: > > Build the LKM's both on aout & ELF systems. > Uh, this seems to break a make buildworld on an ELF system: Looks fine here. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 25 18:07:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24275 for cvs-all-outgoing; Fri, 25 Sep 1998 18:07:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24258; Fri, 25 Sep 1998 18:07:39 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id SAA09575; Fri, 25 Sep 1998 18:07:28 -0700 (PDT) (envelope-from jdp) Message-Id: <199809260107.SAA09575@austin.polstra.com> To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "26 Sep 1998 03:02:33 +0200." Date: Fri, 25 Sep 1998 18:07:28 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > In article <199809250858.BAA16104@freefall.freebsd.org>, > > Søren Schmidt wrote: > > > Log: > > > Build the LKM's both on aout & ELF systems. > > Uh, this seems to break a make buildworld on an ELF system: > > Looks fine here. Several people have reported it broken. I reverted back to rev. 1.20 of Makefile.inc1 and the problem disappeared. I am doing nothing unusual at all; it's a plain "make buildworld" on an ELF system. It is possible that the bug might be masked by the use of NOAOUT or some other nonstandard option. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 18:29:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27395 for cvs-all-outgoing; Fri, 25 Sep 1998 18:29:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27385; Fri, 25 Sep 1998 18:29:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24648; Fri, 25 Sep 1998 18:29:52 -0700 (PDT) Date: Fri, 25 Sep 1998 18:29:52 -0700 (PDT) Message-Id: <199809260129.SAA24648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include/rpc des.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/25 18:29:51 PDT Modified files: include/rpc des.h Log: #ifdef out DES ioctls which don't exist in FreeBSD. These originated with the SunRPC code to allow the use of hardware DES on certain Sun hardware that supported it (if you installed the appropriate kit). We don't have them and they apparently break the ioctl table generation for kdump. Pointed out by: bde Revision Changes Path 1.2 +10 -0 src/include/rpc/des.h From owner-cvs-all Fri Sep 25 18:30:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27694 for cvs-all-outgoing; Fri, 25 Sep 1998 18:30:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27678; Fri, 25 Sep 1998 18:30:40 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24714; Fri, 25 Sep 1998 18:30:36 -0700 (PDT) Date: Fri, 25 Sep 1998 18:30:36 -0700 (PDT) Message-Id: <199809260130.SAA24714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/25 18:30:36 PDT Modified files: . Makefile.inc1 Log: Backout my last commit. Find another way to get the LKM's rebuild. Revision Changes Path 1.22 +2 -2 src/Makefile.inc1 From owner-cvs-all Fri Sep 25 18:31:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27795 for cvs-all-outgoing; Fri, 25 Sep 1998 18:31:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA27780; Fri, 25 Sep 1998 18:31:14 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24739; Fri, 25 Sep 1998 18:31:10 -0700 (PDT) Date: Fri, 25 Sep 1998 18:31:10 -0700 (PDT) Message-Id: <199809260131.SAA24739@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common console.c isapnp.c ls.c panic.c pnp.c src/sys/boot/i386/libi386 Makefile biosdisk.c devicename.c src/sys/boot/i386/loader Makefile main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/25 18:31:10 PDT Modified files: sys/boot/common console.c isapnp.c ls.c panic.c pnp.c Log: console.c Allow the MI code to override the preferred console (eg. so that an RB_SERIAL flag from the i386 boot2 can override the default first active console) isapnp.c Use the standard format for ISA PnP IDs. pnp.c Allow trailing comments on lines, be less picky about line contents. ls.c Cosmetic error message fix. panic.c Print the right arguments. Revision Changes Path 1.2 +18 -6 src/sys/boot/common/console.c 1.2 +14 -11 src/sys/boot/common/isapnp.c 1.3 +7 -1 src/sys/boot/common/ls.c 1.4 +3 -3 src/sys/boot/common/panic.c 1.3 +9 -4 src/sys/boot/common/pnp.c Modified files: sys/boot/i386/libi386 Makefile biosdisk.c devicename.c Log: The BIOS can't perform a floppy operation where the destination crosses a physical 64k boundary. Allocate a bounce buffer for such a transaction. Revision Changes Path 1.5 +2 -2 src/sys/boot/i386/libi386/Makefile 1.6 +72 -18 src/sys/boot/i386/libi386/biosdisk.c 1.2 +2 -2 src/sys/boot/i386/libi386/devicename.c Modified files: sys/boot/i386/loader Makefile main.c Log: Recover the arguments passed in from the previous load stage, use them to set the default console. Print malloc stats from the new libstand allocator. Revision Changes Path 1.7 +6 -1 src/sys/boot/i386/loader/Makefile 1.7 +25 -2 src/sys/boot/i386/loader/main.c From owner-cvs-all Fri Sep 25 18:36:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28819 for cvs-all-outgoing; Fri, 25 Sep 1998 18:36:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28688; Fri, 25 Sep 1998 18:36:02 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id DAA21097; Sat, 26 Sep 1998 03:35:49 +0200 (CEST) (envelope-from sos) Message-Id: <199809260135.DAA21097@sos.freebsd.dk> Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <199809260107.SAA09575@austin.polstra.com> from John Polstra at "Sep 25, 98 06:07:28 pm" To: jdp@polstra.com (John Polstra) Date: Sat, 26 Sep 1998 03:35:49 +0200 (CEST) Cc: dag-erli@ifi.uio.no, sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to John Polstra who wrote: > > > In article <199809250858.BAA16104@freefall.freebsd.org>, > > > Søren Schmidt wrote: > > > > Log: > > > > Build the LKM's both on aout & ELF systems. > > > Uh, this seems to break a make buildworld on an ELF system: > > > > Looks fine here. > > Several people have reported it broken. I reverted back to rev. 1.20 > of Makefile.inc1 and the problem disappeared. I am doing nothing > unusual at all; it's a plain "make buildworld" on an ELF system. > > It is possible that the bug might be masked by the use of NOAOUT or > some other nonstandard option. That might be it, it also worked here on my testmachine, but then broke on my own box when it got updated :( I've backed it out for now, but we need to get the LKM's build at all times, even if running pure ELF. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Fri Sep 25 18:41:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00410 for cvs-all-outgoing; Fri, 25 Sep 1998 18:41:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00404; Fri, 25 Sep 1998 18:41:29 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id SAA09825; Fri, 25 Sep 1998 18:41:22 -0700 (PDT) (envelope-from jdp) Message-Id: <199809260141.SAA09825@austin.polstra.com> To: sos@FreeBSD.ORG cc: dag-erli@ifi.uio.no, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Sat, 26 Sep 1998 03:35:49 +0200." <199809260135.DAA21097@sos.freebsd.dk> Date: Fri, 25 Sep 1998 18:41:22 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > It is possible that the bug might be masked by the use of NOAOUT > > or some other nonstandard option. > > That might be it, it also worked here on my testmachine, but then > broke on my own box when it got updated :( > > I've backed it out for now, but we need to get the LKM's build at > all times, even if running pure ELF. They do get built, if you don't use NOAOUT. It'll hopefully become moot soon, if the new kld stuff gets finished in time. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 18:42:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00685 for cvs-all-outgoing; Fri, 25 Sep 1998 18:42:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA00676; Fri, 25 Sep 1998 18:42:44 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA24980; Fri, 25 Sep 1998 18:42:40 -0700 (PDT) Date: Fri, 25 Sep 1998 18:42:40 -0700 (PDT) Message-Id: <199809260142.SAA24980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand sbrk.c zalloc.c zalloc_defs.h zalloc_malloc.c zalloc_mem.h zalloc_protos.h Makefile environment.c stand.h ufs.c zipfs.c alloc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/25 18:42:40 PDT Modified files: lib/libstand Makefile environment.c stand.h ufs.c zipfs.c Added files: lib/libstand sbrk.c zalloc.c zalloc_defs.h zalloc_malloc.c zalloc_mem.h zalloc_protos.h Removed files: lib/libstand alloc.c Log: Replace the old and extremely icky Mach/NetBSD allocator with a similarly compact and much better one donated by Matt Dillon. Implement a simple sbrk() which uses the existing setheap() api. Remove the custom allocator from the UFS code. It wasn't working quite right, and it shouldn't be needed with the new allocator. Fix a serious problem with changing the value of already-existent environment variables. Don't attempt to modify the supposedly-const argument to putenv() Fix an off-by-one sizing error in the zipfs code detected by the new allocator. Submitted by: zmalloc from Matt Dillon Revision Changes Path 1.4 +6 -5 src/lib/libstand/Makefile 1.2 +41 -34 src/lib/libstand/environment.c 1.5 +16 -5 src/lib/libstand/stand.h 1.4 +14 -46 src/lib/libstand/ufs.c 1.3 +4 -2 src/lib/libstand/zipfs.c From owner-cvs-all Fri Sep 25 18:47:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01526 for cvs-all-outgoing; Fri, 25 Sep 1998 18:47:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01521; Fri, 25 Sep 1998 18:47:07 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA25133; Fri, 25 Sep 1998 18:47:03 -0700 (PDT) Date: Fri, 25 Sep 1998 18:47:03 -0700 (PDT) Message-Id: <199809260147.SAA25133@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/k8 Makefile ports/japanese/k8/files md5 ports/japanese/k8/patches patch-aa ports/japanese/k8/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/25 18:47:03 PDT Removed files: japanese/k8 Makefile japanese/k8/files md5 japanese/k8/patches patch-aa japanese/k8/pkg COMMENT DESCR PLIST Log: ja-k8 was moved to ja-elisa10x8. From owner-cvs-all Fri Sep 25 18:48:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01776 for cvs-all-outgoing; Fri, 25 Sep 1998 18:48:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01768 for ; Fri, 25 Sep 1998 18:48:34 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA01315; Sat, 26 Sep 1998 11:17:56 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id LAA19918; Sat, 26 Sep 1998 11:17:55 +0930 (CST) Message-ID: <19980926111755.E26110@freebie.lemis.com> Date: Sat, 26 Sep 1998 11:17:55 +0930 From: Greg Lehey To: "Jordan K. Hubbard" , Matthew Dillon Cc: John Polstra , mike@smith.net.au, committers@FreeBSD.ORG Subject: Re: VM fix for write()/mmap() corruption PR going in later today References: <199809252004.NAA27205@apollo.backplane.com> <1640.906759177@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <1640.906759177@time.cdrom.com>; from Jordan K. Hubbard on Fri, Sep 25, 1998 at 02:32:57PM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Friday, 25 September 1998 at 14:32:57 -0700, Jordan K. Hubbard wrote: >> huh. ok. Just as long as it makes it into 2.2.8, is all I care. >> What's our time frame for the 2.2.8 freeze? > > Mid-November. I thought mid-November was the release date. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key From owner-cvs-all Fri Sep 25 19:40:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07854 for cvs-all-outgoing; Fri, 25 Sep 1998 19:40:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07849 for ; Fri, 25 Sep 1998 19:40:54 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA02771; Fri, 25 Sep 1998 19:40:41 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Greg Lehey cc: Matthew Dillon , John Polstra , mike@smith.net.au, committers@FreeBSD.ORG Subject: Re: VM fix for write()/mmap() corruption PR going in later today In-reply-to: Your message of "Sat, 26 Sep 1998 11:17:55 +0930." <19980926111755.E26110@freebie.lemis.com> Date: Fri, 25 Sep 1998 19:40:41 -0700 Message-ID: <2768.906777641@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Friday, 25 September 1998 at 14:32:57 -0700, Jordan K. Hubbard wrote: > >> huh. ok. Just as long as it makes it into 2.2.8, is all I care. > >> What's our time frame for the 2.2.8 freeze? > > > > Mid-November. > > I thought mid-November was the release date. I'm thinking that'll probably be closer to end-of-november since I don't think anyone will quite be ready for another code freeze just 2 weeks after 3.0's release. - Jordan From owner-cvs-all Fri Sep 25 20:24:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12416 for cvs-all-outgoing; Fri, 25 Sep 1998 20:24:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12409; Fri, 25 Sep 1998 20:24:19 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27550; Fri, 25 Sep 1998 20:24:15 -0700 (PDT) Date: Fri, 25 Sep 1998 20:24:15 -0700 (PDT) Message-Id: <199809260324.UAA27550@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand zalloc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/25 20:24:15 PDT Modified files: lib/libstand zalloc.c Log: Fixed setting of mp_End in zextendPool(). A case was missing and mp_Size no longer reflects the mp_End - mp_Base equivalent. Revision Changes Path 1.2 +3 -2 src/lib/libstand/zalloc.c From owner-cvs-all Fri Sep 25 20:34:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13456 for cvs-all-outgoing; Fri, 25 Sep 1998 20:34:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13450; Fri, 25 Sep 1998 20:34:15 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27784; Fri, 25 Sep 1998 20:34:11 -0700 (PDT) Date: Fri, 25 Sep 1998 20:34:11 -0700 (PDT) Message-Id: <199809260334.UAA27784@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h scvesactl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/25 20:34:11 PDT Modified files: sys/i386/isa syscons.c syscons.h scvesactl.c Log: - Use `u_long cmd' ioctl arg. - Fix some external function declaration. Submitted by: bde Revision Changes Path 1.280 +2 -4 src/sys/i386/isa/syscons.c 1.42 +3 -2 src/sys/i386/isa/syscons.h 1.4 +4 -11 src/sys/i386/isa/scvesactl.c From owner-cvs-all Fri Sep 25 20:38:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13987 for cvs-all-outgoing; Fri, 25 Sep 1998 20:38:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13968; Fri, 25 Sep 1998 20:38:45 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27900; Fri, 25 Sep 1998 20:38:41 -0700 (PDT) Date: Fri, 25 Sep 1998 20:38:41 -0700 (PDT) Message-Id: <199809260338.UAA27900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c videoio.c scvesactl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/09/25 20:38:40 PDT Modified files: sys/i386/isa syscons.c videoio.c scvesactl.c Log: Cosmetic changes: - there were too many global variables (there still are :-). - the data section was bloated by explicit initializations of static variables to 0 (only fixed the recently changed ones). - WRAPHIST() had silly parentheses around foo->bar. - the comment about inline functions was stale. - the comment about Userconfig presumes too much about the boot environment. - `i' was reused confusingly in scioctl(). - the declaration of `butmap' used a deprecated K&R misfeature. - the initializeation of `butmap' had an unnecessary line break. - `unsigned char' was not consistently (mis)spelled as u_char. - English was poor in a comment in videoio.c. Submitted by: bde Revision Changes Path 1.281 +19 -22 src/sys/i386/isa/syscons.c 1.5 +5 -5 src/sys/i386/isa/videoio.c 1.5 +2 -1 src/sys/i386/isa/scvesactl.c From owner-cvs-all Fri Sep 25 21:14:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17328 for cvs-all-outgoing; Fri, 25 Sep 1998 21:14:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from dillon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17316; Fri, 25 Sep 1998 21:14:40 -0700 (PDT) (envelope-from dillon) Date: Fri, 25 Sep 1998 21:14:40 -0700 (PDT) From: Matt Dillon Message-Id: <199809260414.VAA17316@hub.freebsd.org> To: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand zalloc.c Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I've committed a fix to a problem that Mike brought up in email just before he left for a plane. It appears to work fine in my own tests. If anyone has problems or questions with the new allocation code in libstand, please email the committers list or both me and Mike. (my own tests consist of compiling various system utilities with my malloc replacement code and running them, not of compiling things that use libstand and running those, because I'm not familiar enough with the stuff that uses libstand). -Matt From owner-cvs-all Fri Sep 25 21:32:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA18658 for cvs-all-outgoing; Fri, 25 Sep 1998 21:32:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA18644 for ; Fri, 25 Sep 1998 21:32:30 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.9.1/8.6.5) id VAA19452; Fri, 25 Sep 1998 21:32:24 -0700 (PDT) Date: Fri, 25 Sep 1998 21:32:24 -0700 (PDT) From: Matthew Dillon Message-Id: <199809260432.VAA19452@apollo.backplane.com> To: Mark Murray , Brian Somers , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809252001.VAA03478@woof.lan.awfulhak.org> <199809252016.WAA03537@gratis.grondar.za> <199809252311.QAA08003@apollo.backplane.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : You can now ssh to any remote machine that you've put your local account's : public key (~/.ssh/identity.pub) into the remote machine's : ~/.ssh/authorized-keys file. ack. ~/.ssh/authorized_keys ... that's an underscore, not a dash. -Matt From owner-cvs-all Fri Sep 25 21:41:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19490 for cvs-all-outgoing; Fri, 25 Sep 1998 21:41:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19485; Fri, 25 Sep 1998 21:41:39 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29156; Fri, 25 Sep 1998 21:41:35 -0700 (PDT) Date: Fri, 25 Sep 1998 21:41:35 -0700 (PDT) Message-Id: <199809260441.VAA29156@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/siag Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1998/09/25 21:41:35 PDT Modified files: math/siag Makefile Log: sorry would like to drop a maintainer status, as I'm not using siag recently, and having real hard time catching up. Revision Changes Path 1.8 +3 -3 ports/math/siag/Makefile From owner-cvs-all Fri Sep 25 21:42:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19592 for cvs-all-outgoing; Fri, 25 Sep 1998 21:42:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19586; Fri, 25 Sep 1998 21:42:20 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29177; Fri, 25 Sep 1998 21:42:16 -0700 (PDT) Date: Fri, 25 Sep 1998 21:42:16 -0700 (PDT) Message-Id: <199809260442.VAA29177@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/files rsa64.diff Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/09/25 21:42:16 PDT Modified files: security/ssh Makefile Added files: security/ssh/files rsa64.diff Log: Make RSA stuff work on alpha (or on any other 64bit architecture) Revision Changes Path 1.65 +2 -1 ports/security/ssh/Makefile From owner-cvs-all Fri Sep 25 21:48:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20019 for cvs-all-outgoing; Fri, 25 Sep 1998 21:48:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20014 for ; Fri, 25 Sep 1998 21:48:26 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id VAA10801; Fri, 25 Sep 1998 21:48:13 -0700 (PDT) (envelope-from jdp) Message-Id: <199809260448.VAA10801@austin.polstra.com> To: peter@netplex.com.au Subject: Re: Security and other facilities at WC CDROM - the plan. In-Reply-To: <199809252052.EAA04519@spinner.netplex.com.au> References: <199809252052.EAA04519@spinner.netplex.com.au> Organization: Polstra & Co., Seattle, WA Cc: committers@freebsd.org Date: Fri, 25 Sep 1998 21:48:13 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199809252052.EAA04519@spinner.netplex.com.au>, Peter Wemm wrote: > Or, even more perverse^H^H^H^H^H^H^Hbetter: > > ssh-agent startx > > in an xterm window: > > ssh-add > (type your passphrase) Even easier: Use "startx" the normal way. At the end of ~/.xinitrc: exec ssh-agent /usr/X11R6/bin/fvwm2 In ~/.fvwm2rc: AddToFunc InitFunction "I" Module FvwmButtons + "I" Exec ssh-add < /dev/null "ssh-add" will pop up a nice window when you first start X and prompt you for your passphrase. It's all automatic. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Sep 25 21:59:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20591 for cvs-all-outgoing; Fri, 25 Sep 1998 21:59:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20586; Fri, 25 Sep 1998 21:59:47 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29527; Fri, 25 Sep 1998 21:59:43 -0700 (PDT) Date: Fri, 25 Sep 1998 21:59:43 -0700 (PDT) Message-Id: <199809260459.VAA29527@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/25 21:59:43 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: Fixed clean flag handling: - don't set the clean flag on unmount of an unclean filesystem that was (forcibly) mounted rw. - set the clean flag on rw -> ro update of a mounted initially-clean filesystem. - fixed some style bugs (mostly long lines). This uses the fs_flags field and FS_UNCLEAN state bit which were introduced in the softdep changes. NetBSD uses extra state bits in fs_clean. Reviewed by: luoqui Revision Changes Path 1.88 +33 -23 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all Fri Sep 25 22:05:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21038 for cvs-all-outgoing; Fri, 25 Sep 1998 22:05:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from spawn.nectar.com (spawn.nectar.com [204.27.67.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21033 for ; Fri, 25 Sep 1998 22:05:45 -0700 (PDT) (envelope-from nectar@spawn.nectar.com) Received: from localhost.nectar.com ([127.0.0.1] helo=spawn.nectar.com) by spawn.nectar.com with esmtp (Exim 1.92 #1) id 0zMmXY-0004uq-00; Sat, 26 Sep 1998 00:05:04 -0500 X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199809260448.VAA10801@austin.polstra.com> References: <199809252052.EAA04519@spinner.netplex.com.au> <199809260448.VAA10801@austin.polstra.com> Subject: Re: Security and other facilities at WC CDROM - the plan. To: John Polstra cc: peter@netplex.com.au, committers@freebsd.org Date: Sat, 26 Sep 1998 00:05:04 -0500 Message-Id: Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- That's what is great about unix... a million ways to do a thing. How about the following in .xsession or .xinitrc (assuming sh-like shell): eval `ssh-agent -s` ssh-add wrote: > In article <199809252052.EAA04519@spinner.netplex.com.au>, > Peter Wemm wrote: > > > Or, even more perverse^H^H^H^H^H^H^Hbetter: > > > > ssh-agent startx > > > > in an xterm window: > > > > ssh-add > > (type your passphrase) > > Even easier: > > Use "startx" the normal way. At the end of ~/.xinitrc: > > exec ssh-agent /usr/X11R6/bin/fvwm2 > > In ~/.fvwm2rc: > > AddToFunc InitFunction "I" Module FvwmButtons > + "I" Exec ssh-add < /dev/null > > "ssh-add" will pop up a nice window when you first start X and > prompt you for your passphrase. It's all automatic. > > John > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "Self-knowledge is always bad news." -- John Barth > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNgx2ADeRhT8JRySpAQFdewQAs0A7IcgK1MFZrpuf8pP992ytkJ0Oa9pu sGdUeNUCHUxg+QsO4ut/2joWVQqqZa2rBZdM4P2G3WCakMIk4E4k2kUBI76i/IJ5 yZA5SxOwrNXuP7voioEWjpmBdpxTewsn1sVGX8hfuyFD3oDwl3QSI58UYoIbu2ns f5SIv5Y4LAM= =Bp9/ -----END PGP SIGNATURE----- From owner-cvs-all Fri Sep 25 22:26:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22064 for cvs-all-outgoing; Fri, 25 Sep 1998 22:26:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22059 for ; Fri, 25 Sep 1998 22:26:22 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp377.kt.rim.or.jp [202.247.140.77]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id OAA18172; Sat, 26 Sep 1998 14:26:14 +0900 (JST) Received: from sky.rim.or.jp (earth [192.168.1.2]) by moon.sky.rim.or.jp (8.8.7/3.5Wpl4/moon-1.0) with ESMTP id OAA09037; Sat, 26 Sep 1998 14:24:43 +0900 (JST) Message-ID: <360C7A0B.2A39FF73@sky.rim.or.jp> Date: Sat, 26 Sep 1998 14:22:19 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: John Fieber CC: committers Subject: Re: Can we branch doc/ja/man? References: Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk John Fieber wrote: > Historically, the main reason for separating out the doc tree > from the main freebsd src tree was to provide a "branch free > zone" for things like the Handbook and FAQ where maintaining > separate branches is non-sensical. In previous conversations > about where to put the Japanese translations, I raised this as an > issue and was given the argument[1] that this branch free zone > was exactly what the Japanese man pages needed. OK. > Have things changed? We've discussed again. Then we decide concentrating to catch up Japanese manpages to 3.0-current. To committers: If you are planning modify manual pages for 3.0-current, please do in this 2 weeks. We want at least 1 week to coordinate translators and translate them. Of course, it doesn't mean freeze manpages, but only our request. Thanks! -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Fri Sep 25 22:26:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22122 for cvs-all-outgoing; Fri, 25 Sep 1998 22:26:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22116; Fri, 25 Sep 1998 22:26:43 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.1/8.9.1) id HAA05080; Sat, 26 Sep 1998 07:26:33 +0200 (SAT) From: John Hay Message-Id: <199809260526.HAA05080@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <199809260130.SAA24714@freefall.freebsd.org> from =?ISO-8859-1?Q?S=F8ren_Schmidt?= at "Sep 25, 98 06:30:36 pm" To: sos@FreeBSD.ORG (Søren Schmidt) Date: Sat, 26 Sep 1998 07:26:33 +0200 (SAT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > sos 1998/09/25 18:30:36 PDT > > Modified files: > . Makefile.inc1 > Log: > Backout my last commit. > Find another way to get the LKM's rebuild. >From what I have looked at, it is only lkm/linux that has a problem when it tries to build linux_genassym in -aout format. Someone with a bit more makefile knowledge than me should just tweak the linux makefile to build linux_genassym in the format that the rest of the build (not the lkms) use. (Basically the same kind of thing that was done for the kernel makefile.) John -- John Hay -- John.Hay@mikom.csir.co.za From owner-cvs-all Fri Sep 25 23:16:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25439 for cvs-all-outgoing; Fri, 25 Sep 1998 23:16:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25434 for ; Fri, 25 Sep 1998 23:16:23 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp359.kt.rim.or.jp [202.247.140.59]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id PAA22475; Sat, 26 Sep 1998 15:16:07 +0900 (JST) Received: from sky.rim.or.jp (earth [192.168.1.2]) by moon.sky.rim.or.jp (8.8.7/3.5Wpl4/moon-1.0) with ESMTP id PAA10669; Sat, 26 Sep 1998 15:15:35 +0900 (JST) Message-ID: <360C85F6.CDD09EE2@sky.rim.or.jp> Date: Sat, 26 Sep 1998 15:13:10 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: Nate Williams CC: Peter Wemm , Jonathan Lemon , Mark Murray , committers@FreeBSD.org Subject: Re: Security and other facilities at WC CDROM - the plan. References: <199809241926.NAA00745@mt.sri.com> <199809241936.DAA22482@spinner.netplex.com.au> <199809241939.NAA00872@mt.sri.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Nate Williams wrote: > This is just what I was hoping for (assuming it work with a standard > telnet client from windows)? If so, then at that point I could > download/install a 'secure' connection from that point on. Can this help you? ftp://ftp.htp.org/pub/crypto/ssh/ttssh/ttssh13.zip -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Fri Sep 25 23:19:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25642 for cvs-all-outgoing; Fri, 25 Sep 1998 23:19:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25637; Fri, 25 Sep 1998 23:19:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA01206; Fri, 25 Sep 1998 23:18:59 -0700 (PDT) Date: Fri, 25 Sep 1998 23:18:59 -0700 (PDT) Message-Id: <199809260618.XAA01206@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c ext2_fs_sb.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/25 23:18:59 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c ext2_fs_sb.h Log: Fixed clean flag handling: Fixes for bugs not shared with ffs: - don't mount unclean filesystems rw unless forced to. - accept EXT2_ERROR_FS (treat it like !EXT2_VALID_FS). We still don't set this or honour the maximal mount count. - don't attempt to print the name of the mount point when mounting an unclean file system, since the name of the previous mount point is unknown and the name of the current mount point is still "". Fixes for bugs shared with ffs until recently: - don't set the clean flag on unmount of an initially-unclean filesystem that was (forcibly) mounted rw. - set the clean flag on rw -> ro update of a mounted initially-clean filesystem. - fixed some style bugs (mostly long lines). The fixes are slightly simpler than for ffs, because the relevant on-disk state is not a simple boolean variable, and the superblock has a core-only extension. Obtained from: parts from ffs_vfsops.c, parts from NetBSD Revision Changes Path 1.38 +35 -10 src/sys/gnu/ext2fs/ext2_vfsops.c 1.3 +1 -0 src/sys/gnu/ext2fs/ext2_fs_sb.h From owner-cvs-all Fri Sep 25 23:20:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25821 for cvs-all-outgoing; Fri, 25 Sep 1998 23:20:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA25814; Fri, 25 Sep 1998 23:20:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA02090; Fri, 25 Sep 1998 23:20:29 -0700 (PDT) Date: Fri, 25 Sep 1998 23:20:29 -0700 (PDT) Message-Id: <199809260620.XAA02090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 ar.1 as.1 at.1 awk.1 basename.1 bc.1 biff.1 c89.1 cap_mkdb.1 cat.1 catman.1 cd.1 cdcontrol.1 checknr.1 chflags.1 chio.1 chmod.1 chpass.1 ci.1 cksum.1 cmp.1 co.1 colldef.1 comm.1 compile_et.1 cp.1 crontab.1 csh.1 ctm.1 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/25 23:20:29 PDT Modified files: ja/man/man1 ar.1 as.1 at.1 awk.1 basename.1 bc.1 biff.1 c89.1 cap_mkdb.1 cat.1 catman.1 cd.1 cdcontrol.1 checknr.1 chflags.1 chio.1 chmod.1 chpass.1 ci.1 cksum.1 cmp.1 co.1 colldef.1 comm.1 compile_et.1 cp.1 crontab.1 csh.1 ctm.1 ctm_rmail.1 cu.1 date.1 dc.1 dd.1 df.1 dig.1 dnsquery.1 du.1 echo.1 ed.1 ee.1 expr.1 f2c.1 f77.1 fdwrite.1 fetch.1 file.1 file2c.1 find.1 finger.1 ftp.1 gcc.1 gdb.1 getNAME.1 grep.1 grops.1 head.1 hexdump.1 host.1 hostname.1 id.1 ident.1 install-info.1 install.1 intro.1 ipcrm.1 ipcs.1 kbdcontrol.1 kbdmap.1 kdump.1 key.1 keyinfo.1 kill.1 killall.1 ktrace.1 lastcomm.1 ld.1 lex.1 limits.1 ln.1 locate.1 lockf.1 login.1 logname.1 lp.1 lpr.1 ls.1 lsvfs.1 m4.1 mail.1 mailq.1 make.1 makewhatis.1 merge.1 mesg.1 minigzip.1 mkdir.1 mkfifo.1 mktemp.1 more.1 mv.1 ncal.1 netstat.1 newaliases.1 nfsstat.1 nice.1 nm.1 od.1 opieinfo.1 opiekey.1 opiepasswd.1 passwd.1 patch.1 pax.1 perl.1 pkg_add.1 pkg_create.1 pkg_info.1 pr.1 ps.1 pwd.1 quota.1 ranlib.1 rcp.1 rcs.1 rcsclean.1 rcsdiff.1 rcsfreeze.1 rcsintro.1 rcsmerge.1 rdist.1 rlog.1 rm.1 rmdir.1 rtld.1 rtprio.1 rup.1 ruptime.1 rusers.1 rwall.1 sasc.1 script.1 sh.1 shar.1 sleep.1 startslip.1 strip.1 stty.1 su.1 systat.1 tar.1 tconv.1 tcpdump.1 tcpslice.1 telnet.1 test.1 time.1 top.1 tput.1 tty.1 uniq.1 units.1 uucp.1 uuencode.1 uulog.1 uustat.1 uux.1 vacation.1 vidcontrol.1 w.1 wait.1 wc.1 what.1 whereis.1 which.1 who.1 whois.1 write.1 xten.1 yacc.1 ypcat.1 ypmatch.1 ypwhich.1 yyfix.1 ja/man/man5 a.out.5 acct.5 aliases.5 bootparams.5 bootptab.5 core.5 crontab.5 ctm.5 devfs.5 dir.5 disklabel.5 disktab.5 ethers.5 exports.5 fbtab.5 fdesc.5 forward.5 fs.5 fstab.5 gettytab.5 group.5 hosts.5 hosts.equiv.5 hosts.lpd.5 kernfs.5 keycap.5 link.5 login.access.5 login.conf.5 magic.5 networks.5 nologin.5 opiekeys.5 passwd.5 pbm.5 phones.5 printcap.5 procfs.5 protocols.5 pw.conf.5 rc.conf.5 rcsfile.5 remote.5 resolver.5 rpc.5 services.5 shells.5 stab.5 syslog.conf.5 termcap.5 ttys.5 types.5 tzfile.5 utmp.5 ja/man/man8 MAKEDEV.8 ac.8 adding_user.8 adduser.8 adjkerntz.8 amd.8 amq.8 apm.8 atrun.8 badsect.8 boot_i386.8 bootpd.8 ccdconfig.8 chat.8 chown.8 clri.8 comcontrol.8 comsat.8 config.8 crash.8 cron.8 disklabel.8 dmesg.8 dset.8 dump.8 dumpfs.8 dumpon.8 fsck.8 fsdb.8 fsirand.8 ft.8 ftpd.8 getty.8 ibcs2.8 ifconfig.8 inetd.8 init.8 intro.8 ipfw.8 ispcvt.8 joy.8 kernbb.8 kzip.8 ldconfig.8 linux.8 lptcontrol.8 mail.local.8 mailstats.8 makekey.8 makemap.8 makewhatis.local.8 manctl.8 map-mbone.8 mknetid.8 mknod.8 modload.8 modstat.8 modunload.8 mount.8 mount_ext2fs.8 mount_msdos.8 mount_nfs.8 mount_null.8 mount_portal.8 mount_std.8 mount_umap.8 mount_union.8 mountd.8 moused.8 mrinfo.8 mrouted.8 mtrace.8 mtree.8 named-xfer.8 named.8 natd.8 ncrcontrol.8 ndc.8 netboot.8 newfs.8 newsyslog.8 nextboot.8 nfsiod.8 nologin.8 nslookup.8 ntpdate.8 ntpq.8 ntptrace.8 pccardd.8 pciconf.8 ping.8 pppctl.8 pppd.8 pppstats.8 praliases.8 pstat.8 pw.8 pwd_mkdb.8 quot.8 quotacheck.8 rarpd.8 rbootd.8 rc.8 reboot.8 restore.8 revnetgroup.8 rexecd.8 rlogind.8 rmail.8 rmuser.8 rndcontrol.8 route.8 routed.8 rpc.rquotad.8 rpc.rstatd.8 rpc.rusersd.8 rpc.rwalld.8 rpc.sprayd.8 rpc.yppasswdd.8 rpc.ypxfrd.8 rpcinfo.8 rshd.8 rtquery.8 sa.8 savecore.8 scsi.8 scsiformat.8 sendmail.8 shutdown.8 sicontrol.8 slattach.8 slstat.8 smrsh.8 spkrtest.8 sticky.8 swapon.8 sync.8 sysctl.8 syslogd.8 telnetd.8 tickadj.8 traceroute.8 tunefs.8 tzsetup.8 umount.8 uuchk.8 uucico.8 uucpd.8 uuxqt.8 vmstat.8 vnconfig.8 wormcontrol.8 xntpd.8 xntpdc.8 xtend.8 yp_mkdb.8 ypbind.8 yppush.8 ypserv.8 ypset.8 ypxfr.8 zdump.8 zic.8 Log: Catch up to 3.0-19980827-SNAP and some fixes. Submitted by: Kazuo Horikawa Revision Changes Path 1.2 +1 -1 doc/ja/man/man1/ar.1 1.2 +1 -0 doc/ja/man/man1/as.1 1.4 +1 -1 doc/ja/man/man1/at.1 1.3 +973 -377 doc/ja/man/man1/awk.1 1.3 +2 -1 doc/ja/man/man1/basename.1 1.2 +119 -67 doc/ja/man/man1/bc.1 1.2 +2 -1 doc/ja/man/man1/biff.1 1.2 +1 -1 doc/ja/man/man1/c89.1 1.2 +1 -1 doc/ja/man/man1/cap_mkdb.1 1.4 +2 -1 doc/ja/man/man1/cat.1 1.3 +2 -8 doc/ja/man/man1/catman.1 1.2 +1 -1 doc/ja/man/man1/cd.1 1.5 +1 -1 doc/ja/man/man1/cdcontrol.1 1.2 +1 -1 doc/ja/man/man1/checknr.1 1.2 +1 -1 doc/ja/man/man1/chflags.1 1.3 +1 -1 doc/ja/man/man1/chio.1 1.5 +1 -1 doc/ja/man/man1/chmod.1 1.4 +1 -1 doc/ja/man/man1/chpass.1 1.2 +1 -1 doc/ja/man/man1/ci.1 1.4 +1 -1 doc/ja/man/man1/cksum.1 1.3 +1 -1 doc/ja/man/man1/cmp.1 1.2 +1 -1 doc/ja/man/man1/co.1 1.2 +1 -1 doc/ja/man/man1/colldef.1 1.2 +1 -1 doc/ja/man/man1/comm.1 1.2 +1 -1 doc/ja/man/man1/compile_et.1 1.3 +1 -1 doc/ja/man/man1/cp.1 1.3 +1 -1 doc/ja/man/man1/crontab.1 1.7 +15 -3 doc/ja/man/man1/csh.1 1.4 +1 -1 doc/ja/man/man1/ctm.1 1.4 +1 -1 doc/ja/man/man1/ctm_rmail.1 1.3 +1 -1 doc/ja/man/man1/cu.1 1.4 +1 -1 doc/ja/man/man1/date.1 1.3 +101 -64 doc/ja/man/man1/dc.1 1.4 +1 -1 doc/ja/man/man1/dd.1 1.4 +3 -3 doc/ja/man/man1/df.1 1.2 +538 -223 doc/ja/man/man1/dig.1 1.2 +142 -125 doc/ja/man/man1/dnsquery.1 1.3 +1 -1 doc/ja/man/man1/du.1 1.3 +1 -1 doc/ja/man/man1/echo.1 1.5 +3 -3 doc/ja/man/man1/ed.1 1.3 +1 -1 doc/ja/man/man1/ee.1 1.3 +1 -1 doc/ja/man/man1/expr.1 1.2 +3 -1 doc/ja/man/man1/f2c.1 1.4 +1 -1 doc/ja/man/man1/f77.1 1.3 +1 -1 doc/ja/man/man1/fdwrite.1 1.4 +1 -1 doc/ja/man/man1/fetch.1 1.5 +1 -1 doc/ja/man/man1/file.1 1.2 +1 -1 doc/ja/man/man1/file2c.1 1.6 +29 -8 doc/ja/man/man1/find.1 1.3 +1 -1 doc/ja/man/man1/finger.1 1.5 +1 -1 doc/ja/man/man1/ftp.1 1.3 +11 -0 doc/ja/man/man1/gcc.1 1.3 +16 -1 doc/ja/man/man1/gdb.1 1.3 +1 -1 doc/ja/man/man1/getNAME.1 1.3 +13 -5 doc/ja/man/man1/grep.1 1.3 +1 -1 doc/ja/man/man1/grops.1 1.2 +1 -13 doc/ja/man/man1/head.1 1.2 +1 -1 doc/ja/man/man1/hexdump.1 1.3 +206 -97 doc/ja/man/man1/host.1 1.4 +1 -1 doc/ja/man/man1/hostname.1 1.3 +6 -1 doc/ja/man/man1/id.1 1.2 +1 -1 doc/ja/man/man1/ident.1 1.2 +4 -2 doc/ja/man/man1/install-info.1 1.4 +1 -1 doc/ja/man/man1/install.1 1.2 +1 -1 doc/ja/man/man1/intro.1 1.2 +1 -1 doc/ja/man/man1/ipcrm.1 1.3 +1 -1 doc/ja/man/man1/ipcs.1 1.4 +1 -1 doc/ja/man/man1/kbdcontrol.1 1.3 +1 -1 doc/ja/man/man1/kbdmap.1 1.2 +1 -1 doc/ja/man/man1/kdump.1 1.3 +1 -1 doc/ja/man/man1/key.1 1.3 +1 -1 doc/ja/man/man1/keyinfo.1 1.4 +1 -1 doc/ja/man/man1/kill.1 1.4 +1 -1 doc/ja/man/man1/killall.1 1.3 +1 -1 doc/ja/man/man1/ktrace.1 1.2 +1 -1 doc/ja/man/man1/lastcomm.1 1.4 +1 -1 doc/ja/man/man1/ld.1 1.2 +2 -2 doc/ja/man/man1/lex.1 1.6 +1 -1 doc/ja/man/man1/limits.1 1.3 +1 -1 doc/ja/man/man1/ln.1 1.4 +5 -5 doc/ja/man/man1/locate.1 1.3 +1 -1 doc/ja/man/man1/lockf.1 1.4 +1 -1 doc/ja/man/man1/login.1 1.2 +1 -1 doc/ja/man/man1/logname.1 1.3 +1 -1 doc/ja/man/man1/lp.1 1.2 +1 -1 doc/ja/man/man1/lpr.1 1.4 +12 -3 doc/ja/man/man1/ls.1 1.2 +1 -1 doc/ja/man/man1/lsvfs.1 1.3 +1 -1 doc/ja/man/man1/m4.1 1.5 +1 -1 doc/ja/man/man1/mail.1 1.2 +8 -29 doc/ja/man/man1/mailq.1 1.3 +2 -2 doc/ja/man/man1/make.1 1.2 +5 -4 doc/ja/man/man1/makewhatis.1 1.3 +1 -1 doc/ja/man/man1/merge.1 1.2 +1 -1 doc/ja/man/man1/mesg.1 1.2 +1 -1 doc/ja/man/man1/minigzip.1 1.5 +1 -1 doc/ja/man/man1/mkdir.1 1.2 +1 -1 doc/ja/man/man1/mkfifo.1 1.3 +8 -6 doc/ja/man/man1/mktemp.1 1.3 +2 -3 doc/ja/man/man1/more.1 1.4 +1 -1 doc/ja/man/man1/mv.1 1.3 +1 -1 doc/ja/man/man1/ncal.1 1.3 +2 -2 doc/ja/man/man1/netstat.1 1.2 +7 -29 doc/ja/man/man1/newaliases.1 1.2 +1 -1 doc/ja/man/man1/nfsstat.1 1.3 +1 -1 doc/ja/man/man1/nice.1 1.2 +1 -1 doc/ja/man/man1/nm.1 1.2 +1 -1 doc/ja/man/man1/od.1 1.2 +2 -2 doc/ja/man/man1/opieinfo.1 1.2 +2 -2 doc/ja/man/man1/opiekey.1 1.2 +2 -2 doc/ja/man/man1/opiepasswd.1 1.4 +2 -2 doc/ja/man/man1/passwd.1 1.5 +11 -1 doc/ja/man/man1/patch.1 1.6 +1 -1 doc/ja/man/man1/pax.1 1.4 +6 -3 doc/ja/man/man1/perl.1 1.5 +1 -1 doc/ja/man/man1/pkg_add.1 1.7 +2 -2 doc/ja/man/man1/pkg_create.1 1.5 +1 -1 doc/ja/man/man1/pkg_info.1 1.2 +1 -1 doc/ja/man/man1/pr.1 1.4 +15 -13 doc/ja/man/man1/ps.1 1.4 +1 -1 doc/ja/man/man1/pwd.1 1.2 +1 -1 doc/ja/man/man1/quota.1 1.2 +1 -1 doc/ja/man/man1/ranlib.1 1.5 +1 -1 doc/ja/man/man1/rcp.1 1.2 +1 -1 doc/ja/man/man1/rcs.1 1.2 +1 -1 doc/ja/man/man1/rcsclean.1 1.2 +1 -1 doc/ja/man/man1/rcsdiff.1 1.2 +1 -1 doc/ja/man/man1/rcsfreeze.1 1.2 +1 -1 doc/ja/man/man1/rcsintro.1 1.2 +1 -1 doc/ja/man/man1/rcsmerge.1 1.6 +6 -4 doc/ja/man/man1/rdist.1 1.2 +1 -1 doc/ja/man/man1/rlog.1 1.3 +2 -2 doc/ja/man/man1/rm.1 1.4 +1 -1 doc/ja/man/man1/rmdir.1 1.3 +1 -1 doc/ja/man/man1/rtld.1 1.7 +1 -1 doc/ja/man/man1/rtprio.1 1.2 +1 -1 doc/ja/man/man1/rup.1 1.2 +2 -1 doc/ja/man/man1/ruptime.1 1.2 +1 -1 doc/ja/man/man1/rusers.1 1.2 +1 -1 doc/ja/man/man1/rwall.1 1.3 +1 -1 doc/ja/man/man1/sasc.1 1.4 +1 -1 doc/ja/man/man1/script.1 1.6 +7 -13 doc/ja/man/man1/sh.1 1.3 +1 -1 doc/ja/man/man1/shar.1 1.4 +1 -1 doc/ja/man/man1/sleep.1 1.3 +23 -19 doc/ja/man/man1/startslip.1 1.2 +1 -1 doc/ja/man/man1/strip.1 1.5 +1 -1 doc/ja/man/man1/stty.1 1.6 +1 -2 doc/ja/man/man1/su.1 1.3 +122 -34 doc/ja/man/man1/systat.1 1.5 +21 -11 doc/ja/man/man1/tar.1 1.3 +1 -1 doc/ja/man/man1/tconv.1 1.5 +28 -28 doc/ja/man/man1/tcpdump.1 1.4 +182 -168 doc/ja/man/man1/tcpslice.1 1.4 +1 -1 doc/ja/man/man1/telnet.1 1.3 +1 -1 doc/ja/man/man1/test.1 1.2 +15 -5 doc/ja/man/man1/time.1 1.4 +1 -0 doc/ja/man/man1/top.1 1.4 +1 -1 doc/ja/man/man1/tput.1 1.2 +1 -1 doc/ja/man/man1/tty.1 1.3 +1 -1 doc/ja/man/man1/uniq.1 1.3 +1 -1 doc/ja/man/man1/units.1 1.2 +1 -1 doc/ja/man/man1/uucp.1 1.3 +1 -1 doc/ja/man/man1/uuencode.1 1.3 +1 -1 doc/ja/man/man1/uulog.1 1.3 +1 -1 doc/ja/man/man1/uustat.1 1.2 +1 -1 doc/ja/man/man1/uux.1 1.2 +2 -1 doc/ja/man/man1/vacation.1 1.4 +1 -1 doc/ja/man/man1/vidcontrol.1 1.5 +2 -1 doc/ja/man/man1/w.1 1.2 +2 -1 doc/ja/man/man1/wait.1 1.2 +1 -1 doc/ja/man/man1/wc.1 1.3 +1 -1 doc/ja/man/man1/what.1 1.3 +2 -1 doc/ja/man/man1/whereis.1 1.4 +1 -1 doc/ja/man/man1/which.1 1.3 +1 -1 doc/ja/man/man1/who.1 1.3 +1 -1 doc/ja/man/man1/whois.1 1.2 +1 -1 doc/ja/man/man1/write.1 1.5 +1 -1 doc/ja/man/man1/xten.1 1.3 +1 -1 doc/ja/man/man1/yacc.1 1.3 +1 -1 doc/ja/man/man1/ypcat.1 1.3 +1 -1 doc/ja/man/man1/ypmatch.1 1.3 +1 -1 doc/ja/man/man1/ypwhich.1 1.3 +1 -1 doc/ja/man/man1/yyfix.1 1.3 +1 -1 doc/ja/man/man5/a.out.5 1.3 +1 -1 doc/ja/man/man5/acct.5 1.3 +7 -30 doc/ja/man/man5/aliases.5 1.3 +1 -1 doc/ja/man/man5/bootparams.5 1.3 +223 -205 doc/ja/man/man5/bootptab.5 1.3 +35 -13 doc/ja/man/man5/core.5 1.3 +1 -1 doc/ja/man/man5/crontab.5 1.3 +1 -1 doc/ja/man/man5/ctm.5 1.3 +1 -1 doc/ja/man/man5/devfs.5 1.3 +47 -58 doc/ja/man/man5/dir.5 1.3 +1 -1 doc/ja/man/man5/disklabel.5 1.3 +1 -1 doc/ja/man/man5/disktab.5 1.3 +1 -1 doc/ja/man/man5/ethers.5 1.4 +38 -1 doc/ja/man/man5/exports.5 1.3 +1 -1 doc/ja/man/man5/fbtab.5 1.3 +1 -1 doc/ja/man/man5/fdesc.5 1.3 +1 -1 doc/ja/man/man5/forward.5 1.3 +83 -75 doc/ja/man/man5/fs.5 1.3 +1 -1 doc/ja/man/man5/fstab.5 1.3 +2 -2 doc/ja/man/man5/gettytab.5 1.3 +19 -3 doc/ja/man/man5/group.5 1.3 +1 -1 doc/ja/man/man5/hosts.5 1.3 +1 -1 doc/ja/man/man5/hosts.equiv.5 1.3 +1 -1 doc/ja/man/man5/hosts.lpd.5 1.3 +1 -1 doc/ja/man/man5/kernfs.5 1.3 +4 -3 doc/ja/man/man5/keycap.5 1.3 +1 -1 doc/ja/man/man5/link.5 1.3 +1 -1 doc/ja/man/man5/login.access.5 1.3 +1 -1 doc/ja/man/man5/login.conf.5 1.3 +1 -1 doc/ja/man/man5/magic.5 1.3 +1 -1 doc/ja/man/man5/networks.5 1.3 +1 -1 doc/ja/man/man5/nologin.5 1.3 +2 -2 doc/ja/man/man5/opiekeys.5 1.4 +1 -1 doc/ja/man/man5/passwd.5 1.3 +1 -1 doc/ja/man/man5/pbm.5 1.3 +1 -1 doc/ja/man/man5/phones.5 1.3 +82 -1 doc/ja/man/man5/printcap.5 1.3 +9 -4 doc/ja/man/man5/procfs.5 1.3 +1 -1 doc/ja/man/man5/protocols.5 1.3 +13 -1 doc/ja/man/man5/pw.conf.5 1.3 +24 -3 doc/ja/man/man5/rc.conf.5 1.3 +1 -1 doc/ja/man/man5/rcsfile.5 1.3 +1 -1 doc/ja/man/man5/remote.5 1.3 +55 -4 doc/ja/man/man5/resolver.5 1.3 +1 -1 doc/ja/man/man5/rpc.5 1.3 +1 -1 doc/ja/man/man5/services.5 1.3 +1 -1 doc/ja/man/man5/shells.5 1.3 +1 -1 doc/ja/man/man5/stab.5 1.4 +2 -2 doc/ja/man/man5/syslog.conf.5 1.3 +1 -1 doc/ja/man/man5/termcap.5 1.3 +1 -1 doc/ja/man/man5/ttys.5 1.3 +54 -30 doc/ja/man/man5/types.5 1.3 +1 -2 doc/ja/man/man5/tzfile.5 1.3 +2 -2 doc/ja/man/man5/utmp.5 1.3 +1 -1 doc/ja/man/man8/MAKEDEV.8 1.2 +1 -1 doc/ja/man/man8/ac.8 1.2 +1 -1 doc/ja/man/man8/adding_user.8 1.5 +3 -45 doc/ja/man/man8/adduser.8 1.3 +1 -1 doc/ja/man/man8/adjkerntz.8 1.5 +1 -1 doc/ja/man/man8/amd.8 1.4 +1 -1 doc/ja/man/man8/amq.8 1.3 +8 -3 doc/ja/man/man8/apm.8 1.4 +1 -1 doc/ja/man/man8/atrun.8 1.3 +1 -1 doc/ja/man/man8/badsect.8 1.5 +21 -6 doc/ja/man/man8/boot_i386.8 1.6 +164 -176 doc/ja/man/man8/bootpd.8 1.3 +1 -1 doc/ja/man/man8/ccdconfig.8 1.5 +1 -1 doc/ja/man/man8/chat.8 1.2 +2 -1 doc/ja/man/man8/chown.8 1.3 +1 -1 doc/ja/man/man8/clri.8 1.3 +1 -1 doc/ja/man/man8/comcontrol.8 1.4 +1 -1 doc/ja/man/man8/comsat.8 1.3 +18 -18 doc/ja/man/man8/config.8 1.3 +1 -1 doc/ja/man/man8/crash.8 1.3 +1 -1 doc/ja/man/man8/cron.8 1.3 +1 -1 doc/ja/man/man8/disklabel.8 1.3 +1 -1 doc/ja/man/man8/dmesg.8 1.3 +1 -1 doc/ja/man/man8/dset.8 1.6 +3 -3 doc/ja/man/man8/dump.8 1.2 +1 -1 doc/ja/man/man8/dumpfs.8 1.5 +1 -1 doc/ja/man/man8/dumpon.8 1.2 +30 -21 doc/ja/man/man8/fsck.8 1.4 +13 -7 doc/ja/man/man8/fsdb.8 1.3 +1 -1 doc/ja/man/man8/fsirand.8 1.3 +1 -1 doc/ja/man/man8/ft.8 1.6 +4 -3 doc/ja/man/man8/ftpd.8 1.4 +1 -1 doc/ja/man/man8/getty.8 1.3 +1 -1 doc/ja/man/man8/ibcs2.8 1.5 +1 -1 doc/ja/man/man8/ifconfig.8 1.5 +1 -1 doc/ja/man/man8/inetd.8 1.5 +1 -1 doc/ja/man/man8/init.8 1.2 +1 -1 doc/ja/man/man8/intro.8 1.6 +49 -8 doc/ja/man/man8/ipfw.8 1.2 +1 -1 doc/ja/man/man8/ispcvt.8 1.3 +1 -1 doc/ja/man/man8/joy.8 1.3 +1 -1 doc/ja/man/man8/kernbb.8 1.3 +1 -1 doc/ja/man/man8/kzip.8 1.5 +1 -1 doc/ja/man/man8/ldconfig.8 1.2 +1 -1 doc/ja/man/man8/linux.8 1.4 +1 -1 doc/ja/man/man8/lptcontrol.8 1.3 +21 -32 doc/ja/man/man8/mail.local.8 1.3 +68 -62 doc/ja/man/man8/mailstats.8 1.3 +1 -1 doc/ja/man/man8/makekey.8 1.2 +13 -114 doc/ja/man/man8/makemap.8 1.2 +2 -2 doc/ja/man/man8/makewhatis.local.8 1.3 +1 -4 doc/ja/man/man8/manctl.8 1.2 +51 -62 doc/ja/man/man8/map-mbone.8 1.4 +1 -1 doc/ja/man/man8/mknetid.8 1.3 +1 -1 doc/ja/man/man8/mknod.8 1.3 +1 -1 doc/ja/man/man8/modload.8 1.3 +1 -1 doc/ja/man/man8/modstat.8 1.3 +1 -1 doc/ja/man/man8/modunload.8 1.5 +36 -5 doc/ja/man/man8/mount.8 1.3 +1 -0 doc/ja/man/man8/mount_ext2fs.8 1.3 +1 -1 doc/ja/man/man8/mount_msdos.8 1.7 +29 -7 doc/ja/man/man8/mount_nfs.8 1.4 +19 -6 doc/ja/man/man8/mount_null.8 1.3 +1 -1 doc/ja/man/man8/mount_portal.8 1.3 +1 -1 doc/ja/man/man8/mount_std.8 1.2 +32 -33 doc/ja/man/man8/mount_umap.8 1.2 +4 -3 doc/ja/man/man8/mount_union.8 1.5 +6 -2 doc/ja/man/man8/mountd.8 1.4 +7 -3 doc/ja/man/man8/moused.8 1.2 +43 -52 doc/ja/man/man8/mrinfo.8 1.3 +151 -117 doc/ja/man/man8/mrouted.8 1.2 +247 -290 doc/ja/man/man8/mtrace.8 1.3 +1 -1 doc/ja/man/man8/mtree.8 1.2 +66 -70 doc/ja/man/man8/named-xfer.8 1.4 +335 -366 doc/ja/man/man8/named.8 1.7 +1 -1 doc/ja/man/man8/natd.8 1.2 +1 -1 doc/ja/man/man8/ncrcontrol.8 1.2 +84 -69 doc/ja/man/man8/ndc.8 1.2 +3 -3 doc/ja/man/man8/netboot.8 1.4 +1 -1 doc/ja/man/man8/newfs.8 1.9 +1 -1 doc/ja/man/man8/newsyslog.8 1.3 +1 -1 doc/ja/man/man8/nextboot.8 1.3 +1 -1 doc/ja/man/man8/nfsiod.8 1.3 +1 -1 doc/ja/man/man8/nologin.8 1.2 +395 -235 doc/ja/man/man8/nslookup.8 1.2 +85 -130 doc/ja/man/man8/ntpdate.8 1.3 +252 -343 doc/ja/man/man8/ntpq.8 1.2 +56 -93 doc/ja/man/man8/ntptrace.8 1.6 +1 -1 doc/ja/man/man8/pccardd.8 1.3 +1 -1 doc/ja/man/man8/pciconf.8 1.3 +9 -2 doc/ja/man/man8/ping.8 1.5 +1 -1 doc/ja/man/man8/pppctl.8 1.4 +1 -1 doc/ja/man/man8/pppd.8 1.4 +1 -1 doc/ja/man/man8/pppstats.8 1.2 +9 -1 doc/ja/man/man8/praliases.8 1.2 +16 -11 doc/ja/man/man8/pstat.8 1.6 +153 -97 doc/ja/man/man8/pw.8 1.2 +12 -2 doc/ja/man/man8/pwd_mkdb.8 1.3 +1 -1 doc/ja/man/man8/quot.8 1.3 +1 -1 doc/ja/man/man8/quotacheck.8 1.2 +1 -1 doc/ja/man/man8/rarpd.8 1.4 +2 -2 doc/ja/man/man8/rbootd.8 1.3 +5 -1 doc/ja/man/man8/rc.8 1.3 +1 -1 doc/ja/man/man8/reboot.8 1.4 +1 -1 doc/ja/man/man8/restore.8 1.3 +3 -3 doc/ja/man/man8/revnetgroup.8 1.3 +1 -1 doc/ja/man/man8/rexecd.8 1.4 +1 -1 doc/ja/man/man8/rlogind.8 1.4 +8 -31 doc/ja/man/man8/rmail.8 1.3 +1 -1 doc/ja/man/man8/rmuser.8 1.3 +1 -1 doc/ja/man/man8/rndcontrol.8 1.4 +3 -2 doc/ja/man/man8/route.8 1.5 +19 -21 doc/ja/man/man8/routed.8 1.3 +1 -1 doc/ja/man/man8/rpc.rquotad.8 1.3 +1 -1 doc/ja/man/man8/rpc.rstatd.8 1.3 +2 -2 doc/ja/man/man8/rpc.rusersd.8 1.3 +1 -1 doc/ja/man/man8/rpc.rwalld.8 1.3 +1 -1 doc/ja/man/man8/rpc.sprayd.8 1.3 +1 -1 doc/ja/man/man8/rpc.yppasswdd.8 1.2 +1 -1 doc/ja/man/man8/rpc.ypxfrd.8 1.2 +1 -1 doc/ja/man/man8/rpcinfo.8 1.3 +1 -1 doc/ja/man/man8/rshd.8 1.3 +9 -9 doc/ja/man/man8/rtquery.8 1.3 +1 -1 doc/ja/man/man8/sa.8 1.2 +10 -10 doc/ja/man/man8/savecore.8 1.5 +3 -3 doc/ja/man/man8/scsi.8 1.3 +5 -5 doc/ja/man/man8/scsiformat.8 1.4 +9 -35 doc/ja/man/man8/sendmail.8 1.4 +6 -5 doc/ja/man/man8/shutdown.8 1.4 +1 -1 doc/ja/man/man8/sicontrol.8 1.4 +6 -6 doc/ja/man/man8/slattach.8 1.4 +1 -1 doc/ja/man/man8/slstat.8 1.3 +6 -28 doc/ja/man/man8/smrsh.8 1.4 +1 -1 doc/ja/man/man8/spkrtest.8 1.4 +1 -1 doc/ja/man/man8/sticky.8 1.3 +4 -4 doc/ja/man/man8/swapon.8 1.4 +1 -1 doc/ja/man/man8/sync.8 1.3 +3 -1 doc/ja/man/man8/sysctl.8 1.8 +1 -1 doc/ja/man/man8/syslogd.8 1.6 +1 -1 doc/ja/man/man8/telnetd.8 1.2 +88 -117 doc/ja/man/man8/tickadj.8 1.3 +1 -1 doc/ja/man/man8/traceroute.8 1.2 +7 -2 doc/ja/man/man8/tunefs.8 1.4 +1 -1 doc/ja/man/man8/tzsetup.8 1.2 +16 -10 doc/ja/man/man8/umount.8 1.3 +1 -1 doc/ja/man/man8/uuchk.8 1.3 +1 -1 doc/ja/man/man8/uucico.8 1.4 +1 -1 doc/ja/man/man8/uucpd.8 1.3 +1 -1 doc/ja/man/man8/uuxqt.8 1.2 +6 -4 doc/ja/man/man8/vmstat.8 1.5 +25 -6 doc/ja/man/man8/vnconfig.8 1.3 +1 -39 doc/ja/man/man8/wormcontrol.8 1.5 +614 -674 doc/ja/man/man8/xntpd.8 1.3 +427 -522 doc/ja/man/man8/xntpdc.8 1.6 +1 -1 doc/ja/man/man8/xtend.8 1.5 +1 -1 doc/ja/man/man8/yp_mkdb.8 1.4 +19 -1 doc/ja/man/man8/ypbind.8 1.3 +1 -1 doc/ja/man/man8/yppush.8 1.4 +1 -1 doc/ja/man/man8/ypserv.8 1.3 +1 -1 doc/ja/man/man8/ypset.8 1.5 +1 -1 doc/ja/man/man8/ypxfr.8 1.3 +1 -1 doc/ja/man/man8/zdump.8 1.4 +14 -14 doc/ja/man/man8/zic.8 From owner-cvs-all Sat Sep 26 00:06:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01147 for cvs-all-outgoing; Sat, 26 Sep 1998 00:06:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01135; Sat, 26 Sep 1998 00:05:53 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id JAA24016; Sat, 26 Sep 1998 09:05:28 +0200 (CEST) (envelope-from sos) Message-Id: <199809260705.JAA24016@sos.freebsd.dk> Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <199809260526.HAA05080@zibbi.mikom.csir.co.za> from John Hay at "Sep 26, 98 07:26:33 am" To: jhay@mikom.csir.co.za (John Hay) Date: Sat, 26 Sep 1998 09:05:28 +0200 (CEST) Cc: sos@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Søren Schmidt Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to John Hay who wrote: > > sos 1998/09/25 18:30:36 PDT > > > > Modified files: > > . Makefile.inc1 > > Log: > > Backout my last commit. > > Find another way to get the LKM's rebuild. > > >From what I have looked at, it is only lkm/linux that has a problem when > it tries to build linux_genassym in -aout format. Someone with a bit > more makefile knowledge than me should just tweak the linux makefile to > build linux_genassym in the format that the rest of the build (not the > lkms) use. (Basically the same kind of thing that was done for the > kernel makefile.) Yup, -aout is hardcoded in bsd.kmod.mk, so its a bit difficult to do, without major surgery to the Makefiles. Which probably is a bad thing given our late date. I'm sorry for the mess, but I thought I had it easily solved when it worked out on my testmachine here. Too little sleep I guess... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Sat Sep 26 00:16:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA02156 for cvs-all-outgoing; Sat, 26 Sep 1998 00:16:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA02149; Sat, 26 Sep 1998 00:16:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03453; Sat, 26 Sep 1998 00:16:42 -0700 (PDT) Date: Sat, 26 Sep 1998 00:16:42 -0700 (PDT) Message-Id: <199809260716.AAA03453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/26 00:16:42 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Fixed missing newlines in messages in ext2_check_descriptors(). Fixed vnode and memory leaks after an unlikely (?) error in ext2_mountfs(). Fixed an unconditional memory leak in ext2_unmount(). Revision Changes Path 1.39 +12 -8 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-all Sat Sep 26 01:09:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05724 for cvs-all-outgoing; Sat, 26 Sep 1998 01:09:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA05717; Sat, 26 Sep 1998 01:09:47 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA19945; Sat, 26 Sep 1998 10:09:40 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sat, 26 Sep 1998 10:09:40 +0200 (MET DST) Mime-Version: 1.0 To: John Polstra Cc: sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <199809260107.SAA09575@austin.polstra.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Sep 1998 10:09:39 +0200 In-Reply-To: John Polstra's message of "Fri, 25 Sep 1998 18:07:28 -0700" Message-ID: Lines: 23 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB05718 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Polstra writes: > > > In article <199809250858.BAA16104@freefall.freebsd.org>, > > > Søren Schmidt wrote: > > > > Log: > > > > Build the LKM's both on aout & ELF systems. > > > Uh, this seems to break a make buildworld on an ELF system: > > Looks fine here. > Several people have reported it broken. I reverted back to rev. 1.20 > of Makefile.inc1 and the problem disappeared. I am doing nothing > unusual at all; it's a plain "make buildworld" on an ELF system. > > It is possible that the bug might be masked by the use of NOAOUT or > some other nonstandard option. I didn't use NOAOUT; I'd just run a plain make world on an Elf box with Makefile.inc1 1.20 but not rebooted yet, and built the lkms "manually" (cd /usr/src/lkm; make; make install) after seeing the commit message (which I took to mean building the lkms was safe). I'm kicking off two new buildworlds right this instant to confirm. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sat Sep 26 01:47:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08566 for cvs-all-outgoing; Sat, 26 Sep 1998 01:47:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08560; Sat, 26 Sep 1998 01:47:28 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA21689; Sat, 26 Sep 1998 10:47:20 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sat, 26 Sep 1998 10:47:20 +0200 (MET DST) Mime-Version: 1.0 To: John Polstra Cc: sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <199809260107.SAA09575@austin.polstra.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Sep 1998 10:47:19 +0200 In-Reply-To: dag-erli@ifi.uio.no's message of "26 Sep 1998 10:09:39 +0200" Message-ID: Lines: 26 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB08561 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dag-erli@ifi.uio.no (Dag-Erling C. Smørgrav ) writes: > John Polstra writes: > > > > In article <199809250858.BAA16104@freefall.freebsd.org>, > > > > Søren Schmidt wrote: > > > > > Log: > > > > > Build the LKM's both on aout & ELF systems. > > > > Uh, this seems to break a make buildworld on an ELF system: > > > Looks fine here. > > Several people have reported it broken. I reverted back to rev. 1.20 > > of Makefile.inc1 and the problem disappeared. I am doing nothing > > unusual at all; it's a plain "make buildworld" on an ELF system. > > > > It is possible that the bug might be masked by the use of NOAOUT or > > some other nonstandard option. > I didn't use NOAOUT; I'd just run a plain make world on an Elf box > with Makefile.inc1 1.20 but not rebooted yet, and built the lkms > "manually" (cd /usr/src/lkm; make; make install) after seeing the > commit message (which I took to mean building the lkms was safe). I'm > kicking off two new buildworlds right this instant to confirm. OK, my buildworld failed as described, with the latest sources and Makefile.inc 1.21 :( DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sat Sep 26 01:51:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08888 for cvs-all-outgoing; Sat, 26 Sep 1998 01:51:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08868 for ; Sat, 26 Sep 1998 01:51:35 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (root@woof.lan.awfulhak.org [172.16.0.7]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id JAA29255; Sat, 26 Sep 1998 09:51:26 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from woof.lan.awfulhak.org (brian@localhost [127.0.0.1]) by woof.lan.awfulhak.org (8.9.1/8.9.1) with ESMTP id JAA29006; Sat, 26 Sep 1998 09:51:30 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809260851.JAA29006@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: Brian Somers , committers@FreeBSD.ORG Subject: Re: Security and other facilities at WC CDROM - the plan. In-reply-to: Your message of "Fri, 25 Sep 1998 22:16:27 +0200." <199809252016.WAA03537@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 26 Sep 1998 09:51:29 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Brian Somers wrote: > > Having a host in your known_hosts and .shosts file just allows > > automatic key authentication (no password required). Making the same > > connection from an IP that's not in known_hosts and .shosts is still > > ok, but requires your pass phrase or password at login time. > > > > Am I missing something ? > > ssh-keygen; scp .ssh/identity.pub remote:~/.ssh/authorized_keys I didn't know there was any other way ;-/ > Voila! > > M > -- > Mark Murray > Join the anti-SPAM movement: http://www.cauce.org -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Sat Sep 26 02:05:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10093 for cvs-all-outgoing; Sat, 26 Sep 1998 02:05:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10077; Sat, 26 Sep 1998 02:05:47 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id CAA16257; Sat, 26 Sep 1998 02:06:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: John Polstra , sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "26 Sep 1998 10:47:19 +0200." Date: Sat, 26 Sep 1998 02:06:08 -0700 Message-ID: <16253.906800768@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > OK, my buildworld failed as described, with the latest sources and > Makefile.inc 1.21 :( Maybe we should just back this out and let John Birrell handle all the build issues. There's something to be said for a single point of control and these changes have really messed with my ability to generate another BETA snapshot. :-( - Jordan From owner-cvs-all Sat Sep 26 02:52:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13063 for cvs-all-outgoing; Sat, 26 Sep 1998 02:52:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13057 for ; Sat, 26 Sep 1998 02:52:15 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id SAA29955; Sat, 26 Sep 1998 18:46:28 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id SAA14427; Sat, 26 Sep 1998 18:46:28 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) with ESMTP id SAA01932; Sat, 26 Sep 1998 18:28:02 +0900 (JST) To: obrien@NUXI.com Cc: nate@mt.sri.com, committers@FreeBSD.org Cc: max@wide.ad.jp Subject: Re: Security and other facilities at WC CDROM - the plan. From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= In-Reply-To: Your message of "Fri, 25 Sep 1998 04:28:11 -0700" <19980925042811.C13429@nuxi.com> References: <19980925042811.C13429@nuxi.com> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980926182801D.masafumi@aslm.rim.or.jp> Date: Sat, 26 Sep 1998 18:28:01 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 8 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > S/Key / OPIE Speaking of OPIE, is it supported by our telnet/rlogin/ftp support? As far as I could find out, it isn't. Also, it looks to me that we need to do a bit work to make OPIE usable out-of-box. Cheers, Max From owner-cvs-all Sat Sep 26 03:48:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18417 for cvs-all-outgoing; Sat, 26 Sep 1998 03:48:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18412; Sat, 26 Sep 1998 03:48:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA06966; Sat, 26 Sep 1998 03:48:52 -0700 (PDT) Date: Sat, 26 Sep 1998 03:48:52 -0700 (PDT) Message-Id: <199809261048.DAA06966@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand open.c stand.h ufs.c zalloc.c zalloc_defs.h zalloc_malloc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 03:48:51 PDT Modified files: lib/libstand open.c stand.h ufs.c zalloc.c zalloc_defs.h zalloc_malloc.c Log: * Enable old UFS compatibility code for booting from Digital Unix formatted disks. * Fix a whole raft of warnings, printf and otherwise. * Make zalloc work for alpha (just a case of using the right typedef). * Add some (disabled) malloc debug printing to stand.h. Revision Changes Path 1.2 +1 -1 src/lib/libstand/open.c 1.6 +26 -2 src/lib/libstand/stand.h 1.5 +4 -0 src/lib/libstand/ufs.c 1.3 +2 -2 src/lib/libstand/zalloc.c 1.2 +7 -1 src/lib/libstand/zalloc_defs.h 1.2 +6 -1 src/lib/libstand/zalloc_malloc.c From owner-cvs-all Sat Sep 26 03:51:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18700 for cvs-all-outgoing; Sat, 26 Sep 1998 03:51:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18689; Sat, 26 Sep 1998 03:51:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA07151; Sat, 26 Sep 1998 03:51:39 -0700 (PDT) Date: Sat, 26 Sep 1998 03:51:39 -0700 (PDT) Message-Id: <199809261051.DAA07151@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/alpha/boot1 Makefile boot1.c sys.c src/sys/boot/alpha/boot2 Makefile src/sys/boot/alpha/common main.c src/sys/boot/alpha/libalpha Makefile devicename.c libalpha.h src/sys/boot/alpha/netboot ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 03:51:38 PDT Modified files: sys/boot/alpha Makefile.inc sys/boot/alpha/boot1 Makefile boot1.c sys.c sys/boot/alpha/boot2 Makefile sys/boot/alpha/common main.c sys/boot/alpha/libalpha Makefile devicename.c libalpha.h sys/boot/alpha/netboot Makefile sys/boot/common bootstrap.h devopen.c load_aout.c misc.c module.c sys/boot/i386/libi386 devicename.c libi386.h Log: * Add old UFS compatibility code to alpha/boot1. * Fix a raft of warnings, printf and otherwise. * Allocate the correct amount in mod_searchmodule to prevent an overflow. * Fix the makefiles so they work outside my home directory (oops). Revision Changes Path 1.3 +4 -1 src/sys/boot/alpha/Makefile.inc 1.4 +0 -3 src/sys/boot/alpha/boot1/Makefile 1.2 +2 -2 src/sys/boot/alpha/boot1/boot1.c 1.2 +44 -3 src/sys/boot/alpha/boot1/sys.c 1.3 +1 -4 src/sys/boot/alpha/boot2/Makefile 1.5 +2 -2 src/sys/boot/alpha/common/main.c 1.4 +4 -3 src/sys/boot/alpha/libalpha/Makefile 1.3 +6 -5 src/sys/boot/alpha/libalpha/devicename.c 1.4 +2 -2 src/sys/boot/alpha/libalpha/libalpha.h 1.3 +1 -4 src/sys/boot/alpha/netboot/Makefile 1.8 +3 -2 src/sys/boot/common/bootstrap.h 1.2 +2 -2 src/sys/boot/common/devopen.c 1.6 +4 -4 src/sys/boot/common/load_aout.c 1.4 +2 -2 src/sys/boot/common/misc.c 1.5 +7 -7 src/sys/boot/common/module.c 1.3 +6 -5 src/sys/boot/i386/libi386/devicename.c 1.6 +2 -2 src/sys/boot/i386/libi386/libi386.h From owner-cvs-all Sat Sep 26 03:53:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18913 for cvs-all-outgoing; Sat, 26 Sep 1998 03:53:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18896; Sat, 26 Sep 1998 03:52:56 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.9.1/8.8.5) with SMTP id LAA16714; Sat, 26 Sep 1998 11:53:00 +0100 (BST) Date: Sat, 26 Sep 1998 11:53:00 +0100 (BST) From: Doug Rabson To: Matt Dillon cc: cvs-committers@freebsd.org Subject: Re: cvs commit: src/lib/libstand zalloc.c In-Reply-To: <199809260414.VAA17316@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Sep 1998, Matt Dillon wrote: > I've committed a fix to a problem that Mike brought up in email just > before he left for a plane. It appears to work fine in my own tests. > If anyone has problems or questions with the new allocation code in > libstand, please email the committers list or both me and Mike. > > (my own tests consist of compiling various system utilities with my > malloc replacement code and running them, not of compiling things that > use libstand and running those, because I'm not familiar enough with > the stuff that uses libstand). The new malloc in libstand works just fine and it uses a lot less memory than the old one. Its really a big improvement, thanks Matt. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Sat Sep 26 04:18:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22934 for cvs-all-outgoing; Sat, 26 Sep 1998 04:18:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22928; Sat, 26 Sep 1998 04:18:44 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id NAA24588; Sat, 26 Sep 1998 13:18:27 +0200 (CEST) (envelope-from sos) Message-Id: <199809261118.NAA24588@sos.freebsd.dk> Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <16253.906800768@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 26, 98 02:06:08 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Sat, 26 Sep 1998 13:18:27 +0200 (CEST) Cc: dag-erli@ifi.uio.no, jdp@polstra.com, sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Jordan K. Hubbard who wrote: > > OK, my buildworld failed as described, with the latest sources and > > Makefile.inc 1.21 :( > > Maybe we should just back this out and let John Birrell handle all the > build issues. There's something to be said for a single point of > control and these changes have really messed with my ability to > generate another BETA snapshot. :-( They are allready backed out with apologies :) We still need to get the reason for them fixed though... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Sat Sep 26 04:54:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25438 for cvs-all-outgoing; Sat, 26 Sep 1998 04:54:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25432; Sat, 26 Sep 1998 04:54:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11657; Sat, 26 Sep 1998 04:54:02 -0700 (PDT) Date: Sat, 26 Sep 1998 04:54:02 -0700 (PDT) Message-Id: <199809261154.EAA11657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/compat Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/26 04:54:02 PDT Modified files: lib/compat Makefile.inc Log: /usr/lib/compat -> /usr/lib/compat/aout This change will need to be reviewed just as soon as we start generating ELF compat libs, but for now it does the right thing for a.out libs. Revision Changes Path 1.5 +2 -2 src/lib/compat/Makefile.inc From owner-cvs-all Sat Sep 26 04:56:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25608 for cvs-all-outgoing; Sat, 26 Sep 1998 04:56:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25603; Sat, 26 Sep 1998 04:56:39 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11704; Sat, 26 Sep 1998 04:56:35 -0700 (PDT) Date: Sat, 26 Sep 1998 04:56:35 -0700 (PDT) Message-Id: <199809261156.EAA11704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/26 04:56:35 PDT Modified files: etc/mtree BSD.usr.dist Log: Make a /usr/lib/compat/aout directory. Folks should remember to re-run mtree over this if they want to populate the compat dirs during a build or that step will fall over. Revision Changes Path 1.132 +3 -1 src/etc/mtree/BSD.usr.dist From owner-cvs-all Sat Sep 26 05:22:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27383 for cvs-all-outgoing; Sat, 26 Sep 1998 05:22:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27378; Sat, 26 Sep 1998 05:22:58 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12119; Sat, 26 Sep 1998 05:22:54 -0700 (PDT) Date: Sat, 26 Sep 1998 05:22:54 -0700 (PDT) Message-Id: <199809261222.FAA12119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include md_var.h src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 05:22:54 PDT Modified files: sys/alpha/include md_var.h sys/alpha/alpha autoconf.c Log: Automatically detect which disk was booted and change the root to that disk. Revision Changes Path 1.4 +3 -1 src/sys/alpha/include/md_var.h 1.9 +122 -6 src/sys/alpha/alpha/autoconf.c From owner-cvs-all Sat Sep 26 05:30:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27752 for cvs-all-outgoing; Sat, 26 Sep 1998 05:30:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27745; Sat, 26 Sep 1998 05:30:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12643; Sat, 26 Sep 1998 05:29:58 -0700 (PDT) Date: Sat, 26 Sep 1998 05:29:58 -0700 (PDT) Message-Id: <199809261229.FAA12643@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libdialog tree.c tree.h Makefile dialog.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/26 05:29:58 PDT Modified files: gnu/lib/libdialog Makefile dialog.h Added files: gnu/lib/libdialog tree.c tree.h Log: Add some new functionality which I promised to add over a year a go and shamefully dropped on the floor. I need to add it now since it does a minor number bump, but otherwise the current functionality of libdialog is unchanged (in all its evil glory) and the change is non-intrusive. Submitted by: "Anatoly A. Orehovsky" Revision Changes Path 1.22 +3 -3 src/gnu/lib/libdialog/Makefile 1.20 +46 -0 src/gnu/lib/libdialog/dialog.h From owner-cvs-all Sat Sep 26 05:32:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27897 for cvs-all-outgoing; Sat, 26 Sep 1998 05:32:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27892; Sat, 26 Sep 1998 05:32:06 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12806; Sat, 26 Sep 1998 05:32:02 -0700 (PDT) Date: Sat, 26 Sep 1998 05:32:02 -0700 (PDT) Message-Id: <199809261232.FAA12806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news includes.sgml news.sgml newsflash.sgml press.sgml qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-4.sgml qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/26 05:32:01 PDT Modified files: en/news news.sgml newsflash.sgml press.sgml qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-4.sgml qnewsletter.sgml Added files: en/news includes.sgml Log: Added links to FreeBSD news home page and quick newsletters. Revision Changes Path 1.4 +4 -3 www/en/news/news.sgml 1.99 +4 -2 www/en/news/newsflash.sgml 1.21 +4 -2 www/en/news/press.sgml 1.5 +8 -2 www/en/news/qnewsletter-1-1.sgml 1.2 +11 -3 www/en/news/qnewsletter-1-2.sgml 1.3 +10 -3 www/en/news/qnewsletter-1-3.sgml 1.3 +7 -3 www/en/news/qnewsletter-1-4.sgml 1.6 +4 -3 www/en/news/qnewsletter.sgml From owner-cvs-all Sat Sep 26 05:42:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28578 for cvs-all-outgoing; Sat, 26 Sep 1998 05:42:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28572; Sat, 26 Sep 1998 05:42:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA12999; Sat, 26 Sep 1998 05:42:17 -0700 (PDT) Date: Sat, 26 Sep 1998 05:42:17 -0700 (PDT) Message-Id: <199809261242.FAA12999@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/26 05:42:17 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY syncs weren't optimized properly (they probably still aren't, but are bug for bug compatible with ffs). These fixes are mostly academic, since ext2fs is too broken to mount read-write (it apparently doesn't clear indirect blocks). Obtained from: mostly from Lite2 Revision Changes Path 1.40 +63 -42 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-all Sat Sep 26 05:45:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28853 for cvs-all-outgoing; Sat, 26 Sep 1998 05:45:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28848; Sat, 26 Sep 1998 05:45:16 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA13133; Sat, 26 Sep 1998 05:45:12 -0700 (PDT) Date: Sat, 26 Sep 1998 05:45:12 -0700 (PDT) Message-Id: <199809261245.FAA13133@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tcl76 Makefile ports/japanese/tcl76/patches patch-aa patch-ad ports/japanese/tcl76/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/26 05:45:12 PDT Modified files: japanese/tcl76 Makefile japanese/tcl76/patches patch-aa patch-ad japanese/tcl76/pkg PLIST Log: ELFization patch. PR: ports/8043 Submitted by: Taguchi Takeshi Revision Changes Path 1.6 +7 -4 ports/japanese/tcl76/Makefile 1.2 +63 -6 ports/japanese/tcl76/patches/patch-aa 1.2 +41 -44 ports/japanese/tcl76/patches/patch-ad 1.3 +7 -139 ports/japanese/tcl76/pkg/PLIST From owner-cvs-all Sat Sep 26 07:00:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04985 for cvs-all-outgoing; Sat, 26 Sep 1998 07:00:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04980; Sat, 26 Sep 1998 07:00:34 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA18759; Sat, 26 Sep 1998 07:00:30 -0700 (PDT) Date: Sat, 26 Sep 1998 07:00:30 -0700 (PDT) Message-Id: <199809261400.HAA18759@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isa sioreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/09/26 07:00:30 PDT Modified files: sys/isa sioreg.h Log: Underlying ,v files were copied and detagged. Re-commit old versions onto the head revision. (mainly using sys/bus.h etc for alpha) Revision Changes Path 1.11 +1 -1 src/sys/isa/sioreg.h From owner-cvs-all Sat Sep 26 07:25:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07140 for cvs-all-outgoing; Sat, 26 Sep 1998 07:25:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07131; Sat, 26 Sep 1998 07:25:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19338; Sat, 26 Sep 1998 07:25:33 -0700 (PDT) Date: Sat, 26 Sep 1998 07:25:33 -0700 (PDT) Message-Id: <199809261425.HAA19338@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_intr.c src/sys/alpha/include ipl.h src/sys/alpha/alpha ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:25:33 PDT Modified files: sys/kern kern_intr.c sys/alpha/include ipl.h sys/alpha/alpha ipl_funcs.c Log: Start using the new SWI registration system instead of hardwiring everything. Revision Changes Path 1.20 +13 -9 src/sys/kern/kern_intr.c 1.7 +3 -1 src/sys/alpha/include/ipl.h 1.8 +37 -22 src/sys/alpha/alpha/ipl_funcs.c From owner-cvs-all Sat Sep 26 07:27:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07307 for cvs-all-outgoing; Sat, 26 Sep 1998 07:27:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07302; Sat, 26 Sep 1998 07:27:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19392; Sat, 26 Sep 1998 07:27:00 -0700 (PDT) Date: Sat, 26 Sep 1998 07:27:00 -0700 (PDT) Message-Id: <199809261427.HAA19392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcpip.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:27:00 PDT Modified files: sys/netinet tcpip.h Log: Dike out some obsolete defines which referenced ih_next and ih_prev from struct ipovly (they don't exist anymore because they don't work when pointers are 64bit). Revision Changes Path 1.7 +1 -3 src/sys/netinet/tcpip.h From owner-cvs-all Sat Sep 26 07:30:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07623 for cvs-all-outgoing; Sat, 26 Sep 1998 07:30:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07608; Sat, 26 Sep 1998 07:30:03 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19483; Sat, 26 Sep 1998 07:29:59 -0700 (PDT) Date: Sat, 26 Sep 1998 07:29:59 -0700 (PDT) Message-Id: <199809261429.HAA19483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:29:59 PDT Modified files: sys/pci ncr.c Log: Don't set script to vaddr2 on the alpha - it can't access scripts in device memory using simple pointers. Revision Changes Path 1.134 +6 -2 src/sys/pci/ncr.c From owner-cvs-all Sat Sep 26 07:37:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08571 for cvs-all-outgoing; Sat, 26 Sep 1998 07:37:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08565; Sat, 26 Sep 1998 07:37:53 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19673; Sat, 26 Sep 1998 07:37:50 -0700 (PDT) Date: Sat, 26 Sep 1998 07:37:50 -0700 (PDT) Message-Id: <199809261437.HAA19673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci isp_pci.c ncr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:37:49 PDT Modified files: sys/pci isp_pci.c ncr.c Log: Add hooks so that the alpha can detect which disk has the root partition. Revision Changes Path 1.8 +4 -1 src/sys/pci/isp_pci.c 1.135 +6 -2 src/sys/pci/ncr.c From owner-cvs-all Sat Sep 26 07:44:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09612 for cvs-all-outgoing; Sat, 26 Sep 1998 07:44:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09607; Sat, 26 Sep 1998 07:44:14 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19831; Sat, 26 Sep 1998 07:44:06 -0700 (PDT) Date: Sat, 26 Sep 1998 07:44:06 -0700 (PDT) Message-Id: <199809261444.HAA19831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen disklabel.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:44:06 PDT Modified files: lib/libc/gen disklabel.c Log: Don't cast int pointers to long pointers when reading labels from /etc/disktab. Revision Changes Path 1.7 +9 -6 src/lib/libc/gen/disklabel.c From owner-cvs-all Sat Sep 26 07:47:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09931 for cvs-all-outgoing; Sat, 26 Sep 1998 07:47:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09926; Sat, 26 Sep 1998 07:47:21 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19933; Sat, 26 Sep 1998 07:47:17 -0700 (PDT) Date: Sat, 26 Sep 1998 07:47:17 -0700 (PDT) Message-Id: <199809261447.HAA19933@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:47:17 PDT Modified files: sys/isa sio.c Log: Merge changes from i386/isa/sio.c up to revision 1.215. Revision Changes Path 1.217 +42 -46 src/sys/isa/sio.c From owner-cvs-all Sat Sep 26 07:48:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10097 for cvs-all-outgoing; Sat, 26 Sep 1998 07:48:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10092; Sat, 26 Sep 1998 07:48:23 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19991; Sat, 26 Sep 1998 07:48:19 -0700 (PDT) Date: Sat, 26 Sep 1998 07:48:19 -0700 (PDT) Message-Id: <199809261448.HAA19991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:48:19 PDT Modified files: sys/alpha/alpha autoconf.c Log: Don't try to attach an isa bus if there isn't one. Revision Changes Path 1.10 +3 -2 src/sys/alpha/alpha/autoconf.c From owner-cvs-all Sat Sep 26 07:49:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10334 for cvs-all-outgoing; Sat, 26 Sep 1998 07:49:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10329; Sat, 26 Sep 1998 07:49:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20050; Sat, 26 Sep 1998 07:49:27 -0700 (PDT) Date: Sat, 26 Sep 1998 07:49:27 -0700 (PDT) Message-Id: <199809261449.HAA20050@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci simos.c src/sys/alpha/conf SIMOS Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/26 07:49:27 PDT Modified files: sys/pci simos.c sys/alpha/conf SIMOS Log: Update SimOS scsi driver to use CAM. Revision Changes Path 1.2 +171 -138 src/sys/pci/simos.c 1.3 +4 -7 src/sys/alpha/conf/SIMOS From owner-cvs-all Sat Sep 26 08:41:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16414 for cvs-all-outgoing; Sat, 26 Sep 1998 08:41:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16409; Sat, 26 Sep 1998 08:41:25 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA21416; Sat, 26 Sep 1998 08:41:21 -0700 (PDT) Date: Sat, 26 Sep 1998 08:41:21 -0700 (PDT) Message-Id: <199809261541.IAA21416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/kon Makefile ports/japanese/kon/files dotconfig md5 ports/japanese/kon/patches patch-ai patch-aj patch-aa patch-ac patch-ad patch-ae ports/japanese/kon/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/26 08:41:21 PDT Modified files: japanese/kon Makefile japanese/kon/files dotconfig md5 japanese/kon/patches patch-aa patch-ac patch-ad patch-ae japanese/kon/pkg PLIST Added files: japanese/kon/patches patch-ai patch-aj Log: This update has these changes: o Maintainer (with the previous maintainer's approval) o beep patch (Thanks to nabe@mobile.icc.titech.ac.jp!) o selectable Kon font size at make time. o modification for non-default PREFIX PR: ports/7878 Submitted by: Taguchi Takeshi Revision Changes Path 1.15 +28 -4 ports/japanese/kon/Makefile 1.6 +1 -1 ports/japanese/kon/files/dotconfig 1.4 +2 -0 ports/japanese/kon/files/md5 1.7 +34 -0 ports/japanese/kon/patches/patch-aa 1.2 +2 -2 ports/japanese/kon/patches/patch-ac 1.2 +16 -1 ports/japanese/kon/patches/patch-ad 1.2 +2 -2 ports/japanese/kon/patches/patch-ae 1.7 +6 -2 ports/japanese/kon/pkg/PLIST From owner-cvs-all Sat Sep 26 09:17:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19358 for cvs-all-outgoing; Sat, 26 Sep 1998 09:17:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19351; Sat, 26 Sep 1998 09:17:10 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA22136; Sat, 26 Sep 1998 09:17:06 -0700 (PDT) Date: Sat, 26 Sep 1998 09:17:06 -0700 (PDT) Message-Id: <199809261617.JAA22136@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl install_perl_libs Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/26 09:17:06 PDT Modified files: gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl install_perl_libs Log: Repairs to make the ports system work again. Currently, the ports are installed in the same place as on 2.2.*; this will almost certainly change in the future. While I'm here, finish off the shared library brouhaha with miniperl. Revision Changes Path 1.5 +13 -13 src/gnu/usr.bin/perl/libperl/config.SH-aout.i386 1.6 +13 -13 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.5 +13 -13 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.6 +1 -2 src/gnu/usr.bin/perl/miniperl/Makefile 1.3 +2 -2 src/gnu/usr.bin/perl/perl/install_perl_libs From owner-cvs-all Sat Sep 26 09:27:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20047 for cvs-all-outgoing; Sat, 26 Sep 1998 09:27:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19958; Sat, 26 Sep 1998 09:26:57 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id JAA27095; Sat, 26 Sep 1998 09:27:55 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mark Murray cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl install_perl_libs In-reply-to: Your message of "Sat, 26 Sep 1998 09:17:06 PDT." <199809261617.JAA22136@freefall.freebsd.org> Date: Sat, 26 Sep 1998 09:27:55 -0700 Message-ID: <27091.906827275@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Repairs to make the ports system work again. Currently, the ports > are installed in the same place as on 2.2.*; this will almost > certainly change in the future. That being? - Jordan From owner-cvs-all Sat Sep 26 10:02:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23961 for cvs-all-outgoing; Sat, 26 Sep 1998 10:02:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23947; Sat, 26 Sep 1998 10:02:34 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:46qGq3g1WHp5Us8wPqo/w/fNF9Edtcvl@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id TAA17123; Sat, 26 Sep 1998 19:02:02 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809261702.TAA17123@gratis.grondar.za> To: "Jordan K. Hubbard" cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl install_perl_libs In-Reply-To: Your message of " Sat, 26 Sep 1998 09:27:55 MST." <27091.906827275@time.cdrom.com> References: <27091.906827275@time.cdrom.com> Date: Sat, 26 Sep 1998 19:02:01 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > > Repairs to make the ports system work again. Currently, the ports > > are installed in the same place as on 2.2.*; this will almost > > certainly change in the future. > > That being? Incomplete question; so I'll answer all possibilities :-) 1) "Same place?" Yes - /usr/local/lib/perl5/Blah1. 2) "To where?" /usr/local/lib{exec|data}/perl5/Blah2. 2) "When?" Long time. Not before 3.0 comes out. Blah1 is the current set of install dirs for p5-* ports. Blah2 will be similar, but simplified. Satoshi and I have agreed in principle, and will discuss it properly after the 3.0 fuss dies down. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Sat Sep 26 10:05:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24237 for cvs-all-outgoing; Sat, 26 Sep 1998 10:05:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24232; Sat, 26 Sep 1998 10:05:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA23591; Sat, 26 Sep 1998 10:05:10 -0700 (PDT) Date: Sat, 26 Sep 1998 10:05:10 -0700 (PDT) Message-Id: <199809261705.KAA23591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release boot_crunch.conf src/release/sysinstall devices.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/26 10:05:09 PDT Modified files: release boot_crunch.conf release/sysinstall devices.c Log: Remove support for floppy tape installs. I'm sorry, we're outta space, and it's either this or the DOS installs. I think that the DOS installs are somehow more important. :) Revision Changes Path 1.36 +2 -2 src/release/boot_crunch.conf 1.83 +1 -2 src/release/sysinstall/devices.c From owner-cvs-all Sat Sep 26 10:19:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26336 for cvs-all-outgoing; Sat, 26 Sep 1998 10:19:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26321; Sat, 26 Sep 1998 10:19:23 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id KAA18518; Sat, 26 Sep 1998 10:19:13 -0700 (PDT) (envelope-from jdp) Message-Id: <199809261719.KAA18518@austin.polstra.com> To: "Jordan K. Hubbard" cc: sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Sat, 26 Sep 1998 02:06:08 PDT." <16253.906800768@time.cdrom.com> Date: Sat, 26 Sep 1998 10:19:13 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Maybe we should just back this out and let John Birrell handle all > the build issues. There's something to be said for a single point > of control I agree, and I think that John Birrell has earned that role for this release. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Sat Sep 26 10:23:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26933 for cvs-all-outgoing; Sat, 26 Sep 1998 10:23:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA26917; Sat, 26 Sep 1998 10:23:08 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA24911; Sat, 26 Sep 1998 10:23:02 -0700 (PDT) Date: Sat, 26 Sep 1998 10:23:02 -0700 (PDT) Message-Id: <199809261723.KAA24911@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/doc bugs.html faq.html hardware.html how2build.html intrinsics.html intro.html src/release/picobsd/doc/src Makefile bugs.html faq.html hardware.html how2build.html intrinsics.html intro.html Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/26 10:23:01 PDT Added files: release/picobsd/doc/src Makefile bugs.html faq.html hardware.html how2build.html intrinsics.html intro.html Removed files: release/picobsd/doc bugs.html faq.html hardware.html how2build.html intrinsics.html intro.html Log: Move the documents to src/ so that using new version number is easier. From owner-cvs-all Sat Sep 26 10:27:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27726 for cvs-all-outgoing; Sat, 26 Sep 1998 10:27:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA27712; Sat, 26 Sep 1998 10:27:31 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25392; Sat, 26 Sep 1998 10:27:27 -0700 (PDT) Date: Sat, 26 Sep 1998 10:27:27 -0700 (PDT) Message-Id: <199809261727.KAA25392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd Version src/release/picobsd/build populate stage3 src/release/picobsd/dial/floppy.tree/etc rc.network resolv.conf src/release/picobsd/dial/lang README.en README.pl boot.help.en boot.help.pl motd.en motd.pl rc.en rc.pl ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/26 10:27:26 PDT Modified files: release/picobsd Version release/picobsd/build populate stage3 release/picobsd/dial/floppy.tree/etc rc.network resolv.conf release/picobsd/dial/lang README.en README.pl boot.help.en boot.help.pl motd.en motd.pl rc.en rc.pl release/picobsd/isp/conf PICOBSD release/picobsd/isp/floppy.tree/etc hosts motd rc rc.conf rc.network resolv.conf snmpd.conf release/picobsd/isp/lang README.en README.pl motd.en motd.pl rc.en rc.pl release/picobsd/net/floppy.tree/etc hosts motd rc rc.conf rc.network resolv.conf snmpd.conf release/picobsd/net/lang README.en README.pl motd.en motd.pl rc.en rc.pl release/picobsd/router/floppy.tree/etc hosts motd rc resolv.conf release/picobsd/router/lang README.en README.pl motd.en motd.pl rc.en rc.pl Removed files: release/picobsd/router/floppy.tree/etc snmpd.conf Log: Small rearrangements for a bugfix release 0.41. Revision Changes Path 1.2 +1 -1 src/release/picobsd/Version 1.6 +12 -4 src/release/picobsd/build/populate 1.3 +15 -5 src/release/picobsd/build/stage3 1.2 +1 -1 src/release/picobsd/dial/floppy.tree/etc/rc.network 1.2 +1 -1 src/release/picobsd/dial/floppy.tree/etc/resolv.conf 1.2 +2 -2 src/release/picobsd/dial/lang/README.en 1.2 +2 -2 src/release/picobsd/dial/lang/README.pl 1.2 +1 -1 src/release/picobsd/dial/lang/boot.help.en 1.2 +1 -1 src/release/picobsd/dial/lang/boot.help.pl 1.2 +1 -1 src/release/picobsd/dial/lang/motd.en 1.2 +1 -1 src/release/picobsd/dial/lang/motd.pl 1.2 +2 -2 src/release/picobsd/dial/lang/rc.en 1.2 +2 -2 src/release/picobsd/dial/lang/rc.pl 1.4 +2 -2 src/release/picobsd/isp/conf/PICOBSD 1.2 +1 -1 src/release/picobsd/isp/floppy.tree/etc/hosts 1.2 +1 -1 src/release/picobsd/isp/floppy.tree/etc/motd 1.2 +2 -2 src/release/picobsd/isp/floppy.tree/etc/rc 1.2 +1 -1 src/release/picobsd/isp/floppy.tree/etc/rc.conf 1.2 +1 -1 src/release/picobsd/isp/floppy.tree/etc/rc.network 1.2 +1 -1 src/release/picobsd/isp/floppy.tree/etc/resolv.conf 1.2 +52 -37 src/release/picobsd/isp/floppy.tree/etc/snmpd.conf 1.2 +1 -1 src/release/picobsd/isp/lang/README.en 1.2 +1 -1 src/release/picobsd/isp/lang/README.pl 1.2 +1 -1 src/release/picobsd/isp/lang/motd.en 1.2 +1 -1 src/release/picobsd/isp/lang/motd.pl 1.2 +2 -2 src/release/picobsd/isp/lang/rc.en 1.2 +2 -2 src/release/picobsd/isp/lang/rc.pl 1.2 +1 -1 src/release/picobsd/net/floppy.tree/etc/hosts 1.2 +1 -1 src/release/picobsd/net/floppy.tree/etc/motd 1.2 +2 -2 src/release/picobsd/net/floppy.tree/etc/rc 1.2 +1 -1 src/release/picobsd/net/floppy.tree/etc/rc.conf 1.2 +1 -1 src/release/picobsd/net/floppy.tree/etc/rc.network 1.2 +1 -1 src/release/picobsd/net/floppy.tree/etc/resolv.conf 1.2 +52 -39 src/release/picobsd/net/floppy.tree/etc/snmpd.conf 1.2 +1 -1 src/release/picobsd/net/lang/README.en 1.2 +1 -1 src/release/picobsd/net/lang/README.pl 1.2 +1 -1 src/release/picobsd/net/lang/motd.en 1.2 +1 -1 src/release/picobsd/net/lang/motd.pl 1.2 +2 -2 src/release/picobsd/net/lang/rc.en 1.2 +2 -2 src/release/picobsd/net/lang/rc.pl 1.2 +1 -1 src/release/picobsd/router/floppy.tree/etc/hosts 1.2 +3 -4 src/release/picobsd/router/floppy.tree/etc/motd 1.2 +2 -2 src/release/picobsd/router/floppy.tree/etc/rc 1.2 +1 -1 src/release/picobsd/router/floppy.tree/etc/resolv.conf 1.2 +1 -1 src/release/picobsd/router/lang/README.en 1.2 +1 -1 src/release/picobsd/router/lang/README.pl 1.3 +1 -1 src/release/picobsd/router/lang/motd.en 1.3 +1 -1 src/release/picobsd/router/lang/motd.pl 1.2 +2 -2 src/release/picobsd/router/lang/rc.en 1.2 +2 -2 src/release/picobsd/router/lang/rc.pl From owner-cvs-all Sat Sep 26 10:36:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28696 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28682; Sat, 26 Sep 1998 10:36:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25805; Sat, 26 Sep 1998 10:36:08 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:08 -0700 (PDT) Message-Id: <199809261736.KAA25805@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall devices.c src/release/sysinstall/help hardware.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:08 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall devices.c release/sysinstall/help hardware.hlp Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.49.2.29 +2 -1 src/release/sysinstall/devices.c 1.9.2.36 +7 -0 src/release/sysinstall/help/hardware.hlp From owner-cvs-all Sat Sep 26 10:36:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28733 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28709; Sat, 26 Sep 1998 10:36:16 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25816; Sat, 26 Sep 1998 10:36:11 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:11 -0700 (PDT) Message-Id: <199809261736.KAA25816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:11 PDT Added files: (Branch: RELENG_2_2) sys/pci if_tl.c if_tlreg.h Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. From owner-cvs-all Sat Sep 26 10:36:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28772 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28724; Sat, 26 Sep 1998 10:36:17 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25831; Sat, 26 Sep 1998 10:36:13 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:13 -0700 (PDT) Message-Id: <199809261736.KAA25831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:13 PDT Modified files: (Branch: RELENG_2_2) sys/conf files Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.80.2.23 +1 -0 src/sys/conf/files From owner-cvs-all Sat Sep 26 10:36:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28812 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28747; Sat, 26 Sep 1998 10:36:21 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25848; Sat, 26 Sep 1998 10:36:16 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:16 -0700 (PDT) Message-Id: <199809261736.KAA25848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:16 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf GENERIC LINT Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.77.2.28 +2 -1 src/sys/i386/conf/GENERIC 1.286.2.60 +9 -1 src/sys/i386/conf/LINT From owner-cvs-all Sat Sep 26 10:36:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28818 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28758; Sat, 26 Sep 1998 10:36:24 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25861; Sat, 26 Sep 1998 10:36:19 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:19 -0700 (PDT) Message-Id: <199809261736.KAA25861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:18 PDT Modified files: (Branch: RELENG_2_2) sys/i386/i386 userconfig.c Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.63.2.29 +4 -2 src/sys/i386/i386/userconfig.c From owner-cvs-all Sat Sep 26 10:36:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28849 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28797; Sat, 26 Sep 1998 10:36:28 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25874; Sat, 26 Sep 1998 10:36:23 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:23 -0700 (PDT) Message-Id: <199809261736.KAA25874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 tl.4 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:23 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 Makefile Added files: (Branch: RELENG_2_2) share/man/man4/man4.i386 tl.4 Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.54.2.17 +3 -2 src/share/man/man4/man4.i386/Makefile From owner-cvs-all Sat Sep 26 10:36:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28886 for cvs-all-outgoing; Sat, 26 Sep 1998 10:36:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28808; Sat, 26 Sep 1998 10:36:29 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25887; Sat, 26 Sep 1998 10:36:24 -0700 (PDT) Date: Sat, 26 Sep 1998 10:36:24 -0700 (PDT) Message-Id: <199809261736.KAA25887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/26 10:36:24 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall/help relnotes.hlp Log: Add the ThunderLAN NIC driver to the 2.2.x branch. Update GENRIC and LINT, userconfig, sysinstall, relnotes and add man page. Revision Changes Path 1.17.2.60 +7 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Sat Sep 26 10:39:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29528 for cvs-all-outgoing; Sat, 26 Sep 1998 10:39:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29518; Sat, 26 Sep 1998 10:39:28 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA25976; Sat, 26 Sep 1998 10:39:23 -0700 (PDT) Date: Sat, 26 Sep 1998 10:39:23 -0700 (PDT) Message-Id: <199809261739.KAA25976@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/doc/src bugs.html intro.html Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/26 10:39:22 PDT Modified files: release/picobsd/doc/src bugs.html intro.html Log: Update for 0.41. Revision Changes Path 1.2 +2 -2 src/release/picobsd/doc/src/bugs.html 1.2 +3 -2 src/release/picobsd/doc/src/intro.html From owner-cvs-all Sat Sep 26 10:39:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29621 for cvs-all-outgoing; Sat, 26 Sep 1998 10:39:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29598; Sat, 26 Sep 1998 10:39:41 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id TAA08678; Sat, 26 Sep 1998 19:34:00 +0200 (CEST) To: John Polstra cc: "Jordan K. Hubbard" , sos@FreeBSD.ORG, jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Sat, 26 Sep 1998 10:19:13 PDT." <199809261719.KAA18518@austin.polstra.com> Date: Sat, 26 Sep 1998 19:33:59 +0200 Message-ID: <8676.906831239@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809261719.KAA18518@austin.polstra.com>, John Polstra writes: >> Maybe we should just back this out and let John Birrell handle all >> the build issues. There's something to be said for a single point >> of control > >I agree, and I think that John Birrell has earned that role for this >release. "this release" ??? Since when did we let people get of the hook again ? :-) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-all Sat Sep 26 11:17:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03902 for cvs-all-outgoing; Sat, 26 Sep 1998 11:17:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03897; Sat, 26 Sep 1998 11:17:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA26757; Sat, 26 Sep 1998 11:17:14 -0700 (PDT) Date: Sat, 26 Sep 1998 11:17:14 -0700 (PDT) Message-Id: <199809261817.LAA26757@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/patches patch-ag ports/lang/egcs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 11:17:14 PDT Modified files: lang/egcs Makefile lang/egcs/files md5 lang/egcs/pkg PLIST Added files: lang/egcs/patches patch-ag Log: back to the snaps w/egcs-19980914 Submitted by: jdp Revision Changes Path 1.31 +8 -7 ports/lang/egcs/Makefile 1.17 +1 -1 ports/lang/egcs/files/md5 1.19 +6 -1 ports/lang/egcs/pkg/PLIST From owner-cvs-all Sat Sep 26 11:50:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06484 for cvs-all-outgoing; Sat, 26 Sep 1998 11:50:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06479; Sat, 26 Sep 1998 11:50:14 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA27405; Sat, 26 Sep 1998 11:50:10 -0700 (PDT) Date: Sat, 26 Sep 1998 11:50:10 -0700 (PDT) Message-Id: <199809261850.LAA27405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/p5-Crypt-DES Makefile ports/security/p5-Crypt-DES/patches patch-aa ports/security/p5-Crypt-DES/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/26 11:50:10 PDT Modified files: security/p5-Crypt-DES Makefile security/p5-Crypt-DES/pkg PLIST Added files: security/p5-Crypt-DES/patches patch-aa Log: Update for new perl5 Revision Changes Path 1.10 +3 -3 ports/security/p5-Crypt-DES/Makefile 1.3 +6 -6 ports/security/p5-Crypt-DES/pkg/PLIST From owner-cvs-all Sat Sep 26 11:51:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06600 for cvs-all-outgoing; Sat, 26 Sep 1998 11:51:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06595; Sat, 26 Sep 1998 11:51:27 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA27554; Sat, 26 Sep 1998 11:51:23 -0700 (PDT) Date: Sat, 26 Sep 1998 11:51:23 -0700 (PDT) Message-Id: <199809261851.LAA27554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/p5-Crypt-IDEA Makefile ports/security/p5-Crypt-IDEA/patches patch-aa ports/security/p5-Crypt-IDEA/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/26 11:51:23 PDT Modified files: security/p5-Crypt-IDEA Makefile security/p5-Crypt-IDEA/pkg PLIST Added files: security/p5-Crypt-IDEA/patches patch-aa Log: Update for new perl5 Revision Changes Path 1.11 +3 -3 ports/security/p5-Crypt-IDEA/Makefile 1.3 +6 -6 ports/security/p5-Crypt-IDEA/pkg/PLIST From owner-cvs-all Sat Sep 26 12:35:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09807 for cvs-all-outgoing; Sat, 26 Sep 1998 12:35:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09802; Sat, 26 Sep 1998 12:35:10 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA28438; Sat, 26 Sep 1998 12:35:06 -0700 (PDT) Date: Sat, 26 Sep 1998 12:35:06 -0700 (PDT) Message-Id: <199809261935.MAA28438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/09/26 12:35:05 PDT Added files: security/rsaref/patches patch-ab Log: Fix it for alpha. From owner-cvs-all Sat Sep 26 13:42:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16023 for cvs-all-outgoing; Sat, 26 Sep 1998 13:42:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16016; Sat, 26 Sep 1998 13:42:49 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA29936; Sat, 26 Sep 1998 13:42:45 -0700 (PDT) Date: Sat, 26 Sep 1998 13:42:45 -0700 (PDT) Message-Id: <199809262042.NAA29936@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch fetch.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/26 13:42:45 PDT Modified files: lib/libfetch fetch.3 Log: Bring the man page more or less up to date with the code. Revision Changes Path 1.2 +54 -23 src/lib/libfetch/fetch.3 From owner-cvs-all Sat Sep 26 15:59:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29246 for cvs-all-outgoing; Sat, 26 Sep 1998 15:59:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29240; Sat, 26 Sep 1998 15:59:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02471; Sat, 26 Sep 1998 15:59:44 -0700 (PDT) Date: Sat, 26 Sep 1998 15:59:44 -0700 (PDT) Message-Id: <199809262259.PAA02471@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl76 Makefile ports/lang/tcl76/patches patch-af patch-aa ports/lang/tcl76/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 15:59:44 PDT Modified files: lang/tcl76 Makefile lang/tcl76/patches patch-aa lang/tcl76/pkg PLIST Added files: lang/tcl76/patches patch-af Log: Convert to ELF, move manpages from pkg/PLIST to MAN* macros, and make sure we delete all the files this port installs. Revision Changes Path 1.6 +31 -2 ports/lang/tcl76/Makefile 1.2 +13 -5 ports/lang/tcl76/patches/patch-aa 1.3 +8 -140 ports/lang/tcl76/pkg/PLIST From owner-cvs-all Sat Sep 26 16:03:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29621 for cvs-all-outgoing; Sat, 26 Sep 1998 16:03:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29616; Sat, 26 Sep 1998 16:03:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02575; Sat, 26 Sep 1998 16:03:00 -0700 (PDT) Date: Sat, 26 Sep 1998 16:03:00 -0700 (PDT) Message-Id: <199809262303.QAA02575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/tk42 Makefile ports/x11-toolkits/tk42/patches patch-ab ports/x11-toolkits/tk42/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:03:00 PDT Modified files: x11-toolkits/tk42 Makefile x11-toolkits/tk42/patches patch-ab x11-toolkits/tk42/pkg PLIST Log: Convert to ELF and cleanup pkg/PLIST. Revision Changes Path 1.10 +80 -3 ports/x11-toolkits/tk42/Makefile 1.3 +13 -5 ports/x11-toolkits/tk42/patches/patch-ab 1.5 +4 -306 ports/x11-toolkits/tk42/pkg/PLIST From owner-cvs-all Sat Sep 26 16:11:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00448 for cvs-all-outgoing; Sat, 26 Sep 1998 16:11:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00441; Sat, 26 Sep 1998 16:11:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02925; Sat, 26 Sep 1998 16:11:03 -0700 (PDT) Date: Sat, 26 Sep 1998 16:11:03 -0700 (PDT) Message-Id: <199809262311.QAA02925@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/cbb Makefile ports/devel/gdbtk Makefile ports/graphics/geomview Makefile ports/graphics/graphviz Makefile ports/lang/p5-Tcl Makefile ports/mbone/mbone_vcr Makefile ports/mbone/rtpmon Makefile ports/print/gp Makefile ports/www/mmm ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:11:03 PDT Modified files: deskutils/cbb Makefile devel/gdbtk Makefile graphics/geomview Makefile graphics/graphviz Makefile lang/p5-Tcl Makefile mbone/mbone_vcr Makefile mbone/rtpmon Makefile print/gp Makefile www/mmm Makefile x11/camltk41 Makefile x11-fm/tkdesk Makefile x11-toolkits/p5-Tcl-Tk Makefile Log: Remove regexp support for tk42. Revision Changes Path 1.8 +2 -2 ports/deskutils/cbb/Makefile 1.9 +2 -2 ports/devel/gdbtk/Makefile 1.8 +2 -2 ports/graphics/geomview/Makefile 1.5 +2 -2 ports/graphics/graphviz/Makefile 1.7 +2 -2 ports/lang/p5-Tcl/Makefile 1.8 +2 -2 ports/mbone/mbone_vcr/Makefile 1.9 +2 -2 ports/mbone/rtpmon/Makefile 1.9 +2 -2 ports/print/gp/Makefile 1.10 +3 -3 ports/www/mmm/Makefile 1.14 +3 -3 ports/x11/camltk41/Makefile 1.10 +2 -2 ports/x11-fm/tkdesk/Makefile 1.10 +2 -2 ports/x11-toolkits/p5-Tcl-Tk/Makefile From owner-cvs-all Sat Sep 26 16:14:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00720 for cvs-all-outgoing; Sat, 26 Sep 1998 16:14:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00713; Sat, 26 Sep 1998 16:14:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02996; Sat, 26 Sep 1998 16:14:13 -0700 (PDT) Date: Sat, 26 Sep 1998 16:14:13 -0700 (PDT) Message-Id: <199809262314.QAA02996@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/xforms Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:14:13 PDT Modified files: x11-toolkits/xforms Makefile Log: Mark broken for ELF since the pre-built library is a.out only. Revision Changes Path 1.19 +3 -1 ports/x11-toolkits/xforms/Makefile From owner-cvs-all Sat Sep 26 16:18:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01220 for cvs-all-outgoing; Sat, 26 Sep 1998 16:18:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01210; Sat, 26 Sep 1998 16:18:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03365; Sat, 26 Sep 1998 16:18:11 -0700 (PDT) Date: Sat, 26 Sep 1998 16:18:11 -0700 (PDT) Message-Id: <199809262318.QAA03365@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/dap Makefile ports/audio/xtuner Makefile ports/biology/seaview Makefile ports/databases/xmysql Makefile ports/databases/xmysqladmin Makefile ports/games/xjumpjump Makefile ports/games/xmastermind Makefile ports/games/xothello ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:18:11 PDT Modified files: audio/dap Makefile audio/xtuner Makefile biology/seaview Makefile databases/xmysql Makefile databases/xmysqladmin Makefile games/xjumpjump Makefile games/xmastermind Makefile games/xothello Makefile graphics/geomview Makefile graphics/xfpovray Makefile mail/xfmail Makefile math/apc Makefile math/xldlas Makefile print/lyx Makefile x11/tycoon Makefile x11/xfce Makefile x11-fm/dfm Makefile Log: Mark broken for ELF because of xforms port. Revision Changes Path 1.2 +4 -2 ports/audio/dap/Makefile 1.5 +4 -2 ports/audio/xtuner/Makefile 1.9 +4 -2 ports/biology/seaview/Makefile 1.10 +4 -2 ports/databases/xmysql/Makefile 1.11 +4 -2 ports/databases/xmysqladmin/Makefile 1.5 +4 -2 ports/games/xjumpjump/Makefile 1.5 +4 -2 ports/games/xmastermind/Makefile 1.5 +4 -2 ports/games/xothello/Makefile 1.9 +4 -2 ports/graphics/geomview/Makefile 1.6 +4 -2 ports/graphics/xfpovray/Makefile 1.16 +4 -2 ports/mail/xfmail/Makefile 1.7 +4 -2 ports/math/apc/Makefile 1.5 +4 -2 ports/math/xldlas/Makefile 1.22 +4 -2 ports/print/lyx/Makefile 1.3 +3 -1 ports/x11/tycoon/Makefile 1.6 +5 -3 ports/x11/xfce/Makefile 1.8 +4 -2 ports/x11-fm/dfm/Makefile From owner-cvs-all Sat Sep 26 16:20:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01615 for cvs-all-outgoing; Sat, 26 Sep 1998 16:20:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01602; Sat, 26 Sep 1998 16:20:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03454; Sat, 26 Sep 1998 16:20:17 -0700 (PDT) Date: Sat, 26 Sep 1998 16:20:17 -0700 (PDT) Message-Id: <199809262320.QAA03454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/xgrab Makefile ports/x11/xgrab/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:20:17 PDT Modified files: x11/xgrab Makefile x11/xgrab/pkg PLIST Log: Move manpages to MAN* macros. Revision Changes Path 1.12 +3 -1 ports/x11/xgrab/Makefile 1.4 +0 -2 ports/x11/xgrab/pkg/PLIST From owner-cvs-all Sat Sep 26 16:24:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02095 for cvs-all-outgoing; Sat, 26 Sep 1998 16:24:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02085; Sat, 26 Sep 1998 16:24:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03544; Sat, 26 Sep 1998 16:24:06 -0700 (PDT) Date: Sat, 26 Sep 1998 16:24:06 -0700 (PDT) Message-Id: <199809262324.QAA03544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/ephem/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:24:06 PDT Modified files: astro/ephem/pkg PLIST Log: Remove share/ephem directory in pkg/PLIST. Revision Changes Path 1.2 +1 -0 ports/astro/ephem/pkg/PLIST From owner-cvs-all Sat Sep 26 16:24:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02184 for cvs-all-outgoing; Sat, 26 Sep 1998 16:24:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02177; Sat, 26 Sep 1998 16:24:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03579; Sat, 26 Sep 1998 16:24:34 -0700 (PDT) Date: Sat, 26 Sep 1998 16:24:34 -0700 (PDT) Message-Id: <199809262324.QAA03579@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/luna Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:24:34 PDT Modified files: astro/luna Makefile Log: Portlint cleaning. Revision Changes Path 1.4 +2 -2 ports/astro/luna/Makefile From owner-cvs-all Sat Sep 26 16:29:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02905 for cvs-all-outgoing; Sat, 26 Sep 1998 16:29:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02899; Sat, 26 Sep 1998 16:29:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03764; Sat, 26 Sep 1998 16:29:02 -0700 (PDT) Date: Sat, 26 Sep 1998 16:29:02 -0700 (PDT) Message-Id: <199809262329.QAA03764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/saoimage Makefile ports/astro/saoimage/files md5 ports/astro/saoimage/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:29:02 PDT Modified files: astro/saoimage Makefile astro/saoimage/files md5 astro/saoimage/patches patch-ab Log: MASTER_SITES _must_ have a trailing slash. While we're here make this build. From the looks of it, it wasn't just broken for ELF. Revision Changes Path 1.5 +3 -5 ports/astro/saoimage/Makefile 1.2 +1 -1 ports/astro/saoimage/files/md5 1.2 +20 -19 ports/astro/saoimage/patches/patch-ab From owner-cvs-all Sat Sep 26 16:33:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03333 for cvs-all-outgoing; Sat, 26 Sep 1998 16:33:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03320; Sat, 26 Sep 1998 16:33:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03901; Sat, 26 Sep 1998 16:33:16 -0700 (PDT) Date: Sat, 26 Sep 1998 16:33:16 -0700 (PDT) Message-Id: <199809262333.QAA03901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/Mesa3 Makefile ports/graphics/Mesa3/patches patch-ab patch-ac patch-aa ports/graphics/Mesa3/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:33:15 PDT Modified files: graphics/Mesa3 Makefile graphics/Mesa3/patches patch-aa graphics/Mesa3/pkg PLIST Added files: graphics/Mesa3/patches patch-ab patch-ac Log: Convert to ELF. Revision Changes Path 1.28 +18 -7 ports/graphics/Mesa3/Makefile 1.13 +27 -4 ports/graphics/Mesa3/patches/patch-aa 1.13 +11 -6 ports/graphics/Mesa3/pkg/PLIST From owner-cvs-all Sat Sep 26 16:34:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03523 for cvs-all-outgoing; Sat, 26 Sep 1998 16:34:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03517; Sat, 26 Sep 1998 16:34:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA03973; Sat, 26 Sep 1998 16:34:40 -0700 (PDT) Date: Sat, 26 Sep 1998 16:34:40 -0700 (PDT) Message-Id: <199809262334.QAA03973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/ssystem Makefile ports/astro/ssystem/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:34:39 PDT Modified files: astro/ssystem Makefile astro/ssystem/patches patch-aa Log: Remove regexp support for Mesa3 libs and make this build in an ELF world. Revision Changes Path 1.3 +4 -4 ports/astro/ssystem/Makefile 1.2 +7 -3 ports/astro/ssystem/patches/patch-aa From owner-cvs-all Sat Sep 26 16:35:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03632 for cvs-all-outgoing; Sat, 26 Sep 1998 16:35:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03627; Sat, 26 Sep 1998 16:35:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04023; Sat, 26 Sep 1998 16:35:38 -0700 (PDT) Date: Sat, 26 Sep 1998 16:35:38 -0700 (PDT) Message-Id: <199809262335.QAA04023@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/sunclock Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:35:38 PDT Modified files: astro/sunclock Makefile Log: Portlint cleaning. Revision Changes Path 1.8 +1 -2 ports/astro/sunclock/Makefile From owner-cvs-all Sat Sep 26 16:36:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03793 for cvs-all-outgoing; Sat, 26 Sep 1998 16:36:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03784; Sat, 26 Sep 1998 16:36:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04060; Sat, 26 Sep 1998 16:36:22 -0700 (PDT) Date: Sat, 26 Sep 1998 16:36:22 -0700 (PDT) Message-Id: <199809262336.QAA04060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xearth/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:36:22 PDT Modified files: astro/xearth/pkg PLIST Log: Remove stray directory in pkg/PLIST. Revision Changes Path 1.6 +1 -0 ports/astro/xearth/pkg/PLIST From owner-cvs-all Sat Sep 26 16:38:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04020 for cvs-all-outgoing; Sat, 26 Sep 1998 16:38:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03981; Sat, 26 Sep 1998 16:38:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04102; Sat, 26 Sep 1998 16:37:57 -0700 (PDT) Date: Sat, 26 Sep 1998 16:37:57 -0700 (PDT) Message-Id: <199809262337.QAA04102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xtide/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:37:56 PDT Modified files: astro/xtide/files md5 Log: Checksum of harmonics.gz changed. Revision Changes Path 1.6 +1 -1 ports/astro/xtide/files/md5 From owner-cvs-all Sat Sep 26 16:40:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04270 for cvs-all-outgoing; Sat, 26 Sep 1998 16:40:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04263; Sat, 26 Sep 1998 16:40:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04173; Sat, 26 Sep 1998 16:40:12 -0700 (PDT) Date: Sat, 26 Sep 1998 16:40:12 -0700 (PDT) Message-Id: <199809262340.QAA04173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xephem Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:40:12 PDT Modified files: astro/xephem Makefile Log: Add missing manpage. Revision Changes Path 1.11 +3 -1 ports/astro/xephem/Makefile From owner-cvs-all Sat Sep 26 16:43:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04596 for cvs-all-outgoing; Sat, 26 Sep 1998 16:43:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04591; Sat, 26 Sep 1998 16:43:39 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04249; Sat, 26 Sep 1998 16:43:35 -0700 (PDT) Date: Sat, 26 Sep 1998 16:43:35 -0700 (PDT) Message-Id: <199809262343.QAA04249@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/benchmarks/xengine/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:43:35 PDT Modified files: benchmarks/xengine/pkg PLIST Log: Remove the share/doc/xengine directory on deinstall. Revision Changes Path 1.3 +1 -0 ports/benchmarks/xengine/pkg/PLIST From owner-cvs-all Sat Sep 26 16:46:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04805 for cvs-all-outgoing; Sat, 26 Sep 1998 16:46:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04799; Sat, 26 Sep 1998 16:46:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04342; Sat, 26 Sep 1998 16:46:08 -0700 (PDT) Date: Sat, 26 Sep 1998 16:46:08 -0700 (PDT) Message-Id: <199809262346.QAA04342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/benchmarks/bytebench Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:46:08 PDT Modified files: benchmarks/bytebench Makefile Log: Remove *.orig files from the pgms directory so this deinstall's cleanly. Revision Changes Path 1.7 +2 -1 ports/benchmarks/bytebench/Makefile From owner-cvs-all Sat Sep 26 16:48:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04983 for cvs-all-outgoing; Sat, 26 Sep 1998 16:48:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04978; Sat, 26 Sep 1998 16:48:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04513; Sat, 26 Sep 1998 16:48:25 -0700 (PDT) Date: Sat, 26 Sep 1998 16:48:25 -0700 (PDT) Message-Id: <199809262348.QAA04513@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/uulib Makefile ports/converters/uulib/patches patch-aa patch-ab ports/converters/uulib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:48:25 PDT Modified files: converters/uulib Makefile converters/uulib/patches patch-aa patch-ab converters/uulib/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.16 +11 -4 ports/converters/uulib/Makefile 1.2 +33 -39 ports/converters/uulib/patches/patch-aa 1.2 +17 -14 ports/converters/uulib/patches/patch-ab 1.6 +4 -3 ports/converters/uulib/pkg/PLIST From owner-cvs-all Sat Sep 26 16:52:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05454 for cvs-all-outgoing; Sat, 26 Sep 1998 16:52:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05449; Sat, 26 Sep 1998 16:52:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04615; Sat, 26 Sep 1998 16:52:44 -0700 (PDT) Date: Sat, 26 Sep 1998 16:52:44 -0700 (PDT) Message-Id: <199809262352.QAA04615@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/trans/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:52:44 PDT Modified files: converters/trans/pkg PLIST Log: Remove empty directories on deinstall. Revision Changes Path 1.6 +6 -0 ports/converters/trans/pkg/PLIST From owner-cvs-all Sat Sep 26 16:54:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05596 for cvs-all-outgoing; Sat, 26 Sep 1998 16:54:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05578; Sat, 26 Sep 1998 16:53:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA04660; Sat, 26 Sep 1998 16:53:52 -0700 (PDT) Date: Sat, 26 Sep 1998 16:53:52 -0700 (PDT) Message-Id: <199809262353.QAA04660@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/xdeview Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 16:53:52 PDT Modified files: converters/xdeview Makefile Log: Remove regexp support for uulib. Revision Changes Path 1.16 +3 -3 ports/converters/xdeview/Makefile From owner-cvs-all Sat Sep 26 17:00:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06717 for cvs-all-outgoing; Sat, 26 Sep 1998 17:00:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06688; Sat, 26 Sep 1998 17:00:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04855; Sat, 26 Sep 1998 17:00:24 -0700 (PDT) Date: Sat, 26 Sep 1998 17:00:24 -0700 (PDT) Message-Id: <199809270000.RAA04855@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/big5con Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 17:00:24 PDT Modified files: chinese/big5con Makefile Log: Broken: cannot fetch. Revision Changes Path 1.6 +3 -1 ports/chinese/big5con/Makefile From owner-cvs-all Sat Sep 26 17:01:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06913 for cvs-all-outgoing; Sat, 26 Sep 1998 17:01:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06894; Sat, 26 Sep 1998 17:01:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04887; Sat, 26 Sep 1998 17:01:12 -0700 (PDT) Date: Sat, 26 Sep 1998 17:01:12 -0700 (PDT) Message-Id: <199809270001.RAA04887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/mule-wnn4 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 17:01:12 PDT Modified files: chinese/mule-wnn4 Makefile Log: Broken for ELF: does not build. Revision Changes Path 1.3 +3 -1 ports/chinese/mule-wnn4/Makefile From owner-cvs-all Sat Sep 26 17:01:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07076 for cvs-all-outgoing; Sat, 26 Sep 1998 17:01:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07065; Sat, 26 Sep 1998 17:01:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04914; Sat, 26 Sep 1998 17:01:44 -0700 (PDT) Date: Sat, 26 Sep 1998 17:01:44 -0700 (PDT) Message-Id: <199809270001.RAA04914@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/pine3 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 17:01:44 PDT Modified files: chinese/pine3 Makefile Log: Broken for ELF: does not build ELF libs. Revision Changes Path 1.4 +3 -1 ports/chinese/pine3/Makefile From owner-cvs-all Sat Sep 26 17:02:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07260 for cvs-all-outgoing; Sat, 26 Sep 1998 17:02:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07245; Sat, 26 Sep 1998 17:02:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04944; Sat, 26 Sep 1998 17:02:10 -0700 (PDT) Date: Sat, 26 Sep 1998 17:02:10 -0700 (PDT) Message-Id: <199809270002.RAA04944@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/pine4 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 17:02:10 PDT Modified files: chinese/pine4 Makefile Log: Broken for ELF: does not build ELF libs. Revision Changes Path 1.8 +3 -1 ports/chinese/pine4/Makefile From owner-cvs-all Sat Sep 26 17:06:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08136 for cvs-all-outgoing; Sat, 26 Sep 1998 17:06:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08095; Sat, 26 Sep 1998 17:06:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04999; Sat, 26 Sep 1998 17:05:54 -0700 (PDT) Date: Sat, 26 Sep 1998 17:05:54 -0700 (PDT) Message-Id: <199809270005.RAA04999@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/tin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 17:05:54 PDT Modified files: chinese/tin Makefile Log: Broken: does not build. Linking tin v1.4... cc -o ./tin ./active.o ./art.o ./attrib.o ./auth.o ./charset.o ... dmat.o ./xref.o ../pcre/libpcre.a -lmytinfo ../pcre/libpcre.a cc: ../pcre/libpcre.a: No such file or directory cc: ../pcre/libpcre.a: No such file or directory *** Error code 1 Stop. Revision Changes Path 1.15 +3 -1 ports/chinese/tin/Makefile From owner-cvs-all Sat Sep 26 17:44:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12634 for cvs-all-outgoing; Sat, 26 Sep 1998 17:44:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12623; Sat, 26 Sep 1998 17:44:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05822; Sat, 26 Sep 1998 17:44:19 -0700 (PDT) Date: Sat, 26 Sep 1998 17:44:19 -0700 (PDT) Message-Id: <199809270044.RAA05822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 17:44:18 PDT Modified files: lang/egcs Makefile Log: make fetchable Revision Changes Path 1.32 +4 -4 ports/lang/egcs/Makefile From owner-cvs-all Sat Sep 26 18:03:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15371 for cvs-all-outgoing; Sat, 26 Sep 1998 18:03:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15341; Sat, 26 Sep 1998 18:03:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06237; Sat, 26 Sep 1998 18:03:32 -0700 (PDT) Date: Sat, 26 Sep 1998 18:03:32 -0700 (PDT) Message-Id: <199809270103.SAA06237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml memoryuse.sgml relnotes.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 18:03:32 PDT Modified files: handbook authors.sgml contrib.sgml memoryuse.sgml relnotes.sgml submitters.sgml Log: davidg -> dg Revision Changes Path 1.117 +4 -4 doc/handbook/authors.sgml 1.309 +3 -3 doc/handbook/contrib.sgml 1.12 +2 -2 doc/handbook/memoryuse.sgml 1.28 +5 -5 doc/handbook/relnotes.sgml 1.237 +6 -6 doc/handbook/submitters.sgml From owner-cvs-all Sat Sep 26 18:35:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18400 for cvs-all-outgoing; Sat, 26 Sep 1998 18:35:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18387; Sat, 26 Sep 1998 18:35:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06790; Sat, 26 Sep 1998 18:34:56 -0700 (PDT) Date: Sat, 26 Sep 1998 18:34:56 -0700 (PDT) Message-Id: <199809270134.SAA06790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology/seaview/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:34:56 PDT Modified files: biology/seaview/files md5 Log: Checksum of seaview.tar changed. Revision Changes Path 1.3 +1 -1 ports/biology/seaview/files/md5 From owner-cvs-all Sat Sep 26 18:35:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18496 for cvs-all-outgoing; Sat, 26 Sep 1998 18:35:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18490; Sat, 26 Sep 1998 18:35:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06829; Sat, 26 Sep 1998 18:35:33 -0700 (PDT) Date: Sat, 26 Sep 1998 18:35:33 -0700 (PDT) Message-Id: <199809270135.SAA06829@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology/hmmer/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:35:33 PDT Modified files: biology/hmmer/pkg PLIST Log: Remove empty doc dir on deinstall. Revision Changes Path 1.3 +1 -0 ports/biology/hmmer/pkg/PLIST From owner-cvs-all Sat Sep 26 18:37:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18711 for cvs-all-outgoing; Sat, 26 Sep 1998 18:37:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18698; Sat, 26 Sep 1998 18:36:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06889; Sat, 26 Sep 1998 18:36:52 -0700 (PDT) Date: Sat, 26 Sep 1998 18:36:52 -0700 (PDT) Message-Id: <199809270136.SAA06889@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/biology/kinemage Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:36:52 PDT Modified files: biology/kinemage Makefile Log: Don't strip the binary when building ELF. Revision Changes Path 1.3 +5 -1 ports/biology/kinemage/Makefile From owner-cvs-all Sat Sep 26 18:38:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18914 for cvs-all-outgoing; Sat, 26 Sep 1998 18:38:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18907; Sat, 26 Sep 1998 18:38:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06972; Sat, 26 Sep 1998 18:38:24 -0700 (PDT) Date: Sat, 26 Sep 1998 18:38:24 -0700 (PDT) Message-Id: <199809270138.SAA06972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/imm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:38:24 PDT Modified files: mbone/imm/pkg PLIST Log: Remove empty doc dir on deinstall. Revision Changes Path 1.4 +1 -0 ports/mbone/imm/pkg/PLIST From owner-cvs-all Sat Sep 26 18:39:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19028 for cvs-all-outgoing; Sat, 26 Sep 1998 18:39:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19018; Sat, 26 Sep 1998 18:39:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07015; Sat, 26 Sep 1998 18:39:30 -0700 (PDT) Date: Sat, 26 Sep 1998 18:39:30 -0700 (PDT) Message-Id: <199809270139.SAA07015@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/mbone_vcr Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:39:29 PDT Modified files: mbone/mbone_vcr Makefile Log: Marke borken for ELF: undefined reference to __error. Revision Changes Path 1.9 +3 -1 ports/mbone/mbone_vcr/Makefile From owner-cvs-all Sat Sep 26 18:41:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19294 for cvs-all-outgoing; Sat, 26 Sep 1998 18:41:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19266; Sat, 26 Sep 1998 18:40:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07086; Sat, 26 Sep 1998 18:40:49 -0700 (PDT) Date: Sat, 26 Sep 1998 18:40:49 -0700 (PDT) Message-Id: <199809270140.SAA07086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/nte/patches patch-af ports/mbone/nte/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:40:49 PDT Modified files: mbone/nte/pkg PLIST Added files: mbone/nte/patches patch-af Log: Somewhere along the line the binary's name changed to nte. Revision Changes Path 1.2 +1 -1 ports/mbone/nte/pkg/PLIST From owner-cvs-all Sat Sep 26 18:42:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19485 for cvs-all-outgoing; Sat, 26 Sep 1998 18:42:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19468; Sat, 26 Sep 1998 18:42:09 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07122; Sat, 26 Sep 1998 18:42:04 -0700 (PDT) Date: Sat, 26 Sep 1998 18:42:04 -0700 (PDT) Message-Id: <199809270142.SAA07122@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/rtpmon Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:42:04 PDT Modified files: mbone/rtpmon Makefile Log: Make sure that autoconf can overwrite configure script. Revision Changes Path 1.10 +2 -2 ports/mbone/rtpmon/Makefile From owner-cvs-all Sat Sep 26 18:42:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19581 for cvs-all-outgoing; Sat, 26 Sep 1998 18:42:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19571; Sat, 26 Sep 1998 18:42:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07164; Sat, 26 Sep 1998 18:42:46 -0700 (PDT) Date: Sat, 26 Sep 1998 18:42:46 -0700 (PDT) Message-Id: <199809270142.SAA07164@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/speak_freely/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:42:46 PDT Modified files: mbone/speak_freely/pkg PLIST Log: Remove empty lib/speak_freely directory on deinstall. Revision Changes Path 1.4 +1 -0 ports/mbone/speak_freely/pkg/PLIST From owner-cvs-all Sat Sep 26 18:44:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19810 for cvs-all-outgoing; Sat, 26 Sep 1998 18:44:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19799; Sat, 26 Sep 1998 18:44:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07232; Sat, 26 Sep 1998 18:44:09 -0700 (PDT) Date: Sat, 26 Sep 1998 18:44:09 -0700 (PDT) Message-Id: <199809270144.SAA07232@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/wb Makefile ports/mbone/wb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 18:44:09 PDT Modified files: mbone/wb Makefile mbone/wb/pkg PLIST Log: Don't strip the binary when building ELF, and remove the empty share/doc/wb directory on deinstall. Revision Changes Path 1.5 +5 -1 ports/mbone/wb/Makefile 1.2 +1 -0 ports/mbone/wb/pkg/PLIST From owner-cvs-all Sat Sep 26 18:56:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21188 for cvs-all-outgoing; Sat, 26 Sep 1998 18:56:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21171; Sat, 26 Sep 1998 18:56:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07518; Sat, 26 Sep 1998 18:56:14 -0700 (PDT) Date: Sat, 26 Sep 1998 18:56:14 -0700 (PDT) Message-Id: <199809270156.SAA07518@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 18:56:14 PDT Modified files: lang/egcs Makefile Log: Build properly on ELF systems. Revision Changes Path 1.33 +6 -1 ports/lang/egcs/Makefile From owner-cvs-all Sat Sep 26 19:00:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA21730 for cvs-all-outgoing; Sat, 26 Sep 1998 19:00:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA21724; Sat, 26 Sep 1998 19:00:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07692; Sat, 26 Sep 1998 19:00:31 -0700 (PDT) Date: Sat, 26 Sep 1998 19:00:31 -0700 (PDT) Message-Id: <199809270200.TAA07692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/libsx/patches patch-aa ports/x11/libsx/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 19:00:30 PDT Modified files: x11/libsx/patches patch-aa x11/libsx/pkg PLIST Log: Fix for ELF build and remove empty directories on deinstall. Revision Changes Path 1.4 +41 -64 ports/x11/libsx/patches/patch-aa 1.3 +2 -0 ports/x11/libsx/pkg/PLIST From owner-cvs-all Sat Sep 26 19:04:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22258 for cvs-all-outgoing; Sat, 26 Sep 1998 19:04:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22249; Sat, 26 Sep 1998 19:04:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA07781; Sat, 26 Sep 1998 19:04:19 -0700 (PDT) Date: Sat, 26 Sep 1998 19:04:19 -0700 (PDT) Message-Id: <199809270204.TAA07781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/converters/uudeview Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 19:04:19 PDT Modified files: converters/uudeview Makefile Log: Remove regexp support uulib. Revision Changes Path 1.17 +2 -2 ports/converters/uudeview/Makefile From owner-cvs-all Sat Sep 26 20:02:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28896 for cvs-all-outgoing; Sat, 26 Sep 1998 20:02:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28885; Sat, 26 Sep 1998 20:02:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA08887; Sat, 26 Sep 1998 20:02:16 -0700 (PDT) Date: Sat, 26 Sep 1998 20:02:16 -0700 (PDT) Message-Id: <199809270302.UAA08887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ncftp3 Makefile ports/net/ncftp3/patches patch-ae patch-af ports/net/ncftp3/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 20:02:16 PDT Modified files: net/ncftp3 Makefile net/ncftp3/patches patch-ae patch-af net/ncftp3/pkg PLIST Log: ELFify Revision Changes Path 1.58 +15 -4 ports/net/ncftp3/Makefile 1.4 +11 -36 ports/net/ncftp3/patches/patch-ae 1.4 +11 -36 ports/net/ncftp3/patches/patch-af 1.9 +4 -4 ports/net/ncftp3/pkg/PLIST From owner-cvs-all Sat Sep 26 20:15:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00520 for cvs-all-outgoing; Sat, 26 Sep 1998 20:15:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00515; Sat, 26 Sep 1998 20:15:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09204; Sat, 26 Sep 1998 20:15:36 -0700 (PDT) Date: Sat, 26 Sep 1998 20:15:36 -0700 (PDT) Message-Id: <199809270315.UAA09204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/libdnd Makefile ports/x11/libdnd/patches patch-ab ports/x11/libdnd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:15:36 PDT Modified files: x11/libdnd Makefile x11/libdnd/patches patch-ab x11/libdnd/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.4 +2 -2 ports/x11/libdnd/Makefile 1.2 +30 -11 ports/x11/libdnd/patches/patch-ab 1.4 +6 -4 ports/x11/libdnd/pkg/PLIST From owner-cvs-all Sat Sep 26 20:16:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00691 for cvs-all-outgoing; Sat, 26 Sep 1998 20:16:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00686; Sat, 26 Sep 1998 20:16:10 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09321; Sat, 26 Sep 1998 20:16:06 -0700 (PDT) Date: Sat, 26 Sep 1998 20:16:06 -0700 (PDT) Message-Id: <199809270316.UAA09321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/offix-trash Makefile ports/editors/offix-editor Makefile ports/print/offix-printer Makefile ports/x11/offix-clipboard Makefile ports/x11/offix-execute Makefile ports/x11-fm/offix-files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:16:06 PDT Modified files: deskutils/offix-trash Makefile editors/offix-editor Makefile print/offix-printer Makefile x11/offix-clipboard Makefile x11/offix-execute Makefile x11-fm/offix-files Makefile Log: Remove regexp support for libdnd. Revision Changes Path 1.4 +2 -2 ports/deskutils/offix-trash/Makefile 1.5 +2 -2 ports/editors/offix-editor/Makefile 1.5 +2 -2 ports/print/offix-printer/Makefile 1.3 +2 -2 ports/x11/offix-clipboard/Makefile 1.5 +2 -2 ports/x11/offix-execute/Makefile 1.6 +2 -2 ports/x11-fm/offix-files/Makefile From owner-cvs-all Sat Sep 26 20:40:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03089 for cvs-all-outgoing; Sat, 26 Sep 1998 20:40:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02995; Sat, 26 Sep 1998 20:40:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09913; Sat, 26 Sep 1998 20:39:56 -0700 (PDT) Date: Sat, 26 Sep 1998 20:39:56 -0700 (PDT) Message-Id: <199809270339.UAA09913@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 20:39:56 PDT Modified files: etc/mtree BSD.usr.dist Log: We don't support SUID `games' games anymore. Revision Changes Path 1.133 +2 -4 src/etc/mtree/BSD.usr.dist From owner-cvs-all Sat Sep 26 20:40:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03177 for cvs-all-outgoing; Sat, 26 Sep 1998 20:40:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03172; Sat, 26 Sep 1998 20:40:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA09964; Sat, 26 Sep 1998 20:40:37 -0700 (PDT) Date: Sat, 26 Sep 1998 20:40:37 -0700 (PDT) Message-Id: <199809270340.UAA09964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/cal/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:40:37 PDT Modified files: deskutils/cal/pkg PLIST Log: Remove empty directory on deinstall. Revision Changes Path 1.3 +1 -0 ports/deskutils/cal/pkg/PLIST From owner-cvs-all Sat Sep 26 20:41:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03248 for cvs-all-outgoing; Sat, 26 Sep 1998 20:41:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03236; Sat, 26 Sep 1998 20:41:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10010; Sat, 26 Sep 1998 20:41:21 -0700 (PDT) Date: Sat, 26 Sep 1998 20:41:21 -0700 (PDT) Message-Id: <199809270341.UAA10010@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/xcalendar/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:41:21 PDT Modified files: deskutils/xcalendar/pkg PLIST Log: Remove empty directory on deinstall. Revision Changes Path 1.4 +1 -0 ports/deskutils/xcalendar/pkg/PLIST From owner-cvs-all Sat Sep 26 20:43:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03480 for cvs-all-outgoing; Sat, 26 Sep 1998 20:43:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03471; Sat, 26 Sep 1998 20:43:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10069; Sat, 26 Sep 1998 20:43:10 -0700 (PDT) Date: Sat, 26 Sep 1998 20:43:10 -0700 (PDT) Message-Id: <199809270343.UAA10069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/zorro/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:43:10 PDT Modified files: deskutils/zorro/pkg PLIST Log: Remove empty directory on deinstall. Revision Changes Path 1.4 +1 -0 ports/deskutils/zorro/pkg/PLIST From owner-cvs-all Sat Sep 26 20:44:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03804 for cvs-all-outgoing; Sat, 26 Sep 1998 20:44:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03787; Sat, 26 Sep 1998 20:44:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10281; Sat, 26 Sep 1998 20:44:40 -0700 (PDT) Date: Sat, 26 Sep 1998 20:44:40 -0700 (PDT) Message-Id: <199809270344.UAA10281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/sliderule Makefile ports/deskutils/sliderule/pkg PLIST ports/deskutils/xmaddressbook Makefile ports/deskutils/xmaddressbook/pkg PLIST ports/deskutils/xmdiary Makefile ports/deskutils/xmdiary/pkg PLIST ports/deskutils/xpostit ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 20:44:40 PDT Modified files: deskutils/sliderule Makefile deskutils/sliderule/pkg PLIST deskutils/xmaddressbook Makefile deskutils/xmaddressbook/pkg PLIST deskutils/xmdiary Makefile deskutils/xmdiary/pkg PLIST deskutils/xpostit Makefile deskutils/xpostit/pkg PLIST deskutils/xpostitPlus Makefile deskutils/xpostitPlus/pkg PLIST Log: Move manpages from pkg/PLIST to MAN1 in Makefile. Revision Changes Path 1.4 +2 -1 ports/deskutils/sliderule/Makefile 1.2 +0 -1 ports/deskutils/sliderule/pkg/PLIST 1.5 +2 -1 ports/deskutils/xmaddressbook/Makefile 1.2 +1 -1 ports/deskutils/xmaddressbook/pkg/PLIST 1.3 +4 -1 ports/deskutils/xmdiary/Makefile 1.2 +0 -12 ports/deskutils/xmdiary/pkg/PLIST 1.6 +2 -1 ports/deskutils/xpostit/Makefile 1.2 +0 -1 ports/deskutils/xpostit/pkg/PLIST 1.4 +2 -1 ports/deskutils/xpostitPlus/Makefile 1.2 +0 -1 ports/deskutils/xpostitPlus/pkg/PLIST From owner-cvs-all Sat Sep 26 21:26:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09429 for cvs-all-outgoing; Sat, 26 Sep 1998 21:26:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09408; Sat, 26 Sep 1998 21:26:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11275; Sat, 26 Sep 1998 21:25:57 -0700 (PDT) Date: Sat, 26 Sep 1998 21:25:57 -0700 (PDT) Message-Id: <199809270425.VAA11275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/gcc28 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/26 21:25:57 PDT Modified files: lang/gcc28 Makefile Log: Broken on ELF boxes. Revision Changes Path 1.15 +8 -1 ports/lang/gcc28/Makefile From owner-cvs-all Sat Sep 26 22:07:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12550 for cvs-all-outgoing; Sat, 26 Sep 1998 22:07:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12544; Sat, 26 Sep 1998 22:07:19 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12283; Sat, 26 Sep 1998 22:07:15 -0700 (PDT) Date: Sat, 26 Sep 1998 22:07:15 -0700 (PDT) Message-Id: <199809270507.WAA12283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/onew-wnn4/files ONEW_CONF-for-canna+wnn6 ONEW_CONF-for-wnn6 ports/japanese/onew-wnn4/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/26 22:07:15 PDT Modified files: japanese/onew-wnn4/files ONEW_CONF-for-canna+wnn6 ONEW_CONF-for-wnn6 Added files: japanese/onew-wnn4/patches patch-aa patch-ab Log: Fix for 3.0-current. (Caused by regex.h difference) PR: ports/7747 Submitted by: Satoshi Taoka Revision Changes Path 1.2 +1 -1 ports/japanese/onew-wnn4/files/ONEW_CONF-for-canna+wnn6 1.2 +1 -1 ports/japanese/onew-wnn4/files/ONEW_CONF-for-wnn6 From owner-cvs-all Sat Sep 26 22:36:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14070 for cvs-all-outgoing; Sat, 26 Sep 1998 22:36:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14065; Sat, 26 Sep 1998 22:36:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12916; Sat, 26 Sep 1998 22:36:07 -0700 (PDT) Date: Sat, 26 Sep 1998 22:36:07 -0700 (PDT) Message-Id: <199809270536.WAA12916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/blas/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 22:36:07 PDT Modified files: math/blas/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.7 +4 -3 ports/math/blas/pkg/PLIST From owner-cvs-all Sat Sep 26 22:39:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14280 for cvs-all-outgoing; Sat, 26 Sep 1998 22:39:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14275; Sat, 26 Sep 1998 22:39:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13013; Sat, 26 Sep 1998 22:39:37 -0700 (PDT) Date: Sat, 26 Sep 1998 22:39:37 -0700 (PDT) Message-Id: <199809270539.WAA13013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/eispack Makefile ports/math/linpack Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/26 22:39:37 PDT Modified files: math/eispack Makefile math/linpack Makefile Log: libcor.so -> libblas.so Revision Changes Path 1.15 +2 -2 ports/math/eispack/Makefile 1.15 +2 -2 ports/math/linpack/Makefile From owner-cvs-all Sat Sep 26 23:22:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17109 for cvs-all-outgoing; Sat, 26 Sep 1998 23:22:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17091; Sat, 26 Sep 1998 23:22:18 -0700 (PDT) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13751; Sat, 26 Sep 1998 23:22:13 -0700 (PDT) Date: Sat, 26 Sep 1998 23:22:13 -0700 (PDT) Message-Id: <199809270622.XAA13751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/smtpfeed Makefile ports/mail/smtpfeed/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1998/09/26 23:22:13 PDT Modified files: mail/smtpfeed Makefile mail/smtpfeed/files md5 Log: original package updated (0.84) Revision Changes Path 1.17 +4 -4 ports/mail/smtpfeed/Makefile 1.16 +2 -2 ports/mail/smtpfeed/files/md5 From owner-cvs-all Sat Sep 26 23:42:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18749 for cvs-all-outgoing; Sat, 26 Sep 1998 23:42:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mrmell (ppp5832.on.bellglobal.com [206.172.198.144]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18738; Sat, 26 Sep 1998 23:42:38 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: (from tim@localhost) by mrmell (8.8.8/8.8.8) id CAA03967; Sun, 27 Sep 1998 02:44:30 -0400 (EDT) (envelope-from tim) Message-ID: <19980927024411.A29877@mrmell> Date: Sun, 27 Sep 1998 02:44:11 -0400 From: Tim Vanderhoek To: Satoshi Asami , freebsd@xaa.iae.nl Cc: smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/libslang/pkg PLIST References: <19980923182402.A518@xaa.iae.nl> <199809232351.QAA08099@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809232351.QAA08099@silvia.hip.berkeley.edu>; from Satoshi Asami on Wed, Sep 23, 1998 at 04:51:15PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Sep 23, 1998 at 04:51:15PM -0700, Satoshi Asami wrote: > > >Audit-Trail: > Responsible-Changed-From-To: freebsd-ports->smace > Responsible-Changed-By: smace [...] > A notice for that should have been sent to you so it's hard for me to > understand why you got the impression that your PR has been ignored. I don't think notices are sent for Responsible-Changes. -- This .sig is not innovative, witty, or profund.