From owner-cvs-all Sun Sep 13 02:00:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04914 for cvs-all-outgoing; Sun, 13 Sep 1998 02:00: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 CAA04902; Sun, 13 Sep 1998 02:00:28 -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 CAA01825; Sun, 13 Sep 1998 02:00:26 -0700 (PDT) Date: Sun, 13 Sep 1998 02:00:26 -0700 (PDT) Message-Id: <199809130900.CAA01825@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 obrien 1998/09/13 02:00:25 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Mention that Amd has been upgraded for 3.0. Revision Changes Path 1.83 +6 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Sun Sep 13 02:03:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05180 for cvs-all-outgoing; Sun, 13 Sep 1998 02:03:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05170; Sun, 13 Sep 1998 02:03:24 -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 LAA14400; Sun, 13 Sep 1998 11:00:08 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id KAA02973; Sun, 13 Sep 1998 10:49:02 +0200 (CEST) (envelope-from andreas) Message-ID: <19980913104901.A2966@klemm.gtn.com> Date: Sun, 13 Sep 1998 10:49:01 +0200 From: Andreas Klemm To: Garrett Wollman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include err.h src/lib/libc/gen err.3 err.c References: <199809122102.OAA16353@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809122102.OAA16353@freefall.freebsd.org>; from Garrett Wollman on Sat, Sep 12, 1998 at 02:02:23PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk a make rerelease fails with: ===> lib/libc cc -O2 -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFAC E_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP - c /usr/src/lib/libc/../libc/gen/err.c -o err.o /usr/src/lib/libc/../libc/gen/err.c: In function `err': /usr/src/lib/libc/../libc/gen/err.c:80: warning: `noreturn' function does return /usr/src/lib/libc/../libc/gen/err.c: In function `verr': /usr/src/lib/libc/../libc/gen/err.c:89: warning: `noreturn' function does return /usr/src/lib/libc/../libc/gen/err.c: At top level: /usr/src/lib/libc/../libc/gen/err.c:102: warning: type mismatch with previous ex ternal decl /usr/src/lib/libc/../libc/gen/err.c:78: warning: previous external decl of `verr c' /usr/src/lib/libc/../libc/gen/err.c:102: warning: type mismatch with previous im plicit declaration /usr/src/lib/libc/../libc/gen/err.c:96: warning: previous implicit declaration o f `verrc' /usr/src/lib/libc/../libc/gen/err.c:102: warning: `verrc' was previously implici tly declared to return `int' /usr/src/lib/libc/../libc/gen/err.c:174: warning: type mismatch with previous ex ternal decl /usr/src/lib/libc/../libc/gen/err.c:151: warning: previous external decl of `vwa rnc' /usr/src/lib/libc/../libc/gen/err.c:174: warning: type mismatch with previous im plicit declaration /usr/src/lib/libc/../libc/gen/err.c:168: warning: previous implicit declaration of `vwarnc' /usr/src/lib/libc/../libc/gen/err.c:174: warning: `vwarnc' was previously implic itly declared to return `int' cc -O2 -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFAC E_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP - c /usr/src/lib/libc/../libc/stdtime/strptime.c -o strptime.o /usr/src/lib/libc/../libc/stdtime/strptime.c:76: conflicting types for `strptime ' /usr/include/time.h:146: previous declaration of `strptime' *** Error code 1 Stop. On Sat, Sep 12, 1998 at 02:02:23PM -0700, Garrett Wollman wrote: > wollman 1998/09/12 14:02:23 PDT > > Modified files: > include err.h > lib/libc/gen err.3 err.c > Log: > A small last-minute iitem for 3.0: > > - Fix some style errors I made back in 1995. > > - Add a new flavor of the err(3) family, which takes an explicit > errno argument rather than implicitly examining errno. This > will make it easier to use these functions in conjunction with > modern library interfaces that return an errno value explicitly. > > Revision Changes Path > 1.5 +6 -1 src/include/err.h > 1.9 +57 -9 src/lib/libc/gen/err.3 > 1.4 +67 -75 src/lib/libc/gen/err.c -- 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 13 02:09:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05551 for cvs-all-outgoing; Sun, 13 Sep 1998 02:09: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 CAA05542; Sun, 13 Sep 1998 02:09:41 -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 CAA01978; Sun, 13 Sep 1998 02:09:40 -0700 (PDT) Date: Sun, 13 Sep 1998 02:09:40 -0700 (PDT) Message-Id: <199809130909.CAA01978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook policies.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 02:09:40 PDT Modified files: handbook policies.sgml Log: State that "-ko" should be used when importing on the Vendor branch to prevent CVS from corrupting any vendor RCS Ids. Lack of said option in Amd import noticed by: bde Revision Changes Path 1.18 +10 -7 doc/handbook/policies.sgml From owner-cvs-all Sun Sep 13 02:38:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07837 for cvs-all-outgoing; Sun, 13 Sep 1998 02:38: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 CAA07825; Sun, 13 Sep 1998 02:38:36 -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 CAA02488; Sun, 13 Sep 1998 02:38:35 -0700 (PDT) Date: Sun, 13 Sep 1998 02:38:35 -0700 (PDT) Message-Id: <199809130938.CAA02488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src README Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/13 02:38:35 PDT Modified files: . README Log: Correct the facts. The kerberosIV/ directory is not export restricted. Revision Changes Path 1.13 +2 -2 src/README From owner-cvs-all Sun Sep 13 02:39:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08064 for cvs-all-outgoing; Sun, 13 Sep 1998 02: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 CAA08059; Sun, 13 Sep 1998 02:39:41 -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 CAA02540; Sun, 13 Sep 1998 02:39:40 -0700 (PDT) Date: Sun, 13 Sep 1998 02:39:40 -0700 (PDT) Message-Id: <199809130939.CAA02540@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mkdep mkdep.1 mkdep.gcc.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 02:39:40 PDT Modified files: usr.bin/mkdep mkdep.1 mkdep.gcc.sh Log: Remove -n for ignoring system headers. Instead add finer grain shell macros and document them. Prompted by: bde Revision Changes Path 1.4 +20 -3 src/usr.bin/mkdep/mkdep.1 1.17 +5 -14 src/usr.bin/mkdep/mkdep.gcc.sh From owner-cvs-all Sun Sep 13 03:13:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11415 for cvs-all-outgoing; Sun, 13 Sep 1998 03:13:20 -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 DAA11282; Sun, 13 Sep 1998 03:13:03 -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 MAA07163; Sun, 13 Sep 1998 12:12:47 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Sun, 13 Sep 1998 12:12:47 +0200 (MET DST) Mime-Version: 1.0 To: Andreas Klemm Cc: Garrett Wollman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include err.h src/lib/libc/gen err.3 err.c References: <199809122102.OAA16353@freefall.freebsd.org> <19980913104901.A2966@klemm.gtn.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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 13 Sep 1998 12:12:46 +0200 In-Reply-To: Andreas Klemm's message of "Sun, 13 Sep 1998 10:49:01 +0200" 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 DAB11306 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andreas Klemm writes: > a make rerelease fails with: You tried to build the new source with the old includes. The old includes don't declare verrc(), so the compiler generates an incorrect default prototype for it and doesn't know it doesn't return. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sun Sep 13 05:48:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28326 for cvs-all-outgoing; Sun, 13 Sep 1998 05:48: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 FAA28315; Sun, 13 Sep 1998 05:48:51 -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 FAA06626; Sun, 13 Sep 1998 05:48:48 -0700 (PDT) Date: Sun, 13 Sep 1998 05:48:48 -0700 (PDT) Message-Id: <199809131248.FAA06626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_dup2.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/13 05:48:48 PDT Modified files: lib/libc_r/uthread uthread_dup2.c Log: Don't lock newfd if it is not opened. PR: 5961 Revision Changes Path 1.4 +14 -3 src/lib/libc_r/uthread/uthread_dup2.c From owner-cvs-all Sun Sep 13 06:27:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03069 for cvs-all-outgoing; Sun, 13 Sep 1998 06:27: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 GAA03061; Sun, 13 Sep 1998 06:27:06 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07210; Sun, 13 Sep 1998 06:27:03 -0700 (PDT) Date: Sun, 13 Sep 1998 06:27:03 -0700 (PDT) Message-Id: <199809131327.GAA07210@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/btx/btx btx.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/09/13 06:27:03 PDT Modified files: sys/boot/i386/btx/btx btx.s Log: Enable client entry point support. Revision Changes Path 1.2 +2 -2 src/sys/boot/i386/btx/btx/btx.s From owner-cvs-all Sun Sep 13 06:28:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03242 for cvs-all-outgoing; Sun, 13 Sep 1998 06:28: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 GAA03237; Sun, 13 Sep 1998 06:28:09 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07241; Sun, 13 Sep 1998 06:28:07 -0700 (PDT) Date: Sun, 13 Sep 1998 06:28:07 -0700 (PDT) Message-Id: <199809131328.GAA07241@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/btxld btxld.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/09/13 06:28:07 PDT Modified files: usr.sbin/btxld btxld.c Log: Enable client entry point support. Revision Changes Path 1.2 +5 -1 src/usr.sbin/btxld/btxld.c From owner-cvs-all Sun Sep 13 06:58:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05109 for cvs-all-outgoing; Sun, 13 Sep 1998 06:58: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 GAA05102; Sun, 13 Sep 1998 06:58:02 -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 GAA11228; Sun, 13 Sep 1998 06:58:01 -0700 (PDT) Date: Sun, 13 Sep 1998 06:58:01 -0700 (PDT) Message-Id: <199809131358.GAA11228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/cfs 00READ README TODO cfs_fbsd.c cfs_namecache.c cfs_psdev.c cfs_subr.c cfs_subr.h cfs_venus.c cfs_venus.h cfs_vfsops.c cfs_vfsops.h cfs_vnodeops.c cfs_vnodeops.h cfsio.h cfsk.h cfsnc.h cnode.h coda.h ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/09/13 06:58:00 PDT Modified files: sys/conf files sys/coda cnode.h coda.h coda_fbsd.c coda_io.h coda_kernel.h coda_namecache.c coda_namecache.h coda_opstats.h coda_pioctl.h coda_psdev.c coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vnops.c coda_vnops.h Removed files: sys/cfs 00READ README TODO cfs_fbsd.c cfs_namecache.c cfs_psdev.c cfs_subr.c cfs_subr.h cfs_venus.c cfs_venus.h cfs_vfsops.c cfs_vfsops.h cfs_vnodeops.c cfs_vnodeops.h cfsio.h cfsk.h cfsnc.h cnode.h coda.h coda_opstats.h pioctl.h Log: Finish conversion of cfs -> coda Revision Changes Path 1.154 +7 -7 src/sys/conf/files 1.4 +7 -3 src/sys/coda/cnode.h 1.4 +2 -2 src/sys/coda/coda.h 1.4 +5 -5 src/sys/coda/coda_fbsd.c 1.4 +7 -3 src/sys/coda/coda_io.h 1.3 +2 -2 src/sys/coda/coda_kernel.h 1.5 +10 -6 src/sys/coda/coda_namecache.c 1.4 +7 -3 src/sys/coda/coda_namecache.h 1.4 +2 -2 src/sys/coda/coda_opstats.h 1.4 +7 -3 src/sys/coda/coda_pioctl.h 1.4 +11 -7 src/sys/coda/coda_psdev.c 1.5 +11 -7 src/sys/coda/coda_subr.c 1.5 +2 -2 src/sys/coda/coda_subr.h 1.4 +5 -5 src/sys/coda/coda_venus.c 1.3 +2 -2 src/sys/coda/coda_venus.h 1.5 +11 -7 src/sys/coda/coda_vfsops.c 1.4 +15 -11 src/sys/coda/coda_vnops.c 1.4 +7 -3 src/sys/coda/coda_vnops.h From owner-cvs-all Sun Sep 13 08:33:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11351 for cvs-all-outgoing; Sun, 13 Sep 1998 08:33: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 IAA11342; Sun, 13 Sep 1998 08:33:46 -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 IAA12782; Sun, 13 Sep 1998 08:33:45 -0700 (PDT) Date: Sun, 13 Sep 1998 08:33:45 -0700 (PDT) Message-Id: <199809131533.IAA12782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_fd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/13 08:33:44 PDT Modified files: lib/libc_r/uthread uthread_fd.c Log: Don't clobber errno if we are not going to fail. Revision Changes Path 1.9 +4 -1 src/lib/libc_r/uthread/uthread_fd.c From owner-cvs-all Sun Sep 13 08:39:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11911 for cvs-all-outgoing; Sun, 13 Sep 1998 08:39: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 IAA11906; Sun, 13 Sep 1998 08:39:08 -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 IAA13022; Sun, 13 Sep 1998 08:39:02 -0700 (PDT) Date: Sun, 13 Sep 1998 08:39:02 -0700 (PDT) Message-Id: <199809131539.IAA13022@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/13 08:39:02 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Fix a bug related to renaming in root directory. This bug reported by Cejka Rudolf on freebsd-current in Messaage-Id <199807141023.MAA09803@kazi.dcse.fee.vutbr.cz>. Reviewed by: bde Revision Changes Path 1.76 +4 -2 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-all Sun Sep 13 08:40:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12168 for cvs-all-outgoing; Sun, 13 Sep 1998 08:40: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 IAA12162; Sun, 13 Sep 1998 08:40:33 -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 IAA13072; Sun, 13 Sep 1998 08:40:32 -0700 (PDT) Date: Sun, 13 Sep 1998 08:40:32 -0700 (PDT) Message-Id: <199809131540.IAA13072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_lookup.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/13 08:40:31 PDT Modified files: sys/msdosfs msdosfs_lookup.c Log: Remove unused variable. Pointed out by: bde Revision Changes Path 1.26 +1 -3 src/sys/msdosfs/msdosfs_lookup.c From owner-cvs-all Sun Sep 13 08:47:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13009 for cvs-all-outgoing; Sun, 13 Sep 1998 08:47:13 -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 IAA13004 for ; Sun, 13 Sep 1998 08:47:12 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id LAA06774 for committers@freebsd.org; Sun, 13 Sep 1998 11:46:57 -0400 (EDT) (envelope-from luoqi) Date: Sun, 13 Sep 1998 11:46:57 -0400 (EDT) From: Luoqi Chen Message-Id: <199809131546.LAA06774@lor.watermarkgroup.com> To: committers@freebsd.org Subject: src/lib/libc/i386/sys/Ovfork.S Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was looking at Ovfork.S today and I saw some problem with the code. Another instance of the common cut 'n paste mistakes, I suppose. -lq ENTRY(vfork) popl %ecx /* my rta into ecx */ ^^^^^^^^^^^^ <== store return address in %ecx lea SYS_vfork,%eax KERNCALL jb verror vforkok: cmpl $0,%edx /* child process? */ jne child /* yes */ jmp parent .globl CNAME(__error) .type CNAME(__error),@function verror: pushl %eax #ifdef PIC call PIC_PLT(CNAME(__error)) #else call CNAME(__error) #endif popl %ecx ^^^^^^^^^^^^ <== errno, overwrite return address movl %ecx,(%eax) movl $-1,%eax movl $-1,%edx jmp %ecx ^^^^^^^^^^^^ <== jump to errno? child: movl $0,%eax parent: jmp %ecx From owner-cvs-all Sun Sep 13 09:45:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18326 for cvs-all-outgoing; Sun, 13 Sep 1998 09:45: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 JAA18321; Sun, 13 Sep 1998 09:45: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 JAA14219; Sun, 13 Sep 1998 09:45:11 -0700 (PDT) Date: Sun, 13 Sep 1998 09:45:11 -0700 (PDT) Message-Id: <199809131645.JAA14219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall devices.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/13 09:45:11 PDT Modified files: release/sysinstall devices.c Log: Add device list entries for the tl and xl PCI ethernet devices. Revision Changes Path 1.81 +4 -2 src/release/sysinstall/devices.c From owner-cvs-all Sun Sep 13 09:47:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18520 for cvs-all-outgoing; Sun, 13 Sep 1998 09:47: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 JAA18515; Sun, 13 Sep 1998 09:47:50 -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 JAA14285; Sun, 13 Sep 1998 09:47:49 -0700 (PDT) Date: Sun, 13 Sep 1998 09:47:49 -0700 (PDT) Message-Id: <199809131647.JAA14285@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall devices.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/13 09:47:49 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall devices.c Log: Add device list entry for xl PCI ethernet cards. Revision Changes Path 1.49.2.28 +3 -2 src/release/sysinstall/devices.c From owner-cvs-all Sun Sep 13 10:03:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20067 for cvs-all-outgoing; Sun, 13 Sep 1998 10:03:43 -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 KAA20043; Sun, 13 Sep 1998 10:03:29 -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 TAA12886; Sun, 13 Sep 1998 19:00:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id SAA01647; Sun, 13 Sep 1998 18:35:14 +0200 (CEST) (envelope-from andreas) Message-ID: <19980913183514.A1637@klemm.gtn.com> Date: Sun, 13 Sep 1998 18:35:14 +0200 From: Andreas Klemm To: =?iso-8859-1?Q?Dag-Erling_Co=EFdanSm=F8rgrav?= Cc: Garrett Wollman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include err.h src/lib/libc/gen err.3 err.c References: <199809122102.OAA16353@freefall.freebsd.org> <19980913104901.A2966@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.93.2i In-Reply-To: =?iso-8859-1?Q?=3Cxzpn284xqw1=2Efsf=40hrotti=2Eifi=2Euio=2Eno=3E=3B_from?= =?iso-8859-1?Q?_Dag-Erling_Co=EFdanSm=F8rgrav__on_Sun=2C_Sep_13=2C_1998_?= =?iso-8859-1?Q?at_12:12:46PM_+0200?= X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 13, 1998 at 12:12:46PM +0200, Dag-Erling CoïdanSmørgrav wrote: > Andreas Klemm writes: > > a make rerelease fails with: > > You tried to build the new source with the old includes. The old > includes don't declare verrc(), so the compiler generates an incorrect > default prototype for it and doesn't know it doesn't return. 15 minutes after writing this mail I discovered this myself ;-) -- 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 13 10:12:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21110 for cvs-all-outgoing; Sun, 13 Sep 1998 10:12: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 KAA21104; Sun, 13 Sep 1998 10:12:06 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA15809; Sun, 13 Sep 1998 10:12:04 -0700 (PDT) Date: Sun, 13 Sep 1998 10:12:04 -0700 (PDT) Message-Id: <199809131712.KAA15809@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache12-php3 Makefile ports/www/apache12-php3/files md5 ports/www/apache12-php3/patches patch-ai patch-aj patch-ak ports/www/apache12-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/13 10:12:04 PDT Modified files: www/apache12-php3 Makefile www/apache12-php3/files md5 Added files: www/apache12-php3/scripts configure.php Removed files: www/apache12-php3/patches patch-ai patch-aj patch-ak Log: upgrade to use PHP-3.0.3 and use new dialog config mechanism Revision Changes Path 1.51 +49 -48 ports/www/apache12-php3/Makefile 1.27 +1 -1 ports/www/apache12-php3/files/md5 From owner-cvs-all Sun Sep 13 10:18:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21549 for cvs-all-outgoing; Sun, 13 Sep 1998 10: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 KAA21535; Sun, 13 Sep 1998 10:18:17 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16498; Sun, 13 Sep 1998 10:18:15 -0700 (PDT) Date: Sun, 13 Sep 1998 10:18:15 -0700 (PDT) Message-Id: <199809131718.KAA16498@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3 Makefile ports/www/apache13-php3/patches patch-ak ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/13 10:18:15 PDT Modified files: www/apache13-php3 Makefile www/apache13-php3/patches patch-ak www/apache13-php3/scripts configure.php Log: use patch-ak from apache3 port (erase pid file) and freetype support Revision Changes Path 1.54 +2 -2 ports/www/apache13-php3/Makefile 1.4 +34 -7 ports/www/apache13-php3/patches/patch-ak 1.3 +10 -2 ports/www/apache13-php3/scripts/configure.php From owner-cvs-all Sun Sep 13 10:21:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21981 for cvs-all-outgoing; Sun, 13 Sep 1998 10:21: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 KAA21968; Sun, 13 Sep 1998 10:21:03 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16603; Sun, 13 Sep 1998 10:21:01 -0700 (PDT) Date: Sun, 13 Sep 1998 10:21:01 -0700 (PDT) Message-Id: <199809131721.KAA16603@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 phk 1998/09/13 10:21:01 PDT Modified files: release Makefile Log: Use -R argument to cvs, this lets us work with a read-only repository, at least to the extent that cvs bugs allow us to. Revision Changes Path 1.382 +11 -10 src/release/Makefile From owner-cvs-all Sun Sep 13 10:23:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22243 for cvs-all-outgoing; Sun, 13 Sep 1998 10:23: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 KAA22235; Sun, 13 Sep 1998 10:23:41 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16665; Sun, 13 Sep 1998 10:23:33 -0700 (PDT) Date: Sun, 13 Sep 1998 10:23:33 -0700 (PDT) Message-Id: <199809131723.KAA16665@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql322/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/13 10:23:33 PDT Added files: databases/mysql322/patches patch-ag Log: link with -pthread = -nostdlib und -lc_r not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg Obtained from: John Birrell From owner-cvs-all Sun Sep 13 10:32:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24516 for cvs-all-outgoing; Sun, 13 Sep 1998 10:32: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 KAA24511; Sun, 13 Sep 1998 10:32:18 -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 KAA18844; Sun, 13 Sep 1998 10:32:17 -0700 (PDT) Date: Sun, 13 Sep 1998 10:32:17 -0700 (PDT) Message-Id: <199809131732.KAA18844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/13 10:32:16 PDT Modified files: handbook contrib.sgml Log: Added myself as webmaster. Added links to sub homepages in 'Who Is Responsible for What'. Revision Changes Path 1.307 +10 -9 doc/handbook/contrib.sgml From owner-cvs-all Sun Sep 13 11:25:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07473 for cvs-all-outgoing; Sun, 13 Sep 1998 11:25:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07380 for ; Sun, 13 Sep 1998 11:25:30 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id LAA01146; Sun, 13 Sep 1998 11:24:54 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199809131824.LAA01146@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Luoqi Chen cc: committers@FreeBSD.ORG Subject: Re: src/lib/libc/i386/sys/Ovfork.S In-reply-to: Your message of "Sun, 13 Sep 1998 11:46:57 EDT." <199809131546.LAA06774@lor.watermarkgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 13 Sep 1998 11:24:54 -0700 From: Amancio Hasty Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Are you going to commit a fix? Tnks, Amancio From owner-cvs-all Sun Sep 13 11:26:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07838 for cvs-all-outgoing; Sun, 13 Sep 1998 11:26: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 LAA07787; Sun, 13 Sep 1998 11:26:47 -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 LAA19837; Sun, 13 Sep 1998 11:26:45 -0700 (PDT) Date: Sun, 13 Sep 1998 11:26:45 -0700 (PDT) Message-Id: <199809131826.LAA19837@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/dev/ppbus ppb_1284.c ppb_1284.h ppb_base.c ppb_msq.c ppb_msq.h ppbconf.c ppbconf.h vpo.c vpoio.c vpoio.h src/sys/i386/isa ppc.c ppcreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nsouch 1998/09/13 11:26:44 PDT Modified files: sys/conf files Log: add immio.c for ZIP+ support Revision Changes Path 1.155 +1 -0 src/sys/conf/files Modified files: sys/dev/ppbus ppb_1284.c ppb_1284.h ppb_base.c ppb_msq.c ppb_msq.h ppbconf.c ppbconf.h vpo.c vpoio.c vpoio.h Log: ppbus enhanced to support ZIP+ : 1284 code added, microseq improved + some bugs corrected in vpoio. Revision Changes Path 1.5 +63 -26 src/sys/dev/ppbus/ppb_1284.c 1.3 +45 -3 src/sys/dev/ppbus/ppb_1284.h 1.5 +2 -2 src/sys/dev/ppbus/ppb_base.c 1.2 +6 -4 src/sys/dev/ppbus/ppb_msq.c 1.2 +16 -6 src/sys/dev/ppbus/ppb_msq.h 1.7 +16 -9 src/sys/dev/ppbus/ppbconf.c 1.8 +6 -3 src/sys/dev/ppbus/ppbconf.h 1.7 +44 -15 src/sys/dev/ppbus/vpo.c 1.2 +77 -59 src/sys/dev/ppbus/vpoio.c 1.2 +11 -2 src/sys/dev/ppbus/vpoio.h Modified files: sys/i386/isa ppc.c ppcreg.h Log: ppbus enhanced to support ZIP+ : microseq improved Revision Changes Path 1.7 +66 -26 src/sys/i386/isa/ppc.c 1.4 +3 -1 src/sys/i386/isa/ppcreg.h From owner-cvs-all Sun Sep 13 11:28:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08449 for cvs-all-outgoing; Sun, 13 Sep 1998 11:28: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 LAA08416; Sun, 13 Sep 1998 11:28:17 -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 LAA19876; Sun, 13 Sep 1998 11:28:15 -0700 (PDT) Date: Sun, 13 Sep 1998 11:28:15 -0700 (PDT) Message-Id: <199809131828.LAA19876@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus immio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nsouch 1998/09/13 11:28:15 PDT Added files: sys/dev/ppbus immio.c Log: Lowlevel i/o routines for ZIP+ support. Mostly written with microseq mechanism From owner-cvs-all Sun Sep 13 12:25:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17923 for cvs-all-outgoing; Sun, 13 Sep 1998 12:25: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 MAA17915; Sun, 13 Sep 1998 12:25:01 -0700 (PDT) (envelope-from tegge@FreeBSD.org) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA20870; Sun, 13 Sep 1998 12:24:57 -0700 (PDT) Date: Sun, 13 Sep 1998 12:24:57 -0700 (PDT) Message-Id: <199809131924.MAA20870@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh expand.c expand.h memalloc.c parser.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tegge 1998/09/13 12:24:57 PDT Modified files: bin/sh expand.c expand.h memalloc.c parser.c Log: Be more consistent with handling of quote mark control character. Don't output double-quotes inside variable expansion/arithmetic expansion region in here-documents. When leaving the arithmetic expansion syntax mode, adjust the dblquote flag according to previous syntax, in order to avoid splitting of quoted variables. Revision Changes Path 1.24 +6 -58 src/bin/sh/expand.c 1.7 +1 -3 src/bin/sh/expand.h 1.12 +2 -2 src/bin/sh/memalloc.c 1.24 +19 -9 src/bin/sh/parser.c From owner-cvs-all Sun Sep 13 12:54:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21333 for cvs-all-outgoing; Sun, 13 Sep 1998 12:54: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 MAA21320; Sun, 13 Sep 1998 12:54:57 -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 MAA21419; Sun, 13 Sep 1998 12:54:55 -0700 (PDT) Date: Sun, 13 Sep 1998 12:54:55 -0700 (PDT) Message-Id: <199809131954.MAA21419@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/cat cat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/13 12:54:55 PDT Modified files: bin/cat cat.c Log: Fix minor style bugs noticed by the Bruce Filter.[tm] Bruce-Filter-By: bde Revision Changes Path 1.13 +7 -4 src/bin/cat/cat.c From owner-cvs-all Sun Sep 13 13:22:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25545 for cvs-all-outgoing; Sun, 13 Sep 1998 13: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 NAA25530; Sun, 13 Sep 1998 13:22:21 -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 NAA22005; Sun, 13 Sep 1998 13:22:19 -0700 (PDT) Date: Sun, 13 Sep 1998 13:22:19 -0700 (PDT) Message-Id: <199809132022.NAA22005@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc services Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 13:22:19 PDT Modified files: etc services Log: Port #s 1-599 checked agaist Robert Watson 's formated IANA Port assignment list. Prodded from: freebsd-current list Revision Changes Path 1.54 +357 -28 src/etc/services From owner-cvs-all Sun Sep 13 13:32:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27415 for cvs-all-outgoing; Sun, 13 Sep 1998 13:32: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 NAA27410; Sun, 13 Sep 1998 13:32:47 -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 NAA22373; Sun, 13 Sep 1998 13:32:45 -0700 (PDT) Date: Sun, 13 Sep 1998 13:32:45 -0700 (PDT) Message-Id: <199809132032.NAA22373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/i386/sys Ovfork.S Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/13 13:32:45 PDT Modified files: lib/libc/i386/sys Ovfork.S Log: Fix a cut 'n paste mistake. Revision Changes Path 1.9 +4 -4 src/lib/libc/i386/sys/Ovfork.S From owner-cvs-all Sun Sep 13 13:38:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28326 for cvs-all-outgoing; Sun, 13 Sep 1998 13:38: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 NAA28321; Sun, 13 Sep 1998 13:38:08 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22570; Sun, 13 Sep 1998 13:38:07 -0700 (PDT) Date: Sun, 13 Sep 1998 13:38:07 -0700 (PDT) Message-Id: <199809132038.NAA22570@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/ssh/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk chuckr 1998/09/13 13:38:07 PDT Modified files: security/ssh/patches patch-ac Log: Repair a linkage problem, whereis the ssh port was trying to specify the location of system libs. Reviewed by: Mark Murray, David O'Brien Revision Changes Path 1.15 +121 -186 ports/security/ssh/patches/patch-ac From owner-cvs-all Sun Sep 13 13:48:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29467 for cvs-all-outgoing; Sun, 13 Sep 1998 13:48: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 NAA29461; Sun, 13 Sep 1998 13:48:29 -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 NAA22909; Sun, 13 Sep 1998 13:48:28 -0700 (PDT) Date: Sun, 13 Sep 1998 13:48:28 -0700 (PDT) Message-Id: <199809132048.NAA22909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/cad/mars/patches patch-08 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 13:48:28 PDT Added files: cad/mars/patches patch-08 Log: Properly find Motif includes and libs. Problem noticed by: BitS From owner-cvs-all Sun Sep 13 13:57:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00674 for cvs-all-outgoing; Sun, 13 Sep 1998 13:57: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 NAA00663; Sun, 13 Sep 1998 13:57:09 -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 NAA23104; Sun, 13 Sep 1998 13:57:07 -0700 (PDT) Date: Sun, 13 Sep 1998 13:57:07 -0700 (PDT) Message-Id: <199809132057.NAA23104@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/13 13:57:07 PDT Modified files: sys/i386/isa ppc.c Log: invalid printf call fixed -> compile time warning removed Revision Changes Path 1.8 +2 -2 src/sys/i386/isa/ppc.c From owner-cvs-all Sun Sep 13 13:58:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00961 for cvs-all-outgoing; Sun, 13 Sep 1998 13:58: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 NAA00893; Sun, 13 Sep 1998 13:58:00 -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 NAA23129; Sun, 13 Sep 1998 13:57:58 -0700 (PDT) Date: Sun, 13 Sep 1998 13:57:58 -0700 (PDT) Message-Id: <199809132057.NAA23129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.docb.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/13 13:57:57 PDT Modified files: share/mk bsd.docb.mk Log: `make clean' depend on the inclunde file bsd.dep.mk Revision Changes Path 1.2 +1 -0 src/share/mk/bsd.docb.mk From owner-cvs-all Sun Sep 13 14:31:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05697 for cvs-all-outgoing; Sun, 13 Sep 1998 14:31: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 OAA05690; Sun, 13 Sep 1998 14:31:53 -0700 (PDT) (envelope-from jfieber@FreeBSD.org) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA24064; Sun, 13 Sep 1998 14:31:52 -0700 (PDT) Date: Sun, 13 Sep 1998 14:31:52 -0700 (PDT) Message-Id: <199809132131.OAA24064@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/fetchmail Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 1998/09/13 14:31:51 PDT Modified files: mail/fetchmail Makefile Log: The fetchmail config script will automagically use Kerberos V5 if found. This patch helps it find Kerberos V5 if you installed the port in a non-standard place. Reviewed by: Ville Eerola Revision Changes Path 1.67 +5 -1 ports/mail/fetchmail/Makefile From owner-cvs-all Sun Sep 13 14:43:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07229 for cvs-all-outgoing; Sun, 13 Sep 1998 14:43: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 OAA07224; Sun, 13 Sep 1998 14:43:23 -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 OAA24310; Sun, 13 Sep 1998 14:43:21 -0700 (PDT) Date: Sun, 13 Sep 1998 14:43:21 -0700 (PDT) Message-Id: <199809132143.OAA24310@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en web.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/13 14:43:20 PDT Modified files: en web.mk Log: Test file name before makeing a tar archive. Revision Changes Path 1.15 +3 -3 www/en/web.mk From owner-cvs-all Sun Sep 13 15:09:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10276 for cvs-all-outgoing; Sun, 13 Sep 1998 15:09:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10249 for ; Sun, 13 Sep 1998 15:09:05 -0700 (PDT) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.9.1/8.9.1) with ESMTP id AAA17773 for ; Mon, 14 Sep 1998 00:04:57 +0200 (MET DST) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.9.1/8.9.0) id AAA14502 for committers@freebsd.org; Mon, 14 Sep 1998 00:04:55 +0200 (MET DST) Message-ID: <19980914000454.A11918@caramba.cs.tu-berlin.de> Date: Mon, 14 Sep 1998 00:04:54 +0200 From: Wolfram Schneider To: committers@freebsd.org Subject: bad link to freefall Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Currently freefall has a unusable slow link. 7 ny-nap.crl.com (192.157.69.56) 145.206 ms * 116.136 ms 8 lga-nynap.C.us.crl.net (165.113.50.206) 127.892 ms 118.969 ms 128.689 ms 9 sfo-vva.x.atm.us.crl.net (165.113.50.65) 214.719 ms 210.064 ms 230.575 ms 10 E0-CRL-SFO-02-E0X0.US.CRL.NET (165.113.55.2) 1645.461 ms * 1371.380 ms 11 * * T1-CDROM-00-EX.US.CRL.NET (165.113.118.2) 1382.163 ms 12 * * freefall.FreeBSD.ORG (204.216.27.21) 1226.541 ms -- Wolfram Schneider http://freebsd.org/~w/ From owner-cvs-all Sun Sep 13 15:12:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10961 for cvs-all-outgoing; Sun, 13 Sep 1998 15:12: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 PAA10956; Sun, 13 Sep 1998 15:12:04 -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 PAA26603; Sun, 13 Sep 1998 15:12:02 -0700 (PDT) Date: Sun, 13 Sep 1998 15:12:02 -0700 (PDT) Message-Id: <199809132212.PAA26603@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/cxterm/patches patch-ae Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 15:12:02 PDT Added files: chinese/cxterm/patches patch-ae Log: All the use of more ptys. From owner-cvs-all Sun Sep 13 15:15:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11340 for cvs-all-outgoing; Sun, 13 Sep 1998 15:15: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 PAA11334; Sun, 13 Sep 1998 15:15:47 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA26702; Sun, 13 Sep 1998 15:15:45 -0700 (PDT) Date: Sun, 13 Sep 1998 15:15:45 -0700 (PDT) Message-Id: <199809132215.PAA26702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/pnpinfo pnpinfo.c src/sys/i386/isa if_ed.c pnp.c pnp.h sio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk eivind 1998/09/13 15:15:45 PDT Modified files: contrib/pnpinfo pnpinfo.c sys/i386/isa if_ed.c pnp.c pnp.h sio.c Log: Support PnP compatibility IDs. This allow e.g. the ed driver to pick up any PnP NE2000 compatible card, instead of forcing us to always update ID lists. Submitted by: Ugo Paternostro Revision Changes Path 1.3 +7 -11 src/contrib/pnpinfo/pnpinfo.c 1.145 +7 -10 src/sys/i386/isa/if_ed.c 1.6 +103 -12 src/sys/i386/isa/pnp.c 1.7 +24 -17 src/sys/i386/isa/pnp.h 1.215 +17 -19 src/sys/i386/isa/sio.c From owner-cvs-all Sun Sep 13 16:05:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16851 for cvs-all-outgoing; Sun, 13 Sep 1998 16:05: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 QAA16840; Sun, 13 Sep 1998 16:05:21 -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 QAA27416; Sun, 13 Sep 1998 16:05:16 -0700 (PDT) Date: Sun, 13 Sep 1998 16:05:16 -0700 (PDT) Message-Id: <199809132305.QAA27416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src COPYRIGHT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:05:15 PDT Modified files: . COPYRIGHT Log: Add Id keyword Revision Changes Path 1.2 +1 -0 src/COPYRIGHT From owner-cvs-all Sun Sep 13 16:05:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16942 for cvs-all-outgoing; Sun, 13 Sep 1998 16:05: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 QAA16922; Sun, 13 Sep 1998 16:05:49 -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 QAA27488; Sun, 13 Sep 1998 16:05:47 -0700 (PDT) Date: Sun, 13 Sep 1998 16:05:47 -0700 (PDT) Message-Id: <199809132305.QAA27488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile group src/etc/namedb make-localhost src/etc/root dot.cshrc dot.login Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:05:47 PDT Modified files: etc Makefile group etc/namedb make-localhost etc/root dot.cshrc dot.login Log: Add Id keyword Revision Changes Path 1.171 +3 -1 src/etc/Makefile 1.17 +2 -0 src/etc/group 1.3 +2 -0 src/etc/namedb/make-localhost 1.22 +2 -0 src/etc/root/dot.cshrc 1.17 +2 -0 src/etc/root/dot.login From owner-cvs-all Sun Sep 13 16:06:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17152 for cvs-all-outgoing; Sun, 13 Sep 1998 16:06: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 QAA17136; Sun, 13 Sep 1998 16:06:22 -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 QAA27536; Sun, 13 Sep 1998 16:06:20 -0700 (PDT) Date: Sun, 13 Sep 1998 16:06:20 -0700 (PDT) Message-Id: <199809132306.QAA27536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/libexec/uucp/sample call.sample config.sample dial.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:06:20 PDT Modified files: gnu/libexec/uucp/sample call.sample config.sample dial.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Log: Add Id keyword Revision Changes Path 1.2 +2 -0 src/gnu/libexec/uucp/sample/call.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/config.sample 1.3 +2 -0 src/gnu/libexec/uucp/sample/dial.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/dialcode.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/passwd.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/port.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/sys1.sample 1.2 +2 -0 src/gnu/libexec/uucp/sample/sys2.sample From owner-cvs-all Sun Sep 13 16:07:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17356 for cvs-all-outgoing; Sun, 13 Sep 1998 16:07: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 QAA17334; Sun, 13 Sep 1998 16:06: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 QAA27566; Sun, 13 Sep 1998 16:06:57 -0700 (PDT) Date: Sun, 13 Sep 1998 16:06:57 -0700 (PDT) Message-Id: <199809132306.QAA27566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:06:56 PDT Modified files: gnu/usr.bin/man/manpath manpath.config Log: Add Id keyword Revision Changes Path 1.6 +1 -1 src/gnu/usr.bin/man/manpath/manpath.config From owner-cvs-all Sun Sep 13 16:09:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17878 for cvs-all-outgoing; Sun, 13 Sep 1998 16:09: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 QAA17859; Sun, 13 Sep 1998 16:09:00 -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 QAA27610; Sun, 13 Sep 1998 16:08:59 -0700 (PDT) Date: Sun, 13 Sep 1998 16:08:59 -0700 (PDT) Message-Id: <199809132308.QAA27610@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src COPYRIGHT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:08:58 PDT Modified files: (Branch: RELENG_2_2) . COPYRIGHT Log: Add Id keyword Revision Changes Path 1.1.8.1 +1 -0 src/COPYRIGHT From owner-cvs-all Sun Sep 13 16:10:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18161 for cvs-all-outgoing; Sun, 13 Sep 1998 16:10: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 QAA18154; Sun, 13 Sep 1998 16:10:13 -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 QAA27714; Sun, 13 Sep 1998 16:10:09 -0700 (PDT) Date: Sun, 13 Sep 1998 16:10:09 -0700 (PDT) Message-Id: <199809132310.QAA27714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc daily group monthly src/etc/mail Makefile src/etc/namedb make-localhost src/etc/root dot.cshrc dot.login Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:10:09 PDT Modified files: (Branch: RELENG_2_2) etc daily group monthly etc/mail Makefile etc/namedb make-localhost etc/root dot.cshrc dot.login Log: Add Id keyword Revision Changes Path 1.21.2.4 +1 -0 src/etc/Attic/daily 1.13.2.4 +2 -0 src/etc/group 1.6.2.2 +1 -0 src/etc/Attic/monthly 1.1.2.6 +2 -0 src/etc/mail/Makefile 1.1.6.2 +2 -0 src/etc/namedb/make-localhost 1.18.2.3 +2 -0 src/etc/root/dot.cshrc 1.14.2.3 +2 -0 src/etc/root/dot.login From owner-cvs-all Sun Sep 13 16:10:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18319 for cvs-all-outgoing; Sun, 13 Sep 1998 16:10: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 QAA18307; Sun, 13 Sep 1998 16:10: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 QAA27772; Sun, 13 Sep 1998 16:10:49 -0700 (PDT) Date: Sun, 13 Sep 1998 16:10:49 -0700 (PDT) Message-Id: <199809132310.QAA27772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/libexec/uucp/sample call.sample config.sample dial.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:10:49 PDT Modified files: (Branch: RELENG_2_2) gnu/libexec/uucp/sample call.sample config.sample dial.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Log: Add Id keyword Revision Changes Path 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/call.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/config.sample 1.2.8.1 +2 -0 src/gnu/libexec/uucp/sample/dial.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/dialcode.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/passwd.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/port.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/sys1.sample 1.1.8.1 +2 -0 src/gnu/libexec/uucp/sample/sys2.sample From owner-cvs-all Sun Sep 13 16:11:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18468 for cvs-all-outgoing; Sun, 13 Sep 1998 16:11: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 QAA18457; Sun, 13 Sep 1998 16:11:15 -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 QAA27801; Sun, 13 Sep 1998 16:11:13 -0700 (PDT) Date: Sun, 13 Sep 1998 16:11:13 -0700 (PDT) Message-Id: <199809132311.QAA27801@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:11:13 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/man/manpath manpath.config Log: Add Id keyword Revision Changes Path 1.4.2.2 +1 -1 src/gnu/usr.bin/man/manpath/manpath.config From owner-cvs-all Sun Sep 13 16:14:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18778 for cvs-all-outgoing; Sun, 13 Sep 1998 16:14: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 QAA18773; Sun, 13 Sep 1998 16:14:22 -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 QAA27863; Sun, 13 Sep 1998 16:14:20 -0700 (PDT) Date: Sun, 13 Sep 1998 16:14:20 -0700 (PDT) Message-Id: <199809132314.QAA27863@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile src/etc/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/13 16:14:20 PDT Modified files: etc Makefile etc/mail Makefile Log: Gasp ! Bitten by the wonders of diff/patch ! Now's your chance to say ``I told you so'' Andrey ! Move the Id keyword to the right Makefile Revision Changes Path 1.172 +1 -3 src/etc/Makefile 1.5 +2 -0 src/etc/mail/Makefile From owner-cvs-all Sun Sep 13 17:20:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA28124 for cvs-all-outgoing; Sun, 13 Sep 1998 17: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 RAA28109; Sun, 13 Sep 1998 17:20:22 -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 RAA29076; Sun, 13 Sep 1998 17:20:20 -0700 (PDT) Date: Sun, 13 Sep 1998 17:20:20 -0700 (PDT) Message-Id: <199809140020.RAA29076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/bro Makefile ports/security/bro/files md5 ports/security/bro/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/13 17:20:20 PDT Modified files: security/bro Makefile security/bro/files md5 security/bro/pkg PLIST Log: upgrade to 0.4 Alpha Revision Changes Path 1.5 +7 -7 ports/security/bro/Makefile 1.2 +1 -1 ports/security/bro/files/md5 1.2 +3 -0 ports/security/bro/pkg/PLIST From owner-cvs-all Sun Sep 13 19:45:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12447 for cvs-all-outgoing; Sun, 13 Sep 1998 19:45: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 TAA12436; Sun, 13 Sep 1998 19:45:49 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA02219; Sun, 13 Sep 1998 19:45:48 -0700 (PDT) Date: Sun, 13 Sep 1998 19:45:48 -0700 (PDT) Message-Id: <199809140245.TAA02219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/word2x Makefile ports/textproc/word2x/files md5 ports/textproc/word2x/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/09/13 19:45:47 PDT Modified files: textproc/word2x Makefile textproc/word2x/files md5 textproc/word2x/patches patch-aa patch-ab Log: update to Version 0.002 Revision Changes Path 1.2 +4 -3 ports/textproc/word2x/Makefile 1.2 +1 -1 ports/textproc/word2x/files/md5 1.2 +2 -2 ports/textproc/word2x/patches/patch-aa 1.2 +20 -727 ports/textproc/word2x/patches/patch-ab From owner-cvs-all Sun Sep 13 21:32:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21330 for cvs-all-outgoing; Sun, 13 Sep 1998 21:32:10 -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 VAA21319 for ; Sun, 13 Sep 1998 21:32:05 -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 VAA07271 for ; Sun, 13 Sep 1998 21:32:06 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Date: Sun, 13 Sep 1998 21:32:05 -0700 Message-ID: <7263.905747525.1@time.cdrom.com> From: "Jordan K. Hubbard" Subject: 2nd Heads up! Start of 3.0-BETA in 48 hours. MIME-Version: 1.0 Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa" Content-Description: Blind Carbon Copy Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk To: undisclosed-recipients:; ------- =_aaaaaaaaaa Content-Type: message/rfc822 Content-Description: Original Message To: current@freebsd.org Subject: 2nd Heads up! Start of 3.0-BETA in 48 hours. Date: Sun, 13 Sep 1998 21:32:05 -0700 Message-ID: <7263.905747525@time.cdrom.com> From: "Jordan K. Hubbard" At 23:00 PST, September 15th, the 3.0-CURRENT branch will enter BETA status and code freeze in preparation for the 3.0-RELEASE which will follow one month later on October 15th. What "code freeze" means to you: 1. No major features will be accepted, though important bug fixes to major subsystems will be if and when good cases can be made for their inclusion (we'd still like to avoid the old "fix one thing and break two others" scenario, however). In cases where something important has been dropped on the floor purely due to developer negligence, and it's not perceived as a significant risk to bring it in (e.g. a new driver or changes to a non-mission-critical subsystem), extentions may be granted on a case by case basis. Please talk to me or someone else in core if you have such a situation. 2. Changes to code should be limited to bug fixes or security enhancements. Changes to docs, since they're not quite so much on the critical path, are allowed a somewhat wider mandate here and, provided that they do not break the www or doc builds, can occur right up to the last minute (more or less). People should take special care to review release notes, the handbook or FAQ documents for references which may be obsolete or unclear with the release of 3.0. If we don't fix it now, it probably won't be fixed for the release! 3. If you observe any serious dysfunction with the 3.0-CURRENT tree after the start of BETA, please let us know immediately! Don't just wait until the last moment to test things and say "Oh no, you can't do 3.0-RELEASE yet! The Fooble driver is *totally broken*!!" Given people's propensity for waiting until the last minute with every other release, and the fact that 3.0-RELEASE is already extremely delayed as it is, I'm just as likely to say "that's a real bummer, yes, but you Fooble users should have said something earlier! Your request for an extention is denied" this time. In order to prevent such an unfortunate situation from happening, therefore, you're all just going to have to USE THESE 30+ DAYS MORE EFFECTIVELY THAN THAT! THANK YOU! :-) I also understand full well that testing is being made a bit more difficult than usual at the moment due to the large number of changes to whack into the tree in a relatively short period (ELF, Perl5, CAM). I can only say that I and others are working as fast as we can to get the release SNAPshots building on current.freebsd.org again and will certainly continue to press for things to get fixed which are holding up the show. I hope that the current ``make release'' failures will not last much beyond the start of BETA, if even that long. As usual, if you have any questions about what should go in and what should stay out, simply ask me. As the release engineer, I will have the final say in this process but also certainly intend to confer extensively with core and other developers where such issues are unclear. Here's to a great 3.0-RELEASE! - Jordan ------- =_aaaaaaaaaa-- From owner-cvs-all Sun Sep 13 21:53:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23582 for cvs-all-outgoing; Sun, 13 Sep 1998 21:53: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 VAA23576; Sun, 13 Sep 1998 21:53:01 -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 VAA05150; Sun, 13 Sep 1998 21:52:58 -0700 (PDT) Date: Sun, 13 Sep 1998 21:52:58 -0700 (PDT) Message-Id: <199809140452.VAA05150@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make compat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 21:52:57 PDT Modified files: (Branch: RELENG_2_2) usr.bin/make compat.c Log: MFC: {rev 1.12} Fix spurious `free()\' when -d g2 is enabled. Revision Changes Path 1.6.2.2 +12 -3 src/usr.bin/make/compat.c From owner-cvs-all Sun Sep 13 21:57:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24173 for cvs-all-outgoing; Sun, 13 Sep 1998 21:57: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 VAA24167; Sun, 13 Sep 1998 21:57: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 VAA05240; Sun, 13 Sep 1998 21:57:17 -0700 (PDT) Date: Sun, 13 Sep 1998 21:57:17 -0700 (PDT) Message-Id: <199809140457.VAA05240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 21:57:17 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 Makefile Log: MFC: {rev 1.80} Add "pcm.4" to Makefile. Revision Changes Path 1.54.2.16 +3 -2 src/share/man/man4/man4.i386/Makefile From owner-cvs-all Sun Sep 13 21:59:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24651 for cvs-all-outgoing; Sun, 13 Sep 1998 21:59: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 VAA24646; Sun, 13 Sep 1998 21:59:32 -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 VAA05292; Sun, 13 Sep 1998 21:59:30 -0700 (PDT) Date: Sun, 13 Sep 1998 21:59:30 -0700 (PDT) Message-Id: <199809140459.VAA05292@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_tbl.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 21:59:30 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa/pcvt pcvt_tbl.h Log: MFC: {rev 1.4} Correct glyph displayed by PCVT in ISO Latin-1 mode. Revision Changes Path 1.3.8.1 +1 -1 src/sys/i386/isa/pcvt/pcvt_tbl.h From owner-cvs-all Sun Sep 13 22:01:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25042 for cvs-all-outgoing; Sun, 13 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 WAA25031; Sun, 13 Sep 1998 22:01:25 -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 WAA05369; Sun, 13 Sep 1998 22:01:24 -0700 (PDT) Date: Sun, 13 Sep 1998 22:01:24 -0700 (PDT) Message-Id: <199809140501.WAA05369@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_out.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:01:23 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa/pcvt pcvt_out.c Log: MFC: {rev 1.16} Correct handling of ASCII DEL (0x7F). Revision Changes Path 1.13.2.3 +6 -4 src/sys/i386/isa/pcvt/pcvt_out.c From owner-cvs-all Sun Sep 13 22:06:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25876 for cvs-all-outgoing; Sun, 13 Sep 1998 22:06: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 WAA25871; Sun, 13 Sep 1998 22:06:09 -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 WAA05494; Sun, 13 Sep 1998 22:06:07 -0700 (PDT) Date: Sun, 13 Sep 1998 22:06:07 -0700 (PDT) Message-Id: <199809140506.WAA05494@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pcvt/ispcvt ispcvt.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:06:07 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pcvt/ispcvt ispcvt.8 Log: MFC: {rev 1.4} Remove identity crisis in ispcvt(8) man page. Revision Changes Path 1.3.2.1 +1 -1 src/usr.sbin/pcvt/ispcvt/ispcvt.8 From owner-cvs-all Sun Sep 13 22:08:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26164 for cvs-all-outgoing; Sun, 13 Sep 1998 22:08: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 WAA26150; Sun, 13 Sep 1998 22:08:05 -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 WAA05584; Sun, 13 Sep 1998 22:08:03 -0700 (PDT) Date: Sun, 13 Sep 1998 22:08:03 -0700 (PDT) Message-Id: <199809140508.WAA05584@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 pcvt.4 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:08:03 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 pcvt.4 Log: MFC: {rev 1.11} Include reference to ispcvt(8) in pcvt(4). Revision Changes Path 1.3.2.8 +3 -2 src/share/man/man4/man4.i386/pcvt.4 From owner-cvs-all Sun Sep 13 22:10:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26727 for cvs-all-outgoing; Sun, 13 Sep 1998 22:10: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 WAA26716; Sun, 13 Sep 1998 22:10:04 -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 WAA05663; Sun, 13 Sep 1998 22:10:03 -0700 (PDT) Date: Sun, 13 Sep 1998 22:10:03 -0700 (PDT) Message-Id: <199809140510.WAA05663@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys mount.2 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:10:02 PDT Modified files: (Branch: RELENG_2_2) lib/libc/sys mount.2 Log: MFC: {rev 1.16} Typo fix. Revision Changes Path 1.2.2.8 +1 -1 src/lib/libc/sys/mount.2 From owner-cvs-all Sun Sep 13 22:36:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01900 for cvs-all-outgoing; Sun, 13 Sep 1998 22:36: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 WAA01894; Sun, 13 Sep 1998 22:36:54 -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 WAA06207; Sun, 13 Sep 1998 22:36:52 -0700 (PDT) Date: Sun, 13 Sep 1998 22:36:52 -0700 (PDT) Message-Id: <199809140536.WAA06207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/kern imgact_aout.c imgact_elf.c kern_sig.c init_sysvec.c src/sys/sys imgact_aout.h imgact_elf.h signalvar.h sysent.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/13 22:36:52 PDT Modified files: sys/conf files sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/kern imgact_aout.c imgact_elf.c kern_sig.c sys/sys imgact_aout.h imgact_elf.h signalvar.h sysent.h Removed files: sys/kern init_sysvec.c Log: Add provisions for variant core dump file formats, depending on the object format of the executable being dumped. This is the first step toward producing ELF core dumps in the proper format. I will commit the code to generate the ELF core dumps Real Soon Now. In the meantime, ELF executables won't dump core at all. That is probably no less useful than dumping a.out-style core dumps as they have done until now. Submitted by: Alex (with very minor changes by me) Revision Changes Path 1.156 +0 -1 src/sys/conf/files 1.8 +3 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.33 +6 -3 src/sys/i386/linux/linux_sysvec.c 1.42 +95 -1 src/sys/kern/imgact_aout.c 1.30 +11 -2 src/sys/kern/imgact_elf.c 1.46 +9 -73 src/sys/kern/kern_sig.c 1.9 +9 -1 src/sys/sys/imgact_aout.h 1.9 +6 -1 src/sys/sys/imgact_elf.h 1.19 +4 -1 src/sys/sys/signalvar.h 1.19 +3 -1 src/sys/sys/sysent.h From owner-cvs-all Sun Sep 13 22:40:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02574 for cvs-all-outgoing; Sun, 13 Sep 1998 22:40: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 WAA02555; Sun, 13 Sep 1998 22:40:22 -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 WAA06373; Sun, 13 Sep 1998 22:40:20 -0700 (PDT) Date: Sun, 13 Sep 1998 22:40:20 -0700 (PDT) Message-Id: <199809140540.WAA06373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pw pw.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:40:20 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pw pw.8 Log: MFC: {rev 1.14} The `group{del,mod,show}' commands require a '[group|gid]' argument. Revision Changes Path 1.1.1.1.2.6 +4 -1 src/usr.sbin/pw/pw.8 From owner-cvs-all Sun Sep 13 22:43:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02892 for cvs-all-outgoing; Sun, 13 Sep 1998 22:43: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 WAA02885; Sun, 13 Sep 1998 22:43: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 WAA06463; Sun, 13 Sep 1998 22:43:36 -0700 (PDT) Date: Sun, 13 Sep 1998 22:43:36 -0700 (PDT) Message-Id: <199809140543.WAA06463@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mail/misc mail.rc src/etc/root dot.profile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 22:43:36 PDT Modified files: (Branch: RELENG_2_2) usr.bin/mail/misc mail.rc etc/root dot.profile Log: MFC: Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc. {rev 1.3 src/usr.bin/mail/misc/mail.rc} {rev 1.17 src/etc/root/dot.profile} Revision Changes Path 1.2.6.1 +1 -1 src/usr.bin/mail/misc/mail.rc 1.10.2.5 +1 -6 src/etc/root/dot.profile From owner-cvs-all Sun Sep 13 23:38:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13199 for cvs-all-outgoing; Sun, 13 Sep 1998 23:38: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 XAA13065; Sun, 13 Sep 1998 23:38:06 -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 XAA07715; Sun, 13 Sep 1998 23:38:03 -0700 (PDT) Date: Sun, 13 Sep 1998 23:38:03 -0700 (PDT) Message-Id: <199809140638.XAA07715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys ioctl.2 open.2 fcntl.2 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/13 23:38:03 PDT Modified files: (Branch: RELENG_2_2) lib/libc/sys ioctl.2 open.2 fcntl.2 Log: MFC: Use ellipsis in synopsis with an appropriate explanation in the text of the manual page. {rev 1.12 src/lib/libc/sys/fcntl.2 } {rev 1.8 src/lib/libc/sys/open.2 } {rev 1.5, rev 1.6 src/lib/libc/sys/ioctl.2 } Revision Changes Path 1.3.2.2 +16 -1 src/lib/libc/sys/ioctl.2 1.4.2.4 +6 -2 src/lib/libc/sys/open.2 1.9.2.3 +6 -2 src/lib/libc/sys/fcntl.2 From owner-cvs-all Sun Sep 13 23:38:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13214 for cvs-all-outgoing; Sun, 13 Sep 1998 23:38: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 XAA13072; Sun, 13 Sep 1998 23:38:06 -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 XAA07740; Sun, 13 Sep 1998 23:38:04 -0700 (PDT) Date: Sun, 13 Sep 1998 23:38:04 -0700 (PDT) Message-Id: <199809140638.XAA07740@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/magicpoint Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk itojun 1998/09/13 23:38:04 PDT Modified files: misc/magicpoint Makefile Log: respect PREFIX. gzip xmindpath.1 unconditionally. (I believe we must do some more thing) Revision Changes Path 1.6 +2 -4 ports/misc/magicpoint/Makefile From owner-cvs-all Sun Sep 13 23:39:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13463 for cvs-all-outgoing; Sun, 13 Sep 1998 23:39: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 XAA13456; Sun, 13 Sep 1998 23:39:36 -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 XAA07859; Sun, 13 Sep 1998 23:39:34 -0700 (PDT) Date: Sun, 13 Sep 1998 23:39:34 -0700 (PDT) Message-Id: <199809140639.XAA07859@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 jkoshy 1998/09/13 23:39:34 PDT Modified files: (Branch: RELENG_2_2) gnu/usr.bin/tar tar.1 Log: MFC: {rev 1.17} Fix typo. Revision Changes Path 1.6.2.5 +4 -2 src/gnu/usr.bin/tar/tar.1 From owner-cvs-all Mon Sep 14 00:19:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19410 for cvs-all-outgoing; Mon, 14 Sep 1998 00:19: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 AAA19404; Mon, 14 Sep 1998 00:19:22 -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 AAA09139; Mon, 14 Sep 1998 00:19:20 -0700 (PDT) Date: Mon, 14 Sep 1998 00:19:20 -0700 (PDT) Message-Id: <199809140719.AAA09139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/deskutils/abacus/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 00:19:20 PDT Modified files: deskutils/abacus/patches patch-aa patch-ab Log: Edit out CVS keywords so patches won't fail. Revision Changes Path 1.2 +0 -6 ports/deskutils/abacus/patches/patch-aa 1.2 +1 -4 ports/deskutils/abacus/patches/patch-ab From owner-cvs-all Mon Sep 14 00:26:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20933 for cvs-all-outgoing; Mon, 14 Sep 1998 00:26: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 AAA20926; Mon, 14 Sep 1998 00:26: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 AAA09415; Mon, 14 Sep 1998 00:26:08 -0700 (PDT) Date: Mon, 14 Sep 1998 00:26:08 -0700 (PDT) Message-Id: <199809140726.AAA09415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/emacs Makefile ports/editors/emacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 00:26:07 PDT Modified files: editors/emacs Makefile editors/emacs/pkg PLIST Log: Use PLIST_SUB to minimize changes to PLIST when version is changed. Revision Changes Path 1.32 +3 -1 ports/editors/emacs/Makefile 1.20 +939 -939 ports/editors/emacs/pkg/PLIST From owner-cvs-all Mon Sep 14 01:20:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28906 for cvs-all-outgoing; Mon, 14 Sep 1998 01:20:26 -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 BAA28895; Mon, 14 Sep 1998 01:20:17 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id KAA19687; Mon, 14 Sep 1998 10:19:55 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809140819.KAA19687@gratis.grondar.za> To: asami@freebsd.org cc: committers@freebsd.org Subject: Updating ports. Date: Mon, 14 Sep 1998 10:19:51 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Is it OK to go ahead and update ports for aout --> ELF? Or is it still required to do this through the maintainer? I have accumulated a bunch of local fixes, but I don't want to piss folk off any more than I already have :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Mon Sep 14 01:20:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28969 for cvs-all-outgoing; Mon, 14 Sep 1998 01:20: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 BAA28957; Mon, 14 Sep 1998 01:20:42 -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 BAA10873; Mon, 14 Sep 1998 01:20:38 -0700 (PDT) Date: Mon, 14 Sep 1998 01:20:38 -0700 (PDT) Message-Id: <199809140820.BAA10873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/amd srvr_nfs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 01:20:38 PDT Modified files: contrib/amd/amd srvr_nfs.c Log: Support our "nfsv2" option. (originally added to old amd/amd/host_opts.c rev 1.5) The "nfsv2" option is equivant to "proto=udp,vers=2". It is debatable whether NFS v2 should force "proto=udp" but I figure that is what most people will expect. Note, I can get the new Amd to mount a 2.2-STABLE box with "proto=tcp,vers=2". RFC 1094 does not disallow such behavior. Revision Changes Path 1.2 +14 -1 src/contrib/amd/amd/srvr_nfs.c From owner-cvs-all Mon Sep 14 01:31:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00450 for cvs-all-outgoing; Mon, 14 Sep 1998 01:31:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00437; Mon, 14 Sep 1998 01:31:27 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id BAA01634; Mon, 14 Sep 1998 01:28:28 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdtJ1622; Mon Sep 14 08:28:16 1998 Date: Mon, 14 Sep 1998 01:28:12 -0700 (PDT) From: Julian Elischer To: S?ren Schmidt cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/vn vn.c In-Reply-To: <199809121846.LAA13394@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 Actually it was not 'Missed' the theory was that the single disk abstraction that SLICE attempts to supply would also apply to vn devices. I really don't think that devfs is fully feasible without something like SLICE. I had to write SLICE because all my atempts to come up with a way of making a functional devfs based system without such an abstraction failed in one way or another. I'm basically too exhausted from work and REAL LIFE(TM) to think my way out through the last 10%. Abstracting out all the disk devices to a single interface is what SLICE tries to do. That way every new Randm access device automatically can slice&dice without any extra support. I just can't finish it in this state of mind. it needs 1/ extended slice support 2/ a way of doing the initialisation of slices 3/ useful handlers (e.g. a ccd variant) I'm basically in need of help. The aim was to make the whole system dynamic, but I seem to have lost the plot somewhere. On Sat, 12 Sep 1998, S?ren Schmidt wrote: > sos 1998/09/12 11:46:06 PDT > > Modified files: > sys/dev/vn vn.c > Log: > Enable the vn device under DEVFS without SLICE. > > This was apparently missed when all the #ifdef SLICE gunk was put in. > > Revision Changes Path > 1.70 +33 -4 src/sys/dev/vn/vn.c > From owner-cvs-all Mon Sep 14 01:32:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00620 for cvs-all-outgoing; Mon, 14 Sep 1998 01:32: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 BAA00615; Mon, 14 Sep 1998 01:32: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 BAA11507; Mon, 14 Sep 1998 01:32:21 -0700 (PDT) Date: Mon, 14 Sep 1998 01:32:21 -0700 (PDT) Message-Id: <199809140832.BAA11507@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/ps keyword.c print.c ps.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/14 01:32:21 PDT Modified files: bin/ps keyword.c print.c ps.h Log: Portability fixes when sizeof(int) != sizeof(long). Revision Changes Path 1.20 +36 -36 src/bin/ps/keyword.c 1.32 +9 -3 src/bin/ps/print.c 1.6 +2 -2 src/bin/ps/ps.h From owner-cvs-all Mon Sep 14 01:34:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01012 for cvs-all-outgoing; Mon, 14 Sep 1998 01:34: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 BAA00990; Mon, 14 Sep 1998 01:34: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 BAA11673; Mon, 14 Sep 1998 01:34:46 -0700 (PDT) Date: Mon, 14 Sep 1998 01:34:46 -0700 (PDT) Message-Id: <199809140834.BAA11673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.own.mk src/etc/mtree BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 01:34:46 PDT Modified files: share/mk bsd.own.mk etc/mtree BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist Log: Change file ownership from bin.bin to root.wheel. Revision Changes Path 1.19 +9 -9 src/share/mk/bsd.own.mk 1.18 +2 -2 src/etc/mtree/BSD.include.dist 1.29 +6 -6 src/etc/mtree/BSD.root.dist 1.124 +31 -31 src/etc/mtree/BSD.usr.dist 1.36 +12 -12 src/etc/mtree/BSD.var.dist From owner-cvs-all Mon Sep 14 02:11:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05495 for cvs-all-outgoing; Mon, 14 Sep 1998 02:11: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 CAA05490; Mon, 14 Sep 1998 02:11:57 -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 CAA12638; Mon, 14 Sep 1998 02:11:55 -0700 (PDT) Date: Mon, 14 Sep 1998 02:11:55 -0700 (PDT) Message-Id: <199809140911.CAA12638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/14 02:11:54 PDT Modified files: sys/i386/isa syscons.c Log: Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs Remove the hack from syscons that added a /dev/vga node in DEVFS it broke root acces on ttyv0 because dev_mkdb screwed up. Revision Changes Path 1.277 +1 -3 src/sys/i386/isa/syscons.c From owner-cvs-all Mon Sep 14 02:14:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05854 for cvs-all-outgoing; Mon, 14 Sep 1998 02:14: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 CAA05849; Mon, 14 Sep 1998 02:14:48 -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 CAA12714; Mon, 14 Sep 1998 02:14:46 -0700 (PDT) Date: Mon, 14 Sep 1998 02:14:46 -0700 (PDT) Message-Id: <199809140914.CAA12714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.devfs rc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/14 02:14:46 PDT Modified files: etc rc Added files: etc rc.devfs Log: Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs Remove the hack from syscons that added a /dev/vga node in DEVFS it broke root acces on ttyv0 because dev_mkdb screwed up. Revision Changes Path 1.155 +4 -1 src/etc/rc From owner-cvs-all Mon Sep 14 02:22:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07013 for cvs-all-outgoing; Mon, 14 Sep 1998 02:22: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 CAA07007; Mon, 14 Sep 1998 02:22:07 -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 CAA12924; Mon, 14 Sep 1998 02:22:05 -0700 (PDT) Date: Mon, 14 Sep 1998 02:22:05 -0700 (PDT) Message-Id: <199809140922.CAA12924@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk sys.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 02:22:05 PDT Modified files: share/mk sys.mk Log: Add ${RM} for compatability with SunOS. Many use ${RM} in their ``clean'' targets. Revision Changes Path 1.42 +12 -10 src/share/mk/sys.mk From owner-cvs-all Mon Sep 14 03:07:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12661 for cvs-all-outgoing; Mon, 14 Sep 1998 03:07: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 DAA12656; Mon, 14 Sep 1998 03:07:39 -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 DAA14238; Mon, 14 Sep 1998 03:07:37 -0700 (PDT) Date: Mon, 14 Sep 1998 03:07:37 -0700 (PDT) Message-Id: <199809141007.DAA14238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/gnomeobjc Makefile ports/x11/gnomecore Makefile ports/x11/gnomelibs Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 03:07:37 PDT Modified files: lang/gnomeobjc Makefile x11/gnomecore Makefile x11/gnomelibs Makefile Log: Don't use += for a variable defined only once. Doing so will suggest this Makefile is included from elsewhere, or is adding to a variable defined in the environment, or something like that. Revision Changes Path 1.2 +2 -2 ports/lang/gnomeobjc/Makefile 1.2 +2 -2 ports/x11/gnomecore/Makefile 1.2 +2 -2 ports/x11/gnomelibs/Makefile From owner-cvs-all Mon Sep 14 03:09:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12804 for cvs-all-outgoing; Mon, 14 Sep 1998 03:09: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 DAA12799; Mon, 14 Sep 1998 03:09:33 -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 DAA14296; Mon, 14 Sep 1998 03:09:31 -0700 (PDT) Date: Mon, 14 Sep 1998 03:09:31 -0700 (PDT) Message-Id: <199809141009.DAA14296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gcore gcore.1 gcore.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/14 03:09:30 PDT Modified files: usr.bin/gcore gcore.1 gcore.c Log: Don't require an executable file name. If no executable image is specified, use /proc//file. Document it. PR: bin/7915 Suggested-By: Wolfram Schneider Revision Changes Path 1.5 +10 -10 src/usr.bin/gcore/gcore.1 1.9 +21 -8 src/usr.bin/gcore/gcore.c From owner-cvs-all Mon Sep 14 03:37:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15781 for cvs-all-outgoing; Mon, 14 Sep 1998 03: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 DAA15773; Mon, 14 Sep 1998 03:37:02 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA15360; Mon, 14 Sep 1998 03:37:00 -0700 (PDT) Date: Mon, 14 Sep 1998 03:37:00 -0700 (PDT) Message-Id: <199809141037.DAA15360@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/btx Makefile src/sys/boot/i386/btx/lib Makefile btxcsu.s btxsys.s btxv86.h btxv86.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/09/14 03:37:00 PDT Modified files: sys/boot/i386/btx Makefile Added files: sys/boot/i386/btx/lib Makefile btxcsu.s btxsys.s btxv86.h btxv86.s Log: Add BTX startup/interface code. Revision Changes Path 1.3 +2 -2 src/sys/boot/i386/btx/Makefile From owner-cvs-all Mon Sep 14 03:43:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16162 for cvs-all-outgoing; Mon, 14 Sep 1998 03:43: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 DAA16151; Mon, 14 Sep 1998 03:43:29 -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 DAA15693; Mon, 14 Sep 1998 03:43:27 -0700 (PDT) Date: Mon, 14 Sep 1998 03:43:27 -0700 (PDT) Message-Id: <199809141043.DAA15693@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/14 03:43:27 PDT Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.48. Revision Changes Path 1.39 +3 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-all Mon Sep 14 03:52:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16722 for cvs-all-outgoing; Mon, 14 Sep 1998 03:52: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 DAA16716; Mon, 14 Sep 1998 03:52:33 -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 DAA15959; Mon, 14 Sep 1998 03:52:31 -0700 (PDT) Date: Mon, 14 Sep 1998 03:52:31 -0700 (PDT) Message-Id: <199809141052.DAA15959@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/14 03:52:30 PDT Modified files: etc/mtree BSD.usr.dist Log: There is no group name of "root"; assume man was what was intended. Revision Changes Path 1.125 +2 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-all Mon Sep 14 03:56:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17128 for cvs-all-outgoing; Mon, 14 Sep 1998 03:56: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 DAA17122; Mon, 14 Sep 1998 03:56:21 -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 DAA16113; Mon, 14 Sep 1998 03:56:19 -0700 (PDT) Date: Mon, 14 Sep 1998 03:56:19 -0700 (PDT) Message-Id: <199809141056.DAA16113@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/colorls Makefile ports/misc/colorls/files md5 ports/misc/colorls/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 03:56:19 PDT Modified files: misc/colorls Makefile misc/colorls/files md5 misc/colorls/patches patch-aa Log: Upgrade to 2.2.7 (i.e., to about the level of 2.2.7R). Revision Changes Path 1.16 +4 -5 ports/misc/colorls/Makefile 1.7 +1 -1 ports/misc/colorls/files/md5 1.9 +42 -43 ports/misc/colorls/patches/patch-aa From owner-cvs-all Mon Sep 14 04:14:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20833 for cvs-all-outgoing; Mon, 14 Sep 1998 04:14: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 EAA20828; Mon, 14 Sep 1998 04:14: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 EAA17635; Mon, 14 Sep 1998 04:14:12 -0700 (PDT) Date: Mon, 14 Sep 1998 04:14:12 -0700 (PDT) Message-Id: <199809141114.EAA17635@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/14 04:14:11 PDT Modified files: etc/mtree BSD.usr.dist Log: Boy, Mr. Obrien is committing in his sleep again; there is also no user named wheel. :) Revision Changes Path 1.126 +2 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-all Mon Sep 14 04:31:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21895 for cvs-all-outgoing; Mon, 14 Sep 1998 04:31: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 EAA21890; Mon, 14 Sep 1998 04:31: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 EAA18039; Mon, 14 Sep 1998 04:31:27 -0700 (PDT) Date: Mon, 14 Sep 1998 04:31:27 -0700 (PDT) Message-Id: <199809141131.EAA18039@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/xdelta/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 04:31:27 PDT Modified files: misc/xdelta/pkg PLIST Log: Make this file match reality. Again. Untested commit by: jmacd :< Revision Changes Path 1.6 +1 -1 ports/misc/xdelta/pkg/PLIST From owner-cvs-all Mon Sep 14 04:32:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22073 for cvs-all-outgoing; Mon, 14 Sep 1998 04:32: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 EAA22068; Mon, 14 Sep 1998 04:32:20 -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 EAA18108; Mon, 14 Sep 1998 04:32:18 -0700 (PDT) Date: Mon, 14 Sep 1998 04:32:18 -0700 (PDT) Message-Id: <199809141132.EAA18108@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 jkh 1998/09/14 04:32:18 PDT Modified files: sys/i386/conf Makefile.i386 Log: Decouple genassym flags from CFLAGS. Submitted by: jhay Revision Changes Path 1.122 +6 -3 src/sys/i386/conf/Makefile.i386 From owner-cvs-all Mon Sep 14 04:33:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22232 for cvs-all-outgoing; Mon, 14 Sep 1998 04:33: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 EAA22190; Mon, 14 Sep 1998 04:32: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 EAA18161; Mon, 14 Sep 1998 04:32:52 -0700 (PDT) Date: Mon, 14 Sep 1998 04:32:52 -0700 (PDT) Message-Id: <199809141132.EAA18161@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/kzip kzip.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 04:32:52 PDT Modified files: usr.bin/kzip kzip.c Log: Use -aout for kernels right now. This will have to be changed back if the kernel goes ELF. Revision Changes Path 1.12 +2 -1 src/usr.bin/kzip/kzip.c From owner-cvs-all Mon Sep 14 04:33:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22460 for cvs-all-outgoing; Mon, 14 Sep 1998 04:33: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 EAA22452; Mon, 14 Sep 1998 04:33: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 EAA18205; Mon, 14 Sep 1998 04:33:39 -0700 (PDT) Date: Mon, 14 Sep 1998 04:33:39 -0700 (PDT) Message-Id: <199809141133.EAA18205@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 04:33:38 PDT Modified files: usr.sbin/crunch/crunchgen crunchgen.c Log: Assume ELF-style symbol names now. Submitted by: jhay Revision Changes Path 1.11 +1 -1 src/usr.sbin/crunch/crunchgen/crunchgen.c From owner-cvs-all Mon Sep 14 04:35:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22743 for cvs-all-outgoing; Mon, 14 Sep 1998 04:35: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 EAA22721; Mon, 14 Sep 1998 04:35:35 -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 EAA18332; Mon, 14 Sep 1998 04:35:33 -0700 (PDT) Date: Mon, 14 Sep 1998 04:35:33 -0700 (PDT) Message-Id: <199809141135.EAA18332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c exec_elf64.c extern.h Makefile crunchide.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 04:35:33 PDT Modified files: usr.sbin/crunch/crunchide Makefile crunchide.c Added files: usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c exec_elf64.c extern.h Log: Teach crunch about an elf/a.out world. Submitted by: jhay Revision Changes Path 1.2 +2 -0 src/usr.sbin/crunch/crunchide/Makefile 1.5 +95 -142 src/usr.sbin/crunch/crunchide/crunchide.c From owner-cvs-all Mon Sep 14 04:37:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22983 for cvs-all-outgoing; Mon, 14 Sep 1998 04:37: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 EAA22975; Mon, 14 Sep 1998 04:37:32 -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 EAA18396; Mon, 14 Sep 1998 04:37:30 -0700 (PDT) Date: Mon, 14 Sep 1998 04:37:30 -0700 (PDT) Message-Id: <199809141137.EAA18396@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_ed.c sio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/14 04:37:30 PDT Modified files: sys/pc98/pc98 if_ed.c sio.c Log: Sync with sys/i386/isa/if_ed.c and sio.c revisions 1.145 and 1.215, respectively. Revision Changes Path 1.52 +7 -10 src/sys/pc98/pc98/if_ed.c 1.67 +17 -19 src/sys/pc98/pc98/sio.c From owner-cvs-all Mon Sep 14 04:38:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23161 for cvs-all-outgoing; Mon, 14 Sep 1998 04:38: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 EAA23096; Mon, 14 Sep 1998 04:38:01 -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 EAA18425; Mon, 14 Sep 1998 04:37:59 -0700 (PDT) Date: Mon, 14 Sep 1998 04:37:59 -0700 (PDT) Message-Id: <199809141137.EAA18425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/14 04:37:59 PDT Modified files: sys/pc98/pc98 syscons.c Log: Sync with sys/i386/isa/syscons.c revision 1.277. Revision Changes Path 1.101 +1 -3 src/sys/pc98/pc98/syscons.c From owner-cvs-all Mon Sep 14 04:39:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23306 for cvs-all-outgoing; Mon, 14 Sep 1998 04:39: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 EAA23300; Mon, 14 Sep 1998 04:39:40 -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 EAA18507; Mon, 14 Sep 1998 04:39:38 -0700 (PDT) Date: Mon, 14 Sep 1998 04:39:38 -0700 (PDT) Message-Id: <199809141139.EAA18507@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/14 04:39:38 PDT Modified files: release Makefile Log: Nuke gratuitous use of OBJFORMAT Submitted by: jhay Revision Changes Path 1.383 +2 -2 src/release/Makefile From owner-cvs-all Mon Sep 14 04:47:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24249 for cvs-all-outgoing; Mon, 14 Sep 1998 04:47: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 EAA24244; Mon, 14 Sep 1998 04:47:43 -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 EAA18800; Mon, 14 Sep 1998 04:47:41 -0700 (PDT) Date: Mon, 14 Sep 1998 04:47:41 -0700 (PDT) Message-Id: <199809141147.EAA18800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/14 04:47:41 PDT Modified files: sys/i386/i386 machdep.c Log: This implements retrieving the contents of message buffer via sysctl(3) as "machdep.msgbuf". It's needed in case of using stripped kernels, where normal dmesg (which has to use kvm) doesn't work. The buffer is unwound, meaning that the data will be linear, possibly with some leading NULLs. Reviewed by: Jordan K. Hubbard Revision Changes Path 1.308 +22 -1 src/sys/i386/i386/machdep.c From owner-cvs-all Mon Sep 14 04:50:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24465 for cvs-all-outgoing; Mon, 14 Sep 1998 04:50:40 -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 EAA24459; Mon, 14 Sep 1998 04:50:36 -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 NAA24040; Mon, 14 Sep 1998 13:46:12 +0200 (CEST) To: Andrzej Bialecki cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Mon, 14 Sep 1998 04:47:41 PDT." <199809141147.EAA18800@freefall.freebsd.org> Date: Mon, 14 Sep 1998 13:46:12 +0200 Message-ID: <24038.905773572@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809141147.EAA18800@freefall.freebsd.org>, Andrzej Bialecki write s: >abial 1998/09/14 04:47:41 PDT > > Modified files: > sys/i386/i386 machdep.c > Log: > This implements retrieving the contents of message buffer via sysctl(3) > as "machdep.msgbuf". It's needed in case of using stripped kernels, where > normal dmesg (which has to use kvm) doesn't work. > > The buffer is unwound, meaning that the data will be linear, possibly > with some leading NULLs. Now dmesg should be changed to use this interface, so that one less program needs access to /dev/kmem... -- 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 Mon Sep 14 05:29:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27240 for cvs-all-outgoing; Mon, 14 Sep 1998 05:29:44 -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 FAA27233; Mon, 14 Sep 1998 05:29:37 -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 UAA10464; Mon, 14 Sep 1998 20:25:12 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809141225.UAA10464@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp cc: Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Mon, 14 Sep 1998 13:46:12 +0200." <24038.905773572@critter.freebsd.dk> Date: Mon, 14 Sep 1998 20:25:11 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > In message <199809141147.EAA18800@freefall.freebsd.org>, Andrzej Bialecki wri te > s: > >abial 1998/09/14 04:47:41 PDT > > > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > This implements retrieving the contents of message buffer via sysctl(3) > > as "machdep.msgbuf". It's needed in case of using stripped kernels, where > > normal dmesg (which has to use kvm) doesn't work. > > > > The buffer is unwound, meaning that the data will be linear, possibly > > with some leading NULLs. > > Now dmesg should be changed to use this interface, so that one less > program needs access to /dev/kmem... I've found dmesg's ability to extract the msgbuf from a crashdump to be invalueable.. ie: "dmesg -N kernel.41 -M vmcore.41". It would be a shame to loose this ability without some other replacement. The same goes for ps(1). Cheers, -Peter From owner-cvs-all Mon Sep 14 05:33:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27585 for cvs-all-outgoing; Mon, 14 Sep 1998 05:33:54 -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 FAA27579; Mon, 14 Sep 1998 05:33:50 -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 OAA24256; Mon, 14 Sep 1998 14:28:41 +0200 (CEST) To: Peter Wemm cc: Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Mon, 14 Sep 1998 20:25:11 +0800." <199809141225.UAA10464@spinner.netplex.com.au> Date: Mon, 14 Sep 1998 14:28:41 +0200 Message-ID: <24254.905776121@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809141225.UAA10464@spinner.netplex.com.au>, Peter Wemm writes: >Poul-Henning Kamp wrote: >> In message <199809141147.EAA18800@freefall.freebsd.org>, Andrzej Bialecki wri > te >> s: >> >abial 1998/09/14 04:47:41 PDT >> > >> > Modified files: >> > sys/i386/i386 machdep.c >> > Log: >> > This implements retrieving the contents of message buffer via sysctl(3) >> > as "machdep.msgbuf". It's needed in case of using stripped kernels, where >> > normal dmesg (which has to use kvm) doesn't work. >> > >> > The buffer is unwound, meaning that the data will be linear, possibly >> > with some leading NULLs. >> >> Now dmesg should be changed to use this interface, so that one less >> program needs access to /dev/kmem... > >I've found dmesg's ability to extract the msgbuf from a crashdump to be >invalueable.. ie: "dmesg -N kernel.41 -M vmcore.41". It would be a shame >to loose this ability without some other replacement. The same goes for >ps(1). I think we should have a crash(8) style tool for this, or maybe a set if gdb macros. /dev/kmem should die -- 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 Mon Sep 14 05:35:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27838 for cvs-all-outgoing; Mon, 14 Sep 1998 05:35:18 -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 FAA27832 for ; Mon, 14 Sep 1998 05:35:17 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA02721; Mon, 14 Sep 1998 05:35:00 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id FAA23018; Mon, 14 Sep 1998 05:34:58 -0700 (PDT) Date: Mon, 14 Sep 1998 05:34:58 -0700 (PDT) Message-Id: <199809141234.FAA23018@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org In-reply-to: <199809140819.KAA19687@gratis.grondar.za> (message from Mark Murray on Mon, 14 Sep 1998 10:19:51 +0200) Subject: Re: Updating ports. From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * From: Mark Murray * Is it OK to go ahead and update ports for aout --> ELF? Or is it * still required to do this through the maintainer? I'd say go for it. We're running short of time, and after what you had to go through with perl, I'll have to trust you more than most of the maintainers (including myself). :) Satoshi From owner-cvs-all Mon Sep 14 06:00:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01075 for cvs-all-outgoing; Mon, 14 Sep 1998 06:00:31 -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 GAA01046 for ; Mon, 14 Sep 1998 06:00:23 -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 PAA21753 for ; Mon, 14 Sep 1998 15:05:34 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Mon, 14 Sep 1998 15:05:32 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/i386/i386 machdep.c In-Reply-To: <199809121848.LAA13450@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 ...and I forgot to add in the commit log that I thank Poul-Henning Kamp for helping me with this. Sorry, and thanks again for your patience! 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 Mon Sep 14 07:36:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12699 for cvs-all-outgoing; Mon, 14 Sep 1998 07:36:35 -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 HAA12645; Mon, 14 Sep 1998 07:36:10 -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 PAA04200; Mon, 14 Sep 1998 15:26:22 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Mon, 14 Sep 1998 15:26:21 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Peter Wemm cc: Poul-Henning Kamp , Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-Reply-To: <199809141225.UAA10464@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 On Mon, 14 Sep 1998, Peter Wemm wrote: > Poul-Henning Kamp wrote: > > In message <199809141147.EAA18800@freefall.freebsd.org>, Andrzej Bialecki wri > te > > s: > > >abial 1998/09/14 04:47:41 PDT > > > > > > Modified files: > > > sys/i386/i386 machdep.c > > > Log: > > > This implements retrieving the contents of message buffer via sysctl(3) > > > as "machdep.msgbuf". It's needed in case of using stripped kernels, where > > > normal dmesg (which has to use kvm) doesn't work. > > > > > > The buffer is unwound, meaning that the data will be linear, possibly > > > with some leading NULLs. > > > > Now dmesg should be changed to use this interface, so that one less > > program needs access to /dev/kmem... > > I've found dmesg's ability to extract the msgbuf from a crashdump to be > invalueable.. ie: "dmesg -N kernel.41 -M vmcore.41". It would be a shame > to loose this ability without some other replacement. The same goes for > ps(1). Me too. When this sysctl started working, I thought I'd suggest the same what Poul-Hennig suggested, but then looked at the manpage... 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 Mon Sep 14 07:42:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13445 for cvs-all-outgoing; Mon, 14 Sep 1998 07:42:11 -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 HAA13372; Mon, 14 Sep 1998 07:41:31 -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 VAA10681; Mon, 14 Sep 1998 21:46:03 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809141346.VAA10681@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp cc: Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Mon, 14 Sep 1998 14:28:41 +0200." <24254.905776121@critter.freebsd.dk> Date: Mon, 14 Sep 1998 21:45:58 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > In message <199809141225.UAA10464@spinner.netplex.com.au>, Peter Wemm writes: > >Poul-Henning Kamp wrote: > >> In message <199809141147.EAA18800@freefall.freebsd.org>, Andrzej Bialecki wri > > te > >> s: > >> >abial 1998/09/14 04:47:41 PDT > >> > > >> > Modified files: > >> > sys/i386/i386 machdep.c > >> > Log: > >> > This implements retrieving the contents of message buffer via sysctl(3) > >> > as "machdep.msgbuf". It's needed in case of using stripped kernels, whe re > >> > normal dmesg (which has to use kvm) doesn't work. > >> > > >> > The buffer is unwound, meaning that the data will be linear, possibly > >> > with some leading NULLs. > >> > >> Now dmesg should be changed to use this interface, so that one less > >> program needs access to /dev/kmem... > > > >I've found dmesg's ability to extract the msgbuf from a crashdump to be > >invalueable.. ie: "dmesg -N kernel.41 -M vmcore.41". It would be a shame > >to loose this ability without some other replacement. The same goes for > >ps(1). > > I think we should have a crash(8) style tool for this, or maybe a set > if gdb macros. > > /dev/kmem should die By all means, yes, it'd be great when/if it goes away, but I doubt that gdb macros will ever even remotely fill the hole left. The main reason why it won't fly is that you need a -g kernel, and people generally don't compile -g kernels unless things are getting pretty grim. gdb is overkill for what is badly needed. crash(8) would be great, if only it could ever get written. :-) What I'd suggest is that the most sensible thing would be to have a general supporting framework that could allow modules to be linked in to extend the command set. At a minimum, it'll need a pretty complete ps, netstat, dmesg, stack traceback, process state dumps, a data examination tool, disassembler, and the ability to teach it about new structures. Macros and scripting would be really nice. Savecore could then also do a post-crash automatic analysis right next to kernel.x and vmcore.x. Most of what sysv crash(8) does is display various tables and structures. Some way of processing include files and/or stabs output would be really nice to shortcut the legwork. Then, by all means, fry use of libkvm and eventually itself. I'll be there to help kill it. :-) Cheers, -Peter From owner-cvs-all Mon Sep 14 08:26:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA18882 for cvs-all-outgoing; Mon, 14 Sep 1998 08:26:57 -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 IAA18837; Mon, 14 Sep 1998 08:26:38 -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 RAA24747; Mon, 14 Sep 1998 17:21:01 +0200 (CEST) To: Peter Wemm cc: Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c In-reply-to: Your message of "Mon, 14 Sep 1998 21:45:58 +0800." <199809141346.VAA10681@spinner.netplex.com.au> Date: Mon, 14 Sep 1998 17:21:01 +0200 Message-ID: <24745.905786461@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >crash(8) would be great, if only it could ever get written. :-) > >What I'd suggest is that the most sensible thing would be to have a >general supporting framework that could allow modules to be linked in to >extend the command set. At a minimum, it'll need a pretty complete ps, >netstat, dmesg, stack traceback, process state dumps, a data examination >tool, disassembler, and the ability to teach it about new structures. Yeah, you could do wonders if you used the tclkvm extension I wrote a couple of years back :-) -- 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 Mon Sep 14 08:42:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21340 for cvs-all-outgoing; Mon, 14 Sep 1998 08:42:24 -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 IAA21334; Mon, 14 Sep 1998 08:42:20 -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 IAA12122; Mon, 14 Sep 1998 08:42:03 -0700 (PDT) (envelope-from jdp) Message-Id: <199809141542.IAA12122@austin.polstra.com> To: jkh@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c exec_elf64.c extern.h Makefile crunchide.c In-Reply-To: <199809141135.EAA18332@freefall.freebsd.org> References: <199809141135.EAA18332@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Mon, 14 Sep 1998 08:42:03 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199809141135.EAA18332@freefall.freebsd.org>, Jordan K. Hubbard wrote: > jkh 1998/09/14 04:35:33 PDT > > Modified files: > usr.sbin/crunch/crunchide Makefile crunchide.c > Added files: > usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c > exec_elf64.c extern.h > Log: > Teach crunch about an elf/a.out world. > Submitted by: jhay Oh, drat! This is fine, but it's sure a lot of wasted work. I pointed out in -current a week or two ago that, for ELF, crunchide could be thrown out entirely and replaced by a suitable invocation of /usr/libexec/elf/objcopy. If I had known you guys were working on it, I would have told you directly. 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 Mon Sep 14 09:18:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27577 for cvs-all-outgoing; Mon, 14 Sep 1998 09:18: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 JAA27568; Mon, 14 Sep 1998 09:18:52 -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 JAA27856; Mon, 14 Sep 1998 09:18:50 -0700 (PDT) Date: Mon, 14 Sep 1998 09:18:50 -0700 (PDT) Message-Id: <199809141618.JAA27856@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 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/09/14 09:18:50 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.1 + mod_ssl 2.0.9 Revision Changes Path 1.5 +2 -2 ports/www/apache13-modssl/Makefile 1.5 +1 -1 ports/www/apache13-modssl/files/md5 From owner-cvs-all Mon Sep 14 09:33:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00763 for cvs-all-outgoing; Mon, 14 Sep 1998 09:33:06 -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 JAA00754; Mon, 14 Sep 1998 09:33:03 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id LAA06318; Mon, 14 Sep 1998 11:32:36 -0500 (CDT) From: Scott Mace Message-Id: <199809141632.LAA06318@metal.intt.org> Subject: Re: Updating ports. In-Reply-To: <199809141234.FAA23018@silvia.hip.berkeley.edu> from Satoshi Asami at "Sep 14, 1998 5:34:58 am" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Mon, 14 Sep 1998 11:32:35 -0500 (CDT) Cc: mark@grondar.za, 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 > * From: Mark Murray > > * Is it OK to go ahead and update ports for aout --> ELF? Or is it > * still required to do this through the maintainer? > > I'd say go for it. We're running short of time, and after what you > had to go through with perl, I'll have to trust you more than most of > the maintainers (including myself). :) > > Satoshi > In converting ports to use ELF, would you suggest using PORTOBJFORMAT to make conditionals so that the makefile are backwards compat? Also, if you do this, what is the best way to handle the PLIST when your libname changes from foo.so.1.4 to foo.so.1 I'm currently working on converting the following: jbigkit-1.0 jpeg-6b mpeg_lib-1.2.1 png-1.0.2 tcl* tk* xpm-3.4k Scott From owner-cvs-all Mon Sep 14 10:48:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12280 for cvs-all-outgoing; Mon, 14 Sep 1998 10:48: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 KAA12197; Mon, 14 Sep 1998 10:48:32 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id TAA24951; Mon, 14 Sep 1998 19:47:36 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809141747.TAA24951@gratis.grondar.za> To: Scott Mace cc: asami@FreeBSD.ORG (Satoshi Asami), committers@FreeBSD.ORG Subject: Re: Updating ports. In-Reply-To: Your message of " Mon, 14 Sep 1998 11:32:35 EST." <199809141632.LAA06318@metal.intt.org> References: <199809141632.LAA06318@metal.intt.org> Date: Mon, 14 Sep 1998 19:47:36 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Scott Mace wrote: > In converting ports to use ELF, would you suggest > using PORTOBJFORMAT to make conditionals so that the makefile > are backwards compat? Yes. > Also, if you do this, what is the best way to handle the PLIST > when your libname changes from foo.so.1.4 to foo.so.1 Manual edit to foo.so.2 > I'm currently working on converting the following: > > jbigkit-1.0 > jpeg-6b > mpeg_lib-1.2.1 > png-1.0.2 > tcl* > tk* > xpm-3.4k I have already done jpeg-6b png-1.0.2 xpm-3.4k and some others in graphics/. I'll be committing in a few minutes. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Mon Sep 14 11:19:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19027 for cvs-all-outgoing; Mon, 14 Sep 1998 11:19: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 LAA19022; Mon, 14 Sep 1998 11:19:47 -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 LAA02037; Mon, 14 Sep 1998 11:19:46 -0700 (PDT) Date: Mon, 14 Sep 1998 11:19:46 -0700 (PDT) Message-Id: <199809141819.LAA02037@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/14 11:19:45 PDT Modified files: etc/mtree BSD.usr.dist Log: Wanted to set uname to root, not gname. Revision Changes Path 1.127 +2 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-all Mon Sep 14 11:21:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19509 for cvs-all-outgoing; Mon, 14 Sep 1998 11:21: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 LAA19500; Mon, 14 Sep 1998 11:21:51 -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 LAA11065; Mon, 14 Sep 1998 11:21:21 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id SAA01439; Mon, 14 Sep 1998 18:21:28 GMT (envelope-from obrien) Message-ID: <19980914112128.A1286@nuxi.com> Date: Mon, 14 Sep 1998 11:21:28 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Reply-To: obrien@NUXI.com References: <199809141052.DAA15959@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809141052.DAA15959@freefall.freebsd.org>; from Jordan K. Hubbard on Mon, Sep 14, 1998 at 03:52:31AM -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 > Modified files: > etc/mtree BSD.usr.dist > Log: > There is no group name of "root"; assume man was what was intended. Actually wanted uname of root. I can't decide what the group should be for the man tree. Security wise, "wheel" like all the others. But I'm not sure if group "man" was invented for any real reason, like group "games" for a few setgid bins. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Mon Sep 14 11:22:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19784 for cvs-all-outgoing; Mon, 14 Sep 1998 11:22:45 -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 LAA19776; Mon, 14 Sep 1998 11:22:41 -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 LAA11078; Mon, 14 Sep 1998 11:22:31 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id SAA01447; Mon, 14 Sep 1998 18:22:24 GMT (envelope-from obrien) Message-ID: <19980914112224.B1286@nuxi.com> Date: Mon, 14 Sep 1998 11:22:24 -0700 From: "David O'Brien" To: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Reply-To: obrien@NUXI.com References: <199809141114.EAA17635@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809141114.EAA17635@freefall.freebsd.org>; from Jordan K. Hubbard on Mon, Sep 14, 1998 at 04:14:12AM -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 > Boy, Mr. Obrien ^^ tisk, tisk.. and you lived in Ireland for awhile. ;-) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Mon Sep 14 11:24:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20157 for cvs-all-outgoing; Mon, 14 Sep 1998 11:24:54 -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 LAA20152; Mon, 14 Sep 1998 11:24:52 -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 LAA09919; Mon, 14 Sep 1998 11:24:41 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Polstra cc: jkh@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c exec_elf64.c extern.h Makefile crunchide.c In-reply-to: Your message of "Mon, 14 Sep 1998 08:42:03 PDT." <199809141542.IAA12122@austin.polstra.com> Date: Mon, 14 Sep 1998 11:24:41 -0700 Message-ID: <9915.905797481@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Oh, drat! This is fine, but it's sure a lot of wasted work. I > pointed out in -current a week or two ago that, for ELF, crunchide > could be thrown out entirely and replaced by a suitable invocation of > /usr/libexec/elf/objcopy. If I had known you guys were working on it, > I would have told you directly. Ah, well, we're just trying to get releases going again here. If you have other ideas in mind for making that happen, by all means, please do! :) - Jordan From owner-cvs-all Mon Sep 14 11:27:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20628 for cvs-all-outgoing; Mon, 14 Sep 1998 11:27: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 LAA20619; Mon, 14 Sep 1998 11:27:09 -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 LAA02452; Mon, 14 Sep 1998 11:27:07 -0700 (PDT) Date: Mon, 14 Sep 1998 11:27:07 -0700 (PDT) Message-Id: <199809141827.LAA02452@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha/libalpha elf_freebsd.c src/sys/boot/common Makefile.inc bootstrap.h interp.c load_aout.c module.c pnp.c src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/libi386 aout_freebsd.c bootinfo.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/14 11:27:07 PDT Modified files: sys/boot/alpha/libalpha elf_freebsd.c sys/boot/common Makefile.inc bootstrap.h interp.c load_aout.c module.c pnp.c sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/libi386 aout_freebsd.c bootinfo.c i386_copy.c libi386.h sys/boot/i386/libi386/crt/bootsect bbinfo.h sys/boot/i386/loader Makefile conf.c main.c Log: Resynch with working sources before BTX integration. - Use format-independant module allocator. - Conditionalise ISA PnP support. - Simplify PnP enumerator interface. - Improve module/object searching. - Add missing depend/install targets in BTX makefiles. - Pass the kernel environment and module data in extended bootinfo fields. - Add a pointer to the end of the kernel + modules in bootinfo. - Fix parsing of old-style kernel arguments. Revision Changes Path 1.3 +3 -4 src/sys/boot/alpha/libalpha/elf_freebsd.c 1.5 +10 -2 src/sys/boot/common/Makefile.inc 1.5 +38 -15 src/sys/boot/common/bootstrap.h 1.4 +1 -3 src/sys/boot/common/interp.c 1.3 +5 -5 src/sys/boot/common/load_aout.c 1.4 +84 -30 src/sys/boot/common/module.c 1.2 +110 -51 src/sys/boot/common/pnp.c 1.2 +5 -1 src/sys/boot/i386/btx/btx/Makefile 1.2 +6 -1 src/sys/boot/i386/btx/btxldr/Makefile 1.3 +18 -13 src/sys/boot/i386/libi386/aout_freebsd.c 1.3 +16 -4 src/sys/boot/i386/libi386/bootinfo.c 1.3 +0 -2 src/sys/boot/i386/libi386/i386_copy.c 1.4 +1 -2 src/sys/boot/i386/libi386/libi386.h 1.2 +2 -2 src/sys/boot/i386/libi386/crt/bootsect/bbinfo.h 1.2 +5 -1 src/sys/boot/i386/loader/Makefile 1.2 +10 -1 src/sys/boot/i386/loader/conf.c 1.4 +2 -2 src/sys/boot/i386/loader/main.c From owner-cvs-all Mon Sep 14 11:27:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20756 for cvs-all-outgoing; Mon, 14 Sep 1998 11:27:36 -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 LAA20731 for ; Mon, 14 Sep 1998 11:27:29 -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 UAA09679; Mon, 14 Sep 1998 20:26:56 +0200 (SAT) From: John Hay Message-Id: <199809141826.UAA09679@zibbi.mikom.csir.co.za> Subject: Re: cvs commit: src/usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c exec_elf64.c extern.h Makefile crunchide.c In-Reply-To: <199809141542.IAA12122@austin.polstra.com> from John Polstra at "Sep 14, 98 08:42:03 am" To: jdp@polstra.com (John Polstra) Date: Mon, 14 Sep 1998 20:26:56 +0200 (SAT) Cc: 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 > > Modified files: > > usr.sbin/crunch/crunchide Makefile crunchide.c > > Added files: > > usr.sbin/crunch/crunchide exec_aout.c exec_elf32.c > > exec_elf64.c extern.h > > Log: > > Teach crunch about an elf/a.out world. > > Submitted by: jhay > > Oh, drat! This is fine, but it's sure a lot of wasted work. I > pointed out in -current a week or two ago that, for ELF, crunchide > could be thrown out entirely and replaced by a suitable invocation of > /usr/libexec/elf/objcopy. If I had known you guys were working on it, > I would have told you directly. Well I did see your message, but then nothing happened for a while and I had a peek at NetBSD and they had it all worked out, with auto detection of binary format included. :-) Our elf include files are actually quite similar, it is just here and there that they use capitals and we don't and so forth. John -- John Hay -- John.Hay@mikom.csir.co.za From owner-cvs-all Mon Sep 14 11:31:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21493 for cvs-all-outgoing; Mon, 14 Sep 1998 11:31: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 LAA21485; Mon, 14 Sep 1998 11:31:23 -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 LAA02656; Mon, 14 Sep 1998 11:31:21 -0700 (PDT) Date: Mon, 14 Sep 1998 11:31:21 -0700 (PDT) Message-Id: <199809141831.LAA02656@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys linker.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/14 11:31:20 PDT Modified files: sys/sys linker.h Log: Add constants associated with preloaded kernel modules. Revision Changes Path 1.5 +18 -1 src/sys/sys/linker.h From owner-cvs-all Mon Sep 14 11:32:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21837 for cvs-all-outgoing; Mon, 14 Sep 1998 11:32: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 LAA21832; Mon, 14 Sep 1998 11:32:51 -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 LAA02702; Mon, 14 Sep 1998 11:32:46 -0700 (PDT) Date: Mon, 14 Sep 1998 11:32:46 -0700 (PDT) Message-Id: <199809141832.LAA02702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include bootinfo.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/14 11:32:46 PDT Modified files: sys/i386/include bootinfo.h Log: Add extra bootinfo fields for the three-stage bootloader; the end of the loaded kernel aggregate, a pointer to the kernel environment data and a pointer to the preloaded module metadata. Revision Changes Path 1.10 +5 -1 src/sys/i386/include/bootinfo.h From owner-cvs-all Mon Sep 14 11:34:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22251 for cvs-all-outgoing; Mon, 14 Sep 1998 11:34: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 LAA22235; Mon, 14 Sep 1998 11:34:22 -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 LAA02751; Mon, 14 Sep 1998 11:34:19 -0700 (PDT) Date: Mon, 14 Sep 1998 11:34:19 -0700 (PDT) Message-Id: <199809141834.LAA02751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/perl Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 11:34:19 PDT Modified files: gnu/usr.bin/perl/perl Makefile Log: Add a link perl --> perl5.00502 Asked-for-by: Asami-San (for ports) Revision Changes Path 1.11 +2 -1 src/gnu/usr.bin/perl/perl/Makefile From owner-cvs-all Mon Sep 14 11:43:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23706 for cvs-all-outgoing; Mon, 14 Sep 1998 11:43: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 LAA23701; Mon, 14 Sep 1998 11:43: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 LAA02969; Mon, 14 Sep 1998 11:42:59 -0700 (PDT) Date: Mon, 14 Sep 1998 11:42:59 -0700 (PDT) Message-Id: <199809141842.LAA02969@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/14 11:42:59 PDT Modified files: release Makefile Log: Until lkm and mdec gets populated again by some other means, do it here. Forgotten by: jkh Submitted by: jhay Revision Changes Path 1.384 +7 -1 src/release/Makefile From owner-cvs-all Mon Sep 14 11:44:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24051 for cvs-all-outgoing; Mon, 14 Sep 1998 11:44:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24021; Mon, 14 Sep 1998 11:44:21 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id OAA26958; Mon, 14 Sep 1998 14:43:24 -0400 (EDT) (envelope-from wollman) Date: Mon, 14 Sep 1998 14:43:24 -0400 (EDT) From: Garrett Wollman Message-Id: <199809141843.OAA26958@khavrinen.lcs.mit.edu> To: obrien@NUXI.com Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist In-Reply-To: <19980914112128.A1286@nuxi.com> References: <199809141052.DAA15959@freefall.freebsd.org> <19980914112128.A1286@nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > I can't decide what the group should be for the man tree. Security wise, > "wheel" like all the others. But I'm not sure if group "man" was > invented for any real reason, like group "games" for a few setgid bins. It's owned by `man' so that `man' can cache formatted catpages. The group `man' was probably invented just so that user `man' would have its own primary group. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Mon Sep 14 11:45:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24170 for cvs-all-outgoing; Mon, 14 Sep 1998 11:45:49 -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 LAA24164; Mon, 14 Sep 1998 11:45:40 -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 UAA27770; Mon, 14 Sep 1998 20:45:07 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id UAA19931; Mon, 14 Sep 1998 20:45:06 +0200 (MET DST) Message-ID: <19980914204506.59599@follo.net> Date: Mon, 14 Sep 1998 20:45:06 +0200 From: Eivind Eklund To: obrien@NUXI.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist References: <199809141052.DAA15959@freefall.freebsd.org> <19980914112128.A1286@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980914112128.A1286@nuxi.com>; from David O'Brien on Mon, Sep 14, 1998 at 11:21:28AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 14, 1998 at 11:21:28AM -0700, David O'Brien wrote: > > Modified files: > > etc/mtree BSD.usr.dist > > Log: > > There is no group name of "root"; assume man was what was intended. > > Actually wanted uname of root. > I can't decide what the group should be for the man tree. Security wise, > "wheel" like all the others. But I'm not sure if group "man" was > invented for any real reason, like group "games" for a few setgid bins. Group 'man' for write-access to the catpages. The original pages should be owned by root.wheel, of course. The transition to setgid man has not yet been done (I remember planning to fix this two years ago, but I've just plain forgotten... There may have been a reson why it wasn't feasible.) Eivind. From owner-cvs-all Mon Sep 14 12:06:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27742 for cvs-all-outgoing; Mon, 14 Sep 1998 12:06:38 -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 MAA27737 for ; Mon, 14 Sep 1998 12:06:33 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.8/8.6.12) id MAA11257; Mon, 14 Sep 1998 12:05:25 -0700 (PDT) Message-ID: <19980914120524.B6204@nuxi.com> Date: Mon, 14 Sep 1998 12:05:24 -0700 From: "David O'Brien" To: Eivind Eklund , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Reply-To: obrien@NUXI.com References: <199809141052.DAA15959@freefall.freebsd.org> <19980914112128.A1286@nuxi.com> <19980914204506.59599@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980914204506.59599@follo.net>; from Eivind Eklund on Mon, Sep 14, 1998 at 08:45:06PM +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 > The transition to setgid man has not yet been done (I remember planning > to fix this two years ago, but I've just plain forgotten... There may > have been a reson why it wasn't feasible.) The cat?/* pages will then be owned by the person that caused them to be created. That's not acceptable to me. -- -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) From owner-cvs-all Mon Sep 14 12:13:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28607 for cvs-all-outgoing; Mon, 14 Sep 1998 12:13: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 MAA28602; Mon, 14 Sep 1998 12:13:11 -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 MAA03852; Mon, 14 Sep 1998 12:13:09 -0700 (PDT) Date: Mon, 14 Sep 1998 12:13:09 -0700 (PDT) Message-Id: <199809141913.MAA03852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gdb/gdb - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 12:13:09 PDT src/contrib/gdb/gdb - Imported sources Update of /home/ncvs/src/contrib/gdb/gdb In directory freefall.freebsd.org:/d/users/jdp/imports Log Message: Import core-regset.c from gdb-4.16. It is needed for handling ELF core dumps. Status: Vendor Tag: FSF Release Tags: v4_16 U src/contrib/gdb/gdb/core-regset.c No conflicts created by this import From owner-cvs-all Mon Sep 14 12:14:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28953 for cvs-all-outgoing; Mon, 14 Sep 1998 12:14: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 MAA28948; Mon, 14 Sep 1998 12:14: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 MAA03984; Mon, 14 Sep 1998 12:14:11 -0700 (PDT) Date: Mon, 14 Sep 1998 12:14:11 -0700 (PDT) Message-Id: <199809141914.MAA03984@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall disks.c uc_eisa.c ufs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 12:14:11 PDT Modified files: release/sysinstall disks.c uc_eisa.c ufs.c Log: Fix printf warnings and add a few casts. PR: 7560 Submitted by: Stefan Eggers Revision Changes Path 1.99 +2 -2 src/release/sysinstall/disks.c 1.5 +2 -2 src/release/sysinstall/uc_eisa.c 1.13 +5 -5 src/release/sysinstall/ufs.c From owner-cvs-all Mon Sep 14 12:14:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29011 for cvs-all-outgoing; Mon, 14 Sep 1998 12:14: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 MAA28991; Mon, 14 Sep 1998 12:14:25 -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 MAA04018; Mon, 14 Sep 1998 12:14:23 -0700 (PDT) Date: Mon, 14 Sep 1998 12:14:23 -0700 (PDT) Message-Id: <199809141914.MAA04018@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall disks.c uc_eisa.c ufs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 12:14:23 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall disks.c uc_eisa.c ufs.c Log: MFC: PR#7560 Revision Changes Path 1.70.2.29 +2 -2 src/release/sysinstall/disks.c 1.2.4.1 +2 -2 src/release/sysinstall/uc_eisa.c 1.9.2.2 +5 -5 src/release/sysinstall/ufs.c From owner-cvs-all Mon Sep 14 12:23:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00930 for cvs-all-outgoing; Mon, 14 Sep 1998 12:23: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 MAA00925; Mon, 14 Sep 1998 12:23: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 MAA04340; Mon, 14 Sep 1998 12:23:00 -0700 (PDT) Date: Mon, 14 Sep 1998 12:23:00 -0700 (PDT) Message-Id: <199809141923.MAA04340@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 12:23:00 PDT Modified files: usr.sbin/pkg_install/add main.c Log: Use a more reasonable default umask in case the root umask is too fascist. PR: 4014 Revision Changes Path 1.18 +5 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all Mon Sep 14 12:23:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00983 for cvs-all-outgoing; Mon, 14 Sep 1998 12:23: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 MAA00968; Mon, 14 Sep 1998 12:23:19 -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 MAA04379; Mon, 14 Sep 1998 12:23:17 -0700 (PDT) Date: Mon, 14 Sep 1998 12:23:17 -0700 (PDT) Message-Id: <199809141923.MAA04379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 12:23:17 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/add main.c Log: MFC: PR#4014 Revision Changes Path 1.11.2.4 +5 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all Mon Sep 14 12:23:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA01067 for cvs-all-outgoing; Mon, 14 Sep 1998 12:23: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 MAA01052; Mon, 14 Sep 1998 12:23:44 -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 MAA04433; Mon, 14 Sep 1998 12:23:42 -0700 (PDT) Date: Mon, 14 Sep 1998 12:23:42 -0700 (PDT) Message-Id: <199809141923.MAA04433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/krb5 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 12:23:42 PDT Modified files: security/krb5 Makefile Log: Generalise the fetch process, and allow those outside the USA to fetch as well. Revision Changes Path 1.5 +34 -8 ports/security/krb5/Makefile From owner-cvs-all Mon Sep 14 12:36:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02917 for cvs-all-outgoing; Mon, 14 Sep 1998 12:36: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 MAA02901; Mon, 14 Sep 1998 12:36:39 -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 MAA04806; Mon, 14 Sep 1998 12:36:37 -0700 (PDT) Date: Mon, 14 Sep 1998 12:36:37 -0700 (PDT) Message-Id: <199809141936.MAA04806@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 12:36:37 PDT Modified files: graphics/jpeg Makefile graphics/jpeg/pkg PLIST Log: ELF conversions as per Satoshi's instructions. Revision Changes Path 1.16 +2 -2 ports/graphics/jpeg/Makefile 1.15 +4 -3 ports/graphics/jpeg/pkg/PLIST From owner-cvs-all Mon Sep 14 12:43:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA03516 for cvs-all-outgoing; Mon, 14 Sep 1998 12:43: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 MAA03511; Mon, 14 Sep 1998 12:43: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 MAA05093; Mon, 14 Sep 1998 12:43:12 -0700 (PDT) Date: Mon, 14 Sep 1998 12:43:12 -0700 (PDT) Message-Id: <199809141943.MAA05093@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/patches patch-aa ports/graphics/png/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 12:43:12 PDT Modified files: graphics/png Makefile graphics/png/patches patch-aa graphics/png/pkg PLIST Log: Convert to ELF in accordance with Satoshi's instructions. Revision Changes Path 1.14 +2 -2 ports/graphics/png/Makefile 1.10 +4 -4 ports/graphics/png/patches/patch-aa 1.13 +3 -3 ports/graphics/png/pkg/PLIST From owner-cvs-all Mon Sep 14 12:52:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04595 for cvs-all-outgoing; Mon, 14 Sep 1998 12:52:54 -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 MAA04583 for ; Mon, 14 Sep 1998 12:52:49 -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 MAA13201 for ; Mon, 14 Sep 1998 12:52:31 -0700 (PDT) (envelope-from jdp) Message-Id: <199809141952.MAA13201@austin.polstra.com> To: committers@freebsd.org Subject: Please clean up: /d nearly full on freefall Date: Mon, 14 Sep 1998 12:52:31 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Committers, please clean up any unneeded files on freefall immediately. /d is nearly full. It's going to be very inconvenient if it fills up this close to code freeze. -- 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 Mon Sep 14 12:55:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04854 for cvs-all-outgoing; Mon, 14 Sep 1998 12:55:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA04849; Mon, 14 Sep 1998 12:55:03 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zIehs-0001S6-00; Mon, 14 Sep 1998 13:54:40 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id NAA05451; Mon, 14 Sep 1998 13:55:19 -0600 (MDT) Message-Id: <199809141955.NAA05451@harmony.village.org> To: obrien@NUXI.com Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Mon, 14 Sep 1998 11:21:28 PDT." <19980914112128.A1286@nuxi.com> References: <19980914112128.A1286@nuxi.com> <199809141052.DAA15959@freefall.freebsd.org> Date: Mon, 14 Sep 1998 13:55:19 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19980914112128.A1286@nuxi.com> "David O'Brien" writes: : I can't decide what the group should be for the man tree. Security wise, : "wheel" like all the others. But I'm not sure if group "man" was : invented for any real reason, like group "games" for a few setgid bins. Group man was invented so that man could be setgid man and be able to write out catman pages as people generated them... Warner From owner-cvs-all Mon Sep 14 12:55:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04903 for cvs-all-outgoing; Mon, 14 Sep 1998 12:55:27 -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 MAA04882 for ; Mon, 14 Sep 1998 12:55:14 -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 VAA28476; Mon, 14 Sep 1998 21:54:48 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id VAA20156; Mon, 14 Sep 1998 21:54:46 +0200 (MET DST) Message-ID: <19980914215445.58176@follo.net> Date: Mon, 14 Sep 1998 21:54:45 +0200 From: Eivind Eklund To: obrien@NUXI.com, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist References: <199809141052.DAA15959@freefall.freebsd.org> <19980914112128.A1286@nuxi.com> <19980914204506.59599@follo.net> <19980914120524.B6204@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980914120524.B6204@nuxi.com>; from David O'Brien on Mon, Sep 14, 1998 at 12:05:24PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 14, 1998 at 12:05:24PM -0700, David O'Brien wrote: > > The transition to setgid man has not yet been done (I remember planning > > to fix this two years ago, but I've just plain forgotten... There may > > have been a reson why it wasn't feasible.) > > The cat?/* pages will then be owned by the person that caused them to be > created. That's not acceptable to me. There was the (admittedly trivial) problem that shoot down the advantages of setgid man. IMO: Nuke the GID. Eivind. From owner-cvs-all Mon Sep 14 12:56:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05141 for cvs-all-outgoing; Mon, 14 Sep 1998 12:56: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 MAA05132; Mon, 14 Sep 1998 12:56:44 -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 MAA05887; Mon, 14 Sep 1998 12:56:42 -0700 (PDT) Date: Mon, 14 Sep 1998 12:56:42 -0700 (PDT) Message-Id: <199809141956.MAA05887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/dev/slice disklabel.c mbr.c slice.4 slice.h slice_base.c slice_device.c slices.thought src/sys/dev/vn vn.c src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/i386/isa fd.c wd.c src/sys/isofs/cd9660 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/14 12:56:42 PDT Modified files: sys/conf options sys/dev/vn vn.c sys/i386/conf LINT sys/i386/i386 autoconf.c sys/i386/isa fd.c wd.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern init_main.c vfs_conf.c vfs_subr.c sys/pc98/pc98 fd.c wd.c sys/scsi sd.c sys/sys dpt.h sys/ufs/ffs ffs_vfsops.c sys/ufs/mfs mfs_vfsops.c Removed files: sys/dev/slice disklabel.c mbr.c slice.4 slice.h slice_base.c slice_device.c slices.thought Log: Remove the SLICE code. This clearly needs alot more thought, and we dont need this to hunt us down in 3.0-RELEASE. Revision Changes Path 1.96 +1 -2 src/sys/conf/options 1.71 +1 -325 src/sys/dev/vn/vn.c 1.463 +1 -4 src/sys/i386/conf/LINT 1.105 +1 -8 src/sys/i386/i386/autoconf.c 1.121 +1 -245 src/sys/i386/isa/fd.c 1.175 +2 -314 src/sys/i386/isa/wd.c 1.44 +1 -13 src/sys/isofs/cd9660/cd9660_vfsops.c 1.96 +1 -6 src/sys/kern/init_main.c 1.26 +1 -5 src/sys/kern/vfs_conf.c 1.163 +1 -3 src/sys/kern/vfs_subr.c 1.39 +1 -245 src/sys/pc98/pc98/fd.c 1.62 +2 -314 src/sys/pc98/pc98/wd.c 1.140 +1 -259 src/sys/scsi/sd.c 1.5 +1 -5 src/sys/sys/dpt.h 1.87 +1 -13 src/sys/ufs/ffs/ffs_vfsops.c 1.45 +1 -9 src/sys/ufs/mfs/mfs_vfsops.c From owner-cvs-all Mon Sep 14 13:05:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06170 for cvs-all-outgoing; Mon, 14 Sep 1998 13:05: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 NAA06165; Mon, 14 Sep 1998 13:05:49 -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 NAA06320; Mon, 14 Sep 1998 13:05:47 -0700 (PDT) Date: Mon, 14 Sep 1998 13:05:47 -0700 (PDT) Message-Id: <199809142005.NAA06320@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/14 13:05:47 PDT Modified files: etc/mtree BSD.usr.dist Log: Too late in the 3.0-game to deal with a setgid /usr/bin/man. Revision Changes Path 1.128 +2 -2 src/etc/mtree/BSD.usr.dist From owner-cvs-all Mon Sep 14 13:08:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06676 for cvs-all-outgoing; Mon, 14 Sep 1998 13:08: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 NAA06671; Mon, 14 Sep 1998 13:08:58 -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 NAA06453; Mon, 14 Sep 1998 13:08:56 -0700 (PDT) Date: Mon, 14 Sep 1998 13:08:56 -0700 (PDT) Message-Id: <199809142008.NAA06453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpm/patches patch-ab ports/graphics/xpm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 13:08:56 PDT Modified files: graphics/xpm/pkg PLIST Added files: graphics/xpm/patches patch-ab Log: Convert to ELF. A previous commit to Makefile blew up on a net.commit. Revision Changes Path 1.14 +4 -5 ports/graphics/xpm/pkg/PLIST From owner-cvs-all Mon Sep 14 13:09:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06806 for cvs-all-outgoing; Mon, 14 Sep 1998 13:09:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06800 for ; Mon, 14 Sep 1998 13:09:29 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA26336 for ; Mon, 14 Sep 1998 16:07:46 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 14 Sep 1998 16:07:46 -0400 (EDT) From: Bill Fumerola To: committers@freebsd.org Subject: ports/7615 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 ports/7615 is old and wrong. It is caused by library mix ups. I think this one can be closed. -bill From owner-cvs-all Mon Sep 14 13:11:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07131 for cvs-all-outgoing; Mon, 14 Sep 1998 13:11: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 NAA07126; Mon, 14 Sep 1998 13:11:05 -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 NAA06544; Mon, 14 Sep 1998 13:11:03 -0700 (PDT) Date: Mon, 14 Sep 1998 13:11:03 -0700 (PDT) Message-Id: <199809142011.NAA06544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/fxtv Makefile ports/graphics/fxtv/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 13:11:03 PDT Modified files: graphics/fxtv Makefile Added files: graphics/fxtv/patches patch-aa Log: Convet to ELF. Revision Changes Path 1.9 +4 -4 ports/graphics/fxtv/Makefile From owner-cvs-all Mon Sep 14 13:13:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07773 for cvs-all-outgoing; Mon, 14 Sep 1998 13:13:42 -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 NAA07756; Mon, 14 Sep 1998 13:13:30 -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 WAA28670; Mon, 14 Sep 1998 22:13:13 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id WAA20268; Mon, 14 Sep 1998 22:13:12 +0200 (MET DST) Message-ID: <19980914221312.14240@follo.net> Date: Mon, 14 Sep 1998 22:13:12 +0200 From: Eivind Eklund To: =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/dev/slice disklabel.c mbr.c slice.4 slice.h slice_base.c slice_device.c slices.thought src/sys/dev/vn vn.c src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/i386/isa fd.c wd.c src/sys/isofs/cd9660 .. References: <199809141956.MAA05887@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: =?iso-8859-1?Q?=3C199809141956=2EMAA05887=40freefall=2Efreebsd=2Eorg=3E?= =?iso-8859-1?Q?=3B_from_S=F8ren_Schmidt_on_Mon=2C_Sep_14=2C_1998_at_12?= =?iso-8859-1?Q?=3A56=3A42PM_-0700?= Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 14, 1998 at 12:56:42PM -0700, Søren Schmidt wrote: > sos 1998/09/14 12:56:42 PDT > > Modified files: [...] > Removed files: [...] > Log: > Remove the SLICE code. > This clearly needs alot more thought, and we dont need this to hunt > us down in 3.0-RELEASE. IMO, this commit does not belong in -current, but in RELENG_3_0. Eivind. From owner-cvs-all Mon Sep 14 13:16:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08164 for cvs-all-outgoing; Mon, 14 Sep 1998 13:16: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 NAA08153; Mon, 14 Sep 1998 13:16:07 -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 NAA06753; Mon, 14 Sep 1998 13:16:05 -0700 (PDT) Date: Mon, 14 Sep 1998 13:16:05 -0700 (PDT) Message-Id: <199809142016.NAA06753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xv Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 13:16:05 PDT Modified files: graphics/xv Makefile Log: Convert to ELF. Revision Changes Path 1.23 +4 -4 ports/graphics/xv/Makefile From owner-cvs-all Mon Sep 14 13:22:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09685 for cvs-all-outgoing; Mon, 14 Sep 1998 13:22:57 -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 NAA09655; Mon, 14 Sep 1998 13:22:51 -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 NAA00981; Mon, 14 Sep 1998 13:28:14 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199809142028.NAA00981@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Eivind Eklund cc: =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/slice disklabel.c mbr.c slice.4 slice.h slice_base.c slice_device.c slices.thought src/sys/dev/vn vn.c src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/i386/isa fd.c wd.c src/sys/isofs/cd9660 .. In-reply-to: Your message of "Mon, 14 Sep 1998 22:13:12 +0200." <19980914221312.14240@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Mon, 14 Sep 1998 13:28:14 -0700 From: Mike Smith Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id NAB09662 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Log: > > Remove the SLICE code. > > This clearly needs alot more thought, and we dont need this to hunt > > us down in 3.0-RELEASE. > > IMO, this commit does not belong in -current, but in RELENG_3_0. I'd have to say this looks more like a personal shot at Julian than anything actually useful. I don't know where "clearly needs alot more thought" comes from; some discussion and input would have been much more useful than this. Our Danish friends seem keen on setting some dangerous precedents. -- \\ 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 Mon Sep 14 13:30:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11370 for cvs-all-outgoing; Mon, 14 Sep 1998 13:30: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 NAA11350; Mon, 14 Sep 1998 13:30:19 -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 NAA07368; Mon, 14 Sep 1998 13:30:13 -0700 (PDT) Date: Mon, 14 Sep 1998 13:30:13 -0700 (PDT) Message-Id: <199809142030.NAA07368@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include elf.h src/sys/i386/include elf.h src/sys/sys elf32.h elf64.h elf_common.h elf_generic.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 13:30:13 PDT Modified files: sys/alpha/include elf.h sys/i386/include elf.h sys/sys elf32.h elf64.h elf_common.h elf_generic.h Log: Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These give the relevant characteristics of the native machine, for building and checking Elf_Ehdr structures. Add structures to represent ELF "note" headers. Add defines for the note types used in ELF core files. Revision Changes Path 1.5 +3 -1 src/sys/alpha/include/elf.h 1.4 +3 -1 src/sys/i386/include/elf.h 1.5 +16 -1 src/sys/sys/elf32.h 1.7 +16 -1 src/sys/sys/elf64.h 1.3 +6 -1 src/sys/sys/elf_common.h 1.2 +12 -1 src/sys/sys/elf_generic.h From owner-cvs-all Mon Sep 14 13:33:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12010 for cvs-all-outgoing; Mon, 14 Sep 1998 13:33: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 NAA12005; Mon, 14 Sep 1998 13:33:45 -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 NAA07570; Mon, 14 Sep 1998 13:33:43 -0700 (PDT) Date: Mon, 14 Sep 1998 13:33:43 -0700 (PDT) Message-Id: <199809142033.NAA07570@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/tinyware/dm README dm.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/14 13:33:43 PDT Added files: release/picobsd/tinyware/dm README dm.c Log: Since we have a sysctl 'machdep.msgbuf' now, let's make use of it. From owner-cvs-all Mon Sep 14 13:33:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12049 for cvs-all-outgoing; Mon, 14 Sep 1998 13:33:51 -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 NAA12001; Mon, 14 Sep 1998 13:33:45 -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 WAA25852; Mon, 14 Sep 1998 22:27:44 +0200 (CEST) To: Mike Smith cc: Eivind Eklund , =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/dev/slice disklabel.c mbr.c slice.4 slice.h slice_base.c slice_device.c slices.thought src/sys/dev/vn vn.c src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c src/sys/i386/isa fd.c wd.c src/sys/isofs/cd9660 .. In-reply-to: Your message of "Mon, 14 Sep 1998 13:28:14 PDT." <199809142028.NAA00981@dingo.cdrom.com> Date: Mon, 14 Sep 1998 22:27:44 +0200 Message-ID: <25850.905804864@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809142028.NAA00981@dingo.cdrom.com>, Mike Smith writes: >> > Log: >> > Remove the SLICE code. >> > This clearly needs alot more thought, and we dont need this to hunt >> > us down in 3.0-RELEASE. >> >> IMO, this commit does not belong in -current, but in RELENG_3_0. > >I'd have to say this looks more like a personal shot at Julian than >anything actually useful. I don't know where "clearly needs alot more >thought" comes from; some discussion and input would have been much >more useful than this. Now, now... 1. I was the one who if not invented, then at least implemented the first prototype of this stuff. "Geometry" was the code word. 2. I didn't complete it for various personal reasons, and left it hanging there. 3. Julian wanted to pick it up from there, and I handed my stuff over, and told him not to make another "DEVFS" saga out of it. 4. He did. 5. Core agreed that unless it were fully functional by the time of 3.0, it would be yanked. 6. It has been yanked. 7. The good news is that I may have the time to pick it up this winter. Then I'll pick up from where I left it, which would mean a general simplification of code, rather than the now just removed stuff which complicated things. 8. If anybody feels like helping, please apply in private email. -- 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 Mon Sep 14 13:34:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12397 for cvs-all-outgoing; Mon, 14 Sep 1998 13:34: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 NAA12392; Mon, 14 Sep 1998 13:34:36 -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 NAA07648; Mon, 14 Sep 1998 13:34:35 -0700 (PDT) Date: Mon, 14 Sep 1998 13:34:35 -0700 (PDT) Message-Id: <199809142034.NAA07648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib reallocf.c Makefile.inc malloc.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/14 13:34:34 PDT Modified files: include stdlib.h lib/libc/stdlib Makefile.inc malloc.3 Added files: lib/libc/stdlib reallocf.c Log: Add reallocf to the library. This function is simliar to realloc, but when it returns NULL to indicate failure, it will also free the memory that was passed to it, if that was non-null. This does not change the semantics of realloc. A second commit will be done to commit the conversion of those places in the code that can safely use this to avoid memory leaks when confronted with low memory situations. Beaten-to-death-but-finally-approved-in: -current Revision Changes Path 1.14 +1 -0 src/include/stdlib.h 1.16 +3 -3 src/lib/libc/stdlib/Makefile.inc 1.16 +27 -10 src/lib/libc/stdlib/malloc.3 From owner-cvs-all Mon Sep 14 13:37:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12863 for cvs-all-outgoing; Mon, 14 Sep 1998 13:37: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 NAA12858; Mon, 14 Sep 1998 13:37:05 -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 NAA07780; Mon, 14 Sep 1998 13:37:03 -0700 (PDT) Date: Mon, 14 Sep 1998 13:37:03 -0700 (PDT) Message-Id: <199809142037.NAA07780@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xanim Makefile ports/graphics/xanim/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/14 13:37:02 PDT Modified files: graphics/xanim Makefile graphics/xanim/patches patch-ab Log: Convert to ELF. Revision Changes Path 1.14 +12 -3 ports/graphics/xanim/Makefile 1.6 +9 -17 ports/graphics/xanim/patches/patch-ab From owner-cvs-all Mon Sep 14 13:39:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13149 for cvs-all-outgoing; Mon, 14 Sep 1998 13:39: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 NAA13144; Mon, 14 Sep 1998 13:39:37 -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 NAA08001; Mon, 14 Sep 1998 13:39:35 -0700 (PDT) Date: Mon, 14 Sep 1998 13:39:35 -0700 (PDT) Message-Id: <199809142039.NAA08001@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/router/crunch1 crunch.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/14 13:39:35 PDT Modified files: release/picobsd/isp/crunch1 crunch.conf release/picobsd/net/crunch1 crunch.conf release/picobsd/router/crunch1 crunch.conf Log: Make use of the new 'dm' utility instead of standard 'dmesg'. Revision Changes Path 1.2 +3 -2 src/release/picobsd/isp/crunch1/crunch.conf 1.2 +3 -2 src/release/picobsd/net/crunch1/crunch.conf 1.2 +3 -2 src/release/picobsd/router/crunch1/crunch.conf From owner-cvs-all Mon Sep 14 13:53:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15684 for cvs-all-outgoing; Mon, 14 Sep 1998 13:53: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 NAA15663; Mon, 14 Sep 1998 13:53:50 -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 NAA08636; Mon, 14 Sep 1998 13:53:48 -0700 (PDT) Date: Mon, 14 Sep 1998 13:53:48 -0700 (PDT) Message-Id: <199809142053.NAA08636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gdb/gdb core-regset.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 13:53:47 PDT Added files: contrib/gdb/gdb core-regset.c Log: Bring core-regset.c back to life. It is needed for handling ELF core dumps. From owner-cvs-all Mon Sep 14 14:00:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18231 for cvs-all-outgoing; Mon, 14 Sep 1998 14:00:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18126; Mon, 14 Sep 1998 14:00:18 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id GAA21366; Tue, 15 Sep 1998 06:59:53 +1000 Date: Tue, 15 Sep 1998 06:59:53 +1000 From: Bruce Evans Message-Id: <199809142059.GAA21366@godzilla.zeta.org.au> To: imp@village.org, obrien@NUXI.com Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >: I can't decide what the group should be for the man tree. Security wise, >: "wheel" like all the others. But I'm not sure if group "man" was >: invented for any real reason, like group "games" for a few setgid bins. > >Group man was invented so that man could be setgid man and be able to >write out catman pages as people generated them... It was invented to confuse people into thinking that a setgid man could possibly work :-). Bruce From owner-cvs-all Mon Sep 14 14:02:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18718 for cvs-all-outgoing; Mon, 14 Sep 1998 14:02:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18615; Mon, 14 Sep 1998 14:02:04 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id HAA21496; Tue, 15 Sep 1998 07:01:44 +1000 Date: Tue, 15 Sep 1998 07:01:44 +1000 From: Bruce Evans Message-Id: <199809142101.HAA21496@godzilla.zeta.org.au> To: abial@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/router/crunch1 crunch.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > release/picobsd/isp/crunch1 crunch.conf > release/picobsd/net/crunch1 crunch.conf > release/picobsd/router/crunch1 crunch.conf > Log: > Make use of the new 'dm' utility instead of standard 'dmesg'. dm(8) is the old dungeon master game utility. Bruce From owner-cvs-all Mon Sep 14 14:09:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA20837 for cvs-all-outgoing; Mon, 14 Sep 1998 14:09: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 OAA20804; Mon, 14 Sep 1998 14:09:00 -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 OAA09342; Mon, 14 Sep 1998 14:08:58 -0700 (PDT) Date: Mon, 14 Sep 1998 14:08:58 -0700 (PDT) Message-Id: <199809142108.OAA09342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper Makefile ports/security/tcp_wrapper/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 14:08:57 PDT Modified files: security/tcp_wrapper Makefile security/tcp_wrapper/patches patch-aa Log: Convert to Elf. Revision Changes Path 1.19 +2 -2 ports/security/tcp_wrapper/Makefile 1.16 +32 -30 ports/security/tcp_wrapper/patches/patch-aa From owner-cvs-all Mon Sep 14 14:10:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21428 for cvs-all-outgoing; Mon, 14 Sep 1998 14:10: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 OAA21383; Mon, 14 Sep 1998 14:10: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 OAA09487; Mon, 14 Sep 1998 14:10:51 -0700 (PDT) Date: Mon, 14 Sep 1998 14:10:51 -0700 (PDT) Message-Id: <199809142110.OAA09487@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 14:10:51 PDT Modified files: security/tcp_wrapper/pkg PLIST Log: Convert to ELF. Revision Changes Path 1.13 +1 -1 ports/security/tcp_wrapper/pkg/PLIST From owner-cvs-all Mon Sep 14 14:13:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22034 for cvs-all-outgoing; Mon, 14 Sep 1998 14:13: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 OAA21981; Mon, 14 Sep 1998 14:13:11 -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 OAA09607; Mon, 14 Sep 1998 14:13:06 -0700 (PDT) Date: Mon, 14 Sep 1998 14:13:06 -0700 (PDT) Message-Id: <199809142113.OAA09607@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/net res_init.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/14 14:13:06 PDT Modified files: lib/libc/net res_init.c Log: o use strncpy safely o Only allow options and domain name to be set when we aren't running setuid. Obtained from: OpenBSD Revision Changes Path 1.17 +8 -3 src/lib/libc/net/res_init.c From owner-cvs-all Mon Sep 14 14:14:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22510 for cvs-all-outgoing; Mon, 14 Sep 1998 14:14: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 OAA22426; Mon, 14 Sep 1998 14:14: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 OAA09680; Mon, 14 Sep 1998 14:14:16 -0700 (PDT) Date: Mon, 14 Sep 1998 14:14:16 -0700 (PDT) Message-Id: <199809142114.OAA09680@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 14:14:16 PDT Modified files: security/tcp_wrapper/pkg PLIST Log: Add libwrap.so Revision Changes Path 1.14 +1 -0 ports/security/tcp_wrapper/pkg/PLIST From owner-cvs-all Mon Sep 14 14:22:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA24984 for cvs-all-outgoing; Mon, 14 Sep 1998 14:22:58 -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 OAA24926; Mon, 14 Sep 1998 14:22:40 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA03274; Mon, 14 Sep 1998 14:22:19 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id OAA24229; Mon, 14 Sep 1998 14:22:13 -0700 (PDT) Date: Mon, 14 Sep 1998 14:22:13 -0700 (PDT) Message-Id: <199809142122.OAA24229@silvia.hip.berkeley.edu> To: markm@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jdp@polstra.com In-reply-to: <199809141936.MAA04806@freefall.freebsd.org> (message from Mark Murray on Mon, 14 Sep 1998 12:36:37 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * ELF conversions as per Satoshi's instructions. * * Revision Changes Path * 1.16 +2 -2 ports/graphics/jpeg/Makefile * 1.15 +4 -3 ports/graphics/jpeg/pkg/PLIST Thanks, but according to John P. (quoting from the guideline): Ports' make processes are patched to use this variable to decide what to do. In particular, there shall be no minor number in an elf lib. Also, assuming "cc -shared" is used rather than "ld" directly, the only difference is that they need to add "-Wl,-soname,foo.so.3" on the command line. Also, they will have to install a symlink "libfoo.so" -> "libfoo.so.3". I don't see how the cc command line is fixed (both to create libjpeg.so.9 and to add the extra flags) by only changing the ldconfig line in Makefile. This port installs the libjpeg.so symlink regardless, so I guess we don't have to worry about that part. Also I see you added a ranlib line to PLIST, is it really necessary? IIRC it does nothing good on FreeBSD (has this changed with ELF?), and it will cause pkg_delete to fail with checksum mismatch. Clueless, Satoshi From owner-cvs-all Mon Sep 14 14:34:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26809 for cvs-all-outgoing; Mon, 14 Sep 1998 14:34: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 OAA26802; Mon, 14 Sep 1998 14:34:18 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id QAA23838; Mon, 14 Sep 1998 16:34:00 -0500 (CDT) From: Scott Mace Message-Id: <199809142134.QAA23838@metal.intt.org> Subject: Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl Makefile src/gnu/usr.bin/perl/miniperl Makefi In-Reply-To: <199809121916.MAA13995@freefall.freebsd.org> from Mark Murray at "Sep 12, 1998 12:16:33 pm" To: markm@FreeBSD.ORG (Mark Murray) Date: Mon, 14 Sep 1998 16:33:59 -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 > markm 1998/09/12 12:16:33 PDT > > Modified files: > gnu/usr.bin/perl Makefile.inc > gnu/usr.bin/perl/libperl Makefile > gnu/usr.bin/perl/miniperl Makefile > gnu/usr.bin/perl/perl Makefile > gnu/usr.bin/perl/x2p/a2pl Makefile > Log: > Allow libperl to be a shared library. > > This has the delightful side effect of fixing ELF .so objects. > > Asked-for-by: peter > > Revision Changes Path > 1.4 +4 -1 src/gnu/usr.bin/perl/Makefile.inc > 1.3 +3 -3 src/gnu/usr.bin/perl/libperl/Makefile > 1.3 +1 -0 src/gnu/usr.bin/perl/miniperl/Makefile > 1.10 +3 -3 src/gnu/usr.bin/perl/perl/Makefile > 1.4 +1 -1 src/gnu/usr.bin/perl/x2p/a2pl/Makefile > ldd /usr/bin/perl /usr/bin/perl: libm.so.2 => /usr/lib/libm.so.2 (0x280b6000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280d0000) libc.so.3 => /usr/lib/libc.so.3 (0x280e5000) looks like libperl is statically linking in Scott From owner-cvs-all Mon Sep 14 15:12:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02425 for cvs-all-outgoing; Mon, 14 Sep 1998 15:12: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 PAA02394; Mon, 14 Sep 1998 15:11:54 -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 PAA00653; Mon, 14 Sep 1998 15:11:38 -0700 (PDT) Date: Mon, 14 Sep 1998 15:11:38 -0700 (PDT) Message-Id: <199809142211.PAA00653@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/libexec/uucp/sample call.sample config.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/14 15:11:37 PDT Modified files: gnu/libexec/uucp/sample call.sample config.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Log: Remove Id keywords from files that are still on the vendor branch This will make life easier when upgrading. Suggested by: bde Revision Changes Path 1.3 +0 -2 src/gnu/libexec/uucp/sample/call.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/config.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/dialcode.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/passwd.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/port.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/sys1.sample 1.3 +0 -2 src/gnu/libexec/uucp/sample/sys2.sample From owner-cvs-all Mon Sep 14 15:14:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03244 for cvs-all-outgoing; Mon, 14 Sep 1998 15:14: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 PAA03238; Mon, 14 Sep 1998 15:14:24 -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 PAA00742; Mon, 14 Sep 1998 15:14:09 -0700 (PDT) Date: Mon, 14 Sep 1998 15:14:09 -0700 (PDT) Message-Id: <199809142214.PAA00742@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/libexec/uucp/sample call.sample config.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/14 15:14:08 PDT Modified files: (Branch: RELENG_2_2) gnu/libexec/uucp/sample call.sample config.sample dialcode.sample passwd.sample port.sample sys1.sample sys2.sample Log: MFC: Remove Id keywords from files still on the vendor branch. Suggested by: bde Revision Changes Path 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/call.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/config.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/dialcode.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/passwd.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/port.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/sys1.sample 1.1.8.2 +0 -2 src/gnu/libexec/uucp/sample/sys2.sample From owner-cvs-all Mon Sep 14 15:19:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04697 for cvs-all-outgoing; Mon, 14 Sep 1998 15:19: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 PAA04680; Mon, 14 Sep 1998 15:19:33 -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 PAA00968; Mon, 14 Sep 1998 15:19:15 -0700 (PDT) Date: Mon, 14 Sep 1998 15:19:15 -0700 (PDT) Message-Id: <199809142219.PAA00968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit Makefile ports/graphics/jbigkit/patches patch-aa patch-ab ports/graphics/jbigkit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 15:19:14 PDT Modified files: graphics/jbigkit Makefile graphics/jbigkit/patches patch-aa patch-ab graphics/jbigkit/pkg PLIST Log: Convert to Elf. Revision Changes Path 1.5 +2 -2 ports/graphics/jbigkit/Makefile 1.3 +8 -6 ports/graphics/jbigkit/patches/patch-aa 1.3 +14 -9 ports/graphics/jbigkit/patches/patch-ab 1.5 +2 -1 ports/graphics/jbigkit/pkg/PLIST From owner-cvs-all Mon Sep 14 15:23:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA05691 for cvs-all-outgoing; Mon, 14 Sep 1998 15:23:45 -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 PAA05677 for ; Mon, 14 Sep 1998 15:23:38 -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 AAA22183 for cvs-committers@FreeBSD.ORG; Tue, 15 Sep 1998 00:23:16 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 3F9041511; Mon, 14 Sep 1998 23:49:12 +0200 (CEST) Date: Mon, 14 Sep 1998 23:49:12 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: C-day ? Message-ID: <19980914234912.A2852@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199809142114.OAA09680@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199809142114.OAA09680@freefall.freebsd.org>; from Scott Mace on Mon, Sep 14, 1998 at 02:14:16PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT/ELF ctm#4637 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Did I missed CAM import or was it postponed ? -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #64: Fri Sep 11 23:22:44 CEST 1998 From owner-cvs-all Mon Sep 14 15:33:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07682 for cvs-all-outgoing; Mon, 14 Sep 1998 15:33: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 PAA07664; Mon, 14 Sep 1998 15:33:42 -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 PAA01508; Mon, 14 Sep 1998 15:33:26 -0700 (PDT) Date: Mon, 14 Sep 1998 15:33:26 -0700 (PDT) Message-Id: <199809142233.PAA01508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref Makefile ports/security/rsaref/files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 15:33:26 PDT Modified files: security/rsaref Makefile security/rsaref/files Makefile Log: Convert to Elf. Revision Changes Path 1.4 +6 -3 ports/security/rsaref/Makefile 1.2 +2 -2 ports/security/rsaref/files/Makefile From owner-cvs-all Mon Sep 14 15:34:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07965 for cvs-all-outgoing; Mon, 14 Sep 1998 15:34: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 PAA07904; Mon, 14 Sep 1998 15:34: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 PAA01537; Mon, 14 Sep 1998 15:33:48 -0700 (PDT) Date: Mon, 14 Sep 1998 15:33:48 -0700 (PDT) Message-Id: <199809142233.PAA01537@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 15:33:48 PDT Modified files: security/rsaref/pkg PLIST Log: Convert to Elf. Revision Changes Path 1.5 +2 -1 ports/security/rsaref/pkg/PLIST From owner-cvs-all Mon Sep 14 15:46:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10348 for cvs-all-outgoing; Mon, 14 Sep 1998 15:46: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 PAA10324; Mon, 14 Sep 1998 15:46: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 PAA01986; Mon, 14 Sep 1998 15:46:09 -0700 (PDT) Date: Mon, 14 Sep 1998 15:46:09 -0700 (PDT) Message-Id: <199809142246.PAA01986@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c procfs_machdep.c src/sys/alpha/include md_var.h src/sys/i386/i386 machdep.c procfs_machdep.c src/sys/i386/include md_var.h reg.h src/sys/kern imgact_elf.c src/sys/sys procfs.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 15:46:08 PDT Modified files: sys/alpha/alpha machdep.c procfs_machdep.c sys/alpha/include md_var.h sys/i386/i386 machdep.c procfs_machdep.c sys/i386/include md_var.h reg.h Log: Add new functions fill_fpregs() and set_fpregs(), like fill_regs() and set_regs() but for the floating point register state. The code is stolen from procfs_machdep.c, and moved out of there into machdep.c. These functions are needed for generating ELF core dumps. Revision Changes Path 1.13 +28 -1 src/sys/alpha/alpha/machdep.c 1.2 +3 -16 src/sys/alpha/alpha/procfs_machdep.c 1.3 +7 -1 src/sys/alpha/include/md_var.h 1.309 +19 -1 src/sys/i386/i386/machdep.c 1.11 +3 -5 src/sys/i386/i386/procfs_machdep.c 1.25 +3 -1 src/sys/i386/include/md_var.h 1.16 +2 -1 src/sys/i386/include/reg.h Modified files: sys/kern imgact_elf.c Added files: sys/sys procfs.h Log: Viola! The kernel now generates standard ELF core dumps for ELF executables. Currently only data and stack are included in the core dumps. I am looking into adding the other (mmapped) writable segments as well. Revision Changes Path 1.31 +280 -16 src/sys/kern/imgact_elf.c From owner-cvs-all Mon Sep 14 15:49:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10764 for cvs-all-outgoing; Mon, 14 Sep 1998 15:49: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 PAA10757; Mon, 14 Sep 1998 15:49:19 -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 PAA02155; Mon, 14 Sep 1998 15:49:03 -0700 (PDT) Date: Mon, 14 Sep 1998 15:49:03 -0700 (PDT) Message-Id: <199809142249.PAA02155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/alpha config.h src/gnu/usr.bin/binutils/libbfd/i386 config.h src/gnu/usr.bin/gdb/bfd config.h src/gnu/usr.bin/gdb/gdb Makefile config.h freebsd-nat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 15:49:03 PDT Modified files: gnu/usr.bin/binutils/libbfd/alpha config.h gnu/usr.bin/binutils/libbfd/i386 config.h gnu/usr.bin/gdb/bfd config.h gnu/usr.bin/gdb/gdb Makefile config.h freebsd-nat.c Log: Fix GDB so that it can handle ELF core dumps. Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/binutils/libbfd/alpha/config.h 1.3 +1 -1 src/gnu/usr.bin/binutils/libbfd/i386/config.h 1.2 +1 -1 src/gnu/usr.bin/gdb/bfd/config.h 1.37 +2 -2 src/gnu/usr.bin/gdb/gdb/Makefile 1.2 +3 -3 src/gnu/usr.bin/gdb/gdb/config.h 1.19 +42 -1 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c From owner-cvs-all Mon Sep 14 16:16:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16005 for cvs-all-outgoing; Mon, 14 Sep 1998 16:16:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15890 for ; Mon, 14 Sep 1998 16:16:02 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id RAA13195; Mon, 14 Sep 1998 17:15:19 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809142315.RAA13195@panzer.plutotech.com> Subject: Re: C-day ? In-Reply-To: <19980914234912.A2852@keltia.freenix.fr> from Ollivier Robert at "Sep 14, 98 11:49:12 pm" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Mon, 14 Sep 1998 17:15:19 -0600 (MDT) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 wrote... > Did I missed CAM import or was it postponed ? You didn't miss it, and it hasn't been postponed; rather it's been delayed a bit while we finish up a few things. It should happen later on this evening. Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Mon Sep 14 16:25:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA17527 for cvs-all-outgoing; Mon, 14 Sep 1998 16:25: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 QAA17516; Mon, 14 Sep 1998 16:25:36 -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 QAA03107; Mon, 14 Sep 1998 16:25:20 -0700 (PDT) Date: Mon, 14 Sep 1998 16:25:20 -0700 (PDT) Message-Id: <199809142325.QAA03107@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_sig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/14 16:25:19 PDT Modified files: sys/kern kern_sig.c Log: Remove includes that are no longer needed, now that the core dumping code has been moved into the respective imgact_xxx.c sources. Revision Changes Path 1.47 +1 -9 src/sys/kern/kern_sig.c From owner-cvs-all Mon Sep 14 17:24:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24512 for cvs-all-outgoing; Mon, 14 Sep 1998 17:24: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 RAA24507; Mon, 14 Sep 1998 17:24:35 -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 RAA04940; Mon, 14 Sep 1998 17:24:19 -0700 (PDT) Date: Mon, 14 Sep 1998 17:24:19 -0700 (PDT) Message-Id: <199809150024.RAA04940@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen dlopen.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/14 17:24:19 PDT Modified files: lib/libc/gen dlopen.3 Log: Correct a typo that I noticed. Revision Changes Path 1.2 +1 -1 src/lib/libc/gen/dlopen.3 From owner-cvs-all Mon Sep 14 18:48:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07167 for cvs-all-outgoing; Mon, 14 Sep 1998 18:48:39 -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 SAA07149; Mon, 14 Sep 1998 18:48:32 -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 TAA00613; Mon, 14 Sep 1998 19:48:16 -0600 (MDT) Message-Id: <199809150148.TAA00613@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: cvs-committers@FreeBSD.ORG cc: current@FreeBSD.ORG Subject: CAM integration imminent. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 14 Sep 1998 19:41:57 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Starting at ~9:30PM MDT tonight (9/14/98), I will be integrating CAM into -current. I anticipate that the commit process will take well over an hour to complete as CAM touches almost every part of the tree. Please refrain from checking in changes from 9:30 until I signal the all clear - this task will be hard enough as it is. Thanks, Justin From owner-cvs-all Mon Sep 14 18:49:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07342 for cvs-all-outgoing; Mon, 14 Sep 1998 18: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 SAA07329; Mon, 14 Sep 1998 18:49:49 -0700 (PDT) (envelope-from wollman@FreeBSD.org) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06959; Mon, 14 Sep 1998 18:49:33 -0700 (PDT) Date: Mon, 14 Sep 1998 18:49:33 -0700 (PDT) Message-Id: <199809150149.SAA06959@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen err.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 1998/09/14 18:49:33 PDT Modified files: lib/libc/gen err.c Log: Replace accidentally-deleted `x' which caused warnx() to misbehave. Revision Changes Path 1.5 +2 -2 src/lib/libc/gen/err.c From owner-cvs-all Mon Sep 14 19:30:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12018 for cvs-all-outgoing; Mon, 14 Sep 1998 19:30: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 TAA12011; Mon, 14 Sep 1998 19:30:38 -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 TAA07930; Mon, 14 Sep 1998 19:30:22 -0700 (PDT) Date: Mon, 14 Sep 1998 19:30:22 -0700 (PDT) Message-Id: <199809150230.TAA07930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/14 19:30:22 PDT Modified files: lib/libstand Makefile Log: Remove (wrong) OBJFORMAT setting. Revision Changes Path 1.3 +1 -6 src/lib/libstand/Makefile From owner-cvs-all Mon Sep 14 19:51:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14284 for cvs-all-outgoing; Mon, 14 Sep 1998 19:51: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 TAA14279; Mon, 14 Sep 1998 19:51:26 -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 TAA08379; Mon, 14 Sep 1998 19:51:10 -0700 (PDT) Date: Mon, 14 Sep 1998 19:51:10 -0700 (PDT) Message-Id: <199809150251.TAA08379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl81/patches patch-ab ports/lang/tcl81/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/09/14 19:51:10 PDT Modified files: lang/tcl81/pkg PLIST Added files: lang/tcl81/patches patch-ab Log: Changes for ELF Revision Changes Path 1.11 +1 -1 ports/lang/tcl81/pkg/PLIST From owner-cvs-all Mon Sep 14 20:06:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15646 for cvs-all-outgoing; Mon, 14 Sep 1998 20:06: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 UAA15641; Mon, 14 Sep 1998 20:06:42 -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 UAA08934; Mon, 14 Sep 1998 20:06:27 -0700 (PDT) Date: Mon, 14 Sep 1998 20:06:27 -0700 (PDT) Message-Id: <199809150306.UAA08934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/smbtcpdump/patches patch-01 ports/net/smbtcpdump/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 20:06:26 PDT Modified files: net/smbtcpdump/pkg DESCR Added files: net/smbtcpdump/patches patch-01 Log: Update the documenation (DESCR and manpage) a little. Revision Changes Path 1.2 +4 -2 ports/net/smbtcpdump/pkg/DESCR From owner-cvs-all Mon Sep 14 20:37:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18101 for cvs-all-outgoing; Mon, 14 Sep 1998 20:37: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 UAA18096; Mon, 14 Sep 1998 20:37:01 -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 UAA09509; Mon, 14 Sep 1998 20:36:46 -0700 (PDT) Date: Mon, 14 Sep 1998 20:36:46 -0700 (PDT) Message-Id: <199809150336.UAA09509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit/patches patch-ab ports/graphics/jbigkit/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 20:36:45 PDT Modified files: graphics/jbigkit/patches patch-ab graphics/jbigkit/pkg PLIST Log: make ELF conversion comply with standard Revision Changes Path 1.4 +1 -1 ports/graphics/jbigkit/patches/patch-ab 1.6 +2 -2 ports/graphics/jbigkit/pkg/PLIST From owner-cvs-all Mon Sep 14 20:39:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18526 for cvs-all-outgoing; Mon, 14 Sep 1998 20:39: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 UAA18521; Mon, 14 Sep 1998 20:39:15 -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 UAA09641; Mon, 14 Sep 1998 20:38:59 -0700 (PDT) Date: Mon, 14 Sep 1998 20:38:59 -0700 (PDT) Message-Id: <199809150338.UAA09641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/files Makefile ports/security/rsaref/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 20:38:59 PDT Modified files: security/rsaref/files Makefile security/rsaref/pkg PLIST Log: make ELF conversion comply with standard Revision Changes Path 1.3 +1 -1 ports/security/rsaref/files/Makefile 1.6 +2 -2 ports/security/rsaref/pkg/PLIST From owner-cvs-all Mon Sep 14 20:50:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19611 for cvs-all-outgoing; Mon, 14 Sep 1998 20:50: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 UAA19560; Mon, 14 Sep 1998 20:49:59 -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 UAA09958; Mon, 14 Sep 1998 20:49:44 -0700 (PDT) Date: Mon, 14 Sep 1998 20:49:44 -0700 (PDT) Message-Id: <199809150349.UAA09958@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/14 20:49:43 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/confMakefile.i386 revision 1.122. Revision Changes Path 1.38 +6 -3 src/sys/pc98/conf/Makefile.pc98 From owner-cvs-all Mon Sep 14 20:50:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19727 for cvs-all-outgoing; Mon, 14 Sep 1998 20:50: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 UAA19722; Mon, 14 Sep 1998 20:50:28 -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 UAA10013; Mon, 14 Sep 1998 20:50:12 -0700 (PDT) Date: Mon, 14 Sep 1998 20:50:12 -0700 (PDT) Message-Id: <199809150350.UAA10013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/14 20:50:12 PDT Modified files: sys/pc98/i386 machdep.c Log: Sync with sys/i386/i386/machdep.c revision up to 1.309. Revision Changes Path 1.95 +40 -1 src/sys/pc98/i386/machdep.c From owner-cvs-all Mon Sep 14 20:57:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20483 for cvs-all-outgoing; Mon, 14 Sep 1998 20:57: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 UAA20478; Mon, 14 Sep 1998 20:57:33 -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 UAA10230; Mon, 14 Sep 1998 20:57:17 -0700 (PDT) Date: Mon, 14 Sep 1998 20:57:17 -0700 (PDT) Message-Id: <199809150357.UAA10230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/14 20:57:17 PDT Modified files: security/tcp_wrapper/pkg PLIST Log: make ELF conversion comply with standard. Revision Changes Path 1.15 +3 -4 ports/security/tcp_wrapper/pkg/PLIST From owner-cvs-all Mon Sep 14 21:27:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22817 for cvs-all-outgoing; Mon, 14 Sep 1998 21:27: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 VAA22811; Mon, 14 Sep 1998 21:27: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 VAA11049; Mon, 14 Sep 1998 21:27:35 -0700 (PDT) Date: Mon, 14 Sep 1998 21:27:35 -0700 (PDT) Message-Id: <199809150427.VAA11049@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/arla Makefile ports/net/arla/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 21:27:35 PDT Modified files: net/arla Makefile net/arla/pkg DESCR PLIST Log: Portlint. Also, you can't build depend on /usr/src. Please change it to something like a test and marking it BROKEN. Meanwhile, comment out BUILD_DEPENDS. Revision Changes Path 1.2 +4 -4 ports/net/arla/Makefile 1.2 +0 -1 ports/net/arla/pkg/DESCR 1.2 +1 -1 ports/net/arla/pkg/PLIST From owner-cvs-all Mon Sep 14 21:28:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23044 for cvs-all-outgoing; Mon, 14 Sep 1998 21:28: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 VAA23037; Mon, 14 Sep 1998 21:28:36 -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 VAA11117; Mon, 14 Sep 1998 21:28:20 -0700 (PDT) Date: Mon, 14 Sep 1998 21:28:20 -0700 (PDT) Message-Id: <199809150428.VAA11117@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/arla Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 21:28:20 PDT Modified files: net/arla Makefile Log: Oops, one more thing. Revision Changes Path 1.3 +2 -3 ports/net/arla/Makefile From owner-cvs-all Mon Sep 14 21:29:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23221 for cvs-all-outgoing; Mon, 14 Sep 1998 21:29:50 -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 VAA23199 for ; Mon, 14 Sep 1998 21:29:40 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id XAA10441 for committers@freebsd.org; Mon, 14 Sep 1998 23:29:20 -0500 (CDT) From: Scott Mace Message-Id: <199809150429.XAA10441@metal.intt.org> Subject: ports being converted to ELF... To: committers@freebsd.org Date: Mon, 14 Sep 1998 23:29:19 -0500 (CDT) 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 Before everyone converts their favorite port lib to ELF, please be sure you actually convert it to elf and not just change its install filename... I have seen several conversions to ELF that aren't. Scott ------------------------------------------------------------------ Date: Wed, 9 Sep 1998 23:57:51 -0700 (PDT) From: asami@cs.berkeley.edu (Satoshi Asami) To: ports@FreeBSD.ORG Cc: committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: ELF transition for ports Message-ID: <199809100657.XAA10293@silvia.hip.berkeley.edu> Hello everyone, Here is the guidelines for converting ports to ELF, and to use ports in the post-ELF world. You will need the latest bsd.port.mk (1.287 or 1.227.2.51) to use the converted ports. (Note that -stable users should also get the new bsd.port.mk if you want to use the latest ports.) Please be patient while we fix the ports tree to work on both a.out and ELF. Please report any breakages to the ports list. Thanks. Satoshi (and the great ELF team) ------- (1) Aout libraries should be moved out of /usr/local/lib and friends to an "aout" subdirectory. If you don't move them out of the way, elf ports will happily overwrite aout libraries. The "move-aout-libs" target in the -current src/Makefile (called from "aout-to-elf") will do this for you. It will only move aout libs so it is safe to call it on a system with both elf and aout libs in the standard directories. (2) The ports tree will build packages in the format the machine is in. This means aout for 2.2-stable and aout or elf for 3.0-current depending on what `objformat` returns. Also, once users convert to elf with (1) (i.e., move aout libraries to a subdirectory), building aout libraries will be unsupported. (It may still work if they know what they are doing, but they are on their own.) (3) bsd.port.mk will set PORTOBJFORMAT to "aout" or "elf" and export it in the environments CONFIGURE_ENV and MAKE_ENV. (It's always going to be "aout" in -stable). It is also passed to PLIST_SUB as "PORTOBJFORMAT=${PORTOBJFORMAT}". (See (6) below.) The variable is set using this line: PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout Ports' make processes are patched to use this variable to decide what to do. In particular, there shall be no minor number in an elf lib. Also, assuming "cc -shared" is used rather than "ld" directly, the only difference is that they need to add "-Wl,-soname,foo.so.3" on the command line. Also, they will have to install a symlink "libfoo.so" -> "libfoo.so.3". (4) For aout libs, all minor numbers shall be zero. That means many ports (those with a non-zero minor) will have to have their major number bumped by one. There seem to be about 80 of them that need to be fixed: ## grep 'lib.*\.so\..*\..*' */*/pkg/PLIST > t ## cat t | sed -e 's/:.*//' | uniq | wc 143 143 3622 ## grep -v '\.0$' t | sed -e 's/:.*//' | uniq | wc 80 80 2019 ^^ (These are the ones that don't end with ".0".) All port Makefiles are edited to remove minor numbers from LIB_DEPENDS, and also to have the regexp support removed. (E.g., "foo\\.1\\.\\(33|40\\)" -> "foo.2". They will be matched using "grep -wF". (5) pkg/PLIST should contain the short (elf) shlib names. bsd.port.mk will add ".0" to the end of shlib lines if PORTOBJFORMAT==aout in generate-plist. (6) The ldconfig line in Makefiles should read: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} /sbin/ldconfig -m .... and in pkg/PLIST: @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m ... @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message From owner-cvs-all Mon Sep 14 21:38:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA23959 for cvs-all-outgoing; Mon, 14 Sep 1998 21:38: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 VAA23954; Mon, 14 Sep 1998 21:38: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 VAA11341; Mon, 14 Sep 1998 21:37:56 -0700 (PDT) Date: Mon, 14 Sep 1998 21:37:56 -0700 (PDT) Message-Id: <199809150437.VAA11341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/x-files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 21:37:56 PDT Modified files: misc/x-files Makefile Log: Properly define BROKEN (only if DISPLAY is not set). Reminded by: maintainer Revision Changes Path 1.4 +5 -3 ports/misc/x-files/Makefile From owner-cvs-all Mon Sep 14 21:48:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24729 for cvs-all-outgoing; Mon, 14 Sep 1998 21:48: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 VAA24724; Mon, 14 Sep 1998 21:48:21 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11612; Mon, 14 Sep 1998 21:48:06 -0700 (PDT) Date: Mon, 14 Sep 1998 21:48:06 -0700 (PDT) Message-Id: <199809150448.VAA11612@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache12-php3/patches patch-an Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/14 21:48:05 PDT Added files: www/apache12-php3/patches patch-an Log: From the author: "I replaced the #ifdef NEWSALT with something checking whether MD5 crypt or DES crypt is called on runtime. The standard salt for the DES crypt is used again (with a finer salt generation of course), because the extented salt returns a strange (perhaps only to me 8-) result which has nothing to do with a standard DES string. And it lasts up to _10 minutes_ to calculate an extented crypt on my Pentium 90 which is much too long for something like PHP3." Submitted by: Vladimir B. Grebenschikov Reworked by: Dirk Froemberg From owner-cvs-all Mon Sep 14 21:49:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24870 for cvs-all-outgoing; Mon, 14 Sep 1998 21:49: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 VAA24859; Mon, 14 Sep 1998 21:49:14 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA11647; Mon, 14 Sep 1998 21:48:58 -0700 (PDT) Date: Mon, 14 Sep 1998 21:48:58 -0700 (PDT) Message-Id: <199809150448.VAA11647@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3/patches patch-an Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/14 21:48:58 PDT Added files: www/apache13-php3/patches patch-an Log: From the author: "I replaced the #ifdef NEWSALT with something checking whether MD5 crypt or DES crypt is called on runtime. The standard salt for the DES crypt is used again (with a finer salt generation of course), because the extented salt returns a strange (perhaps only to me 8-) result which has nothing to do with a standard DES string. And it lasts up to _10 minutes_ to calculate an extented crypt on my Pentium 90 which is much too long for something like PHP3." Submitted by: Vladimir B. Grebenschikov Reworked by: Dirk Froemberg From owner-cvs-all Mon Sep 14 22:07:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26516 for cvs-all-outgoing; Mon, 14 Sep 1998 22:07:42 -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 WAA26511; Mon, 14 Sep 1998 22:07:36 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id BAA19409; Tue, 15 Sep 1998 01:07:18 -0400 (EDT) (envelope-from luoqi) Date: Tue, 15 Sep 1998 01:07:18 -0400 (EDT) From: Luoqi Chen Message-Id: <199809150507.BAA19409@lor.watermarkgroup.com> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, wollman@FreeBSD.ORG Subject: Re: cvs commit: src/include err.h src/lib/libc/gen err.3 err.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > wollman 1998/09/12 14:02:23 PDT > > Modified files: > include err.h > lib/libc/gen err.3 err.c > Log: > A small last-minute iitem for 3.0: > > - Fix some style errors I made back in 1995. > > - Add a new flavor of the err(3) family, which takes an explicit > errno argument rather than implicitly examining errno. This > will make it easier to use these functions in conjunction with > modern library interfaces that return an errno value explicitly. > > Revision Changes Path > 1.5 +6 -1 src/include/err.h > 1.9 +57 -9 src/lib/libc/gen/err.3 > 1.4 +67 -75 src/lib/libc/gen/err.c > This broke warnx(). Now warnx() appends strerror(errno) to the message. -lq From owner-cvs-all Mon Sep 14 22:10:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26976 for cvs-all-outgoing; Mon, 14 Sep 1998 22:10: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 WAA26971; Mon, 14 Sep 1998 22:10:34 -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 WAA12280; Mon, 14 Sep 1998 22:10:19 -0700 (PDT) Date: Mon, 14 Sep 1998 22:10:19 -0700 (PDT) Message-Id: <199809150510.WAA12280@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/14 22:10:18 PDT Modified files: . Makefile Log: Restore default implict behavior of running the all target we had before. Revision Changes Path 1.218 +4 -1 src/Makefile From owner-cvs-all Mon Sep 14 22:12:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27199 for cvs-all-outgoing; Mon, 14 Sep 1998 22:12: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 WAA27194; Mon, 14 Sep 1998 22:12:04 -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 WAA12329; Mon, 14 Sep 1998 22:11:48 -0700 (PDT) Date: Mon, 14 Sep 1998 22:11:48 -0700 (PDT) Message-Id: <199809150511.WAA12329@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 obrien 1998/09/14 22:11:48 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Document root.wheel. Revision Changes Path 1.84 +3 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Mon Sep 14 22:24:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28514 for cvs-all-outgoing; Mon, 14 Sep 1998 22: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 WAA28509; Mon, 14 Sep 1998 22:24: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 WAA12695; Mon, 14 Sep 1998 22:24:03 -0700 (PDT) Date: Mon, 14 Sep 1998 22:24:03 -0700 (PDT) Message-Id: <199809150524.WAA12695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk sys.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 22:24:02 PDT Modified files: share/mk sys.mk Log: Revert to rev 1.41. Some didn't like it. Revision Changes Path 1.43 +9 -11 src/share/mk/sys.mk From owner-cvs-all Mon Sep 14 22:39:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA29846 for cvs-all-outgoing; Mon, 14 Sep 1998 22:39: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 WAA29841; Mon, 14 Sep 1998 22:39:36 -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 WAA13186; Mon, 14 Sep 1998 22:39:20 -0700 (PDT) Date: Mon, 14 Sep 1998 22:39:20 -0700 (PDT) Message-Id: <199809150539.WAA13186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/mgv Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/14 22:39:20 PDT Modified files: print/mgv Makefile Log: Can't fetch.... Revision Changes Path 1.6 +3 -1 ports/print/mgv/Makefile From owner-cvs-all Mon Sep 14 22:40:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA00158 for cvs-all-outgoing; Mon, 14 Sep 1998 22:40: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 WAA00153; Mon, 14 Sep 1998 22:40:47 -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 WAA13328; Mon, 14 Sep 1998 22:40:31 -0700 (PDT) Date: Mon, 14 Sep 1998 22:40:31 -0700 (PDT) Message-Id: <199809150540.WAA13328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/p5-jcode.pl Makefile ports/japanese/p5-jcode.pl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/14 22:40:31 PDT Modified files: japanese/p5-jcode.pl Makefile japanese/p5-jcode.pl/pkg PLIST Log: Update to work with Perl5.005. PR: ports/7836 Submitted by: SADA Kenji Revision Changes Path 1.3 +7 -3 ports/japanese/p5-jcode.pl/Makefile 1.2 +2 -3 ports/japanese/p5-jcode.pl/pkg/PLIST From owner-cvs-all Mon Sep 14 22:50:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01538 for cvs-all-outgoing; Mon, 14 Sep 1998 22:50: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 WAA01464; Mon, 14 Sep 1998 22:50:05 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id HAA27612; Tue, 15 Sep 1998 07:49:41 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809150549.HAA27612@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: 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 " Mon, 14 Sep 1998 14:22:13 MST." <199809142122.OAA24229@silvia.hip.berkeley.edu> References: <199809142122.OAA24229@silvia.hip.berkeley.edu> Date: Tue, 15 Sep 1998 07:49:39 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Thanks, but according to John P. (quoting from the guideline): > > Ports' make processes are patched to use this variable to decide > what to do. In particular, there shall be no minor number in an > elf lib. Also, assuming "cc -shared" is used rather than "ld" > directly, the only difference is that they need to add > "-Wl,-soname,foo.so.3" on the command line. Also, they will have > to install a symlink "libfoo.so" -> "libfoo.so.3". > > I don't see how the cc command line is fixed (both to create > libjpeg.so.9 and to add the extra flags) by only changing the ldconfig > line in Makefile. This port installs the libjpeg.so symlink > regardless, so I guess we don't have to worry about that part. Erm - I can't quite parse this... The port works, however. > Also I see you added a ranlib line to PLIST, is it really necessary? > IIRC it does nothing good on FreeBSD (has this changed with ELF?), and > it will cause pkg_delete to fail with checksum mismatch. I'll remove it. Clearly I am on drugs. ;-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Mon Sep 14 22:54:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02109 for cvs-all-outgoing; Mon, 14 Sep 1998 22:54: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 WAA02103; Mon, 14 Sep 1998 22:54:38 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA03920; Mon, 14 Sep 1998 22:54:21 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id WAA26504; Mon, 14 Sep 1998 22:54:17 -0700 (PDT) Date: Mon, 14 Sep 1998 22:54:17 -0700 (PDT) Message-Id: <199809150554.WAA26504@silvia.hip.berkeley.edu> To: msmith@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809031602.JAA00624@freefall.freebsd.org> (message from Michael Smith on Thu, 3 Sep 1998 09:02:35 -0700 (PDT)) Subject: Re: cvs commit: ports/sysutils/pib Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module. You removed RUN_DEPENDS, do you really want to do that? I think you need both. (No, BUILD_DEPENDS doesn't imply RUN_DEPENDS.) Satoshi From owner-cvs-all Mon Sep 14 23:02:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02998 for cvs-all-outgoing; Mon, 14 Sep 1998 23:02:45 -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 XAA02983; Mon, 14 Sep 1998 23:02:31 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA03937; Mon, 14 Sep 1998 23:02:13 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA26530; Mon, 14 Sep 1998 23:02:08 -0700 (PDT) Date: Mon, 14 Sep 1998 23:02:08 -0700 (PDT) Message-Id: <199809150602.XAA26530@silvia.hip.berkeley.edu> To: mark@grondar.za CC: markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jdp@polstra.com In-reply-to: <199809150549.HAA27612@gratis.grondar.za> (message from Mark Murray on Tue, 15 Sep 1998 07:49:39 +0200) Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * cc: markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, * jdp@polstra.com * Date: Tue, 15 Sep 1998 07:49:39 +0200 * From: Mark Murray * * > Thanks, but according to John P. (quoting from the guideline): * > * > Ports' make processes are patched to use this variable to decide * > what to do. In particular, there shall be no minor number in an * > elf lib. Also, assuming "cc -shared" is used rather than "ld" * > directly, the only difference is that they need to add * > "-Wl,-soname,foo.so.3" on the command line. Also, they will have * > to install a symlink "libfoo.so" -> "libfoo.so.3". * > * > I don't see how the cc command line is fixed (both to create * > libjpeg.so.9 and to add the extra flags) by only changing the ldconfig * > line in Makefile. This port installs the libjpeg.so symlink * > regardless, so I guess we don't have to worry about that part. * * Erm - I can't quite parse this... Sorry. Ok, let me try again. Does the port now create libjpeg.so.9 if PORTOBJFORMAT=elf? (Maybe it does, I just don't see how your changes, a one-liner in Makefile to change the ldconfig lines and some lines in pkg/PLIST would accomplish it.) If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc -shared command line if PORTOBJFORMAT=elf? Satoshi From owner-cvs-all Mon Sep 14 23:17:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04400 for cvs-all-outgoing; Mon, 14 Sep 1998 23:17: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 XAA04395; Mon, 14 Sep 1998 23:17:03 -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 XAA14654; Mon, 14 Sep 1998 23:16:47 -0700 (PDT) Date: Mon, 14 Sep 1998 23:16:47 -0700 (PDT) Message-Id: <199809150616.XAA14654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam Makefile Makefile.orig camlib.c camlib.c.orig camlib.h camlib.h.orig scsi_cmdparse.c scsi_cmdparse.c.orig Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:16:47 PDT Added files: lib/libcam Makefile Makefile.orig camlib.c camlib.c.orig camlib.h camlib.h.orig scsi_cmdparse.c scsi_cmdparse.c.orig Log: CAM userland utility library, a replacement for libscsi. Submitted by: "Kenneth D. Merry" From owner-cvs-all Mon Sep 14 23:20:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04705 for cvs-all-outgoing; Mon, 14 Sep 1998 23:20:37 -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 XAA04697; Mon, 14 Sep 1998 23:20:22 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA27913; Tue, 15 Sep 1998 08:20:00 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809150620.IAA27913@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: 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 " Mon, 14 Sep 1998 23:02:08 MST." <199809150602.XAA26530@silvia.hip.berkeley.edu> References: <199809150602.XAA26530@silvia.hip.berkeley.edu> Date: Tue, 15 Sep 1998 08:19:59 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Does the port now create libjpeg.so.9 if PORTOBJFORMAT=elf? (Maybe it > does, I just don't see how your changes, a one-liner in Makefile to > change the ldconfig lines and some lines in pkg/PLIST would accomplish > it.) It is not conditional on PORTOBJFORMAT. GNU Configure makes the decisions: checking host system type... i386-unknown-freebsd3.0 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... yes checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r > If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc > -shared command line if PORTOBJFORMAT=elf? Damn. I missed this bit. I assumed that it was a clue to the build, not an instruction. I was using the system default to decide aout/elf, and was assuming that this was availiable to force the issue if necessary. FWIW - the above is added in elf builds; just not conditional on PORTOBJFORMAT. I'll fix it. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Mon Sep 14 23:20:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04767 for cvs-all-outgoing; Mon, 14 Sep 1998 23: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 XAA04762; Mon, 14 Sep 1998 23:20:49 -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 XAA14820; Mon, 14 Sep 1998 23:20:31 -0700 (PDT) Date: Mon, 14 Sep 1998 23:20:31 -0700 (PDT) Message-Id: <199809150620.XAA14820@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam Makefile.orig camlib.c.orig camlib.h.orig scsi_cmdparse.c.orig Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:20:29 PDT Removed files: lib/libcam Makefile.orig camlib.c.orig camlib.h.orig scsi_cmdparse.c.orig Log: I hate late night commits. These should be nuked from the atticy by the CVS meister. From owner-cvs-all Mon Sep 14 23:23:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05044 for cvs-all-outgoing; Mon, 14 Sep 1998 23:23: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 XAA05039; Mon, 14 Sep 1998 23:23: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 XAA14893; Mon, 14 Sep 1998 23:23:22 -0700 (PDT) Date: Mon, 14 Sep 1998 23:23:22 -0700 (PDT) Message-Id: <199809150623.XAA14893@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libdevstat Makefile devstat.3 devstat.c devstat.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:23:21 PDT Added files: lib/libdevstat Makefile devstat.3 devstat.c devstat.h Log: Device statistics library. Used by iostat, vmstat, and systat to format and analyze the output of the new device statistics sysctls. Submitted by: "Kenneth D. Merry" From owner-cvs-all Mon Sep 14 23:36:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06277 for cvs-all-outgoing; Mon, 14 Sep 1998 23:36: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 XAA06272; Mon, 14 Sep 1998 23:36:51 -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 XAA15188; Mon, 14 Sep 1998 23:36:35 -0700 (PDT) Date: Mon, 14 Sep 1998 23:36:35 -0700 (PDT) Message-Id: <199809150636.XAA15188@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam.c cam.h cam_ccb.h cam_conf.h cam_debug.h cam_extend.c cam_extend.h cam_periph.c cam_periph.h cam_queue.c cam_queue.h cam_sim.c cam_sim.h cam_xpt.c cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h src/sys/cam/scsi scsi_all.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:36:35 PDT Added files: sys/cam cam.c cam.h cam_ccb.h cam_conf.h cam_debug.h cam_extend.c cam_extend.h cam_periph.c cam_periph.h cam_queue.c cam_queue.h cam_sim.c cam_sim.h cam_xpt.c cam_xpt.h cam_xpt_periph.h cam_xpt_sim.h Log: CAM Transport Layer (XPT). Submitted by: The CAM Team Added files: sys/cam/scsi scsi_all.c scsi_all.h scsi_cd.c scsi_cd.h scsi_ch.c scsi_ch.h scsi_da.c scsi_da.h scsi_message.h scsi_pass.c scsi_pass.h scsi_pt.c scsi_pt.h scsi_sa.c scsi_sa.h scsi_target.c scsi_targetio.h Log: SCSI Peripheral drivers for CAM: da - Direct Access Devices (disks, optical devices, SS disks) cd - CDROM (or devices that can act like them, WORM, CD-RW, etc) ch - Medium Changer devices. sa - Sequential Access Devices (tape drives) pass - Application pass-thru driver targ - Target Mode "Processor Target" Emulator pt - Processor Target Devices (scanners, cpus, etc.) Submitted by: The CAM Team From owner-cvs-all Mon Sep 14 23:38:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06424 for cvs-all-outgoing; Mon, 14 Sep 1998 23:38: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 XAA06419; Mon, 14 Sep 1998 23:38:13 -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 XAA15271; Mon, 14 Sep 1998 23:37:57 -0700 (PDT) Date: Mon, 14 Sep 1998 23:37:57 -0700 (PDT) Message-Id: <199809150637.XAA15271@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/glbiff Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/14 23:37:57 PDT Modified files: mail/glbiff Makefile Log: Remove category x11. Revision Changes Path 1.5 +2 -2 ports/mail/glbiff/Makefile From owner-cvs-all Mon Sep 14 23:39:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06514 for cvs-all-outgoing; Mon, 14 Sep 1998 23:39: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 XAA06503; Mon, 14 Sep 1998 23:38:58 -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 XAA15352; Mon, 14 Sep 1998 23:38:42 -0700 (PDT) Date: Mon, 14 Sep 1998 23:38:42 -0700 (PDT) Message-Id: <199809150638.XAA15352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/lrzsz Makefile ports/comms/lrzsz/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/14 23:38:42 PDT Modified files: comms/lrzsz Makefile comms/lrzsz/files md5 Log: Upgrade to ver 0.12.19 Revision Changes Path 1.7 +5 -4 ports/comms/lrzsz/Makefile 1.5 +1 -1 ports/comms/lrzsz/files/md5 From owner-cvs-all Mon Sep 14 23:42:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06859 for cvs-all-outgoing; Mon, 14 Sep 1998 23:42: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 XAA06854; Mon, 14 Sep 1998 23:42:31 -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 XAA15524; Mon, 14 Sep 1998 23:42:15 -0700 (PDT) Date: Mon, 14 Sep 1998 23:42:15 -0700 (PDT) Message-Id: <199809150642.XAA15524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/glbiff/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/14 23:42:15 PDT Modified files: mail/glbiff/pkg DESCR Log: Yes, but WTF is xbiff? Remove excess verbiage. Revision Changes Path 1.2 +5 -5 ports/mail/glbiff/pkg/DESCR From owner-cvs-all Mon Sep 14 23:43:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06959 for cvs-all-outgoing; Mon, 14 Sep 1998 23: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 XAA06954; Mon, 14 Sep 1998 23:43:18 -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 XAA15556; Mon, 14 Sep 1998 23:43:02 -0700 (PDT) Date: Mon, 14 Sep 1998 23:43:02 -0700 (PDT) Message-Id: <199809150643.XAA15556@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/camcontrol Makefile camcontrol.8 camcontrol.c camcontrol.h modeedit.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:43:02 PDT Added files: sbin/camcontrol Makefile camcontrol.8 camcontrol.c camcontrol.h modeedit.c Log: Camcontrol - A utility for configuring/manipulating the CAM subsystem Submitted by: "Kenneth D. Merry" From owner-cvs-all Mon Sep 14 23:44:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07152 for cvs-all-outgoing; Mon, 14 Sep 1998 23:44: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 XAA07144; Mon, 14 Sep 1998 23:44:24 -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 XAA15605; Mon, 14 Sep 1998 23:44:08 -0700 (PDT) Date: Mon, 14 Sep 1998 23:44:08 -0700 (PDT) Message-Id: <199809150644.XAA15605@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/lynx-current/pkg COMMENT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/14 23:44:08 PDT Modified files: www/lynx-current/pkg COMMENT Log: Sync with lynx[^(-current)] pkg/COMMENT (ie. clarify, since all web browsers are alphanumeric (not to mention the other problems with "alphanumeric" brought up in -list discussion before)). Revision Changes Path 1.7 +1 -1 ports/www/lynx-current/pkg/COMMENT From owner-cvs-all Mon Sep 14 23:46:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07335 for cvs-all-outgoing; Mon, 14 Sep 1998 23: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 XAA07329; Mon, 14 Sep 1998 23:46:48 -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 XAA15693; Mon, 14 Sep 1998 23:46:32 -0700 (PDT) Date: Mon, 14 Sep 1998 23:46:32 -0700 (PDT) Message-Id: <199809150646.XAA15693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/examples/scsi_target Makefile scsi_target.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:46:32 PDT Added files: share/examples/scsi_target Makefile scsi_target.c Log: SCSI Target userland process example. Provides/Dumps the data related to RECEIVE/SEND processor target requests to the "targ" sample target mode driver. From owner-cvs-all Mon Sep 14 23:49:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08235 for cvs-all-outgoing; Mon, 14 Sep 1998 23:49: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 XAA08218; Mon, 14 Sep 1998 23:49:37 -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 XAA15798; Mon, 14 Sep 1998 23:49:19 -0700 (PDT) Date: Mon, 14 Sep 1998 23:49:19 -0700 (PDT) Message-Id: <199809150649.XAA15798@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 devstat.9 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/14 23:49:18 PDT Added files: share/man/man9 devstat.9 Log: Man page describing the in kernel device statistics routines. Submitted by: "Kenneth D. Merry" From owner-cvs-all Mon Sep 14 23:57:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09965 for cvs-all-outgoing; Mon, 14 Sep 1998 23:57:46 -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 XAA09945; Mon, 14 Sep 1998 23:57:37 -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 JAA14352; Tue, 15 Sep 1998 09:01:57 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Tue, 15 Sep 1998 09:01:57 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Bruce Evans cc: abial@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/router/crunch1 crunch.conf In-Reply-To: <199809142101.HAA21496@godzilla.zeta.org.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, 15 Sep 1998, Bruce Evans wrote: > > Modified files: > > release/picobsd/isp/crunch1 crunch.conf > > release/picobsd/net/crunch1 crunch.conf > > release/picobsd/router/crunch1 crunch.conf > > Log: > > Make use of the new 'dm' utility instead of standard 'dmesg'. > > dm(8) is the old dungeon master game utility. I had to call it some other name than 'dmesg', otherwise crunchgen wouldn't pick it up... but I can change it if it matters. 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 Tue Sep 15 00:04:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10814 for cvs-all-outgoing; Tue, 15 Sep 1998 00:04: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 AAA10761; Tue, 15 Sep 1998 00:03:59 -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 AAA16457; Tue, 15 Sep 1998 00:03:43 -0700 (PDT) Date: Tue, 15 Sep 1998 00:03:43 -0700 (PDT) Message-Id: <199809150703.AAA16457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/advansys advansys.c advansys.h advlib.c advlib.h advmcode.c advmcode.h src/sys/i386/isa adv_isa.c src/sys/pci adv_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:03:43 PDT Modified files: sys/dev/advansys advlib.c advlib.h advmcode.c advmcode.h sys/i386/isa adv_isa.c Added files: sys/dev/advansys advansys.c advansys.h sys/pci adv_pci.c Log: Advance Systems SCSI Host Adapter driver for CAM. Currently only support the 8bit SCSI AdvanSys products. Revision Changes Path 1.5 +940 -580 src/sys/dev/advansys/advlib.c 1.4 +342 -218 src/sys/dev/advansys/advlib.h 1.4 +213 -145 src/sys/dev/advansys/advmcode.c 1.4 +2 -2 src/sys/dev/advansys/advmcode.h 1.4 +203 -61 src/sys/i386/isa/adv_isa.c From owner-cvs-all Tue Sep 15 00:06:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11070 for cvs-all-outgoing; Tue, 15 Sep 1998 00:06: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 AAA11055; Tue, 15 Sep 1998 00:05:55 -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 AAA16542; Tue, 15 Sep 1998 00:05:40 -0700 (PDT) Date: Tue, 15 Sep 1998 00:05:40 -0700 (PDT) Message-Id: <199809150705.AAA16542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa adv_eisa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:05:39 PDT Added files: sys/i386/eisa adv_eisa.c Log: EISA bus attachment for the AdvanSys driver. From owner-cvs-all Tue Sep 15 00:04:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10907 for cvs-all-outgoing; Tue, 15 Sep 1998 00:04:27 -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 AAA10901; Tue, 15 Sep 1998 00:04:21 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA03988; Tue, 15 Sep 1998 00:04:02 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA26650; Tue, 15 Sep 1998 00:03:57 -0700 (PDT) Date: Tue, 15 Sep 1998 00:03:57 -0700 (PDT) Message-Id: <199809150703.AAA26650@silvia.hip.berkeley.edu> To: mark@grondar.za CC: markm@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, jdp@polstra.com In-reply-to: <199809150620.IAA27913@gratis.grondar.za> (message from Mark Murray on Tue, 15 Sep 1998 08:19:59 +0200) Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * 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? * * Damn. I missed this bit. I assumed that it was a clue to the build, * not an instruction. I was using the system default to decide aout/elf, * and was assuming that this was availiable to force the issue if * necessary. * * FWIW - the above is added in elf builds; just not conditional on * PORTOBJFORMAT. That's fine. PORTOBJFORMAT is just for the convenience for the porter -- if the software already in question already DTRT, then I don't think we have to force it to use PORTOBJFORMAT. BTW, the "DTRT" means in cases PORTOBJFORMAT is set to elf, it builds elf libs, and in cases it's set to aout, it builds aout libs. PORTOBJFORMAT is set exactly the same as what the compiler/linker does given the environment (/etc/objformat, OBJFORMAT variable, etc.), so you needn't do anything special if configure does it right. Satoshi From owner-cvs-all Tue Sep 15 00:10:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12110 for cvs-all-outgoing; Tue, 15 Sep 1998 00:10: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 AAA12094; Tue, 15 Sep 1998 00:10:17 -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 AAA16703; Tue, 15 Sep 1998 00:10:01 -0700 (PDT) Date: Tue, 15 Sep 1998 00:10:01 -0700 (PDT) Message-Id: <199809150710.AAA16703@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa ahb.c ahbreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:10:00 PDT Added files: sys/i386/eisa ahb.c ahbreg.h Log: Adaptec 174x EISA SCSI Host Adapter driver for CAM. From owner-cvs-all Tue Sep 15 00:25:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13404 for cvs-all-outgoing; Tue, 15 Sep 1998 00:25: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 AAA13399; Tue, 15 Sep 1998 00:25:50 -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 AAA17286; Tue, 15 Sep 1998 00:25:34 -0700 (PDT) Date: Tue, 15 Sep 1998 00:25:34 -0700 (PDT) Message-Id: <199809150725.AAA17286@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aic7xxx 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h src/sys/i386/eisa ahc_eisa.c src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:25:34 PDT Modified files: sys/dev/aic7xxx aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h Added files: sys/dev/aic7xxx 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h Log: Massive overhaul of the aic7xxx driver: - Convert to CAM - Use a new DMA based queuing and paging scheme - Add preliminary target mode support - Add support for the aic789X chips - Take advantage of external SRAM on more controllers. - Numerous bug fixes and performance improvements. Revision Changes Path 1.7 +354 -104 src/sys/dev/aic7xxx/aic7xxx.reg 1.78 +1130 -562 src/sys/dev/aic7xxx/aic7xxx.seq 1.20 +317 -107 src/sys/dev/aic7xxx/aicasm.c 1.4 +9 -10 src/sys/dev/aic7xxx/aicasm.h 1.5 +119 -69 src/sys/dev/aic7xxx/aicasm_gram.y 1.6 +44 -11 src/sys/dev/aic7xxx/aicasm_scan.l 1.5 +2 -5 src/sys/dev/aic7xxx/aicasm_symbol.c 1.4 +29 -13 src/sys/dev/aic7xxx/aicasm_symbol.h 1.4 +26 -24 src/sys/dev/aic7xxx/sequencer.h Added files: sys/i386/eisa ahc_eisa.c Log: Move to new name and convert to CAM. Added files: sys/pci ahc_pci.c Log: Move to new name, convert to CAM, add support for new chips, and correct lots of eeprom/auto-termination bugs. From owner-cvs-all Tue Sep 15 00:26:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13540 for cvs-all-outgoing; Tue, 15 Sep 1998 00:26: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 AAA13535; Tue, 15 Sep 1998 00:26:05 -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 AAA17302; Tue, 15 Sep 1998 00:25:49 -0700 (PDT) Date: Tue, 15 Sep 1998 00:25:49 -0700 (PDT) Message-Id: <199809150725.AAA17302@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/word2x Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 00:25:47 PDT Modified files: textproc/word2x Makefile Log: This port doesn't build: === : c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with /usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here gmake: *** [html-table.o] Error 1 *** Error code 2 === While I'm here, portlint. Revision Changes Path 1.3 +4 -2 ports/textproc/word2x/Makefile From owner-cvs-all Tue Sep 15 00:31:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14148 for cvs-all-outgoing; Tue, 15 Sep 1998 00:31: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 AAA14138; Tue, 15 Sep 1998 00:31: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 AAA17563; Tue, 15 Sep 1998 00:31:25 -0700 (PDT) Date: Tue, 15 Sep 1998 00:31:25 -0700 (PDT) Message-Id: <199809150731.AAA17563@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-ParallelUA/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 00:31:24 PDT Modified files: www/p5-ParallelUA/pkg DESCR Log: Remove empty line at end. Revision Changes Path 1.2 +0 -1 ports/www/p5-ParallelUA/pkg/DESCR From owner-cvs-all Tue Sep 15 00:33:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14342 for cvs-all-outgoing; Tue, 15 Sep 1998 00:33: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 AAA14337; Tue, 15 Sep 1998 00:33:15 -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 AAA17707; Tue, 15 Sep 1998 00:32:59 -0700 (PDT) Date: Tue, 15 Sep 1998 00:32:59 -0700 (PDT) Message-Id: <199809150732.AAA17707@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/buslogic bt.c btreg.h src/sys/i386/eisa bt_eisa.c src/sys/i386/isa bt_isa.c src/sys/pci bt_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:32:59 PDT Added files: sys/dev/buslogic bt.c btreg.h sys/i386/eisa bt_eisa.c sys/i386/isa bt_isa.c sys/pci bt_pci.c Log: Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM. From owner-cvs-all Tue Sep 15 00:36:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14850 for cvs-all-outgoing; Tue, 15 Sep 1998 00:36: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 AAA14845; Tue, 15 Sep 1998 00:36:15 -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 AAA17896; Tue, 15 Sep 1998 00:35:59 -0700 (PDT) Date: Tue, 15 Sep 1998 00:35:59 -0700 (PDT) Message-Id: <199809150735.AAA17896@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf src/release/picobsd/router/crunch1 crunch.conf src/release/picobsd/tinyware/dm README dm.c src/release/picobsd/tinyware/msg Makefile README msg.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/15 00:35:59 PDT Modified files: release/picobsd/isp/crunch1 crunch.conf release/picobsd/net/crunch1 crunch.conf release/picobsd/router/crunch1 crunch.conf Added files: release/picobsd/tinyware/msg Makefile README msg.c Removed files: release/picobsd/tinyware/dm README dm.c Log: Change name of 'dm' to 'msg'. As Bruce noticed, it conflicts with dungeon master, if anyone would like to play it on picobsd floppy... :-) Noticed by: bde Revision Changes Path 1.3 +3 -3 src/release/picobsd/isp/crunch1/crunch.conf 1.3 +3 -3 src/release/picobsd/net/crunch1/crunch.conf 1.3 +4 -21 src/release/picobsd/router/crunch1/crunch.conf From owner-cvs-all Tue Sep 15 00:40:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15411 for cvs-all-outgoing; Tue, 15 Sep 1998 00: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 AAA15406; Tue, 15 Sep 1998 00:40:12 -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 AAA18123; Tue, 15 Sep 1998 00:39:56 -0700 (PDT) Date: Tue, 15 Sep 1998 00:39:56 -0700 (PDT) Message-Id: <199809150739.AAA18123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/aha aha.c ahareg.h src/sys/i386/isa aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:39:55 PDT Added files: sys/dev/aha aha.c ahareg.h sys/i386/isa aha_isa.c Log: Adaptec 154X SCSI-Host Adapter driver for CAM. Submitted by: Warner Losh From owner-cvs-all Tue Sep 15 00:40:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15558 for cvs-all-outgoing; Tue, 15 Sep 1998 00:40:53 -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 AAA15535 for ; Tue, 15 Sep 1998 00:40:49 -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 JAA27760 for ; Tue, 15 Sep 1998 09:36:27 +0200 (CEST) To: committers@freebsd.org Subject: HARP 3 entering the tree... From: Poul-Henning Kamp Date: Tue, 15 Sep 1998 09:36:26 +0200 Message-ID: <27758.905844986@critter.freebsd.dk> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The nice guys at Network Computing Services, Inc. have released and ported HARP3 to FreeBSD for inclusion in FreeBSD 3.0 I will be committing this code later today. For a feature list and documentation see /usr/share/examples/atm/* (coming to a cvs-tree near you shortly!) Many thanks to the HARP team! -- 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 Tue Sep 15 00:44:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16206 for cvs-all-outgoing; Tue, 15 Sep 1998 00:44:33 -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 AAA16187; Tue, 15 Sep 1998 00:44:24 -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 AAA12834; Tue, 15 Sep 1998 00:44:27 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Poul-Henning Kamp cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-reply-to: Your message of "Tue, 15 Sep 1998 09:36:26 +0200." <27758.905844986@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12829.905845467.1@time.cdrom.com> Date: Tue, 15 Sep 1998 00:44:27 -0700 Message-ID: <12830.905845467@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The nice guys at Network Computing Services, Inc. have released and > ported HARP3 to FreeBSD for inclusion in FreeBSD 3.0 > > I will be committing this code later today. Cool! Don't forget /usr/src/release/sysinstall/relnotes.hlp :-) - Jordan From owner-cvs-all Tue Sep 15 00:46:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16496 for cvs-all-outgoing; Tue, 15 Sep 1998 00:46: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 AAA16491; Tue, 15 Sep 1998 00:46:34 -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 AAA18347; Tue, 15 Sep 1998 00:46:18 -0700 (PDT) Date: Tue, 15 Sep 1998 00:46:18 -0700 (PDT) Message-Id: <199809150746.AAA18347@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 gibbs 1998/09/15 00:46:18 PDT Modified files: . Makefile.inc1 Log: Hook up beforeinstall targets for libcam and libdevstat Revision Changes Path 1.13 +3 -1 src/Makefile.inc1 From owner-cvs-all Tue Sep 15 00:49:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16806 for cvs-all-outgoing; Tue, 15 Sep 1998 00: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 AAA16801; Tue, 15 Sep 1998 00:49:08 -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 AAA18423; Tue, 15 Sep 1998 00:48:52 -0700 (PDT) Date: Tue, 15 Sep 1998 00:48:52 -0700 (PDT) Message-Id: <199809150748.AAA18423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/chio Makefile chio.1 chio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:48:52 PDT Modified files: bin/chio Makefile chio.1 chio.c Log: Updated the ch(4) driver and chio(1) command to include volume tag support. These changes have been tested with a Breeze Hill Q47 DLT and a DEC DLT2500 media changer. The latter has no volume tag support. The chio(1) command was updated to include various flags to the status subcommand. These flags can be used to select additional information to be displayed (like volume tags). A new chio(1) subcommand named 'voltag' has been added which allows for changes to volume tags inside the media changer controller. This could not be tested as the Q47 does not provide the functio- nality. Submitted by: Hans Huebner Revision Changes Path 1.3 +3 -1 src/bin/chio/Makefile 1.7 +79 -16 src/bin/chio/chio.1 1.7 +361 -126 src/bin/chio/chio.c From owner-cvs-all Tue Sep 15 00:50:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17070 for cvs-all-outgoing; Tue, 15 Sep 1998 00:50:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from widefw.csl.sony.co.jp (widefw.csl.sony.co.jp [133.138.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16912; Tue, 15 Sep 1998 00:50:00 -0700 (PDT) (envelope-from kjc@csl.sony.co.jp) Received: from hotaka.csl.sony.co.jp (root@hotaka.csl.sony.co.jp [43.27.98.57]) by widefw.csl.sony.co.jp (8.8.8/3.6W) with ESMTP id QAA00521; Tue, 15 Sep 1998 16:49:38 +0900 (JST) Received: from localhost (kjc@[127.0.0.1]) by hotaka.csl.sony.co.jp (8.8.8/3.6W/hotaka/98021914) with ESMTP id QAA04749; Tue, 15 Sep 1998 16:49:37 +0900 (JST) Message-Id: <199809150749.QAA04749@hotaka.csl.sony.co.jp> To: Poul-Henning Kamp cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-reply-to: Your message of "Tue, 15 Sep 1998 09:36:26 +0200." <27758.905844986@critter.freebsd.dk> Date: Tue, 15 Sep 1998 16:49:36 +0900 From: Kenjiro Cho Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The nice guys at Network Computing Services, Inc. have released and >> ported HARP3 to FreeBSD for inclusion in FreeBSD 3.0 Great! but... Does HARP3 replace the current ATM driver? Or, the two ATM drivers can coexist? --kj From owner-cvs-all Tue Sep 15 00:54:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17588 for cvs-all-outgoing; Tue, 15 Sep 1998 00:54:24 -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 AAA17581 for ; Tue, 15 Sep 1998 00:54:18 -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 JAA27840; Tue, 15 Sep 1998 09:49:21 +0200 (CEST) To: Kenjiro Cho cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-reply-to: Your message of "Tue, 15 Sep 1998 16:49:36 +0900." <199809150749.QAA04749@hotaka.csl.sony.co.jp> Date: Tue, 15 Sep 1998 09:49:20 +0200 Message-ID: <27838.905845760@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809150749.QAA04749@hotaka.csl.sony.co.jp>, Kenjiro Cho writes: > >>> The nice guys at Network Computing Services, Inc. have released and >>> ported HARP3 to FreeBSD for inclusion in FreeBSD 3.0 > >Great! but... >Does HARP3 replace the current ATM driver? Or, the two ATM drivers >can coexist? coexist at the source level. Eventually I'd like to kill the current ATM stuff since HARP is a superset. -- 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 Tue Sep 15 01:17:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19902 for cvs-all-outgoing; Tue, 15 Sep 1998 01:17: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 BAA19897; Tue, 15 Sep 1998 01:17:01 -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 BAA19625; Tue, 15 Sep 1998 01:16:45 -0700 (PDT) Date: Tue, 15 Sep 1998 01:16:45 -0700 (PDT) Message-Id: <199809150816.BAA19625@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rpc.rstatd Makefile rstat_proc.c src/sbin/ccdconfig ccdconfig.c src/sys/dev/ccd ccd.c src/sys/i386/isa fd.c wcd.c wd.c wfd.c src/sys/kern subr_devstat.c src/sys/sys devicestat.h dkstat.h src/usr.bin/systat devs.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:16:45 PDT Modified files: libexec/rpc.rstatd Makefile rstat_proc.c sbin/ccdconfig ccdconfig.c sys/dev/ccd ccd.c sys/i386/isa fd.c wcd.c wd.c wfd.c Log: Update system to new device statistics code. Submitted by: "Kenneth D. Merry" mike@smith.net.au (Mike Smith) Revision Changes Path 1.4 +3 -3 src/libexec/rpc.rstatd/Makefile 1.11 +94 -20 src/libexec/rpc.rstatd/rstat_proc.c 1.10 +2 -1 src/sbin/ccdconfig/ccdconfig.c 1.37 +18 -48 src/sys/dev/ccd/ccd.c 1.122 +30 -20 src/sys/i386/isa/fd.c 1.59 +19 -1 src/sys/i386/isa/wcd.c 1.176 +22 -53 src/sys/i386/isa/wd.c 1.16 +22 -1 src/sys/i386/isa/wfd.c Modified files: sys/sys dkstat.h Added files: sys/kern subr_devstat.c sys/sys devicestat.h Log: New Kernel device statistics code. Submitted by: "Kenneth D. Merry" Revision Changes Path 1.10 +1 -11 src/sys/sys/dkstat.h Modified files: usr.bin/systat extern.h iostat.c systat.1 vmstat.c usr.bin/vmstat Makefile vmstat.8 vmstat.c usr.sbin/iostat Makefile iostat.8 iostat.c Added files: usr.bin/systat devs.c Log: Update system to new device statistics code. Submitted by: "Kenneth D. Merry" Revision Changes Path 1.6 +7 -0 src/usr.bin/systat/extern.h 1.6 +144 -109 src/usr.bin/systat/iostat.c 1.14 +33 -7 src/usr.bin/systat/systat.1 1.27 +176 -96 src/usr.bin/systat/vmstat.c 1.5 +3 -2 src/usr.bin/vmstat/Makefile 1.10 +93 -4 src/usr.bin/vmstat/vmstat.8 1.25 +198 -121 src/usr.bin/vmstat/vmstat.c 1.4 +4 -3 src/usr.sbin/iostat/Makefile 1.5 +267 -14 src/usr.sbin/iostat/iostat.8 1.9 +527 -262 src/usr.sbin/iostat/iostat.c From owner-cvs-all Tue Sep 15 01:21:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20525 for cvs-all-outgoing; Tue, 15 Sep 1998 01:21: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 BAA20520; Tue, 15 Sep 1998 01:21:29 -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 BAA19774; Tue, 15 Sep 1998 01:21:13 -0700 (PDT) Date: Tue, 15 Sep 1998 01:21:13 -0700 (PDT) Message-Id: <199809150821.BAA19774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c pci_compat.c pci_ioctl.h pcivar.h src/usr.sbin/pciconf pciconf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:21:13 PDT Modified files: sys/pci pci.c pci_compat.c pci_ioctl.h pcivar.h usr.sbin/pciconf pciconf.c Log: Revive PCIConf. Submitted by: "Kenneth D. Merry" Revision Changes Path 1.87 +359 -38 src/sys/pci/pci.c 1.11 +21 -2 src/sys/pci/pci_compat.c 1.4 +99 -11 src/sys/pci/pci_ioctl.h 1.21 +23 -7 src/sys/pci/pcivar.h 1.6 +44 -14 src/usr.sbin/pciconf/pciconf.c From owner-cvs-all Tue Sep 15 01:23:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20842 for cvs-all-outgoing; Tue, 15 Sep 1998 01: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 BAA20837; Tue, 15 Sep 1998 01:23:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20072; Tue, 15 Sep 1998 01:23:18 -0700 (PDT) Date: Tue, 15 Sep 1998 01:23:18 -0700 (PDT) Message-Id: <199809150823.BAA20072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/sbin/atm Makefile Makefile.inc src/sbin/atm/atm Makefile atm.8 atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/15 01:23:18 PDT Added files: lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c sbin/atm Makefile Makefile.inc sbin/atm/atm Makefile atm.8 atm.c atm.h atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c sbin/atm/fore_dnld Makefile fore_dnld.8 fore_dnld.c sbin/atm/ilmid Makefile ilmid.8 ilmid.c share/examples/atm NOTES README Startup atm-config.sh atm-sockets.txt cpcs-design.txt fore-microcode.txt sscf-design.txt sscop-design.txt sys/dev/hea eni.c eni.h eni_buffer.c eni_globals.c eni_if.c eni_init.c eni_intr.c eni_receive.c eni_stats.h eni_suni.h eni_transmit.c eni_var.h eni_vcm.c sys/dev/hfa fore.h fore_aali.h fore_buffer.c fore_command.c fore_globals.c fore_if.c fore_include.h fore_init.c fore_intr.c fore_load.c fore_output.c fore_receive.c fore_slave.h fore_stats.c fore_stats.h fore_timer.c fore_transmit.c fore_var.h fore_vcm.c sys/netatm atm.h atm_aal5.c atm_cm.c atm_cm.h atm_device.c atm_if.c atm_if.h atm_ioctl.h atm_pcb.h atm_proto.c atm_sap.h atm_sigmgr.h atm_signal.c atm_socket.c atm_stack.h atm_subr.c atm_sys.h atm_usrreq.c atm_var.h atm_vc.h kern_include.h port.h queue.h sys/netatm/ipatm ipatm.h ipatm_event.c ipatm_if.c ipatm_input.c ipatm_load.c ipatm_output.c ipatm_serv.h ipatm_usrreq.c ipatm_var.h ipatm_vcm.c sys/netatm/sigpvc sigpvc.h sigpvc_if.c sigpvc_subr.c sigpvc_var.h sys/netatm/spans spans_arp.c spans_cls.c spans_cls.h spans_if.c spans_kxdr.c spans_msg.c spans_print.c spans_proto.c spans_subr.c spans_util.c spans_var.h spans_xdr.x sys/netatm/uni Makefile q2110_sigaa.c q2110_sigcpcs.c q2110_subr.c qsaal1_sigaa.c qsaal1_sigcpcs.c qsaal1_subr.c sscf_uni.c sscf_uni.h sscf_uni_lower.c sscf_uni_upper.c sscf_uni_var.h sscop.c sscop.h sscop_lower.c sscop_misc.h sscop_pdu.c sscop_pdu.h sscop_sigaa.c sscop_sigcpcs.c sscop_subr.c sscop_timer.c sscop_upper.c sscop_var.h uni.h uni_load.c uniarp.c uniarp_cache.c uniarp_input.c uniarp_output.c uniarp_timer.c uniarp_vcm.c uniip.c uniip_var.h unisig.h unisig_decode.c unisig_decode.h unisig_encode.c unisig_if.c unisig_mbuf.c unisig_mbuf.h unisig_msg.c unisig_msg.h unisig_print.c unisig_print.h unisig_proto.c unisig_sigmgr_state.c unisig_subr.c unisig_util.c unisig_var.h unisig_vc_state.c usr.sbin/atm Makefile Makefile.inc usr.sbin/atm/atmarpd Makefile atmarp_config.c atmarp_log.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c atmarp_var.h atmarpd.8 atmarpd.c usr.sbin/atm/scspd Makefile scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_hfsm.c scsp_if.c scsp_if.h scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c scsp_timer.c scsp_var.h scspd.8 scspd.c Log: Add new files for HARP3 Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). From owner-cvs-all Tue Sep 15 01:25:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21138 for cvs-all-outgoing; Tue, 15 Sep 1998 01:25: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 BAA21133; Tue, 15 Sep 1998 01:25:26 -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 BAA20133; Tue, 15 Sep 1998 01:25:10 -0700 (PDT) Date: Tue, 15 Sep 1998 01:25:10 -0700 (PDT) Message-Id: <199809150825.BAA20133@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 GENERICupgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/15 01:25:09 PDT Modified files: sys/pc98/conf GENERIC98 GENERICupgrade Log: Deleted DDB and DIAGNOSTIC options. Revision Changes Path 1.43 +1 -8 src/sys/pc98/conf/GENERIC98 1.2 +1 -8 src/sys/pc98/conf/GENERICupgrade From owner-cvs-all Tue Sep 15 01:33:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21625 for cvs-all-outgoing; Tue, 15 Sep 1998 01:33: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 BAA21620; Tue, 15 Sep 1998 01:33:54 -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 BAA20418; Tue, 15 Sep 1998 01:33:38 -0700 (PDT) Date: Tue, 15 Sep 1998 01:33:38 -0700 (PDT) Message-Id: <199809150833.BAA20418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt.h dpt_control.c dpt_scsi.c src/sys/i386/eisa dpt_eisa.c dpt_eisa.h src/sys/pci dpt_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:33:38 PDT Modified files: sys/dev/dpt dpt_control.c dpt_scsi.c sys/i386/eisa dpt_eisa.c dpt_eisa.h sys/pci dpt_pci.c Added files: sys/dev/dpt dpt.h Log: Conver the DPT driver to CAM. The dpt_control interface is not yet functional, but will be in another day or so. Revision Changes Path 1.9 +4 -29 src/sys/dev/dpt/dpt_control.c 1.13 +1910 -3231src/sys/dev/dpt/dpt_scsi.c 1.4 +86 -322 src/sys/i386/eisa/dpt_eisa.c 1.2 +12 -3 src/sys/i386/eisa/dpt_eisa.h 1.8 +86 -405 src/sys/pci/dpt_pci.c From owner-cvs-all Tue Sep 15 01:43:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22188 for cvs-all-outgoing; Tue, 15 Sep 1998 01:43: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 BAA22183; Tue, 15 Sep 1998 01:43:13 -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 BAA20836; Tue, 15 Sep 1998 01:42:57 -0700 (PDT) Date: Tue, 15 Sep 1998 01:42:57 -0700 (PDT) Message-Id: <199809150842.BAA20836@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h asm_pci.h isp.c isp_freebsd.c isp_freebsd.h ispmbox.h ispreg.h ispvar.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:42:57 PDT Modified files: sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h ispmbox.h ispreg.h ispvar.h Added files: sys/dev/isp isp_freebsd_cam.h Log: Update QLogic ISP support for CAM. Add preliminary target mode support. Submitted by: Matthew Jacob Revision Changes Path 1.2 +10846 -2327src/sys/dev/isp/asm_pci.h 1.2 +1648 -493 src/sys/dev/isp/isp.c 1.3 +551 -13 src/sys/dev/isp/isp_freebsd.c 1.3 +36 -18 src/sys/dev/isp/isp_freebsd.h 1.2 +314 -16 src/sys/dev/isp/ispmbox.h 1.2 +130 -26 src/sys/dev/isp/ispreg.h 1.4 +115 -58 src/sys/dev/isp/ispvar.h From owner-cvs-all Tue Sep 15 01:50:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22768 for cvs-all-outgoing; Tue, 15 Sep 1998 01:50: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 BAA22762; Tue, 15 Sep 1998 01:50:09 -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 BAA21103; Tue, 15 Sep 1998 01:49:53 -0700 (PDT) Date: Tue, 15 Sep 1998 01:49:53 -0700 (PDT) Message-Id: <199809150849.BAA21103@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man9 at_shutdown.9 src/sys/kern kern_shutdown.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:49:53 PDT Modified files: share/man/man9 at_shutdown.9 Log: Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers. Revision Changes Path 1.12 +9 -3 src/share/man/man9/at_shutdown.9 Modified files: sys/kern kern_shutdown.c Log: Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run at splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers. Converted at_shutdown queues to use the queue(3) macros. Revision Changes Path 1.39 +66 -83 src/sys/kern/kern_shutdown.c From owner-cvs-all Tue Sep 15 01:55:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23489 for cvs-all-outgoing; Tue, 15 Sep 1998 01:55: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 BAA23484; Tue, 15 Sep 1998 01:55:20 -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 BAA21314; Tue, 15 Sep 1998 01:55:04 -0700 (PDT) Date: Tue, 15 Sep 1998 01:55:04 -0700 (PDT) Message-Id: <199809150855.BAA21314@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys buf.h src/sys/ufs/ufs ufs_disksubr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 01:55:03 PDT Modified files: sys/sys buf.h sys/ufs/ufs ufs_disksubr.c Log: When a buffer is removed from a buffer queue, remember it's block number and use it as "the currently active" buffer in doing disk sort calculations. Revision Changes Path 1.56 +22 -15 src/sys/sys/buf.h 1.36 +52 -26 src/sys/ufs/ufs/ufs_disksubr.c From owner-cvs-all Tue Sep 15 02:25:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26574 for cvs-all-outgoing; Tue, 15 Sep 1998 02:25:01 -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 CAA26546; Tue, 15 Sep 1998 02:24:49 -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 KAA18342; Tue, 15 Sep 1998 10:24:55 +0100 (BST) Date: Tue, 15 Sep 1998 10:24:55 +0100 (BST) From: Doug Rabson To: "Justin T. Gibbs" cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/isp isp_freebsd_cam.h asm_pci.h isp.c isp_freebsd.c isp_freebsd.h ispmbox.h ispreg.h ispvar.h In-Reply-To: <199809150842.BAA20836@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 Tue, 15 Sep 1998, Justin T. Gibbs wrote: > gibbs 1998/09/15 01:42:57 PDT > > Modified files: > sys/dev/isp asm_pci.h isp.c isp_freebsd.c > isp_freebsd.h ispmbox.h ispreg.h ispvar.h > Added files: > sys/dev/isp isp_freebsd_cam.h > Log: > Update QLogic ISP support for CAM. Add preliminary target mode support. > > Submitted by: Matthew Jacob isp_freebsd_cam.h appears to have two copies of its intended contents. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Tue Sep 15 02:30:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27036 for cvs-all-outgoing; Tue, 15 Sep 1998 02:30:42 -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 CAA27028; Tue, 15 Sep 1998 02:30:31 -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 LAA08466; Tue, 15 Sep 1998 11:35:26 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Tue, 15 Sep 1998 11:35:26 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Poul-Henning Kamp cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-Reply-To: <27758.905844986@critter.freebsd.dk> 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, 15 Sep 1998, Poul-Henning Kamp wrote: > > The nice guys at Network Computing Services, Inc. have released and > ported HARP3 to FreeBSD for inclusion in FreeBSD 3.0 > > I will be committing this code later today. > > For a feature list and documentation see /usr/share/examples/atm/* > (coming to a cvs-tree near you shortly!) > > Many thanks to the HARP team! It's really great! I used HARP, and it's very nice. Many thanks! One question, though: last time I checked they had some non-BSD license, prohibiting commercial use. Has this changed? 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 Tue Sep 15 02:31:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27143 for cvs-all-outgoing; Tue, 15 Sep 1998 02:31:59 -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 CAA27136; Tue, 15 Sep 1998 02:31:54 -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 CAA17844; Tue, 15 Sep 1998 02:31:40 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id JAA01469; Tue, 15 Sep 1998 09:31:34 GMT (envelope-from obrien) Message-ID: <19980915023134.A1447@nuxi.com> Date: Tue, 15 Sep 1998 02:31:34 -0700 From: "David O'Brien" To: Jun Kuriyama , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/gd - Imported sources Reply-To: obrien@NUXI.com References: <35F84F3D.6F0BE103@sky.rim.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <35F84F3D.6F0BE103@sky.rim.or.jp>; from Jun Kuriyama on Fri, Sep 11, 1998 at 07:14:21AM +0900 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 > > Good point. Maybe we should just update the port that is already > > (ports/graphics/gd) if there is nothing Japanese-centric about it. > > Sorry for my less information. This port has patches for creation GIF > from Japanese kanji fonts. This will be used by ja-apache*-php* for > creating Kanji GIF on the fly. > > I'll add description about it into pkg/COMMENT. Thanks! So. It is still usable by everyone, right? Non-Japanese wont notice anything different, right? So why not update ports/graphics/gd with this one? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Tue Sep 15 02:36:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27665 for cvs-all-outgoing; Tue, 15 Sep 1998 02:36: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 CAA27660; Tue, 15 Sep 1998 02:36:40 -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 CAA22968; Tue, 15 Sep 1998 02:36:24 -0700 (PDT) Date: Tue, 15 Sep 1998 02:36:24 -0700 (PDT) Message-Id: <199809150936.CAA22968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-fonts/ttmkfdir/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 02:36:24 PDT Modified files: x11-fonts/ttmkfdir/files md5 Log: Checksum changed.... Revision Changes Path 1.2 +1 -1 ports/x11-fonts/ttmkfdir/files/md5 From owner-cvs-all Tue Sep 15 02:37:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27745 for cvs-all-outgoing; Tue, 15 Sep 1998 02:37: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 CAA27740; Tue, 15 Sep 1998 02:37: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 CAA23032; Tue, 15 Sep 1998 02:36:59 -0700 (PDT) Date: Tue, 15 Sep 1998 02:36:59 -0700 (PDT) Message-Id: <199809150936.CAA23032@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/15 02:36:59 PDT Modified files: . modules Log: mkhybrid wakes from the dead. Revision Changes Path 1.2365 +2 -1 CVSROOT/modules From owner-cvs-all Tue Sep 15 02:39:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28018 for cvs-all-outgoing; Tue, 15 Sep 1998 02:39: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 CAA28013; Tue, 15 Sep 1998 02:39:17 -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 CAA23120; Tue, 15 Sep 1998 02:39:01 -0700 (PDT) Date: Tue, 15 Sep 1998 02:39:01 -0700 (PDT) Message-Id: <199809150939.CAA23120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk-- Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 02:39:00 PDT Modified files: x11-toolkits/gtk-- Makefile Log: No need to use += for variable defined only once. (I know it's just a comment, but a bad one nonetheless. :) Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/gtk--/Makefile From owner-cvs-all Tue Sep 15 02:40:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28231 for cvs-all-outgoing; Tue, 15 Sep 1998 02:40:42 -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 CAA28213 for ; Tue, 15 Sep 1998 02:40:32 -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 LAA28349; Tue, 15 Sep 1998 11:35:48 +0200 (CEST) To: Andrzej Bialecki cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-reply-to: Your message of "Tue, 15 Sep 1998 11:35:26 +0200." Date: Tue, 15 Sep 1998 11:35:48 +0200 Message-ID: <28347.905852148@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message , And rzej Bialecki writes: >It's really great! I used HARP, and it's very nice. Many thanks! > >One question, though: last time I checked they had some non-BSD license, >prohibiting commercial use. Has this changed? YES, it is a very FreeBSD compatible license now. -- 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 Tue Sep 15 02:41:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28393 for cvs-all-outgoing; Tue, 15 Sep 1998 02:41: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 CAA28386; Tue, 15 Sep 1998 02:41:53 -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 CAA23277; Tue, 15 Sep 1998 02:41:37 -0700 (PDT) Date: Tue, 15 Sep 1998 02:41:37 -0700 (PDT) Message-Id: <199809150941.CAA23277@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/mkhybrid Makefile ports/sysutils/mkhybrid/files macmaping.tbl md5 ports/sysutils/mkhybrid/patches patch-ae patch-af ports/sysutils/mkhybrid/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/15 02:41:36 PDT Added files: sysutils/mkhybrid Makefile sysutils/mkhybrid/files macmaping.tbl md5 sysutils/mkhybrid/patches patch-ae patch-af sysutils/mkhybrid/pkg COMMENT DESCR PLIST Log: * Upgrade to 1.11.3. * Install a Macintosh Creator/Type map so people wont spend the whole afternoon experimenting like I had to. * Also install the diag utils. From owner-cvs-all Tue Sep 15 02:43:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28706 for cvs-all-outgoing; Tue, 15 Sep 1998 02:43: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 CAA28701; Tue, 15 Sep 1998 02:43:36 -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 CAA23397; Tue, 15 Sep 1998 02:43:20 -0700 (PDT) Date: Tue, 15 Sep 1998 02:43:20 -0700 (PDT) Message-Id: <199809150943.CAA23397@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/mkhybrid11 Makefile ports/sysutils/mkhybrid11/files macmaping.tbl md5 ports/sysutils/mkhybrid11/patches patch-ae patch-af ports/sysutils/mkhybrid11/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/15 02:43:20 PDT Removed files: sysutils/mkhybrid11 Makefile sysutils/mkhybrid11/files macmaping.tbl md5 sysutils/mkhybrid11/patches patch-ae patch-af sysutils/mkhybrid11/pkg COMMENT DESCR PLIST Log: bye-bye version numbered stuff Approved by: maintainer and commiter by silence From owner-cvs-all Tue Sep 15 02:44:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28887 for cvs-all-outgoing; Tue, 15 Sep 1998 02:44: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 CAA28875; Tue, 15 Sep 1998 02:44:49 -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 CAA23602; Tue, 15 Sep 1998 02:44:32 -0700 (PDT) Date: Tue, 15 Sep 1998 02:44:32 -0700 (PDT) Message-Id: <199809150944.CAA23602@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/15 02:44:31 PDT Modified files: . modules Log: bye-bye version numbered stuff Approved by: maintainer and committer by silence Revision Changes Path 1.2366 +1 -2 CVSROOT/modules From owner-cvs-all Tue Sep 15 02:48:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29436 for cvs-all-outgoing; Tue, 15 Sep 1998 02:48: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 CAA29419; Tue, 15 Sep 1998 02:48:39 -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 CAA23989; Tue, 15 Sep 1998 02:48:23 -0700 (PDT) Date: Tue, 15 Sep 1998 02:48:23 -0700 (PDT) Message-Id: <199809150948.CAA23989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/pib Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 02:48:22 PDT Modified files: sysutils/pib Makefile Log: Ressurect RUN_DEPENDS. Reviewed by: maintainer Revision Changes Path 1.10 +2 -1 ports/sysutils/pib/Makefile From owner-cvs-all Tue Sep 15 02:49:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29660 for cvs-all-outgoing; Tue, 15 Sep 1998 02:49:26 -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 CAA29636 for ; Tue, 15 Sep 1998 02:49:18 -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 LAA16411; Tue, 15 Sep 1998 11:49:04 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Tue, 15 Sep 1998 11:49:04 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Poul-Henning Kamp cc: committers@FreeBSD.ORG Subject: Re: HARP 3 entering the tree... In-Reply-To: <28347.905852148@critter.freebsd.dk> 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, 15 Sep 1998, Poul-Henning Kamp wrote: > In message , And > rzej Bialecki writes: > > >It's really great! I used HARP, and it's very nice. Many thanks! > > > >One question, though: last time I checked they had some non-BSD license, > >prohibiting commercial use. Has this changed? > > YES, it is a very FreeBSD compatible license now. Wow, that's even more great! Many, many thanks to the HARP guys, and to you :-) 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 Tue Sep 15 02:51:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00163 for cvs-all-outgoing; Tue, 15 Sep 1998 02:51: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 CAA00136; Tue, 15 Sep 1998 02:51:29 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA04154; Tue, 15 Sep 1998 02:51:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA27027; Tue, 15 Sep 1998 02:51:05 -0700 (PDT) Date: Tue, 15 Sep 1998 02:51:05 -0700 (PDT) Message-Id: <199809150951.CAA27027@silvia.hip.berkeley.edu> To: obrien@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809150943.CAA23397@freefall.freebsd.org> (obrien@FreeBSD.ORG) Subject: Re: cvs commit: ports/sysutils/mkhybrid11 Makefile ports/sysutils/mkhybrid11/files macmaping.tbl md5 ports/sysutils/mkhybrid11/patches patch-ae patch-af ports/sysutils/mkhybrid11/pkg COMMENT DESCR PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Removed files: * Approved by: maintainer and commiter by silence "Silence" is not good enough for removing ports. Did you actually send mail directly to them, or was the mail to "ports" the only one you sent? Satoshi From owner-cvs-all Tue Sep 15 02:54:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00874 for cvs-all-outgoing; Tue, 15 Sep 1998 02:54:23 -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 CAA00862; Tue, 15 Sep 1998 02:54: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 CAA17910; Tue, 15 Sep 1998 02:53:52 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id JAA02183; Tue, 15 Sep 1998 09:54:04 GMT (envelope-from obrien) Resent-Message-Id: <199809150954.JAA02183@dragon.nuxi.com> Message-ID: <19980915025342.A2168@nuxi.com> Date: Tue, 15 Sep 1998 02:53:42 -0700 From: "David O'Brien" To: Satoshi Asami Subject: Re: cvs commit: ports/sysutils/mkhybrid11 Makefile ports/sysutils/mkhybrid11/files macmaping.tbl md5 ports/sysutils/mkhybrid11/patches patch-ae patch-af ports/sysutils/mkhybrid11/pkg COMMENT DESCR PLIST Reply-To: obrien@NUXI.com References: <199809150943.CAA23397@freefall.freebsd.org> <199809150951.CAA27027@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809150951.CAA27027@silvia.hip.berkeley.edu>; from Satoshi Asami on Tue, Sep 15, 1998 at 02:51:05AM -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 Resent-From: obrien@NUXI.com Resent-Date: Tue, 15 Sep 1998 02:54:04 -0700 Resent-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > "Silence" is not good enough for removing ports. Did you actually > send mail directly to them, or was the mail to "ports" the only one Directly to both of them two weeks ago. Took the usual FreeBSD responce(tm) that slience == Ok. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Tue Sep 15 02:56:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01295 for cvs-all-outgoing; Tue, 15 Sep 1998 02:56:17 -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 CAA01282 for ; Tue, 15 Sep 1998 02:56:09 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp351.kt.rim.or.jp [202.247.140.51]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id SAA18305 for ; Tue, 15 Sep 1998 18:55:50 +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 SAA13852 for ; Tue, 15 Sep 1998 18:55:18 +0900 (JST) Message-ID: <35FE38FB.E842279@sky.rim.or.jp> Date: Tue, 15 Sep 1998 18:52:59 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: cvs-committers@FreeBSD.org Subject: When is the branch point for RELENG_3_0 ? References: <199809141956.MAA05887@freefall.freebsd.org> <19980914221312.14240@follo.net> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund wrote: > IMO, this commit does not belong in -current, but in RELENG_3_0. BTW, when is the branch point for RELENG_3_0? We are in BETA cycle for 3.0-RELEASE, so we cannot check-in experimental code into this branch for a month. Is branching day the day when 3.0-RELEASE is rolled out? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Tue Sep 15 02:56:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01386 for cvs-all-outgoing; Tue, 15 Sep 1998 02:56:43 -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 CAA01381 for ; Tue, 15 Sep 1998 02:56:42 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp351.kt.rim.or.jp [202.247.140.51]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id SAA18375 for ; Tue, 15 Sep 1998 18:56:23 +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 SAA13856 for ; Tue, 15 Sep 1998 18:55:21 +0900 (JST) Message-ID: <35FE38FE.E09093DD@sky.rim.or.jp> Date: Tue, 15 Sep 1998 18:53:02 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: committers Subject: Can we branch doc/ja/man? Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We are working in doc/ja/man for RELENG_2_2 branch now. But manpage diffs between RELENG_2_2 and HEAD is pretty big, so we started to prepare translation for 3.0-RELEASE. If 3.0-RELEASE is rolled out, many users will use RELENG_2_2 branch for a long time, so we should maintain manpage translation for RELENG_2_2 branch. I know doc tree in CVS repository should not have branch-point, but we want branches RELENG_2_2 and HEAD for that reason. What should we do? # BTW, books of translated manpage (section 1, 5, 8) will be published # in Japan (section 1 will be 9/25). # These are results of jpman project members' effort. Yay! -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Tue Sep 15 03:07:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02495 for cvs-all-outgoing; Tue, 15 Sep 1998 03:07: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 DAA02490; Tue, 15 Sep 1998 03:07:43 -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 DAA24713; Tue, 15 Sep 1998 03:07:27 -0700 (PDT) Date: Tue, 15 Sep 1998 03:07:27 -0700 (PDT) Message-Id: <199809151007.DAA24713@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files options src/sys/dev/isp isp_freebsd_cam.h src/sys/i386/boot/biosboot Makefile README.386BSD README.MACH boot.help table.c src/sys/i386/conf GENERIC LINT PCCARD SMP-GENERIC devices.i386 files.i386 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 03:07:27 PDT Modified files: sys/conf files options Log: Update for CAM. Revision Changes Path 1.157 +38 -29 src/sys/conf/files 1.97 +21 -4 src/sys/conf/options Modified files: sys/dev/isp isp_freebsd_cam.h Log: Contents were duplicated. Revision Changes Path 1.2 +2 -207 src/sys/dev/isp/isp_freebsd_cam.h Modified files: sys/i386/boot/biosboot Makefile README.386BSD README.MACH boot.help table.c Log: Adjust for sd->da and the loss of od. Revision Changes Path 1.65 +6 -10 src/sys/i386/boot/biosboot/Makefile 1.10 +12 -12 src/sys/i386/boot/biosboot/README.386BSD 1.6 +2 -2 src/sys/i386/boot/biosboot/README.MACH 1.3 +3 -3 src/sys/i386/boot/biosboot/boot.help 1.16 +2 -2 src/sys/i386/boot/biosboot/table.c Modified files: sys/i386/conf GENERIC LINT PCCARD SMP-GENERIC devices.i386 files.i386 majors.i386 options.i386 Log: sd->da, od is gone, no SCSI control devices. new pass, xpt, and targ devices. Nuke no longer used AHC options. Revision Changes Path 1.116 +17 -16 src/sys/i386/conf/GENERIC 1.464 +50 -47 src/sys/i386/conf/LINT 1.4 +2 -2 src/sys/i386/conf/PCCARD 1.13 +32 -17 src/sys/i386/conf/SMP-GENERIC 1.14 +3 -4 src/sys/i386/conf/devices.i386 1.203 +15 -15 src/sys/i386/conf/files.i386 1.49 +7 -10 src/sys/i386/conf/majors.i386 1.86 +1 -6 src/sys/i386/conf/options.i386 Modified files: sys/i386/i386 autoconf.c busdma_machdep.c mountroot.c swapgeneric.c symbols.raw userconfig.c Log: autoconf.c: Convert autoconf hooks from old SCSI system to CAM. busdma_machdep.c: bus_dmamap_free() should expect the nobounce map, not a NULL one. mountroot.c: swapgeneric.c: da and od changes. symbols.raw: Nuke the old disk stat symbols. userconfig.c: Disable the SCSI listing code until it can be converted to CAM. Revision Changes Path 1.106 +4 -8 src/sys/i386/i386/autoconf.c 1.8 +2 -2 src/sys/i386/i386/busdma_machdep.c 1.4 +2 -2 src/sys/i386/i386/mountroot.c 1.24 +5 -9 src/sys/i386/i386/swapgeneric.c 1.13 +1 -8 src/sys/i386/i386/symbols.raw 1.108 +5 -8 src/sys/i386/i386/userconfig.c Modified files: sys/i386/isa isa_device.h Log: The Buslogic driver is smart enough to set it's own interrupt vector now. Revision Changes Path 1.54 +2 -3 src/sys/i386/isa/isa_device.h Modified files: sys/kern kern_clock.c vfs_bio.c Log: kern_clock.c: Remove old disk statistics variables. vfs_bio.c: Enable bowrite now that B_ORDERED works for all buffer devices. Revision Changes Path 1.79 +2 -18 src/sys/kern/kern_clock.c 1.176 +5 -12 src/sys/kern/vfs_bio.c Modified files: sys/pc98/pc98 pc98_machdep.c pc98_machdep.h Log: Convert SCSI disk bios geometry code to CAM. Revision Changes Path 1.15 +19 -26 src/sys/pc98/pc98/pc98_machdep.c 1.7 +2 -3 src/sys/pc98/pc98/pc98_machdep.h Modified files: sys/pci isp_pci.c ncr.c ncrreg.h Log: Convert ISP pci front end to CAM/bus space/dma. Convert ncr driver to CAM. Revision Changes Path 1.4 +429 -37 src/sys/pci/isp_pci.c 1.124 +1079 -1653src/sys/pci/ncr.c 1.12 +3 -40 src/sys/pci/ncrreg.h Modified files: sys/sys ccdvar.h chio.h mtio.h systm.h Log: system.h: Add definition for at_shutdown(9)'s SHUTDOWN_FINAL. ccdvar.h: chio.h: mtio.h: Add CAM support. Revision Changes Path 1.7 +2 -3 src/sys/sys/ccdvar.h 1.12 +107 -37 src/sys/sys/chio.h 1.11 +10 -7 src/sys/sys/mtio.h 1.76 +2 -1 src/sys/sys/systm.h From owner-cvs-all Tue Sep 15 03:18:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03852 for cvs-all-outgoing; Tue, 15 Sep 1998 03:18:26 -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 DAA03846; Tue, 15 Sep 1998 03:18:24 -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 TAA22368; Tue, 15 Sep 1998 19:16:35 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id TAA09215; Tue, 15 Sep 1998 19:16:35 +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 TAA02620; Tue, 15 Sep 1998 19:07:03 +0900 (JST) To: obrien@NUXI.com Cc: kuriyama@sky.rim.or.jp, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/japanese/gd - Imported sources From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 15 Sep 1998 02:31:34 -0700" <19980915023134.A1447@nuxi.com> References: <19980915023134.A1447@nuxi.com> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) 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: <19980915190701M.masafumi@aslm.rim.or.jp> Date: Tue, 15 Sep 1998 19:07:01 +0900 X-Dispatcher: imput version 971024 Lines: 36 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> > Good point. Maybe we should just update the port that is >> already > (ports/graphics/gd) if there is nothing >> Japanese-centric about it. >> >> Sorry for my less information. This port has patches for >> creation GIF from Japanese kanji fonts. This will be used by >> ja-apache*-php* for creating Kanji GIF on the fly. >> >> I'll add description about it into pkg/COMMENT. Thanks! > So. It is still usable by everyone, right? Non-Japanese wont > notice anything different, right? So why not update > ports/graphics/gd with this one? It sounds okay while there is only patch for this progarm to support Japanese. But what if, for example, Chinese, Korean or Vietnamies patches came out and they were exclusive to each other? Which patch should we integrate to ports/graphics/gd? Since there seems only Japanese patch is know to be out there, it may be okay to integrate it in graphics/gd, but we may have to move that to japanese/gd in future. I have a feeling that providing FreeBSD port of Japanese something will let many people be aware of the fact that there is Japanese patch for ceratin program, and that would increase the chance for people in other language environment to create a patch for their own language. Thus, resulting in the situation illustrated above. So, I would say that even though there is only Japanese patch at this moment, it is probably wise to separate it in the Japanese category. If the original author of gd decided to integrate that patch in his/her original distribution, the story is totally different, of course, though. Cheers, Max From owner-cvs-all Tue Sep 15 03:30:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05472 for cvs-all-outgoing; Tue, 15 Sep 1998 03:30: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 DAA05467; Tue, 15 Sep 1998 03:30:41 -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 DAA25320; Tue, 15 Sep 1998 03:30:25 -0700 (PDT) Date: Tue, 15 Sep 1998 03:30:25 -0700 (PDT) Message-Id: <199809151030.DAA25320@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/etc/mtree BSD.include.dist src/include Makefile src/lib Makefile src/lib/libdisk create_chunk.c disk.c src/release Makefile src/release/sysinstall devices.c disks.c src/sbin Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 03:30:25 PDT Modified files: etc/etc.i386 MAKEDEV Log: Update for CAM. Revision Changes Path 1.171 +102 -84 src/etc/etc.i386/MAKEDEV Modified files: etc/mtree BSD.include.dist include Makefile Log: Add new cam include hierarchy. Revision Changes Path 1.19 +5 -1 src/etc/mtree/BSD.include.dist 1.83 +3 -3 src/include/Makefile Modified files: lib Makefile Log: Hook up libcam and libdevstat. Revision Changes Path 1.78 +4 -4 src/lib/Makefile Modified files: lib/libdisk create_chunk.c disk.c Log: Remove references to the "od" device. Revision Changes Path 1.31 +1 -3 src/lib/libdisk/create_chunk.c 1.36 +2 -2 src/lib/libdisk/disk.c Modified files: release Makefile Log: We don't need the CAM application pass-thru driver on installation boot floppies. Also kill the sense and command strings to save space. Revision Changes Path 1.385 +4 -1 src/release/Makefile Modified files: release/sysinstall devices.c disks.c Log: Device name cleanup for CAM. Revision Changes Path 1.82 +4 -6 src/release/sysinstall/devices.c 1.100 +2 -1 src/release/sysinstall/disks.c Modified files: sbin Makefile Log: Add camcontrol. Remove scsiformat. Revision Changes Path 1.55 +3 -4 src/sbin/Makefile Modified files: sbin/dump dumprmt.c tape.c Log: Add support for dealing with ENOSPC as the error code returned by a tape device hitting EOM on a write. Revision Changes Path 1.13 +8 -11 src/sbin/dump/dumprmt.c 1.10 +9 -5 src/sbin/dump/tape.c Modified files: share/man/man4 ch.4 Log: Document new volume tag and element status support. Revision Changes Path 1.12 +218 -26 src/share/man/man4/ch.4 Modified files: share/man/man9 Makefile Log: Add devstat.9. Revision Changes Path 1.38 +3 -2 src/share/man/man9/Makefile Modified files: share/mk bsd.libnames.mk Log: Define LIBCAM and LIBDEVSTAT. Revision Changes Path 1.17 +3 -1 src/share/mk/bsd.libnames.mk Modified files: usr.bin/mt mt.1 mt.c Log: Augment compression and blocksize support. Update table of known densities. Revision Changes Path 1.12 +97 -52 src/usr.bin/mt/mt.1 1.15 +155 -37 src/usr.bin/mt/mt.c Modified files: usr.bin/systat Makefile Log: Reference new files for device stat support. Revision Changes Path 1.7 +6 -5 src/usr.bin/systat/Makefile Modified files: usr.sbin Makefile Log: Ncrcontrol is no more. Revision Changes Path 1.129 +1 -2 src/usr.sbin/Makefile Modified files: usr.sbin/config mkioconf.c Log: Build CAM hardwiring info. Revision Changes Path 1.41 +12 -70 src/usr.sbin/config/mkioconf.c Modified files: usr.sbin/rmt rmt.c Log: Add support for the 'V'ersion rmt command. Revision Changes Path 1.5 +7 -1 src/usr.sbin/rmt/rmt.c From owner-cvs-all Tue Sep 15 03:32:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05727 for cvs-all-outgoing; Tue, 15 Sep 1998 03:32:27 -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 DAA05722 for ; Tue, 15 Sep 1998 03:32:25 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id DAA04205; Tue, 15 Sep 1998 03:32:08 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id DAA27135; Tue, 15 Sep 1998 03:32:05 -0700 (PDT) Date: Tue, 15 Sep 1998 03:32:05 -0700 (PDT) Message-Id: <199809151032.DAA27135@silvia.hip.berkeley.edu> To: obrien@NUXI.com In-reply-to: <19980915025342.A2168@nuxi.com> (obrien@NUXI.com) Subject: Re: cvs commit: ports/sysutils/mkhybrid11 Makefile ports/sysutils/mkhybrid11/files macmaping.tbl md5 ports/sysutils/mkhybrid11/patches patch-ae patch-af ports/sysutils/mkhybrid11/pkg COMMENT DESCR PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Directly to both of them two weeks ago. Took the usual FreeBSD * responce(tm) that slience == Ok. Oh, ok. Please say so in the commit message then. Satoshi From owner-cvs-all Tue Sep 15 03:38:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06714 for cvs-all-outgoing; Tue, 15 Sep 1998 03:38: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 DAA06709; Tue, 15 Sep 1998 03:38:49 -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 DAA25569; Tue, 15 Sep 1998 03:38:33 -0700 (PDT) Date: Tue, 15 Sep 1998 03:38:33 -0700 (PDT) Message-Id: <199809151038.DAA25569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/scsi 93cx6.c 93cx6.h advansys.c advansys.h aic7xxx.c aic7xxx.h bt.c btreg.h src/sys/pci aic7870.c bt9xx.c src/sys/scsi README cd.c ch.c od.c pt.c scsi_all.h scsi_base.c scsi_cd.h scsi_changer.h scsi_debug.h scsi_disk.h ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 03:38:33 PDT Removed files: sys/i386/scsi 93cx6.c 93cx6.h advansys.c advansys.h aic7xxx.c aic7xxx.h bt.c btreg.h sys/pci aic7870.c bt9xx.c sys/scsi README cd.c ch.c od.c pt.c scsi_all.h scsi_base.c scsi_cd.h scsi_changer.h scsi_debug.h scsi_disk.h scsi_driver.c scsi_driver.h scsi_generic.h scsi_ioctl.c scsi_message.h scsi_sense.c scsi_tape.h scsi_worm.h scsiconf.c scsiconf.h sctarg.c sd.c ssc.c st.c su.c uk.c worm.c Log: Obsoleted by CAM. From owner-cvs-all Tue Sep 15 03:40:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06988 for cvs-all-outgoing; Tue, 15 Sep 1998 03:40: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 DAA06981; Tue, 15 Sep 1998 03:40:07 -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 DAA25617; Tue, 15 Sep 1998 03:39:51 -0700 (PDT) Date: Tue, 15 Sep 1998 03:39:51 -0700 (PDT) Message-Id: <199809151039.DAA25617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa aha1742.c aic7770.c bt74x.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 03:39:50 PDT Removed files: sys/i386/eisa aha1742.c aic7770.c bt74x.c Log: Obsolteted by CAM. From owner-cvs-all Tue Sep 15 03:41:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07105 for cvs-all-outgoing; Tue, 15 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 DAA07090; Tue, 15 Sep 1998 03:41:12 -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 DAA25654; Tue, 15 Sep 1998 03:40:56 -0700 (PDT) Date: Tue, 15 Sep 1998 03:40:56 -0700 (PDT) Message-Id: <199809151040.DAA25654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa aha1542.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 03:40:56 PDT Removed files: sys/i386/isa aha1542.c Log: Obsoleted by CAM. From owner-cvs-all Tue Sep 15 03:42:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07385 for cvs-all-outgoing; Tue, 15 Sep 1998 03:42:57 -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 DAA07359; Tue, 15 Sep 1998 03:42:52 -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 EAA24465; Tue, 15 Sep 1998 04:42:33 -0600 (MDT) Message-Id: <199809151042.EAA24465@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. In-reply-to: Your message of "Mon, 14 Sep 1998 19:41:57 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Sep 1998 04:36:14 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Well, other than a few more files that I need to track down and delete, I should be done. I'm sure there will be problems... there always are on an integration of this magnitude. I'll try to address anything that crops up after I get a bit of rest. -- Justin From owner-cvs-all Tue Sep 15 03:43:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA07620 for cvs-all-outgoing; Tue, 15 Sep 1998 03:43:45 -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 DAA07614 for ; Tue, 15 Sep 1998 03:43:43 -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 DAA13574; Tue, 15 Sep 1998 03:43:43 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Jun Kuriyama cc: cvs-committers@FreeBSD.ORG Subject: Re: When is the branch point for RELENG_3_0 ? In-reply-to: Your message of "Tue, 15 Sep 1998 18:52:59 +0900." <35FE38FB.E842279@sky.rim.or.jp> Date: Tue, 15 Sep 1998 03:43:43 -0700 Message-ID: <13570.905856223@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > BTW, when is the branch point for RELENG_3_0? We are in BETA cycle > for 3.0-RELEASE, so we cannot check-in experimental code into this > branch for a month. > Is branching day the day when 3.0-RELEASE is rolled out? Probably a bit later. Rather than feed 3 branches prematurely (2.2-stable, 3.0-stable and 3.1(?)-current), I think it'd be a better idea to work on stabilizing the single 3.0-current branch for awhile after the 3.0-RELEASE and not have to start merging stuff right away. Once we've cleaned up some of the worst problems which will inevitably be reported following the release date (and more folks running this code), I think it'll be a better time to branch the tree. I do also realize that this will perhaps discourage some of the "highly experimental" development that otherwise might want to immediately follow 3.0's release, but I think there's less potential trouble with that than there is in having to merge a lot of triage work between 2 branches right from the outset. - Jordan From owner-cvs-all Tue Sep 15 03:49:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08274 for cvs-all-outgoing; Tue, 15 Sep 1998 03:49: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 DAA08269; Tue, 15 Sep 1998 03:49:20 -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 DAA25879; Tue, 15 Sep 1998 03:49:04 -0700 (PDT) Date: Tue, 15 Sep 1998 03:49:04 -0700 (PDT) Message-Id: <199809151049.DAA25879@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.network rc.conf src/sys/netinet ip_icmp.c src/lib/libc/gen sysctl.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/15 03:49:04 PDT Modified files: etc rc.network rc.conf sys/netinet ip_icmp.c lib/libc/gen sysctl.3 Log: Turn off replies to ICMP echo requests for broadcast and multicast addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug Revision Changes Path 1.31 +6 -1 src/etc/rc.network 1.57 +4 -1 src/etc/rc.conf 1.31 +2 -2 src/sys/netinet/ip_icmp.c 1.21 +6 -2 src/lib/libc/gen/sysctl.3 From owner-cvs-all Tue Sep 15 03:51:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08718 for cvs-all-outgoing; Tue, 15 Sep 1998 03:51: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 DAA08694; Tue, 15 Sep 1998 03:51: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 DAA25964; Tue, 15 Sep 1998 03:50:57 -0700 (PDT) Date: Tue, 15 Sep 1998 03:50:57 -0700 (PDT) Message-Id: <199809151050.DAA25964@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/electriceyes Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 03:50:56 PDT Modified files: graphics/electriceyes Makefile Log: No need to use += for variable defined only once. Revision Changes Path 1.2 +2 -2 ports/graphics/electriceyes/Makefile From owner-cvs-all Tue Sep 15 03:55:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09610 for cvs-all-outgoing; Tue, 15 Sep 1998 03: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 DAA09592; Tue, 15 Sep 1998 03:55:41 -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 DAA26095; Tue, 15 Sep 1998 03:55:22 -0700 (PDT) Date: Tue, 15 Sep 1998 03:55:22 -0700 (PDT) Message-Id: <199809151055.DAA26095@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/perl5/hints freebsd.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/15 03:55:21 PDT Modified files: contrib/perl5/hints freebsd.sh Log: Fix for the 2.2.7 a.out --> 3.0 ELF cross-build. I need report backs on this one, guys!! Revision Changes Path 1.3 +29 -13 src/contrib/perl5/hints/freebsd.sh From owner-cvs-all Tue Sep 15 04:02:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11392 for cvs-all-outgoing; Tue, 15 Sep 1998 04:02:16 -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 EAA11323; Tue, 15 Sep 1998 04:02:06 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA04234; Tue, 15 Sep 1998 04:01:48 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id EAA27208; Tue, 15 Sep 1998 04:01:45 -0700 (PDT) Date: Tue, 15 Sep 1998 04:01:45 -0700 (PDT) Message-Id: <199809151101.EAA27208@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809150336.UAA09509@freefall.freebsd.org> (message from Scott Mace on Mon, 14 Sep 1998 20:36:46 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab ports/graphics/jbigkit/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * make ELF conversion comply with standard Thanks, but it's not checking PORTOBJFORMAT, so it fails if you're not building on an ELF machine. ;) Satoshi From owner-cvs-all Tue Sep 15 04:12:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14190 for cvs-all-outgoing; Tue, 15 Sep 1998 04:12: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 EAA14185; Tue, 15 Sep 1998 04:12:41 -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 EAA28826; Tue, 15 Sep 1998 04:12:26 -0700 (PDT) Date: Tue, 15 Sep 1998 04:12:26 -0700 (PDT) Message-Id: <199809151112.EAA28826@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/15 04:12:25 PDT Modified files: release/picobsd/build build release/picobsd/isp/crunch1 crunch.conf release/picobsd/net/crunch1 crunch.conf Log: Update ucd-snmp to version 3.5. It's slightly bigger, so also increase the MFS size of net and isp floppies. Add comment to crunch.conf on how to prepare the ucd-snmp port to work with the build process. Submitted by: Jim Flowers Revision Changes Path 1.6 +3 -3 src/release/picobsd/build/build 1.4 +6 -3 src/release/picobsd/isp/crunch1/crunch.conf 1.4 +6 -3 src/release/picobsd/net/crunch1/crunch.conf From owner-cvs-all Tue Sep 15 04:14:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14719 for cvs-all-outgoing; Tue, 15 Sep 1998 04:14: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 EAA14577; Tue, 15 Sep 1998 04:13: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 EAA29367; Tue, 15 Sep 1998 04:13:40 -0700 (PDT) Date: Tue, 15 Sep 1998 04:13:40 -0700 (PDT) Message-Id: <199809151113.EAA29367@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xephem Makefile ports/audio/wmmixer Makefile ports/audio/xtuner Makefile ports/databases/xmbase-grok Makefile ports/databases/xmysql Makefile ports/databases/xmysqladmin Makefile ports/deskutils/xinvest ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 04:13:40 PDT Modified files: astro/xephem Makefile audio/wmmixer Makefile audio/xtuner Makefile databases/xmbase-grok Makefile databases/xmysql Makefile databases/xmysqladmin Makefile deskutils/xinvest Makefile editors/cooledit Makefile editors/nedit Makefile editors/offix-editor Makefile editors/xed Makefile editors/xemacs-mule Makefile editors/xemacs Makefile editors/xemacs20 Makefile emulators/wine Makefile emulators/xcopilot Makefile emulators/xmame Makefile games/3dc Makefile games/crossfire Makefile games/freeciv Makefile games/maelstrom Makefile games/nethack-qt Makefile games/nethack Makefile games/wmtimebomb Makefile games/xbill Makefile games/xboing Makefile games/xcogitate Makefile games/xconq Makefile games/xdeblock Makefile games/xeyesplus Makefile games/xgalaga Makefile games/xminehunter Makefile games/xnibbles Makefile games/xoids Makefile games/xonix Makefile games/xpuzzletama Makefile games/xquarto Makefile games/xscrabble Makefile games/xshisen Makefile games/xsok Makefile games/xsokoban Makefile games/xsoldier Makefile games/xteddy Makefile graphics/aero Makefile graphics/fxtv Makefile graphics/gimp1 Makefile graphics/pixmap Makefile graphics/xbmbrowser Makefile graphics/xfig Makefile graphics/xpaint Makefile graphics/xpdf Makefile japanese/nethack Makefile japanese/wine Makefile japanese/xfig Makefile korean/afterstep Makefile korean/fvwm95 Makefile korean/hfvwm2 Makefile mail/asmail Makefile mail/wmmail Makefile mail/xfaces Makefile mail/xfmail Makefile mail/xmailbox Makefile mail/xpbiff Makefile mail/youbin Makefile misc/xquote Makefile news/knews Makefile print/lyx Makefile print/mgv Makefile print/offix-printer Makefile print/transfig Makefile www/Mosaic Makefile x11-clocks/eyeclock Makefile x11-clocks/wmtime Makefile x11-fm/asfiles Makefile x11-fm/dfm Makefile x11-fm/offix-files Makefile x11-fm/xfm Makefile x11-toolkits/FWF Makefile x11-toolkits/tkstep80 Makefile x11-wm/afterstep-devel Makefile x11-wm/afterstep Makefile x11-wm/ctwm Makefile x11-wm/fvwm Makefile x11-wm/fvwm2 Makefile x11-wm/fvwm95 Makefile x11-wm/gwm Makefile x11-wm/icewm Makefile x11-wm/iconmaker Makefile x11-wm/mlvwm Makefile x11-wm/piewm Makefile x11-wm/qvwm Makefile x11-wm/tvtwm Makefile x11-wm/windowmaker Makefile x11-wm/wmx Makefile x11/bricons Makefile x11/gnomelibs Makefile x11/offix-execute Makefile x11/wdm Makefile x11/xdtm Makefile x11/xfce Makefile x11/xfedor Makefile x11/xlockmore Makefile x11/xscreensaver Makefile Log: libXpm major is now 5. Also remove regexp support in preparation for ELF conversion. Revision Changes Path 1.8 +2 -2 ports/astro/xephem/Makefile 1.2 +2 -2 ports/audio/wmmixer/Makefile 1.3 +2 -2 ports/audio/xtuner/Makefile 1.5 +2 -2 ports/databases/xmbase-grok/Makefile 1.8 +2 -2 ports/databases/xmysql/Makefile 1.9 +2 -2 ports/databases/xmysqladmin/Makefile 1.3 +2 -2 ports/deskutils/xinvest/Makefile 1.5 +2 -2 ports/editors/cooledit/Makefile 1.14 +2 -2 ports/editors/nedit/Makefile 1.3 +2 -2 ports/editors/offix-editor/Makefile 1.8 +2 -2 ports/editors/xed/Makefile 1.3 +2 -2 ports/editors/xemacs-mule/Makefile 1.37 +2 -2 ports/editors/xemacs/Makefile 1.17 +2 -2 ports/editors/xemacs20/Makefile 1.60 +2 -2 ports/emulators/wine/Makefile 1.5 +2 -2 ports/emulators/xcopilot/Makefile 1.5 +2 -2 ports/emulators/xmame/Makefile 1.5 +2 -2 ports/games/3dc/Makefile 1.23 +2 -2 ports/games/crossfire/Makefile 1.11 +2 -2 ports/games/freeciv/Makefile 1.5 +2 -2 ports/games/maelstrom/Makefile 1.18 +2 -2 ports/games/nethack-qt/Makefile 1.14 +2 -2 ports/games/nethack/Makefile 1.2 +2 -2 ports/games/wmtimebomb/Makefile 1.7 +2 -2 ports/games/xbill/Makefile 1.10 +2 -2 ports/games/xboing/Makefile 1.5 +2 -2 ports/games/xcogitate/Makefile 1.4 +2 -2 ports/games/xconq/Makefile 1.2 +2 -2 ports/games/xdeblock/Makefile 1.6 +2 -2 ports/games/xeyesplus/Makefile 1.9 +2 -2 ports/games/xgalaga/Makefile 1.6 +2 -2 ports/games/xminehunter/Makefile 1.5 +2 -2 ports/games/xnibbles/Makefile 1.4 +2 -2 ports/games/xoids/Makefile 1.5 +2 -2 ports/games/xonix/Makefile 1.3 +2 -2 ports/games/xpuzzletama/Makefile 1.3 +4 -5 ports/games/xquarto/Makefile 1.2 +2 -2 ports/games/xscrabble/Makefile 1.9 +2 -2 ports/games/xshisen/Makefile 1.3 +2 -2 ports/games/xsok/Makefile 1.4 +2 -2 ports/games/xsokoban/Makefile 1.6 +2 -2 ports/games/xsoldier/Makefile 1.3 +2 -2 ports/games/xteddy/Makefile 1.11 +2 -2 ports/graphics/aero/Makefile 1.10 +2 -2 ports/graphics/fxtv/Makefile 1.38 +2 -2 ports/graphics/gimp1/Makefile 1.9 +2 -2 ports/graphics/pixmap/Makefile 1.4 +2 -2 ports/graphics/xbmbrowser/Makefile 1.22 +2 -2 ports/graphics/xfig/Makefile 1.22 +2 -2 ports/graphics/xpaint/Makefile 1.14 +2 -2 ports/graphics/xpdf/Makefile 1.20 +2 -2 ports/japanese/nethack/Makefile 1.3 +2 -2 ports/japanese/wine/Makefile 1.23 +2 -2 ports/japanese/xfig/Makefile 1.5 +2 -2 ports/korean/afterstep/Makefile 1.6 +2 -2 ports/korean/fvwm95/Makefile 1.3 +2 -2 ports/korean/hfvwm2/Makefile 1.2 +2 -2 ports/mail/asmail/Makefile 1.2 +2 -2 ports/mail/wmmail/Makefile 1.10 +2 -2 ports/mail/xfaces/Makefile 1.14 +2 -2 ports/mail/xfmail/Makefile 1.4 +2 -2 ports/mail/xmailbox/Makefile 1.4 +2 -2 ports/mail/xpbiff/Makefile 1.13 +2 -2 ports/mail/youbin/Makefile 1.2 +2 -2 ports/misc/xquote/Makefile 1.16 +2 -2 ports/news/knews/Makefile 1.20 +2 -2 ports/print/lyx/Makefile 1.7 +2 -2 ports/print/mgv/Makefile 1.3 +2 -2 ports/print/offix-printer/Makefile 1.19 +2 -2 ports/print/transfig/Makefile 1.17 +2 -2 ports/www/Mosaic/Makefile 1.2 +2 -2 ports/x11-clocks/eyeclock/Makefile 1.3 +2 -2 ports/x11-clocks/wmtime/Makefile 1.4 +2 -2 ports/x11-fm/asfiles/Makefile 1.6 +2 -2 ports/x11-fm/dfm/Makefile 1.4 +2 -2 ports/x11-fm/offix-files/Makefile 1.10 +2 -2 ports/x11-fm/xfm/Makefile 1.13 +2 -2 ports/x11-toolkits/FWF/Makefile 1.13 +2 -2 ports/x11-toolkits/tkstep80/Makefile 1.25 +2 -2 ports/x11-wm/afterstep-devel/Makefile 1.21 +2 -2 ports/x11-wm/afterstep/Makefile 1.17 +2 -2 ports/x11-wm/ctwm/Makefile 1.25 +2 -2 ports/x11-wm/fvwm/Makefile 1.14 +2 -2 ports/x11-wm/fvwm2/Makefile 1.20 +2 -2 ports/x11-wm/fvwm95/Makefile 1.6 +2 -2 ports/x11-wm/gwm/Makefile 1.16 +2 -2 ports/x11-wm/icewm/Makefile 1.4 +2 -2 ports/x11-wm/iconmaker/Makefile 1.10 +2 -2 ports/x11-wm/mlvwm/Makefile 1.13 +2 -2 ports/x11-wm/piewm/Makefile 1.18 +2 -2 ports/x11-wm/qvwm/Makefile 1.11 +2 -2 ports/x11-wm/tvtwm/Makefile 1.26 +2 -2 ports/x11-wm/windowmaker/Makefile 1.4 +2 -2 ports/x11-wm/wmx/Makefile 1.4 +2 -2 ports/x11/bricons/Makefile 1.3 +2 -2 ports/x11/gnomelibs/Makefile 1.3 +2 -2 ports/x11/offix-execute/Makefile 1.4 +2 -2 ports/x11/wdm/Makefile 1.5 +2 -2 ports/x11/xdtm/Makefile 1.4 +2 -2 ports/x11/xfce/Makefile 1.6 +2 -2 ports/x11/xfedor/Makefile 1.38 +2 -2 ports/x11/xlockmore/Makefile 1.15 +2 -2 ports/x11/xscreensaver/Makefile From owner-cvs-all Tue Sep 15 04:14:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14885 for cvs-all-outgoing; Tue, 15 Sep 1998 04:14:28 -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 EAA14866; Tue, 15 Sep 1998 04:14:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA04249; Tue, 15 Sep 1998 04:14:02 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id EAA27230; Tue, 15 Sep 1998 04:13:59 -0700 (PDT) Date: Tue, 15 Sep 1998 04:13:59 -0700 (PDT) Message-Id: <199809151113.EAA27230@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809150338.UAA09641@freefall.freebsd.org> (message from Scott Mace on Mon, 14 Sep 1998 20:38:59 -0700 (PDT)) Subject: Re: cvs commit: ports/security/rsaref/files Makefile ports/security/rsaref/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * make ELF conversion comply with standard Again, you aren't checking PORTOBJFORMAT. ;> Satoshi From owner-cvs-all Tue Sep 15 04:16:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15182 for cvs-all-outgoing; Tue, 15 Sep 1998 04:16:07 -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 EAA15090; Tue, 15 Sep 1998 04:15:58 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA04256; Tue, 15 Sep 1998 04:15:40 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id EAA27245; Tue, 15 Sep 1998 04:15:38 -0700 (PDT) Date: Tue, 15 Sep 1998 04:15:38 -0700 (PDT) Message-Id: <199809151115.EAA27245@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809142108.OAA09342@freefall.freebsd.org> (message from Scott Mace on Mon, 14 Sep 1998 14:08:58 -0700 (PDT)) Subject: Re: cvs commit: ports/security/tcp_wrapper Makefile ports/security/tcp_wrapper/patches patch-aa From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * security/tcp_wrapper Makefile There are a couple of open PRs on this (7916 and 7917), can you check and close them if they are identical to your fix? Thanks. Satoshi From owner-cvs-all Tue Sep 15 04:17:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15489 for cvs-all-outgoing; Tue, 15 Sep 1998 04:17: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 EAA15474; Tue, 15 Sep 1998 04:17:23 -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 EAA29484; Tue, 15 Sep 1998 04:17:07 -0700 (PDT) Date: Tue, 15 Sep 1998 04:17:07 -0700 (PDT) Message-Id: <199809151117.EAA29484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/tinyware/simple_httpd README Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/15 04:17:07 PDT Modified files: release/picobsd/tinyware/simple_httpd README Log: This server is not so non-forking as it seemed at first glance... Submitted by: Jonathan H N Chin Revision Changes Path 1.2 +2 -2 src/release/picobsd/tinyware/simple_httpd/README From owner-cvs-all Tue Sep 15 04:39:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17608 for cvs-all-outgoing; Tue, 15 Sep 1998 04:39: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 EAA17591; Tue, 15 Sep 1998 04:39: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 EAA29956; Tue, 15 Sep 1998 04:38:59 -0700 (PDT) Date: Tue, 15 Sep 1998 04:38:59 -0700 (PDT) Message-Id: <199809151138.EAA29956@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk Makefile ports/x11-toolkits/gtk/patches patch-aa ports/x11-toolkits/gtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 04:38:58 PDT Modified files: x11-toolkits/gtk Makefile x11-toolkits/gtk/patches patch-aa x11-toolkits/gtk/pkg PLIST Log: Don't install info page and gtk.m4 now. Revision Changes Path 1.24 +2 -10 ports/x11-toolkits/gtk/Makefile 1.9 +25 -67 ports/x11-toolkits/gtk/patches/patch-aa 1.27 +0 -11 ports/x11-toolkits/gtk/pkg/PLIST From owner-cvs-all Tue Sep 15 04:42:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18028 for cvs-all-outgoing; Tue, 15 Sep 1998 04:42: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 EAA18023; Tue, 15 Sep 1998 04:41:58 -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 EAA00194; Tue, 15 Sep 1998 04:41:43 -0700 (PDT) Date: Tue, 15 Sep 1998 04:41:43 -0700 (PDT) Message-Id: <199809151141.EAA00194@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtk11 Makefile ports/x11-toolkits/gtk11/patches patch-aa ports/x11-toolkits/gtk11/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 04:41:43 PDT Modified files: x11-toolkits/gtk11 Makefile x11-toolkits/gtk11/patches patch-aa x11-toolkits/gtk11/pkg PLIST Added files: x11-toolkits/gtk11/pkg MESSAGE Log: Install info page now, and I move gtk(11) back to X11R6 now. Revision Changes Path 1.25 +10 -1 ports/x11-toolkits/gtk11/Makefile 1.11 +70 -21 ports/x11-toolkits/gtk11/patches/patch-aa 1.27 +10 -1 ports/x11-toolkits/gtk11/pkg/PLIST From owner-cvs-all Tue Sep 15 04:44:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18448 for cvs-all-outgoing; Tue, 15 Sep 1998 04: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 EAA18431; Tue, 15 Sep 1998 04:44:24 -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 EAA00451; Tue, 15 Sep 1998 04:44:08 -0700 (PDT) Date: Tue, 15 Sep 1998 04:44:08 -0700 (PDT) Message-Id: <199809151144.EAA00451@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/sane Makefile ports/graphics/sane/files md5 ports/graphics/sane/patches patch-01 patch-04 ports/graphics/sane/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 04:44:08 PDT Modified files: graphics/sane Makefile graphics/sane/files md5 graphics/sane/patches patch-01 graphics/sane/pkg PLIST Removed files: graphics/sane/patches patch-04 Log: Upgrade to 0.74, and use gtk11 now. Revision Changes Path 1.7 +4 -4 ports/graphics/sane/Makefile 1.4 +1 -1 ports/graphics/sane/files/md5 1.3 +83 -4 ports/graphics/sane/patches/patch-01 1.8 +84 -78 ports/graphics/sane/pkg/PLIST From owner-cvs-all Tue Sep 15 04:45:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18620 for cvs-all-outgoing; Tue, 15 Sep 1998 04:45: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 EAA18603; Tue, 15 Sep 1998 04:45:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA00971; Tue, 15 Sep 1998 04:44:45 -0700 (PDT) Date: Tue, 15 Sep 1998 04:44:45 -0700 (PDT) Message-Id: <199809151144.EAA00971@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 src/etc/mtree BSD.include.dist src/include Makefile src/lib Makefile src/release/sysinstall/help relnotes.hlp src/sbin Makefile src/sys/conf files options src/sys/i386/conf LINT src/sys/sys mount.h socket.h src/usr.sbin ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/15 04:44:45 PDT Modified files: . Makefile.inc1 etc/mtree BSD.include.dist include Makefile lib Makefile release/sysinstall/help relnotes.hlp sbin Makefile sys/conf files options sys/i386/conf LINT sys/sys mount.h socket.h usr.sbin Makefile Log: (this is an extract from src/share/examples/atm/README) =================================== HARP | Host ATM Research Platform =================================== HARP 3 What is this stuff? ------------------- The Advanced Networking Group (ANG) at the Minnesota Supercomputer Center, Inc. (MSCI), as part of its work on the MAGIC Gigabit Testbed, developed the Host ATM Research Platform (HARP) software, which allows IP hosts to communicate over ATM networks using standard protocols. It is intended to be a high-quality platform for IP/ATM research. HARP provides a way for IP hosts to connect to ATM networks. It supports standard methods of communication using IP over ATM. A host's standard IP software sends and receives datagrams via a HARP ATM interface. HARP provides functionality similar to (and typically replaces) vendor-provided ATM device driver software. HARP includes full source code, making it possible for researchers to experiment with different approaches to running IP over ATM. HARP is self-contained; it requires no other licenses or commercial software packages. HARP implements support for the IETF Classical IP model for using IP over ATM networks, including: o IETF ATMARP address resolution client o IETF ATMARP address resolution server o IETF SCSP/ATMARP server o UNI 3.1 and 3.0 signalling protocols o Fore Systems's SPANS signalling protocol What's supported ---------------- The following are supported by HARP 3: o ATM Host Interfaces - FORE Systems, Inc. SBA-200 and SBA-200E ATM SBus Adapters - FORE Systems, Inc. PCA-200E ATM PCI Adapters - Efficient Networks, Inc. ENI-155p ATM PCI Adapters o ATM Signalling Protocols - The ATM Forum UNI 3.1 signalling protocol - The ATM Forum UNI 3.0 signalling protocol - The ATM Forum ILMI address registration - FORE Systems's proprietary SPANS signalling protocol - Permanent Virtual Channels (PVCs) o IETF "Classical IP and ARP over ATM" model - RFC 1483, "Multiprotocol Encapsulation over ATM Adaptation Layer 5" - RFC 1577, "Classical IP and ARP over ATM" - RFC 1626, "Default IP MTU for use over ATM AAL5" - RFC 1755, "ATM Signaling Support for IP over ATM" - RFC 2225, "Classical IP and ARP over ATM" - RFC 2334, "Server Cache Synchronization Protocol (SCSP)" - Internet Draft draft-ietf-ion-scsp-atmarp-00.txt, "A Distributed ATMARP Service Using SCSP" o ATM Sockets interface - The file atm-sockets.txt contains further information What's not supported -------------------- The following major features of the above list are not currently supported: o UNI point-to-multipoint support o Driver support for Traffic Control/Quality of Service o SPANS multicast and MPP support o SPANS signalling using Efficient adapters This software was developed under the sponsorship of the Defense Advanced Research Projects Agency (DARPA). Reviewed (lightly) by: phk Submitted by: Network Computing Services, Inc. Revision Changes Path 1.14 +3 -3 src/Makefile.inc1 1.20 +3 -1 src/etc/mtree/BSD.include.dist 1.84 +2 -2 src/include/Makefile 1.79 +2 -2 src/lib/Makefile 1.85 +44 -2 src/release/sysinstall/help/relnotes.hlp 1.56 +3 -2 src/sbin/Makefile 1.158 +101 -0 src/sys/conf/files 1.98 +8 -1 src/sys/conf/options 1.465 +31 -1 src/sys/i386/conf/LINT 1.68 +2 -2 src/sys/sys/mount.h 1.26 +4 -2 src/sys/sys/socket.h 1.130 +2 -1 src/usr.sbin/Makefile From owner-cvs-all Tue Sep 15 04:46:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18940 for cvs-all-outgoing; Tue, 15 Sep 1998 04:46: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 EAA18930; Tue, 15 Sep 1998 04:46:32 -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 EAA01198; Tue, 15 Sep 1998 04:46:16 -0700 (PDT) Date: Tue, 15 Sep 1998 04:46:16 -0700 (PDT) Message-Id: <199809151146.EAA01198@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/ssystem Makefile ports/audio/kdemultimedia Makefile ports/comms/hylafax Makefile ports/comms/kpilot Makefile ports/deskutils/korganizer Makefile ports/editors/xemacs-mule Makefile ports/editors/xemacs Makefile ports/editors/xemacs20 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 04:46:16 PDT Modified files: astro/ssystem Makefile audio/kdemultimedia Makefile comms/hylafax Makefile comms/kpilot Makefile deskutils/korganizer Makefile editors/xemacs-mule Makefile editors/xemacs Makefile editors/xemacs20 Makefile games/kdegames Makefile graphics/EZWGL Makefile graphics/ImageMagick Makefile graphics/gimp1 Makefile graphics/hdf Makefile graphics/hpscan Makefile graphics/imlib Makefile graphics/kdegraphics Makefile graphics/stamp Makefile graphics/tiff34 Makefile graphics/xfig Makefile graphics/xpaint Makefile japanese/xfig Makefile lang/kaffe Makefile misc/kdeutils Makefile misc/kwatch Makefile net/kdenetwork Makefile news/knews Makefile print/transfig Makefile www/Mosaic Makefile www/arena Makefile www/chimera2 Makefile x11-fm/ezfm Makefile x11-toolkits/tkstep80 Makefile x11-wm/iconmaker Makefile x11-wm/windowmaker Makefile x11/dgs Makefile x11/gnomelibs Makefile x11/kdebase Makefile x11/kdelibs Makefile x11/wdm Makefile Log: jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. (Note, since the shlib major didn't change this just removes the regexp support.) Revision Changes Path 1.2 +2 -2 ports/astro/ssystem/Makefile 1.16 +2 -2 ports/audio/kdemultimedia/Makefile 1.17 +2 -2 ports/comms/hylafax/Makefile 1.12 +2 -2 ports/comms/kpilot/Makefile 1.8 +2 -2 ports/deskutils/korganizer/Makefile 1.4 +2 -2 ports/editors/xemacs-mule/Makefile 1.38 +2 -2 ports/editors/xemacs/Makefile 1.18 +2 -2 ports/editors/xemacs20/Makefile 1.17 +2 -2 ports/games/kdegames/Makefile 1.8 +2 -2 ports/graphics/EZWGL/Makefile 1.49 +2 -2 ports/graphics/ImageMagick/Makefile 1.39 +2 -2 ports/graphics/gimp1/Makefile 1.8 +2 -2 ports/graphics/hdf/Makefile 1.14 +2 -2 ports/graphics/hpscan/Makefile 1.28 +2 -2 ports/graphics/imlib/Makefile 1.12 +2 -2 ports/graphics/kdegraphics/Makefile 1.2 +2 -2 ports/graphics/stamp/Makefile 1.9 +2 -2 ports/graphics/tiff34/Makefile 1.23 +2 -2 ports/graphics/xfig/Makefile 1.23 +2 -2 ports/graphics/xpaint/Makefile 1.24 +2 -2 ports/japanese/xfig/Makefile 1.34 +2 -2 ports/lang/kaffe/Makefile 1.18 +2 -2 ports/misc/kdeutils/Makefile 1.6 +2 -2 ports/misc/kwatch/Makefile 1.19 +2 -2 ports/net/kdenetwork/Makefile 1.17 +2 -2 ports/news/knews/Makefile 1.20 +2 -2 ports/print/transfig/Makefile 1.18 +2 -2 ports/www/Mosaic/Makefile 1.11 +2 -2 ports/www/arena/Makefile 1.17 +2 -2 ports/www/chimera2/Makefile 1.2 +2 -2 ports/x11-fm/ezfm/Makefile 1.14 +2 -2 ports/x11-toolkits/tkstep80/Makefile 1.5 +2 -2 ports/x11-wm/iconmaker/Makefile 1.27 +2 -2 ports/x11-wm/windowmaker/Makefile 1.3 +2 -2 ports/x11/dgs/Makefile 1.4 +2 -2 ports/x11/gnomelibs/Makefile 1.18 +2 -2 ports/x11/kdebase/Makefile 1.17 +2 -2 ports/x11/kdelibs/Makefile 1.5 +2 -2 ports/x11/wdm/Makefile From owner-cvs-all Tue Sep 15 04:51:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19709 for cvs-all-outgoing; Tue, 15 Sep 1998 04:51: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 EAA19703; Tue, 15 Sep 1998 04:51:29 -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 EAA01653; Tue, 15 Sep 1998 04:51:11 -0700 (PDT) Date: Tue, 15 Sep 1998 04:51:11 -0700 (PDT) Message-Id: <199809151151.EAA01653@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/15 04:51:11 PDT Modified files: . modules Log: Ops, I make a typo error, gtlql should be gtkql. Revision Changes Path 1.2367 +2 -2 CVSROOT/modules From owner-cvs-all Tue Sep 15 04:58:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20637 for cvs-all-outgoing; Tue, 15 Sep 1998 04:58: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 EAA20626; Tue, 15 Sep 1998 04:58: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 EAA02301; Tue, 15 Sep 1998 04:57:52 -0700 (PDT) Date: Tue, 15 Sep 1998 04:57:52 -0700 (PDT) Message-Id: <199809151157.EAA02301@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs-mule Makefile ports/editors/xemacs Makefile ports/editors/xemacs20 Makefile ports/graphics/ImageMagick Makefile ports/graphics/gimp1 Makefile ports/graphics/imlib Makefile ports/graphics/pnmtopng Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 04:57:52 PDT Modified files: editors/xemacs-mule Makefile editors/xemacs Makefile editors/xemacs20 Makefile graphics/ImageMagick Makefile graphics/gimp1 Makefile graphics/imlib Makefile graphics/pnmtopng Makefile graphics/povray Makefile graphics/xaos Makefile graphics/xpaint Makefile graphics/xv Makefile math/gnuplot Makefile news/knews Makefile www/Mosaic Makefile www/arena Makefile www/chimera2 Makefile x11-wm/iconmaker Makefile x11-wm/windowmaker Makefile x11/dgs Makefile x11/gnomelibs Makefile x11/wdm Makefile Log: libpng major is now 3. Also remove regexp support in preparation for ELF conversion. Revision Changes Path 1.5 +2 -2 ports/editors/xemacs-mule/Makefile 1.39 +2 -2 ports/editors/xemacs/Makefile 1.19 +2 -2 ports/editors/xemacs20/Makefile 1.50 +2 -2 ports/graphics/ImageMagick/Makefile 1.40 +2 -2 ports/graphics/gimp1/Makefile 1.29 +2 -2 ports/graphics/imlib/Makefile 1.5 +2 -2 ports/graphics/pnmtopng/Makefile 1.10 +2 -2 ports/graphics/povray/Makefile 1.7 +2 -2 ports/graphics/xaos/Makefile 1.24 +2 -2 ports/graphics/xpaint/Makefile 1.24 +2 -2 ports/graphics/xv/Makefile 1.18 +2 -2 ports/math/gnuplot/Makefile 1.18 +2 -2 ports/news/knews/Makefile 1.19 +2 -2 ports/www/Mosaic/Makefile 1.12 +2 -2 ports/www/arena/Makefile 1.18 +2 -2 ports/www/chimera2/Makefile 1.6 +2 -2 ports/x11-wm/iconmaker/Makefile 1.28 +2 -2 ports/x11-wm/windowmaker/Makefile 1.4 +2 -2 ports/x11/dgs/Makefile 1.5 +2 -2 ports/x11/gnomelibs/Makefile 1.6 +2 -2 ports/x11/wdm/Makefile From owner-cvs-all Tue Sep 15 04:59:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20740 for cvs-all-outgoing; Tue, 15 Sep 1998 04:59:15 -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 EAA20735; Tue, 15 Sep 1998 04:59:14 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA04295; Tue, 15 Sep 1998 04:58:56 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id EAA27366; Tue, 15 Sep 1998 04:58:53 -0700 (PDT) Date: Tue, 15 Sep 1998 04:58:53 -0700 (PDT) Message-Id: <199809151158.EAA27366@silvia.hip.berkeley.edu> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199809151146.EAA01198@freefall.freebsd.org> (message from Satoshi Asami on Tue, 15 Sep 1998 04:46:16 -0700 (PDT)) Subject: Re: cvs commit: ports/astro/ssystem Makefile ports/audio/kdemultimedia Makefile ports/comms/hylafax Makefile ports/comms/kpilot Makefile ports/deskutils/korganizer Makefile ports/editors/xemacs-mule Makefile ports/editors/xemacs Makefile ports/editors/xemacs20 ... From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. * (Note, since the shlib major didn't change this just removes the regexp * support.) To Mark and others: you can leave these stuff to me. When I see a commit message for a library being converted to ELF, I'll go change the dependency lines. (This has a nice side effect of making easy to identify those that aren't ready yet. :) Satoshi From owner-cvs-all Tue Sep 15 05:02:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21175 for cvs-all-outgoing; Tue, 15 Sep 1998 05:02: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 FAA21167; Tue, 15 Sep 1998 05:02: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 FAA02548; Tue, 15 Sep 1998 05:01:54 -0700 (PDT) Date: Tue, 15 Sep 1998 05:01:54 -0700 (PDT) Message-Id: <199809151201.FAA02548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/gtkql Makefile ports/x11-toolkits/gtkql/patches patch-aa ports/x11-toolkits/gtkql/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 05:01:53 PDT Modified files: x11-toolkits/gtkql Makefile x11-toolkits/gtkql/pkg PLIST Added files: x11-toolkits/gtkql/patches patch-aa Log: Change LIB_DEPENDS to gtk11 now, and fix a typo error on pkg/PLIST. Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/gtkql/Makefile 1.2 +1 -1 ports/x11-toolkits/gtkql/pkg/PLIST From owner-cvs-all Tue Sep 15 05:05:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21528 for cvs-all-outgoing; Tue, 15 Sep 1998 05:05: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 FAA21519; Tue, 15 Sep 1998 05:05: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 FAA02712; Tue, 15 Sep 1998 05:05:14 -0700 (PDT) Date: Tue, 15 Sep 1998 05:05:14 -0700 (PDT) Message-Id: <199809151205.FAA02712@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gide Makefile ports/devel/gide/files md5 ports/devel/gide/patches patch-ac patch-ab patch-af patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 05:05:14 PDT Modified files: devel/gide Makefile devel/gide/files md5 devel/gide/patches patch-ac Removed files: devel/gide/patches patch-ab patch-af patch-ag Log: Upgrade to 0.0.7, and change LIB_DEPENDS to gtk11. Revision Changes Path 1.5 +4 -4 ports/devel/gide/Makefile 1.3 +1 -1 ports/devel/gide/files/md5 1.2 +19 -8 ports/devel/gide/patches/patch-ac From owner-cvs-all Tue Sep 15 05:07:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21715 for cvs-all-outgoing; Tue, 15 Sep 1998 05:07: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 FAA21710; Tue, 15 Sep 1998 05:07:01 -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 FAA02790; Tue, 15 Sep 1998 05:06:45 -0700 (PDT) Date: Tue, 15 Sep 1998 05:06:45 -0700 (PDT) Message-Id: <199809151206.FAA02790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xlogmaster Makefile ports/sysutils/xlogmaster/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/15 05:06:45 PDT Modified files: sysutils/xlogmaster Makefile sysutils/xlogmaster/files md5 Log: Upgrade to 1.4.4. Revision Changes Path 1.6 +4 -4 ports/sysutils/xlogmaster/Makefile 1.4 +1 -1 ports/sysutils/xlogmaster/files/md5 From owner-cvs-all Tue Sep 15 05:09:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21961 for cvs-all-outgoing; Tue, 15 Sep 1998 05: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 FAA21953; Tue, 15 Sep 1998 05:09:05 -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 FAA02869; Tue, 15 Sep 1998 05:08:49 -0700 (PDT) Date: Tue, 15 Sep 1998 05:08:49 -0700 (PDT) Message-Id: <199809151208.FAA02869@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/15 05:08:49 PDT Modified files: etc/mtree BSD.usr.dist Log: Add /usr/share/examples/atm Forgotten by: phk Revision Changes Path 1.129 +3 -1 src/etc/mtree/BSD.usr.dist From owner-cvs-all Tue Sep 15 05:17:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22817 for cvs-all-outgoing; Tue, 15 Sep 1998 05:17:17 -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 FAA22812; Tue, 15 Sep 1998 05:17:14 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA04315; Tue, 15 Sep 1998 05:16:56 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id FAA27424; Tue, 15 Sep 1998 05:16:50 -0700 (PDT) Date: Tue, 15 Sep 1998 05:16:50 -0700 (PDT) Message-Id: <199809151216.FAA27424@silvia.hip.berkeley.edu> To: vanilla@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809151144.EAA00451@freefall.freebsd.org> (vanilla@FreeBSD.ORG) Subject: Re: cvs commit: ports/graphics/sane Makefile ports/graphics/sane/files md5 ports/graphics/sane/patches patch-01 patch-04 ports/graphics/sane/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Upgrade to 0.74, and use gtk11 now. Thanks, but this port installs a whole bunch of symlinks with the name "libfoo.so.N" even for aout, can you fix it? It should be only "libfoo.so.N" for elf and only "libfoo.so.N.0" for aout. By the way, your other commits to gtk/gtk11 seems to have fixed the aclocal problem. (At least net/zebra compiles now.) Thanks! Satoshi From owner-cvs-all Tue Sep 15 05:36:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25892 for cvs-all-outgoing; Tue, 15 Sep 1998 05:36:04 -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 FAA25820; Tue, 15 Sep 1998 05:35:51 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id OAA02608; Tue, 15 Sep 1998 14:35:30 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809151235.OAA02608@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/astro/ssystem Makefile ports/audio/kdemultimedia Makefile ports/comms/hylafax Makefile ports/comms/kpilot Makefile ports/deskutils/korganizer Makefile ports/editors/xemacs-mule Makefile ports/editors/xemacs Makefile ports/editors/xemacs20 ... In-Reply-To: Your message of " Tue, 15 Sep 1998 04:58:53 MST." <199809151158.EAA27366@silvia.hip.berkeley.edu> References: <199809151158.EAA27366@silvia.hip.berkeley.edu> Date: Tue, 15 Sep 1998 14:35:30 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. > * (Note, since the shlib major didn't change this just removes the regexp > * support.) > > To Mark and others: you can leave these stuff to me. When I see a > commit message for a library being converted to ELF, I'll go change > the dependency lines. (This has a nice side effect of making easy to > identify those that aren't ready yet. :) Wonderful! This saves me a crapload of work! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Tue Sep 15 05:41:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27066 for cvs-all-outgoing; Tue, 15 Sep 1998 05:41:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from solid.goldnet.com.au (solid.goldnet.com.au [203.18.28.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27048 for ; Tue, 15 Sep 1998 05:41:11 -0700 (PDT) (envelope-from wtatt@goldnet.com.au) Received: from warren (furious-ppp0.netconnect.com.au [203.87.0.210]) by solid.goldnet.com.au (8.7.5/8.7.3) with SMTP id WAA08381 for committers@freebsd.org; Tue, 15 Sep 1998 22:41:36 +1000 Date: Tue, 15 Sep 1998 22:41:36 +1000 From: wtatt To: "committers" Subject: Indonesia Message-Id: Content-Type: TEXT/PLAIN charset=US-ASCII Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi committers I have your address from the looking through Indonesian sites for Indonesian contacts. I am in Australia. The company I work with is just beginning operations in Indonesia and I am looking for a few people who may be interested in talking with me about it. We are a direct sale company who has health and nutrition products. We are a very large company. I am looking for people with an interest in health, nutrition, fitness or personal productivity. I am also looking for people who would like to build additional income. If you are interested in any of these things I would appreciate you taking a minute to check out my homesite. It talks about what our products are and what they do. If this interests you then I would be happy to talk about how to get some of our products but I am mainly interested in finding some people who will discuss helping us with distribution of our products in Indonesia. We just opened for business on Monday and we need a lot of people to help build the market there. If this interests you will you please check our site at http://www.goldnet.com.au/~wtatt If this is something that interests you please contact me and I will arrange some more information for you. (If it is not of interest then thank you for your time, I will not contact you again.) I am looking forward to your comments, Very best wishes, Warren Tattersall From owner-cvs-all Tue Sep 15 05:49:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28792 for cvs-all-outgoing; Tue, 15 Sep 1998 05:49:03 -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 FAA28787 for ; Tue, 15 Sep 1998 05:49:02 -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 FAA14158; Tue, 15 Sep 1998 05:48:57 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: wtatt cc: "committers" Subject: Re: Indonesia In-reply-to: Your message of "Tue, 15 Sep 1998 22:41:36 +1000." Date: Tue, 15 Sep 1998 05:48:57 -0700 Message-ID: <14155.905863737@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi committers Needless to say, this is spam and will be dealt with as such. Consider yourself on the soon-to-be-filtered list if we can't get any satisfaction from your ISP. Zero tolerance towards spam means zero tolerance, and I don't particularly care what you're selling. This was inappropriately addressed (to say the least) and will be dealt with like any sex advert or chain letter scam. - Jordan From owner-cvs-all Tue Sep 15 06:01:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00842 for cvs-all-outgoing; Tue, 15 Sep 1998 06:01:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00816; Tue, 15 Sep 1998 06:01:44 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id GAA24231; Tue, 15 Sep 1998 06:01:24 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id GAA17345; Tue, 15 Sep 1998 06:01:23 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id GAA28833; Tue, 15 Sep 1998 06:01:22 -0700 (PDT) From: Don Lewis Message-Id: <199809151301.GAA28833@salsa.gv.tsc.tdk.com> Date: Tue, 15 Sep 1998 06:01:22 -0700 In-Reply-To: "Justin T. Gibbs" "Re: CAM integration imminent." (Sep 15, 4:36am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: "Justin T. Gibbs" Subject: Re: CAM integration imminent. Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 15, 4:36am, "Justin T. Gibbs" wrote: } Subject: Re: CAM integration imminent. } Well, other than a few more files that I need to track down and delete, } I should be done. I'm sure there will be problems... there always are } on an integration of this magnitude. I'll try to address anything that } crops up after I get a bit of rest. make buildworld dies here: ===> libexec/rpc.rstatd cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/libexec/rpc.rstatd/rstatd.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -c /usr/src/libexec/rpc.rstatd/rstat_proc.c cc -nostdinc -O -pipe -I/usr/obj/elf/usr/src/tmp/usr/include -o rpc.rstatd rstatd.o rstat_proc.o -lrpcsvc -lutil -lkvm -ldevstat /usr/obj/elf/usr/src/tmp/usr/libexec/elf/ld: cannot open -ldevstat: No such file or directory *** Error code 1 Stop. *** Error code 1 The problem appears to be that libdevstat isn't listed in lib/Makefile. From owner-cvs-all Tue Sep 15 06:10:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02461 for cvs-all-outgoing; Tue, 15 Sep 1998 06:10:52 -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 GAA02450; Tue, 15 Sep 1998 06:10:48 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp386.kt.rim.or.jp [202.247.140.86]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id WAA09040; Tue, 15 Sep 1998 22:10:28 +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 WAA19570; Tue, 15 Sep 1998 22:08:57 +0900 (JST) Message-ID: <35FE665D.E430DF6A@sky.rim.or.jp> Date: Tue, 15 Sep 1998 22:06:37 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: obrien@NUXI.com CC: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/gd - Imported sources References: <35F84F3D.6F0BE103@sky.rim.or.jp> <19980915023134.A1447@nuxi.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 David O'Brien wrote: > So. It is still usable by everyone, right? Non-Japanese wont notice > anything different, right? Yes, patched version of gd is compatible with original gd for non-Japanese users. But when building this port, ports/japanese/vflib is needed for BUILD_DEPENDS. I worry about many non-Japanese users hate these dependency. > So why not update ports/graphics/gd with this one? If any objections for integrating this patch into ports/graphics/gd, I'll go for it. -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Tue Sep 15 06:15:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03034 for cvs-all-outgoing; Tue, 15 Sep 1998 06:15: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 GAA03023; Tue, 15 Sep 1998 06:15:34 -0700 (PDT) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04744; Tue, 15 Sep 1998 06:15:18 -0700 (PDT) Date: Tue, 15 Sep 1998 06:15:18 -0700 (PDT) Message-Id: <199809151315.GAA04744@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 jhay 1998/09/15 06:15:18 PDT Modified files: release Makefile Log: Comment out NODOC and NOPORTS again. It got uncommented by mistake a few days ago. Revision Changes Path 1.386 +3 -3 src/release/Makefile From owner-cvs-all Tue Sep 15 06:26:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05930 for cvs-all-outgoing; Tue, 15 Sep 1998 06:26: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 GAA05913; Tue, 15 Sep 1998 06:26:39 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05048; Tue, 15 Sep 1998 06:26:23 -0700 (PDT) Date: Tue, 15 Sep 1998 06:26:23 -0700 (PDT) Message-Id: <199809151326.GAA05048@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/btx/btx btx.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/09/15 06:26:23 PDT Modified files: sys/boot/i386/btx/btx btx.s Log: Add exec syscall. Revision Changes Path 1.3 +27 -2 src/sys/boot/i386/btx/btx/btx.s From owner-cvs-all Tue Sep 15 07:07:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12792 for cvs-all-outgoing; Tue, 15 Sep 1998 07:07: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 HAA12787; Tue, 15 Sep 1998 07:07:10 -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 HAA10155; Tue, 15 Sep 1998 07:06:54 -0700 (PDT) Date: Tue, 15 Sep 1998 07:06:54 -0700 (PDT) Message-Id: <199809151406.HAA10155@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 cracauer 1998/09/15 07:06:54 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Mention /bin/sh fixes. Revision Changes Path 1.86 +5 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Tue Sep 15 07:07:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12857 for cvs-all-outgoing; Tue, 15 Sep 1998 07:07: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 HAA12848; Tue, 15 Sep 1998 07:07: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 HAA10176; Tue, 15 Sep 1998 07:07:09 -0700 (PDT) Date: Tue, 15 Sep 1998 07:07:09 -0700 (PDT) Message-Id: <199809151407.HAA10176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 fd.c wd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/15 07:07:09 PDT Modified files: sys/pc98/pc98 fd.c wd.c Log: Sync with sys/i386/isa/fd.c and wd.c revisions 1.122 and 1.176, respectively. Revision Changes Path 1.40 +30 -20 src/sys/pc98/pc98/fd.c 1.63 +22 -53 src/sys/pc98/pc98/wd.c From owner-cvs-all Tue Sep 15 07:08:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13182 for cvs-all-outgoing; Tue, 15 Sep 1998 07:08: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 HAA13170; Tue, 15 Sep 1998 07:08:53 -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 HAA10261; Tue, 15 Sep 1998 07:08:35 -0700 (PDT) Date: Tue, 15 Sep 1998 07:08:35 -0700 (PDT) Message-Id: <199809151408.HAA10261@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/boot/biosboot Makefile README.386BSD README.MACH table.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/15 07:08:35 PDT Modified files: sys/pc98/boot/biosboot Makefile README.386BSD README.MACH table.c Log: Adjust for sd->da and the loss of od. Revision Changes Path 1.19 +6 -10 src/sys/pc98/boot/biosboot/Makefile 1.5 +12 -12 src/sys/pc98/boot/biosboot/README.386BSD 1.4 +2 -2 src/sys/pc98/boot/biosboot/README.MACH 1.7 +2 -2 src/sys/pc98/boot/biosboot/table.c From owner-cvs-all Tue Sep 15 07:11:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13628 for cvs-all-outgoing; Tue, 15 Sep 1998 07:11: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 HAA13622; Tue, 15 Sep 1998 07:11:12 -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 HAA10418; Tue, 15 Sep 1998 07:10:56 -0700 (PDT) Date: Tue, 15 Sep 1998 07:10:56 -0700 (PDT) Message-Id: <199809151410.HAA10418@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 SMP-GENERIC98 devices.pc98 files.pc98 majors.pc98 options.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/15 07:10:56 PDT Modified files: sys/pc98/conf GENERIC98 SMP-GENERIC98 devices.pc98 files.pc98 majors.pc98 options.pc98 Log: Sync with sys/i386/conf/GENERIC, SMP-GENERIC, device.i386, files.i386, majors.i386 and options.i386 revisions 1.116, 1.13, 1.14, 1.203, 1.49 and 1.86, respectively. Revision Changes Path 1.44 +7 -7 src/sys/pc98/conf/GENERIC98 1.3 +17 -7 src/sys/pc98/conf/SMP-GENERIC98 1.6 +3 -4 src/sys/pc98/conf/devices.pc98 1.69 +17 -17 src/sys/pc98/conf/files.pc98 1.40 +7 -10 src/sys/pc98/conf/majors.pc98 1.66 +1 -6 src/sys/pc98/conf/options.pc98 From owner-cvs-all Tue Sep 15 07:12:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13785 for cvs-all-outgoing; Tue, 15 Sep 1998 07:12: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 HAA13738; Tue, 15 Sep 1998 07:11:59 -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 HAA10561; Tue, 15 Sep 1998 07:11:42 -0700 (PDT) Date: Tue, 15 Sep 1998 07:11:42 -0700 (PDT) Message-Id: <199809151411.HAA10561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/15 07:11:42 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.108. Revision Changes Path 1.53 +5 -8 src/sys/pc98/i386/userconfig.c From owner-cvs-all Tue Sep 15 07:12:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14039 for cvs-all-outgoing; Tue, 15 Sep 1998 07:12:33 -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 HAA14027; Tue, 15 Sep 1998 07:12:29 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp362.kt.rim.or.jp [202.247.140.62]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id XAA18378; Tue, 15 Sep 1998 23:12: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 XAA21493; Tue, 15 Sep 1998 23:10:36 +0900 (JST) Message-ID: <35FE74D0.4CDC8060@sky.rim.or.jp> Date: Tue, 15 Sep 1998 23:08:16 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: "Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?=" CC: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/gd - Imported sources References: <19980915023134.A1447@nuxi.com> <19980915190701M.masafumi@aslm.rim.or.jp> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Masafumi NAKANE wrote: > Since there seems only > Japanese patch is know to be out there, it may be okay to integrate it > in graphics/gd, but we may have to move that to japanese/gd in future. It seems that ports/7648 said that Russian users have their own gd patches, but I don't check it out yet. sorry. -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Tue Sep 15 07:12:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14118 for cvs-all-outgoing; Tue, 15 Sep 1998 07:12: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 HAA14106; Tue, 15 Sep 1998 07:12:50 -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 HAA10607; Tue, 15 Sep 1998 07:12:34 -0700 (PDT) Date: Tue, 15 Sep 1998 07:12:34 -0700 (PDT) Message-Id: <199809151412.HAA10607@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 cracauer 1998/09/15 07:12:34 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall/help relnotes.hlp Log: MFC: Mention sh signal fixes. [The syntax fixes in -current are not in -stable yet] Revision Changes Path 1.17.2.59 +5 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Tue Sep 15 07:32:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18082 for cvs-all-outgoing; Tue, 15 Sep 1998 07:32:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17978; Tue, 15 Sep 1998 07:31:57 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id KAA01901; Tue, 15 Sep 1998 10:31:39 -0400 (EDT) (envelope-from wollman) Date: Tue, 15 Sep 1998 10:31:39 -0400 (EDT) From: Garrett Wollman Message-Id: <199809151431.KAA01901@khavrinen.lcs.mit.edu> To: Andrzej Bialecki Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-Reply-To: <199809151112.EAA28826@freefall.freebsd.org> References: <199809151112.EAA28826@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > Update ucd-snmp to version 3.5. It's slightly bigger, so also increase > the MFS size of net and isp floppies. We really ought to have an SNMP agent in the base system like everybody else does... -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Tue Sep 15 07:45:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20997 for cvs-all-outgoing; Tue, 15 Sep 1998 07:45: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 HAA20982; Tue, 15 Sep 1998 07:45:44 -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 HAA11803; Tue, 15 Sep 1998 07:45:28 -0700 (PDT) Date: Tue, 15 Sep 1998 07:45:28 -0700 (PDT) Message-Id: <199809151445.HAA11803@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/15 07:45:28 PDT Modified files: sys/ufs/ffs ffs_inode.c Log: Restore pre-v1.44 behavior: always copy modified in-core inode to disk buffer. Otherwise some in-core inode changes might be lost, including important meta data (e.g. size) if softupdates is enabled. Revision Changes Path 1.47 +5 -3 src/sys/ufs/ffs/ffs_inode.c From owner-cvs-all Tue Sep 15 07:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA22012 for cvs-all-outgoing; Tue, 15 Sep 1998 07:49: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 HAA22007; Tue, 15 Sep 1998 07:49:26 -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 HAA11998; Tue, 15 Sep 1998 07:49:10 -0700 (PDT) Date: Tue, 15 Sep 1998 07:49:10 -0700 (PDT) Message-Id: <199809151449.HAA11998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/15 07:49:10 PDT Modified files: security/rsaref/files Makefile Log: Support building on non-elf machine Revision Changes Path 1.4 +5 -0 ports/security/rsaref/files/Makefile From owner-cvs-all Tue Sep 15 07:54:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23055 for cvs-all-outgoing; Tue, 15 Sep 1998 07:54: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 HAA23029; Tue, 15 Sep 1998 07:54:20 -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 HAA12165; Tue, 15 Sep 1998 07:54:02 -0700 (PDT) Date: Tue, 15 Sep 1998 07:54:02 -0700 (PDT) Message-Id: <199809151454.HAA12165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/15 07:54:01 PDT Modified files: security/rsaref/files Makefile Log: fix typo in previous commit Revision Changes Path 1.5 +1 -1 ports/security/rsaref/files/Makefile From owner-cvs-all Tue Sep 15 07:57:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23794 for cvs-all-outgoing; Tue, 15 Sep 1998 07:57: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 HAA23778; Tue, 15 Sep 1998 07:57:48 -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 HAA12337; Tue, 15 Sep 1998 07:57:29 -0700 (PDT) Date: Tue, 15 Sep 1998 07:57:29 -0700 (PDT) Message-Id: <199809151457.HAA12337@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/15 07:57:29 PDT Modified files: security/tcp_wrapper/patches patch-aa Log: make tcp_wrapper build on a non-elf system Revision Changes Path 1.18 +7 -3 ports/security/tcp_wrapper/patches/patch-aa From owner-cvs-all Tue Sep 15 08:03:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24694 for cvs-all-outgoing; Tue, 15 Sep 1998 08:03:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24679 for ; Tue, 15 Sep 1998 08:03:24 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id KAA07512; Tue, 15 Sep 1998 10:02:28 -0500 (EST) Date: Tue, 15 Sep 1998 10:02:27 -0500 (EST) From: John Fieber To: Jun Kuriyama cc: committers Subject: Re: Can we branch doc/ja/man? In-Reply-To: <35FE38FE.E09093DD@sky.rim.or.jp> 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, 15 Sep 1998, Jun Kuriyama wrote: > We are working in doc/ja/man for RELENG_2_2 branch now. But manpage > diffs between RELENG_2_2 and HEAD is pretty big, so we started to > prepare translation for 3.0-RELEASE. 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. Have things changed? It is fine if they have but could some CVS expert shed light on the practicality/hassles of having part of the doc tree branched with the other part not? -john [1] I probably have most of the email transactions on the subject, but not ready at hand. From owner-cvs-all Tue Sep 15 08:08:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25536 for cvs-all-outgoing; Tue, 15 Sep 1998 08:08: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 IAA25502; Tue, 15 Sep 1998 08:07:50 -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 IAA12871; Tue, 15 Sep 1998 08:07:34 -0700 (PDT) Date: Tue, 15 Sep 1998 08:07:34 -0700 (PDT) Message-Id: <199809151507.IAA12871@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/15 08:07:33 PDT Modified files: graphics/jbigkit/patches patch-ab Log: Make jbigkit build on a non-elf system Revision Changes Path 1.5 +6 -2 ports/graphics/jbigkit/patches/patch-ab From owner-cvs-all Tue Sep 15 08:08:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25709 for cvs-all-outgoing; Tue, 15 Sep 1998 08:08: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 IAA25685; Tue, 15 Sep 1998 08:08:26 -0700 (PDT) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA12922; Tue, 15 Sep 1998 08:08:10 -0700 (PDT) Date: Tue, 15 Sep 1998 08:08:10 -0700 (PDT) Message-Id: <199809151508.IAA12922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/amanda24/patches patch-ag patch-ah ports/misc/amanda24/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/09/15 08:08:10 PDT Modified files: misc/amanda24/pkg PLIST Added files: misc/amanda24/patches patch-ag patch-ah Log: Support ELF or AOUT PORTOBJFORMATs Revision Changes Path 1.12 +6 -6 ports/misc/amanda24/pkg/PLIST From owner-cvs-all Tue Sep 15 08:25:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28735 for cvs-all-outgoing; Tue, 15 Sep 1998 08:25: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 IAA28711; Tue, 15 Sep 1998 08:25:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA13465; Tue, 15 Sep 1998 08:25:22 -0700 (PDT) Date: Tue, 15 Sep 1998 08:25:22 -0700 (PDT) Message-Id: <199809151525.IAA13465@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/atm/scspd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/15 08:25:21 PDT Modified files: usr.sbin/atm/scspd Makefile Log: -I ${.OBJDIR} needed to pick up the yacc generated include file. Revision Changes Path 1.2 +2 -2 src/usr.sbin/atm/scspd/Makefile From owner-cvs-all Tue Sep 15 08:29:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29263 for cvs-all-outgoing; Tue, 15 Sep 1998 08:29:04 -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 IAA29252; Tue, 15 Sep 1998 08:28:52 -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 RAA29790; Tue, 15 Sep 1998 17:23:56 +0200 (CEST) To: Garrett Wollman cc: Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-reply-to: Your message of "Tue, 15 Sep 1998 10:31:39 EDT." <199809151431.KAA01901@khavrinen.lcs.mit.edu> Date: Tue, 15 Sep 1998 17:23:55 +0200 Message-ID: <29788.905873035@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809151431.KAA01901@khavrinen.lcs.mit.edu>, Garrett Wollman writes: >< said: > >> Update ucd-snmp to version 3.5. It's slightly bigger, so also increase >> the MFS size of net and isp floppies. > >We really ought to have an SNMP agent in the base system like >everybody else does... I agree, but it doesn't happen for 3.0, but let's put it on our VWBs for the next release. -- 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 Tue Sep 15 09:13:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04917 for cvs-all-outgoing; Tue, 15 Sep 1998 09:13:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04886; Tue, 15 Sep 1998 09:13:02 -0700 (PDT) (envelope-from fn@trinity.radio-do.de) Received: (from fn@localhost) by trinity.radio-do.de (8.9.1/8.8.5/RADIO-1.1) id SAA00517; Tue, 15 Sep 1998 18:12:31 +0200 (CEST) Message-ID: <19980915181231.A502@radio-do.de> Date: Tue, 15 Sep 1998 18:12:31 +0200 From: Frank Nobis To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. References: <199809151042.EAA24465@pluto.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809151042.EAA24465@pluto.plutotech.com>; from Justin T. Gibbs on Tue, Sep 15, 1998 at 04:36:14AM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 04:36:14AM -0600, Justin T. Gibbs wrote: > Well, other than a few more files that I need to track down and delete, > I should be done. I'm sure there will be problems... there always are > on an integration of this magnitude. I'll try to address anything that > crops up after I get a bit of rest. To give some feedback. I compiled a SMP kernel with cam. This one is actually running now. A make world doesn't get through, because of some errors in /usr/src/sbin/atm. I installed libcam and camcontrol by hand. Camcontrol devlist gives an error "couldn't open /dev/xpt0". It looks like the /dev/MAKEDEV has no targets for cam yet. But nevertheless this is very good work! Regards Frank -- Frank Nobis Email: PGP AVAILABLE Landgrafenstr. 130 dg3dcn http://www.radio-do.de/~fn/ 44139 Dortmund Powered by FreeBSD From owner-cvs-all Tue Sep 15 09:22:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06683 for cvs-all-outgoing; Tue, 15 Sep 1998 09:22:40 -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 JAA06651; Tue, 15 Sep 1998 09:22:16 -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 JAA21252; Tue, 15 Sep 1998 09:21:27 -0700 (PDT) (envelope-from jdp) Message-Id: <199809151621.JAA21252@austin.polstra.com> To: Mark Murray cc: asami@freebsd.org (Satoshi Asami), 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 "Tue, 15 Sep 1998 08:19:59 +0200." <199809150620.IAA27913@gratis.grondar.za> Date: Tue, 15 Sep 1998 09:21:27 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc > > -shared command line if PORTOBJFORMAT=elf? > > Damn. I missed this bit. It's possible that GNU configure does this automatically. John From owner-cvs-all Tue Sep 15 09:22:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06751 for cvs-all-outgoing; Tue, 15 Sep 1998 09: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 JAA06735; Tue, 15 Sep 1998 09:22:47 -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 JAA15814; Tue, 15 Sep 1998 09:22:31 -0700 (PDT) Date: Tue, 15 Sep 1998 09:22:31 -0700 (PDT) Message-Id: <199809151622.JAA15814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen getpwent.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/15 09:22:31 PDT Modified files: lib/libc/gen getpwent.c Log: Don't initialize NIS until it is really necessary. Now, in case of network or NIS server problems, local user can login without a pause. Also, -Wsomething cleanup. Revision Changes Path 1.45 +71 -55 src/lib/libc/gen/getpwent.c From owner-cvs-all Tue Sep 15 09:39:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10469 for cvs-all-outgoing; Tue, 15 Sep 1998 09:39:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA10448; Tue, 15 Sep 1998 09:39:38 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id KAA18650; Tue, 15 Sep 1998 10:36:11 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809151636.KAA18650@panzer.plutotech.com> Subject: Re: CAM integration imminent. In-Reply-To: <19980915181231.A502@radio-do.de> from Frank Nobis at "Sep 15, 98 06:12:31 pm" To: fn@radio-do.de (Frank Nobis) Date: Tue, 15 Sep 1998 10:36:11 -0600 (MDT) Cc: gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 Frank Nobis wrote... > On Tue, Sep 15, 1998 at 04:36:14AM -0600, Justin T. Gibbs wrote: > > Well, other than a few more files that I need to track down and delete, > > I should be done. I'm sure there will be problems... there always are > > on an integration of this magnitude. I'll try to address anything that > > crops up after I get a bit of rest. > > To give some feedback. I compiled a SMP kernel with cam. This one is > actually running now. A make world doesn't get through, because of some > errors in /usr/src/sbin/atm. I think Poul-Henning fixed that. You may want to re-cvsup. > I installed libcam and camcontrol by hand. Camcontrol devlist gives > an error "couldn't open /dev/xpt0". It looks like the /dev/MAKEDEV has > no targets for cam yet. Do you have revision 1.171 of src/etc/etc.i386/MAKEDEV? It has the transport layer and pasthrough devices. > But nevertheless this is very good work! Thanks! Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Tue Sep 15 09:56:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA14566 for cvs-all-outgoing; Tue, 15 Sep 1998 09:56:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA14560; Tue, 15 Sep 1998 09:56:28 -0700 (PDT) (envelope-from fn@trinity.radio-do.de) Received: (from fn@localhost) by trinity.radio-do.de (8.9.1/8.8.5/RADIO-1.1) id SAA02175; Tue, 15 Sep 1998 18:56:01 +0200 (CEST) Message-ID: <19980915185601.A602@radio-do.de> Date: Tue, 15 Sep 1998 18:56:01 +0200 From: Frank Nobis To: "Kenneth D. Merry" Cc: gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. References: <19980915181231.A502@radio-do.de> <199809151636.KAA18650@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809151636.KAA18650@panzer.plutotech.com>; from Kenneth D. Merry on Tue, Sep 15, 1998 at 10:36:11AM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 10:36:11AM -0600, Kenneth D. Merry wrote: > Frank Nobis wrote... > > To give some feedback. I compiled a SMP kernel with cam. This one is > > actually running now. A make world doesn't get through, because of some > > errors in /usr/src/sbin/atm. > > I think Poul-Henning fixed that. You may want to re-cvsup. My last cvsup was two hours ago. I will give it a try now. > > I installed libcam and camcontrol by hand. Camcontrol devlist gives > > an error "couldn't open /dev/xpt0". It looks like the /dev/MAKEDEV has > > no targets for cam yet. > > Do you have revision 1.171 of src/etc/etc.i386/MAKEDEV? It has the > transport layer and pasthrough devices. O boy, where have I had my head. That was my mistake. Now it's working like a charm. > > But nevertheless this is very good work! Regards Frank -- Frank Nobis Email: PGP AVAILABLE Landgrafenstr. 130 dg3dcn http://www.radio-do.de/~fn/ 44139 Dortmund Powered by FreeBSD From owner-cvs-all Tue Sep 15 10:13:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18395 for cvs-all-outgoing; Tue, 15 Sep 1998 10:13:48 -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 KAA18375; Tue, 15 Sep 1998 10:13: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 TAA00347; Tue, 15 Sep 1998 19:05:20 +0200 (CEST) To: "Kenneth D. Merry" cc: fn@radio-do.de (Frank Nobis), gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. In-reply-to: Your message of "Tue, 15 Sep 1998 10:36:11 MDT." <199809151636.KAA18650@panzer.plutotech.com> Date: Tue, 15 Sep 1998 19:05:20 +0200 Message-ID: <345.905879120@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just got to this one in make world now: install -c -o root -g wheel -m 644 printing/pstf /usr/share/examples/printing/ps tf install -c -o root -g wheel -m 644 printing/pstfX /usr/share/examples/printing/p stfX install -c -o root -g wheel -m 644 scsi_target/Makefile /usr/share/examples/scsi _target/Makefile install: /usr/share/examples/scsi_target/Makefile: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Over to the CAM team :-) -- 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 Tue Sep 15 10:17:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18788 for cvs-all-outgoing; Tue, 15 Sep 1998 10:17: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 KAA18781; Tue, 15 Sep 1998 10:17:19 -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 KAA17542; Tue, 15 Sep 1998 10:17:03 -0700 (PDT) Date: Tue, 15 Sep 1998 10:17:03 -0700 (PDT) Message-Id: <199809151717.KAA17542@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/15 10:17:03 PDT Modified files: etc/mtree BSD.usr.dist Log: Add scsi_target to examples. This is the 3rd such breakage I've committed a fix for in 2 days and 3 different people have forgotten to update this file. GRRR! What's it going to take, electrodes to the sensitive bits, people?? :-) Revision Changes Path 1.130 +3 -1 src/etc/mtree/BSD.usr.dist From owner-cvs-all Tue Sep 15 10:22:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19307 for cvs-all-outgoing; Tue, 15 Sep 1998 10:22: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 KAA19302; Tue, 15 Sep 1998 10:22:38 -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 KAA17758; Tue, 15 Sep 1998 10:22:22 -0700 (PDT) Date: Tue, 15 Sep 1998 10:22:22 -0700 (PDT) Message-Id: <199809151722.KAA17758@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ua.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/15 10:22:22 PDT Modified files: usr.sbin/ppp ua.h Log: Correct ua_ntohs. Revision Changes Path 1.2 +4 -4 src/usr.sbin/ppp/ua.h From owner-cvs-all Tue Sep 15 10:23:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19447 for cvs-all-outgoing; Tue, 15 Sep 1998 10: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 KAA19437; Tue, 15 Sep 1998 10:23:48 -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 KAA18218; Tue, 15 Sep 1998 10:23:32 -0700 (PDT) Date: Tue, 15 Sep 1998 10:23:32 -0700 (PDT) Message-Id: <199809151723.KAA18218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/files md5 ports/mail/adcomplain/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/15 10:23:32 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/files md5 mail/adcomplain/patches patch-aa Log: upgrade to 4.42 Revision Changes Path 1.18 +5 -3 ports/mail/adcomplain/Makefile 1.14 +1 -1 ports/mail/adcomplain/files/md5 1.12 +7 -7 ports/mail/adcomplain/patches/patch-aa From owner-cvs-all Tue Sep 15 10:26:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19789 for cvs-all-outgoing; Tue, 15 Sep 1998 10:26:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA19779; Tue, 15 Sep 1998 10:26:32 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zIyrc-0002AA-00; Tue, 15 Sep 1998 11:26:04 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id LAA28020; Tue, 15 Sep 1998 11:26:53 -0600 (MDT) Message-Id: <199809151726.LAA28020@harmony.village.org> To: "Jordan K. Hubbard" Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Tue, 15 Sep 1998 10:17:03 PDT." <199809151717.KAA17542@freefall.freebsd.org> References: <199809151717.KAA17542@freefall.freebsd.org> Date: Tue, 15 Sep 1998 11:26:53 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199809151717.KAA17542@freefall.freebsd.org> "Jordan K. Hubbard" writes: : to update this file. GRRR! What's it going to take, electrodes to : the sensitive bits, people?? :-) But they might like it, and then people would be removing things from the mtree files, just so you'd punish them... :-) Warner From owner-cvs-all Tue Sep 15 10:35:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21419 for cvs-all-outgoing; Tue, 15 Sep 1998 10:35:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21400; Tue, 15 Sep 1998 10:35:15 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id LAA18952; Tue, 15 Sep 1998 11:27:06 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809151727.LAA18952@panzer.plutotech.com> Subject: Re: CAM integration imminent. In-Reply-To: <345.905879120@critter.freebsd.dk> from Poul-Henning Kamp at "Sep 15, 98 07:05:20 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Tue, 15 Sep 1998 11:27:05 -0600 (MDT) Cc: fn@radio-do.de, gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 Poul-Henning Kamp wrote... > > I just got to this one in make world now: > > install -c -o root -g wheel -m 644 printing/pstf /usr/share/examples/printing/ps > tf > install -c -o root -g wheel -m 644 printing/pstfX /usr/share/examples/printing/p > stfX > install -c -o root -g wheel -m 644 scsi_target/Makefile /usr/share/examples/scsi > _target/Makefile > install: /usr/share/examples/scsi_target/Makefile: No such file or directory > *** Error code 71 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > > Over to the CAM team :-) Hmm, looks like the directory isn't getting made by mtree. Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Tue Sep 15 10:44:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22933 for cvs-all-outgoing; Tue, 15 Sep 1998 10:44:20 -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 KAA22906; Tue, 15 Sep 1998 10:44:05 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:MvrGkYanrOPO8XP+JFpl/xhYBAuZUFsb@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id TAA01765; Tue, 15 Sep 1998 19:43:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809151743.TAA01765@gratis.grondar.za> To: "Kenneth D. Merry" cc: gibbs@pluto.plutotech.com, cvs-committers@freebsd.org, current@freebsd.org Subject: Re: CAM integration imminent. In-Reply-To: Your message of " Tue, 15 Sep 1998 11:27:05 CST." <199809151727.LAA18952@panzer.plutotech.com> References: <199809151727.LAA18952@panzer.plutotech.com> Date: Tue, 15 Sep 1998 19:43:12 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "Kenneth D. Merry" wrote: > > install: /usr/share/examples/scsi_target/Makefile: No such file or directory : > > Over to the CAM team :-) : > Hmm, looks like the directory isn't getting made by mtree. It ain't in there... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Tue Sep 15 10:46:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23417 for cvs-all-outgoing; Tue, 15 Sep 1998 10:46:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23375; Tue, 15 Sep 1998 10:46:14 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id LAA19098; Tue, 15 Sep 1998 11:45:36 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809151745.LAA19098@panzer.plutotech.com> Subject: Re: CAM integration imminent. In-Reply-To: <199809151743.TAA01765@gratis.grondar.za> from Mark Murray at "Sep 15, 98 07:43:12 pm" To: mark@grondar.za (Mark Murray) Date: Tue, 15 Sep 1998 11:45:36 -0600 (MDT) Cc: gibbs@pluto.plutotech.com, cvs-committers@freebsd.org, current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28s (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 Mark Murray wrote... > "Kenneth D. Merry" wrote: > > > install: /usr/share/examples/scsi_target/Makefile: No such file or directory > : > > > Over to the CAM team :-) > : > > Hmm, looks like the directory isn't getting made by mtree. > > It ain't in there... Jordan just fixed it. Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Tue Sep 15 10:49:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24012 for cvs-all-outgoing; Tue, 15 Sep 1998 10:49:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from trinity.radio-do.de (trinity.Radio-do.de [193.101.164.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23951; Tue, 15 Sep 1998 10:49:08 -0700 (PDT) (envelope-from fn@trinity.radio-do.de) Received: (from fn@localhost) by trinity.radio-do.de (8.9.1/8.8.5/RADIO-1.1) id TAA01779; Tue, 15 Sep 1998 19:43:21 +0200 (CEST) Message-ID: <19980915194321.A15848@radio-do.de> Date: Tue, 15 Sep 1998 19:43:21 +0200 From: Frank Nobis To: "Kenneth D. Merry" , Poul-Henning Kamp Cc: gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. References: <345.905879120@critter.freebsd.dk> <199809151727.LAA18952@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809151727.LAA18952@panzer.plutotech.com>; from Kenneth D. Merry on Tue, Sep 15, 1998 at 11:27:05AM -0600 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 11:27:05AM -0600, Kenneth D. Merry wrote: > Poul-Henning Kamp wrote... > > > > I just got to this one in make world now: > > > > install -c -o root -g wheel -m 644 printing/pstf /usr/share/examples/printing/ps > > tf > > install -c -o root -g wheel -m 644 printing/pstfX /usr/share/examples/printing/p > > stfX > > install -c -o root -g wheel -m 644 scsi_target/Makefile /usr/share/examples/scsi > > _target/Makefile > > install: /usr/share/examples/scsi_target/Makefile: No such file or directory > > *** Error code 71 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > > > Over to the CAM team :-) > > Hmm, looks like the directory isn't getting made by mtree. Here is what my actual make world told me :-/ --- scspd --- cc -O2 -pipe -I /usr/src/usr.sbin/atm/scspd/../../../sys -I /usr/obj/elf/usr/src/usr.sbin/atm/scspd -I/usr/obj/elf/usr/src/tmp/usr/include -o scspd scspd.o scsp_cafsm.o scsp_config.o scsp_config_lex.o scsp_config_parse.o scsp_hfsm.o scsp_if.o scsp_input.o scsp_log.o scsp_msg.o scsp_output.o scsp_print.o scsp_socket.o scsp_subr.o scsp_timer.o -latm /usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Final' /usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Init' /usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Update' *** Error code 1 Do I need "option MD5" in my kernel config? Regards Frank -- Frank Nobis Email: PGP AVAILABLE Landgrafenstr. 130 dg3dcn http://www.radio-do.de/~fn/ 44139 Dortmund Powered by FreeBSD From owner-cvs-all Tue Sep 15 10:59:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26205 for cvs-all-outgoing; Tue, 15 Sep 1998 10:59:04 -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 KAA26171; Tue, 15 Sep 1998 10:58:58 -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 TAA00535; Tue, 15 Sep 1998 19:50:59 +0200 (CEST) To: Frank Nobis cc: "Kenneth D. Merry" , gibbs@pluto.plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. In-reply-to: Your message of "Tue, 15 Sep 1998 19:43:21 +0200." <19980915194321.A15848@radio-do.de> Date: Tue, 15 Sep 1998 19:50:58 +0200 Message-ID: <533.905881858@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >--- scspd --- >cc -O2 -pipe -I /usr/src/usr.sbin/atm/scspd/../../../sys -I /usr/obj/elf/usr/src/usr.sbin/atm/scspd -I/usr/obj/elf/usr/src/tmp/usr/include -o scspd scspd.o scsp_cafsm.o scsp_config.o scsp_config_lex.o scsp_config_parse.o scsp_hfsm.o scsp_if.o scsp_input.o scsp_log.o scsp_msg.o scsp_output.o scs >p_print.o scsp_socket.o scsp_subr.o scsp_timer.o -latm >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Final' >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Init' >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Update' >*** Error code 1 > >Do I need "option MD5" in my kernel config? No, this is a userland program... I have not seen this problem before... -- 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 Tue Sep 15 11:14:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28651 for cvs-all-outgoing; Tue, 15 Sep 1998 11:14:54 -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 LAA28596; Tue, 15 Sep 1998 11:14:42 -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 UAA00958; Tue, 15 Sep 1998 20:09:48 +0200 (SAT) From: John Hay Message-Id: <199809151809.UAA00958@zibbi.mikom.csir.co.za> Subject: Re: CAM integration imminent. In-Reply-To: <533.905881858@critter.freebsd.dk> from Poul-Henning Kamp at "Sep 15, 98 07:50:58 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Tue, 15 Sep 1998 20:09:48 +0200 (SAT) Cc: cvs-committers@FreeBSD.ORG, current@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 I think you will have to add -lmd. I have just seen it here on my elf system during a make world. It seems that the elf shared libs are less forgiving than the old aout shared libs. John -- John Hay -- John.Hay@mikom.csir.co.za > > >--- scspd --- > >cc -O2 -pipe -I /usr/src/usr.sbin/atm/scspd/../../../sys -I /usr/obj/elf/usr/src/usr.sbin/atm/scspd -I/usr/obj/elf/usr/src/tmp/usr/include -o scspd scspd.o scsp_cafsm.o scsp_config.o scsp_config_lex.o scsp_config_parse.o scsp_hfsm.o scsp_if.o scsp_input.o scsp_log.o scsp_msg.o scsp_output.o scs > >p_print.o scsp_socket.o scsp_subr.o scsp_timer.o -latm > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Final' > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Init' > >/usr/obj/elf/usr/src/tmp/usr/lib/libatm.so: undefined reference to `MD5Update' > >*** Error code 1 > > > >Do I need "option MD5" in my kernel config? > > No, this is a userland program... > > I have not seen this problem before... > > -- > 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 Tue Sep 15 11:17:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29246 for cvs-all-outgoing; Tue, 15 Sep 1998 11:17: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 LAA29237; Tue, 15 Sep 1998 11:16:56 -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 LAA20541; Tue, 15 Sep 1998 11:16:40 -0700 (PDT) Date: Tue, 15 Sep 1998 11:16:40 -0700 (PDT) Message-Id: <199809151816.LAA20541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT files.i386 options.i386 src/sys/i386/include console.h src/sys/i386/include/pc vesa.h src/sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c videoio.h kbdtables.h pcaudio.c syscons.c syscons.h wst.c src/lkm/syscons ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/15 11:16:39 PDT Modified files: sys/i386/conf LINT files.i386 options.i386 sys/i386/include console.h sys/i386/isa kbdtables.h pcaudio.c syscons.c syscons.h wst.c lkm/syscons saver.h lkm/syscons/blank blank_saver.c lkm/syscons/daemon daemon_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Added files: sys/i386/include/pc vesa.h sys/i386/isa scvesactl.c scvidctl.c vesa.c videoio.c videoio.h Log: Add VESA support to syscons. Kazu writes: The VESA support code requires vm86 support. Make sure your kernel configuration file has the following line. options "VM86" If you want to statically link the VESA support code to the kernel, add the following option to the kernel configuration file. options "VESA" The vidcontrol command now accepts the following video mode names: VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600 The VESA_800x600 mode is a raster display mode. The 80x25 text will be displayed on the 800x600 screen. Useful for some laptop computers. vidcontrol accepts the new `-i ' option, where must be either `adapter' or `mode'. When the `-i adapter' option is given, vidcontrol will print basic information (not much) on the video adapter. When the `-i mode' option is specified, vidcontrol will list video modes which are actually supported by the video adapter. Submitted by: Kazutaka YOKOTA yokota@FreeBSD.ORG Revision Changes Path 1.466 +4 -1 src/sys/i386/conf/LINT 1.204 +5 -1 src/sys/i386/conf/files.i386 1.87 +3 -1 src/sys/i386/conf/options.i386 1.39 +124 -3 src/sys/i386/include/console.h 1.41 +5 -5 src/sys/i386/isa/kbdtables.h 1.43 +5 -5 src/sys/i386/isa/pcaudio.c 1.278 +493 -1330 src/sys/i386/isa/syscons.c 1.40 +62 -30 src/sys/i386/isa/syscons.h 1.12 +4 -4 src/sys/i386/isa/wst.c 1.11 +6 -6 src/lkm/syscons/saver.h 1.12 +5 -5 src/lkm/syscons/blank/blank_saver.c 1.10 +3 -3 src/lkm/syscons/daemon/daemon_saver.c 1.13 +6 -6 src/lkm/syscons/fade/fade_saver.c 1.12 +5 -5 src/lkm/syscons/green/green_saver.c 1.18 +7 -7 src/lkm/syscons/snake/snake_saver.c 1.15 +7 -7 src/lkm/syscons/star/star_saver.c 1.13 +6 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.20 +120 -2 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-all Tue Sep 15 11:58:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06565 for cvs-all-outgoing; Tue, 15 Sep 1998 11:58: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 LAA06529; Tue, 15 Sep 1998 11:57:59 -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 LAA22194; Tue, 15 Sep 1998 11:57:43 -0700 (PDT) Date: Tue, 15 Sep 1998 11:57:43 -0700 (PDT) Message-Id: <199809151857.LAA22194@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/atm/scspd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/15 11:57:43 PDT Modified files: usr.sbin/atm/scspd Makefile Log: Add -lmd Revision Changes Path 1.3 +4 -2 src/usr.sbin/atm/scspd/Makefile From owner-cvs-all Tue Sep 15 12:02:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07598 for cvs-all-outgoing; Tue, 15 Sep 1998 12:02: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 MAA07491; Tue, 15 Sep 1998 12:02: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 MAA22425; Tue, 15 Sep 1998 12:01:47 -0700 (PDT) Date: Tue, 15 Sep 1998 12:01:47 -0700 (PDT) Message-Id: <199809151901.MAA22425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/atm/scspd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/15 12:01:47 PDT Modified files: usr.sbin/atm/scspd Makefile Log: Remove gratuitous (and bad) spaces in -I args. Revision Changes Path 1.4 +2 -2 src/usr.sbin/atm/scspd/Makefile From owner-cvs-all Tue Sep 15 12:16:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10357 for cvs-all-outgoing; Tue, 15 Sep 1998 12: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 MAA10342; Tue, 15 Sep 1998 12:16:49 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23225; Tue, 15 Sep 1998 12:16:33 -0700 (PDT) Date: Tue, 15 Sep 1998 12:16:33 -0700 (PDT) Message-Id: <199809151916.MAA23225@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/atm/atm Makefile src/sbin/atm/fore_dnld Makefile src/sbin/atm/ilmid Makefile src/usr.sbin/atm/atmarpd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/15 12:16:33 PDT Modified files: sbin/atm/atm Makefile sbin/atm/fore_dnld Makefile sbin/atm/ilmid Makefile usr.sbin/atm/atmarpd Makefile Log: Remove blank after -I Revision Changes Path 1.2 +2 -2 src/sbin/atm/atm/Makefile 1.2 +2 -2 src/sbin/atm/fore_dnld/Makefile 1.2 +2 -2 src/sbin/atm/ilmid/Makefile 1.2 +2 -2 src/usr.sbin/atm/atmarpd/Makefile From owner-cvs-all Tue Sep 15 12:28:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12937 for cvs-all-outgoing; Tue, 15 Sep 1998 12:28: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 MAA12872; Tue, 15 Sep 1998 12:28:32 -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 MAA23764; Tue, 15 Sep 1998 12:28:11 -0700 (PDT) Date: Tue, 15 Sep 1998 12:28:11 -0700 (PDT) Message-Id: <199809151928.MAA23764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpcap - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:28:11 PDT src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory freefall.freebsd.org:/net/bento/a/tmp/fenner/really/libpcap-0.4 Log Message: Virgin import of LBL libpcap v0.4 Status: Vendor Tag: LBL Release Tags: v0_4 U src/contrib/libpcap/CHANGES U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README I src/contrib/libpcap/SUNOS4 U src/contrib/libpcap/VERSION C src/contrib/libpcap/aclocal.m4 U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h C src/contrib/libpcap/gencode.c U src/contrib/libpcap/gencode.h U src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh I src/contrib/libpcap/linux-include U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-enet.c U src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c U src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h N src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/bpf/net/bpf.h U src/contrib/libpcap/bpf/net/bpf_filter.c U src/contrib/libpcap/lbl/gnuc.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/libpcap From owner-cvs-all Tue Sep 15 12:32:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13705 for cvs-all-outgoing; Tue, 15 Sep 1998 12:32: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 MAA13650; Tue, 15 Sep 1998 12:31:59 -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 MAA23947; Tue, 15 Sep 1998 12:31:43 -0700 (PDT) Date: Tue, 15 Sep 1998 12:31:43 -0700 (PDT) Message-Id: <199809151931.MAA23947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/libpcap gencode.c nametoaddr.c pcap.3 pcap.h scanner.l Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:31:43 PDT Modified files: contrib/libpcap gencode.c nametoaddr.c pcap.3 pcap.h scanner.l Log: Merge libpcap version 0.4 PR: bin/7877 Revision Changes Path 1.6 +50 -4 src/contrib/libpcap/gencode.c 1.5 +3 -3 src/contrib/libpcap/nametoaddr.c 1.6 +31 -11 src/contrib/libpcap/pcap.3 1.3 +4 -4 src/contrib/libpcap/pcap.h 1.4 +7 -6 src/contrib/libpcap/scanner.l From owner-cvs-all Tue Sep 15 12:34:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14243 for cvs-all-outgoing; Tue, 15 Sep 1998 12:34: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 MAA14234; Tue, 15 Sep 1998 12:34:16 -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 MAA24061; Tue, 15 Sep 1998 12:34:00 -0700 (PDT) Date: Tue, 15 Sep 1998 12:34:00 -0700 (PDT) Message-Id: <199809151934.MAA24061@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/15 12:34:00 PDT Modified files: handbook submitters.sgml Log: Add Hans Huebner for his modifcations to the CAM changer driver and chio(1) to support volume tags. Revision Changes Path 1.235 +3 -1 doc/handbook/submitters.sgml From owner-cvs-all Tue Sep 15 12:34:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14270 for cvs-all-outgoing; Tue, 15 Sep 1998 12: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 MAA14237; Tue, 15 Sep 1998 12:34:18 -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 MAA24083; Tue, 15 Sep 1998 12:34:02 -0700 (PDT) Date: Tue, 15 Sep 1998 12:34:02 -0700 (PDT) Message-Id: <199809151934.MAA24083@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libpcap Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:34:01 PDT Modified files: lib/libpcap Makefile Log: Bump minor version number and add version.c to update to version 0.4 PR: bin/7877 Revision Changes Path 1.21 +7 -3 src/lib/libpcap/Makefile From owner-cvs-all Tue Sep 15 12:35:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14442 for cvs-all-outgoing; Tue, 15 Sep 1998 12:35: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 MAA14437; Tue, 15 Sep 1998 12:35:53 -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 MAA24142; Tue, 15 Sep 1998 12:35:37 -0700 (PDT) Date: Tue, 15 Sep 1998 12:35:37 -0700 (PDT) Message-Id: <199809151935.MAA24142@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net bpf.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:35:37 PDT Modified files: sys/net bpf.h Log: Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 Revision Changes Path 1.15 +3 -1 src/sys/net/bpf.h From owner-cvs-all Tue Sep 15 12:36:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14668 for cvs-all-outgoing; Tue, 15 Sep 1998 12:36: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 MAA14643; Tue, 15 Sep 1998 12:36:48 -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 MAA24200; Tue, 15 Sep 1998 12:36:32 -0700 (PDT) Date: Tue, 15 Sep 1998 12:36:32 -0700 (PDT) Message-Id: <199809151936.MAA24200@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/tcpdump - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:36:32 PDT src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory freefall.freebsd.org:/net/bento/a/tmp/fenner/really/tcpdump-3.4 Log Message: Virgin import of LBL tcpdump v3.4 Status: Vendor Tag: LBL Release Tags: v3_4 U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/README U src/contrib/tcpdump/VERSION C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h N src/contrib/tcpdump/gmt2local.c N src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/install-sh U src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ipx.h I src/contrib/tcpdump/linux-include U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/netbios.h C src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/nfsv2.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/packetdat.awk C src/contrib/tcpdump/parsenfsfh.c N src/contrib/tcpdump/ppp.h C src/contrib/tcpdump/print-arp.c C src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c C src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-decnet.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-egp.c C src/contrib/tcpdump/print-ether.c C src/contrib/tcpdump/print-fddi.c U src/contrib/tcpdump/print-gre.c U src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c U src/contrib/tcpdump/print-ipx.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-krb.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c N src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c C src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-snmp.c C src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-tftp.c C src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-wb.c N src/contrib/tcpdump/savestr.c N src/contrib/tcpdump/savestr.h U src/contrib/tcpdump/send-ack.awk N src/contrib/tcpdump/setsignal.c N src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c C src/contrib/tcpdump/tcpdump.1 U src/contrib/tcpdump/tcpdump.c U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/gnuc.h U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h 22 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/tcpdump From owner-cvs-all Tue Sep 15 12:41:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15768 for cvs-all-outgoing; Tue, 15 Sep 1998 12:41:41 -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 MAA15660; Tue, 15 Sep 1998 12:41:17 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id XAA27620; Tue, 15 Sep 1998 23:40:52 +0400 (MSD) (envelope-from ache) Message-ID: <19980915234052.A26058@nagual.pp.ru> Date: Tue, 15 Sep 1998 23:40:52 +0400 From: "Andrey A. Chernov" To: Bill Fenner , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libpcap gencode.c nametoaddr.c pcap.3 pcap.h scanner.l Mail-Followup-To: Bill Fenner , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <199809151931.MAA23947@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809151931.MAA23947@freefall.freebsd.org>; from fenner@FreeBSD.ORG on Tue, Sep 15, 1998 at 12:31:43PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 12:31:43PM -0700, Bill Fenner wrote: > fenner 1998/09/15 12:31:43 PDT > > Modified files: > contrib/libpcap gencode.c nametoaddr.c pcap.3 pcap.h > scanner.l > Log: > Merge libpcap version 0.4 Please don't forget to update /sys/net/bpf.h too. -- 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 15 12:45:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16682 for cvs-all-outgoing; Tue, 15 Sep 1998 12:45:46 -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 MAA16590; Tue, 15 Sep 1998 12:45:18 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.9.1/8.9.1) id XAA28397; Tue, 15 Sep 1998 23:44:47 +0400 (MSD) (envelope-from ache) Message-ID: <19980915234447.A27960@nagual.pp.ru> Date: Tue, 15 Sep 1998 23:44:47 +0400 From: "Andrey A. Chernov" To: Bill Fenner , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net bpf.h Mail-Followup-To: Bill Fenner , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <199809151935.MAA24142@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809151935.MAA24142@freefall.freebsd.org>; from fenner@FreeBSD.ORG on Tue, Sep 15, 1998 at 12:35:37PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 12:35:37PM -0700, Bill Fenner wrote: > fenner 1998/09/15 12:35:37 PDT > > Modified files: > sys/net bpf.h > Log: > Add DLT_{SLIP,PPP}_BSDOS from libpcap 0.4 Yes, but they must be handled by bpf.c too :-( -- 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 15 12:47:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17025 for cvs-all-outgoing; Tue, 15 Sep 1998 12:47: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 MAA16964; Tue, 15 Sep 1998 12:47: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 MAA24638; Tue, 15 Sep 1998 12:47:01 -0700 (PDT) Date: Tue, 15 Sep 1998 12:47:01 -0700 (PDT) Message-Id: <199809151947.MAA24638@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/tcpdump addrtoname.c nfsfh.h parsenfsfh.c print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-ip.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-ppp.c print-sl.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:47:01 PDT Modified files: contrib/tcpdump addrtoname.c nfsfh.h parsenfsfh.c print-arp.c print-atalk.c print-atm.c print-bootp.c print-domain.c print-ether.c print-fddi.c print-ip.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-ppp.c print-sl.c print-sunrpc.c print-udp.c tcpdump.1 Log: Merge tcpdump 3.4 PR: bin/7877 Revision Changes Path 1.5 +22 -12 src/contrib/tcpdump/addrtoname.c 1.4 +2 -2 src/contrib/tcpdump/nfsfh.h 1.4 +6 -3 src/contrib/tcpdump/parsenfsfh.c 1.4 +5 -2 src/contrib/tcpdump/print-arp.c 1.6 +6 -5 src/contrib/tcpdump/print-atalk.c 1.5 +3 -3 src/contrib/tcpdump/print-atm.c 1.4 +7 -2 src/contrib/tcpdump/print-bootp.c 1.5 +18 -2 src/contrib/tcpdump/print-domain.c 1.7 +2 -2 src/contrib/tcpdump/print-ether.c 1.4 +3 -4 src/contrib/tcpdump/print-fddi.c 1.6 +8 -8 src/contrib/tcpdump/print-ip.c 1.7 +4 -3 src/contrib/tcpdump/print-isoclns.c 1.5 +2 -3 src/contrib/tcpdump/print-llc.c 1.6 +7 -7 src/contrib/tcpdump/print-nfs.c 1.4 +4 -2 src/contrib/tcpdump/print-ntp.c 1.4 +9 -5 src/contrib/tcpdump/print-null.c 1.7 +76 -13 src/contrib/tcpdump/print-ppp.c 1.4 +52 -3 src/contrib/tcpdump/print-sl.c 1.4 +2 -2 src/contrib/tcpdump/print-sunrpc.c 1.4 +9 -2 src/contrib/tcpdump/print-udp.c 1.4 +8 -5 src/contrib/tcpdump/tcpdump.1 From owner-cvs-all Tue Sep 15 12:48:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17260 for cvs-all-outgoing; Tue, 15 Sep 1998 12:48: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 MAA17189; Tue, 15 Sep 1998 12:48:17 -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 MAA24692; Tue, 15 Sep 1998 12:47:59 -0700 (PDT) Date: Tue, 15 Sep 1998 12:47:59 -0700 (PDT) Message-Id: <199809151947.MAA24692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/15 12:47:59 PDT Modified files: usr.sbin/tcpdump/tcpdump Makefile Log: Update for tcpdump 3.4 Revision Changes Path 1.19 +6 -4 src/usr.sbin/tcpdump/tcpdump/Makefile From owner-cvs-all Tue Sep 15 12:50:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17756 for cvs-all-outgoing; Tue, 15 Sep 1998 12:50:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA17664; Tue, 15 Sep 1998 12:50:20 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <40657(1)>; Tue, 15 Sep 1998 12:49:47 PDT Received: by crevenia.parc.xerox.com id <177534>; Tue, 15 Sep 1998 12:49:39 -0700 From: Bill Fenner To: ache@nagual.pp.ru, cvs-all@freebsd.org, cvs-committers@freebsd.org, fenner@freebsd.org Subject: Re: cvs commit: src/sys/net bpf.h Message-Id: <98Sep15.124939pdt.177534@crevenia.parc.xerox.com> Date: Tue, 15 Sep 1998 12:49:38 PDT Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Yes, but they must be handled by bpf.c too :-( DLT_*_BSDOS is an entirely inside-libpcap thing. It's true that it would be nice to upgrade our BPF but it's not necessary to use the new libpcap. Bill From owner-cvs-all Tue Sep 15 12:51:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17934 for cvs-all-outgoing; Tue, 15 Sep 1998 12: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 MAA17857; Tue, 15 Sep 1998 12:51:19 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24807; Tue, 15 Sep 1998 12:51:01 -0700 (PDT) Date: Tue, 15 Sep 1998 12:51:01 -0700 (PDT) Message-Id: <199809151951.MAA24807@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xmahjongg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1998/09/15 12:51:01 PDT Modified files: games/xmahjongg/pkg PLIST Log: Fix the packaging list. I've been lazy initially, and specified only the directory name for the xmahjongg libdir, as opposed to the component files. Reminded by: David Kulp While i was at it, it also occured to me that i need an @unexec with the mkfontdir command, so fonts.dir is being rebuilt upon deinstallation, too. Revision Changes Path 1.3 +4 -1 ports/games/xmahjongg/pkg/PLIST From owner-cvs-all Tue Sep 15 13:09:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21467 for cvs-all-outgoing; Tue, 15 Sep 1998 13:09: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 NAA21443; Tue, 15 Sep 1998 13:09:35 -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 NAA25505; Tue, 15 Sep 1998 13:09:18 -0700 (PDT) Date: Tue, 15 Sep 1998 13:09:18 -0700 (PDT) Message-Id: <199809152009.NAA25505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/vesa Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/15 13:09:18 PDT Added files: lkm/vesa Makefile Log: Oops for the Makefile for the VESA lkm From owner-cvs-all Tue Sep 15 13:11:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22067 for cvs-all-outgoing; Tue, 15 Sep 1998 13:11:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from daal.pl.cp (mcl36-53.nttlabs.com [204.162.36.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22016; Tue, 15 Sep 1998 13:11:10 -0700 (PDT) (envelope-from gene@nttlabs.com) Received: from localhost (gene@localhost) by daal.pl.cp (8.9.1/8.9.1) with SMTP id NAA07988; Tue, 15 Sep 1998 13:10:18 -0700 (PDT) (envelope-from gene@nttlabs.com) X-Authentication-Warning: daal.pl.cp: gene owned process doing -bs Date: Tue, 15 Sep 1998 13:10:15 -0700 (PDT) From: "Eugene M. Kim" X-Sender: gene@daal.pl.cp To: Satoshi Asami cc: ports@FreeBSD.ORG, committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ELF transition for ports In-Reply-To: <199809100657.XAA10293@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 Hello, I have some questions about port Elfiziation. On Wed, 9 Sep 1998, Satoshi Asami wrote: | Date: Wed, 9 Sep 1998 23:57:51 -0700 (PDT) | From: Satoshi Asami | Subject: ELF transition for ports | | *snip snip* | | (4) For aout libs, all minor numbers shall be zero. That means many | ports (those with a non-zero minor) will have to have their major | number bumped by one. There seem to be about 80 of them that | need to be fixed: | | ## grep 'lib.*\.so\..*\..*' */*/pkg/PLIST > t | ## cat t | sed -e 's/:.*//' | uniq | wc | 143 143 3622 | ## grep -v '\.0$' t | sed -e 's/:.*//' | uniq | wc | 80 80 2019 | ^^ | (These are the ones that don't end with ".0".) | | All port Makefiles are edited to remove minor numbers from | LIB_DEPENDS, and also to have the regexp support removed. (E.g., | "foo\\.1\\.\\(33|40\\)" -> "foo.2". They will be matched using | "grep -wF". | | *snip snip* *ouch* Does this mean that from now on the version number of such Elf shared libraries will be always be higher by one? For example, if the original library version goes from 6.4 to 7.0 -- say it's X11R7 :-) -- then will the FreeBSD Elf version be 8 since we are using 7 for 6.4? Thanks, Eugene From owner-cvs-all Tue Sep 15 13:14:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23085 for cvs-all-outgoing; Tue, 15 Sep 1998 13:14: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 NAA23076; Tue, 15 Sep 1998 13:14:27 -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 NAA25784; Tue, 15 Sep 1998 13:14:11 -0700 (PDT) Date: Tue, 15 Sep 1998 13:14:11 -0700 (PDT) Message-Id: <199809152014.NAA25784@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/vesa Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/15 13:14:11 PDT Modified files: lkm/vesa Makefile Log: Double oops, committed the wrong Makefile ata that, fixed. Revision Changes Path 1.2 +2 -2 src/lkm/vesa/Makefile From owner-cvs-all Tue Sep 15 13:17:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23635 for cvs-all-outgoing; Tue, 15 Sep 1998 13:17: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 NAA23630; Tue, 15 Sep 1998 13:17:51 -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 NAA25900; Tue, 15 Sep 1998 13:17:35 -0700 (PDT) Date: Tue, 15 Sep 1998 13:17:35 -0700 (PDT) Message-Id: <199809152017.NAA25900@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 sos 1998/09/15 13:17:35 PDT Modified files: lkm Makefile Log: Add the vesa module to the list Revision Changes Path 1.31 +2 -2 src/lkm/Makefile From owner-cvs-all Tue Sep 15 13:52:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29585 for cvs-all-outgoing; Tue, 15 Sep 1998 13:52:16 -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 NAA29446; Tue, 15 Sep 1998 13:51:57 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id NAA04849; Tue, 15 Sep 1998 13:51:31 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id NAA01715; Tue, 15 Sep 1998 13:51:25 -0700 (PDT) Date: Tue, 15 Sep 1998 13:51:25 -0700 (PDT) Message-Id: <199809152051.NAA01715@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809151507.IAA12871@freefall.freebsd.org> (message from Scott Mace on Tue, 15 Sep 1998 08:07:34 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Make jbigkit build on a non-elf system Sorry, it's still not right. The shared library should be called "libjbig.so.1.0" on an aout system. Satoshi From owner-cvs-all Tue Sep 15 14:04:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02385 for cvs-all-outgoing; Tue, 15 Sep 1998 14:04:30 -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 OAA02361; Tue, 15 Sep 1998 14:04:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA04866; Tue, 15 Sep 1998 14:03:55 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id OAA01755; Tue, 15 Sep 1998 14:03:52 -0700 (PDT) Date: Tue, 15 Sep 1998 14:03:52 -0700 (PDT) Message-Id: <199809152103.OAA01755@silvia.hip.berkeley.edu> To: gene@nttlabs.com CC: ports@FreeBSD.ORG, committers@FreeBSD.ORG, current@FreeBSD.ORG In-reply-to: (gene@nttlabs.com) Subject: Re: ELF transition for ports From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Does this mean that from now on the version number of such Elf shared * libraries will be always be higher by one? For example, if the original * library version goes from 6.4 to 7.0 -- say it's X11R7 :-) -- then will * the FreeBSD Elf version be 8 since we are using 7 for 6.4? It might or might not. Actually, the same thing will happen if the original version goes from 6.4 to 6.5, ours will be at version 8. Satoshi From owner-cvs-all Tue Sep 15 14:08:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03374 for cvs-all-outgoing; Tue, 15 Sep 1998 14:08: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 OAA03325; Tue, 15 Sep 1998 14:08:09 -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 OAA27966; Tue, 15 Sep 1998 14:07:52 -0700 (PDT) Date: Tue, 15 Sep 1998 14:07:52 -0700 (PDT) Message-Id: <199809152107.OAA27966@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/15 14:07:52 PDT Modified files: libexec/rtld-elf rtld.c Log: Make the pathname pointed to by the Obj_Entry structure for the dynamic linker itself dynamically allocated. All of them are supposed to be dynamically allocated, but we cheated before. It made gdb unhappy under some circumstances. Revision Changes Path 1.9 +11 -3 src/libexec/rtld-elf/rtld.c From owner-cvs-all Tue Sep 15 14:08:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03397 for cvs-all-outgoing; Tue, 15 Sep 1998 14:08: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 OAA03333; Tue, 15 Sep 1998 14:08:11 -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 OAA27981; Tue, 15 Sep 1998 14:07:54 -0700 (PDT) Date: Tue, 15 Sep 1998 14:07:54 -0700 (PDT) Message-Id: <199809152107.OAA27981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 src/usr.sbin/config mkmakefile.c configvers.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 14:07:54 PDT Modified files: sys/i386/conf Makefile.i386 Log: Bump config version. Revision Changes Path 1.123 +2 -2 src/sys/i386/conf/Makefile.i386 Modified files: usr.sbin/config mkmakefile.c configvers.h Log: Bump config version. Also mention that even after rebuilding a new config, you may need to resynchronize your config file with syntax or name changes documented in GENERIC or LINT. Revision Changes Path 1.34 +5 -1 src/usr.sbin/config/mkmakefile.c 1.6 +2 -2 src/usr.sbin/config/configvers.h From owner-cvs-all Tue Sep 15 14:13:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04706 for cvs-all-outgoing; Tue, 15 Sep 1998 14:13:10 -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 OAA04528; Tue, 15 Sep 1998 14:12:37 -0700 (PDT) (envelope-from rvb@sicily.odyssey.cs.cmu.edu) From: rvb@sicily.odyssey.cs.cmu.edu To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. References: <199809151042.EAA24465@pluto.plutotech.com> Date: 15 Sep 1998 17:11:37 -0400 In-Reply-To: "Justin T. Gibbs"'s message of Tue, 15 Sep 1998 04:36:14 -0600 Message-ID: Lines: 15 X-Mailer: Gnus v5.4.46/Emacs 19.34 Source-Info: Sender is really rvb@sicily.odyssey.cs.cmu.edu Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk A couple of problems in PCCARD: aic needs to be commented out. Doing this yields: cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment scsi_cd.o: Undefined symbol `_scsi_read_write' referenced from text segment scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment Can you post a set of fixes for PCCARD. PS Would it make sense to pull scsi out of PCCARD, most laptops don't have it. From owner-cvs-all Tue Sep 15 14:14:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05168 for cvs-all-outgoing; Tue, 15 Sep 1998 14:14:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gold.wvnet.edu (gold.wvnet.edu [129.71.2.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05077 for ; Tue, 15 Sep 1998 14:14:22 -0700 (PDT) (envelope-from becker@ab.edu) Received: from Luna (129.71.40.16) by gold.wvnet.edu (LSMTP for Windows NT v1.1a) with SMTP id <0.C5BD4E30@gold.wvnet.edu>; Tue, 15 Sep 1998 17:17:53 -0400 Message-ID: <35FD86DD.167EB0E7@ab.edu> Date: Mon, 14 Sep 1998 17:13:01 -0400 From: Rob Becker X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 3.0-19980831-SNA0 i386) MIME-Version: 1.0 To: cvs-all@FreeBSD.ORG Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk subscribe cvs-all From owner-cvs-all Tue Sep 15 14:17:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06189 for cvs-all-outgoing; Tue, 15 Sep 1998 14:17:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA06107; Tue, 15 Sep 1998 14:17:33 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <40661(1)>; Tue, 15 Sep 1998 14:17:05 PDT Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id OAA08340; Tue, 15 Sep 1998 14:16:58 -0700 (PDT) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199809152116.OAA08340@mango.parc.xerox.com> To: cvs-committers@FreeBSD.ORG cc: Bill Fenner Subject: Re: cvs commit: src/lib/libpcap Makefile In-reply-to: Your message of "Tue, 15 Sep 1998 12:34:02 PDT." <199809151934.MAA24083@freefall.freebsd.org> Date: Tue, 15 Sep 1998 14:16:58 PDT From: Bill Fenner Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809151934.MAA24083@freefall.freebsd.org> I wrote: > Bump minor version number and add version.c to update to version 0.4 I bumped from 2.2 to 2.3 . Should I have bumped to 3.0 for ELF since it doesn't have minor version numbers? Bill From owner-cvs-all Tue Sep 15 14:19:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06444 for cvs-all-outgoing; Tue, 15 Sep 1998 14:19: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 OAA06356; Tue, 15 Sep 1998 14:18:35 -0700 (PDT) (envelope-from jfieber@FreeBSD.org) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA28233; Tue, 15 Sep 1998 14:18:18 -0700 (PDT) Date: Tue, 15 Sep 1998 14:18:18 -0700 (PDT) Message-Id: <199809152118.OAA28233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/sgmlformat Makefile ports/textproc/sgmlformat/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 1998/09/15 14:18:18 PDT Modified files: textproc/sgmlformat Makefile textproc/sgmlformat/files md5 Log: Upgrade to 1.7. The only change is to check if /usr/bin/perl is version 5 and use that rather than ${PREFIX}/bin/perl if it is. Submitted by: John Hay Revision Changes Path 1.10 +5 -4 ports/textproc/sgmlformat/Makefile 1.9 +1 -1 ports/textproc/sgmlformat/files/md5 From owner-cvs-all Tue Sep 15 14:30:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09347 for cvs-all-outgoing; Tue, 15 Sep 1998 14:30:08 -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 OAA09182; Tue, 15 Sep 1998 14:29:36 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA04889; Tue, 15 Sep 1998 14:29:13 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id OAA01840; Tue, 15 Sep 1998 14:26:45 -0700 (PDT) Date: Tue, 15 Sep 1998 14:26:45 -0700 (PDT) Message-Id: <199809152126.OAA01840@silvia.hip.berkeley.edu> To: jfieber@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809152118.OAA28233@freefall.freebsd.org> (message from John Fieber on Tue, 15 Sep 1998 14:18:18 -0700 (PDT)) Subject: Re: cvs commit: ports/textproc/sgmlformat Makefile ports/textproc/sgmlformat/files md5 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * The only change is to check if /usr/bin/perl is version 5 and use that * rather than ${PREFIX}/bin/perl if it is. Please use the variable ${PERL5}. Satoshi From owner-cvs-all Tue Sep 15 14:30:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09391 for cvs-all-outgoing; Tue, 15 Sep 1998 14:30:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ms7.hinet.net (ms7.hinet.net [168.95.4.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08482; Tue, 15 Sep 1998 14:26:14 -0700 (PDT) (envelope-from bw006x@ms22.hinet.net) Received: from sen005644 (h252.s2.ts32.hinet.net [163.32.2.252]) by ms7.hinet.net (8.8.8/8.8.8) with SMTP id FAA18024; Wed, 16 Sep 1998 05:25:40 +0800 (CST) Date: Wed, 16 Sep 1998 05:25:40 +0800 (CST) Message-Id: <199809152125.FAA18024@ms7.hinet.net> From: fbv006394@ms7.hinet.net Subject: ²ú²ï€ÑŠa¯S»ù³q³ø¡@ dúPþ©ûBûBþ©úP d 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 ²ú²ï€ÑŠa ¥þŠ~µL¥ðªºŠbºôžô€W¬°±zŽ£šÑ¶®ªÚ²£«~¥þ°ê°e³fšì©²ªºªA°È¡@ dúPþ©ûBûBþ©úP d Åý±z±o¥H§Kšü¶ëš®€§­W »ŽÃPšÉšü šÉÅA¥þ²y 112Š~ªº¶®ªÚªŸŠW²£«~ ¶®ªÚ €ñ€k€H§ó€FžÑ€k€H ŠæŸP¥þ²y130­Ó°ê®a «~œè­È±o±zªº«H¿à ­Y¥»«H¥ó¹ï±z³yŠš§xÂZ §Ú­Ì°£€FžÛÀµªº­Pºp¥~ €]œÐ³qªŸ§Ú­Ì§R°£ ÁÂÁ mailto:avon0916@geocities.com?subject=DeleteMe_-6423 [¥»¶g¯S»ù«~¡@¥»¶gŠ³65ºØºô€Í¯S»ù«~­ò ¥þ­± 3 ~ 7.5§é œÐ€Wºô¿ïÁÊ] http://www.geocities.com/FashionAvenue/Catwalk/3625/net13.htm 1.šk©Ê¿i¬â¬~­±Á÷(€é¥»Gravis) ¥«»ù 250 ºô€Í»ù ¢°¢µ¢¯ ŠÛ«H»PŸy€O±q³oùض}©l šk€HªºÁy ¬~Áy§ó»Ý­n¥hš€œè 2.ÂùŠâ®B»I(ºë«~·mGo ¬ü°ê­ìžË) ¥«»ù 350 ºô€ÍÀuŽf»ù ¢°¢Ž¢ž §t·LÅnÂA±m²É€l ªø«OÂAŒí®BŠâ¡@€@€ä®B±m¥i¯«©_§e²{ ±K±m ¯]¥ú ²VŠâ ¥|ºØ®B®Ä 3.¥hš€œè¿i¬âÁ÷(°òŠ«OŸi¥[±j ¬ü°ê­ìžË¶i€f) ¥«»ù 600 ºô€ÍÀuŽf»ù ¢²¢°¢° Š³®ÄžÑšMŠ]ŠÑ€Æš€œè ©ÎŠÃ«¯°ï¿n¡A³yŠšŠÙœ§ÅfšH¡B²ÊÁW¡B¯h­Â°ÝÃD 4.¶W¯Å²HŽ³²ÕŠX(€é¥»­ìžË¶i€f) ¥«»ù 3100 ºô€ÍÀuŽf»ù ¢°¢ž¢±¢¯ ÂùºÞ»ô€U ±Æ°£¶ÂŠâ¯À §íšîŠA¥Í ­é°£ŠÑŒoš€œè ŠA³y€k©ÊŠÛ«H 5.Á¥ÁšŠp¶³¯Ýžn ¥«»ù 850 ºô€ÍÀuŽf»ù ¢µ¢°¢± ¶W²ÓÅÖºû µ·œv¥ú¿A ªA¶KµÎŸA ¥ßÅé¯BÀJšëžÁ¢µ· µØÄR®öº© ±j¯P§l€Þ±zªº¥L µL¥išú¥Nªº¥Ø¥úµJÂI Ä_š©ŠÛ€v¡@ŽN±q€µ€Ñ¶}©l­ò ¢ð¢ü¢ü¢ø¡G¡þ¡þ¢ë¢÷¢õ¢í¡D¢ü¢÷¡þ¢ô£B¢û¢û¢é úPþ©ûBûBþ©úP d From owner-cvs-all Tue Sep 15 14:30:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09367 for cvs-all-outgoing; Tue, 15 Sep 1998 14:30:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA09224; Tue, 15 Sep 1998 14:29:58 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <40642(1)>; Tue, 15 Sep 1998 14:29:26 PDT Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id OAA08611; Tue, 15 Sep 1998 14:29:23 -0700 (PDT) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199809152129.OAA08611@mango.parc.xerox.com> To: Joseph Koshy cc: Steinar Haug , 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 03:49:04 PDT." <199809151049.DAA25879@freefall.freebsd.org> Date: Tue, 15 Sep 1998 14:29:22 PDT From: Bill Fenner 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. I'm sorry I missed the discussion (I've been way too snowed under to read the mailing lists recently). Bill From owner-cvs-all Tue Sep 15 14:32:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10117 for cvs-all-outgoing; Tue, 15 Sep 1998 14:32: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 OAA10043; Tue, 15 Sep 1998 14:32: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 OAA00463; Tue, 15 Sep 1998 14:32:00 -0700 (PDT) Date: Tue, 15 Sep 1998 14:32:00 -0700 (PDT) Message-Id: <199809152132.OAA00463@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/p5-Compress-Zlib Makefile ports/converters/p5-Convert-UU Makefile ports/converters/p5-MIME-Base64 Makefile ports/databases/mysql321 Makefile ports/databases/mysql322 Makefile ports/databases/p5-DBD-Pg Makefile ports/databases/p5-DBI ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 14:32:00 PDT Modified files: archivers/p5-Compress-Zlib Makefile converters/p5-Convert-UU Makefile converters/p5-MIME-Base64 Makefile databases/mysql321 Makefile databases/mysql322 Makefile databases/p5-DBD-Pg Makefile databases/p5-DBI Makefile databases/p5-MLDBM Makefile databases/p5-Msql Makefile databases/p5-Mysql Makefile databases/p5-Pg Makefile deskutils/cbb/patches patch-01 devel/p5-BSD-Resource Makefile devel/p5-C-Scan Makefile devel/p5-Curses Makefile devel/p5-Data-Flow Makefile devel/p5-Data-ShowTable Makefile devel/p5-Date-Manip Makefile devel/p5-Devel-DProf Makefile devel/p5-Devel-Peek Makefile devel/p5-Devel-Symdump Makefile devel/p5-Errno Makefile devel/p5-File-BasicFlock Makefile devel/p5-File-Lock Makefile devel/p5-File-Slurp Makefile devel/p5-File-Sync Makefile devel/p5-File-Tools Makefile devel/p5-Filter Makefile devel/p5-FreezeThaw Makefile devel/p5-IO-stringy Makefile devel/p5-Include Makefile devel/p5-IniConf Makefile devel/p5-Ioctl Makefile devel/p5-Penguin Makefile devel/p5-Penguin-Easy Makefile devel/p5-Proc-Simple Makefile devel/p5-ReadLine-Gnu Makefile devel/p5-ReadLine-Perl Makefile devel/p5-Religion Makefile devel/p5-Resources Makefile devel/p5-Sort-Versions Makefile devel/p5-Storable Makefile devel/p5-Term-Query Makefile devel/p5-Term-ReadKey Makefile devel/p5-Time Makefile devel/p5-TimeDate Makefile devel/p5-TraceFuncs Makefile graphics/p5-GD Makefile graphics/p5-Image-Size Makefile graphics/p5-chart Makefile graphics/pgperl Makefile korean/nhppf Makefile lang/eperl Makefile lang/p5-Tcl Makefile lang/p5-ePerl Makefile mail/p5-MIME-Tools Makefile mail/p5-Mail-Folder Makefile mail/p5-Mail-POP3Client Makefile mail/p5-Mail-Tools Makefile math/p5-MatrixReal Makefile misc/p5-Array-PrintCols Makefile misc/p5-Locale-Codes Makefile misc/p5-Search Makefile misc/sma Makefile net/dnswalk Makefile net/p5-Net Makefile net/p5-Net-DNS Makefile net/p5-Net-Telnet Makefile net/p5-Net-Whois Makefile net/p5-SNMP Makefile net/p5-pRPC Makefile net/sirc/scripts sirc-proto news/p5-Gateway Makefile news/p5-News-Article Makefile print/html2ps Makefile security/p5-Authen-Radius Makefile security/p5-Crypt-DES Makefile security/p5-Crypt-IDEA Makefile security/p5-MD5 Makefile security/p5-PGP Makefile security/p5-PGP-Sign Makefile security/ssh Makefile textproc/latex2html Makefile www/WebMagick Makefile www/apache13-php3 Makefile www/checkbot Makefile www/htmlpp Makefile www/p5-Apache Makefile www/p5-CGI Makefile www/p5-CGI_Lite Makefile www/p5-HTML-Parser Makefile www/p5-HTML-QuickCheck Makefile www/p5-HTML-Stream Makefile www/p5-HTTPD-Tools Makefile www/p5-ParallelUA Makefile www/p5-WWW-Search Makefile www/p5-libwww Makefile www/w3mir Makefile www/wml Makefile x11-toolkits/p5-Gtk Makefile x11-toolkits/p5-Tcl-Tk Makefile x11-toolkits/p5-Tk Makefile deskutils/cbb Makefile Log: Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima Revision Changes Path 1.13 +2 -2 ports/archivers/p5-Compress-Zlib/Makefile 1.15 +2 -2 ports/converters/p5-Convert-UU/Makefile 1.8 +2 -2 ports/converters/p5-MIME-Base64/Makefile 1.27 +4 -4 ports/databases/mysql321/Makefile 1.27 +4 -4 ports/databases/mysql322/Makefile 1.8 +2 -2 ports/databases/p5-DBD-Pg/Makefile 1.15 +2 -2 ports/databases/p5-DBI/Makefile 1.7 +2 -2 ports/databases/p5-MLDBM/Makefile 1.19 +2 -2 ports/databases/p5-Msql/Makefile 1.10 +2 -2 ports/databases/p5-Mysql/Makefile 1.13 +2 -2 ports/databases/p5-Pg/Makefile 1.3 +2 -2 ports/deskutils/cbb/patches/patch-01 1.11 +2 -2 ports/devel/p5-BSD-Resource/Makefile 1.12 +2 -2 ports/devel/p5-C-Scan/Makefile 1.10 +2 -2 ports/devel/p5-Curses/Makefile 1.9 +2 -2 ports/devel/p5-Data-Flow/Makefile 1.5 +2 -2 ports/devel/p5-Data-ShowTable/Makefile 1.8 +2 -2 ports/devel/p5-Date-Manip/Makefile 1.5 +2 -2 ports/devel/p5-Devel-DProf/Makefile 1.9 +2 -2 ports/devel/p5-Devel-Peek/Makefile 1.5 +2 -2 ports/devel/p5-Devel-Symdump/Makefile 1.4 +2 -2 ports/devel/p5-Errno/Makefile 1.8 +2 -2 ports/devel/p5-File-BasicFlock/Makefile 1.7 +2 -2 ports/devel/p5-File-Lock/Makefile 1.9 +2 -2 ports/devel/p5-File-Slurp/Makefile 1.4 +2 -2 ports/devel/p5-File-Sync/Makefile 1.8 +2 -2 ports/devel/p5-File-Tools/Makefile 1.4 +2 -2 ports/devel/p5-Filter/Makefile 1.4 +2 -2 ports/devel/p5-FreezeThaw/Makefile 1.5 +2 -2 ports/devel/p5-IO-stringy/Makefile 1.9 +2 -2 ports/devel/p5-Include/Makefile 1.9 +2 -2 ports/devel/p5-IniConf/Makefile 1.8 +2 -2 ports/devel/p5-Ioctl/Makefile 1.3 +2 -2 ports/devel/p5-Penguin/Makefile 1.4 +2 -2 ports/devel/p5-Penguin-Easy/Makefile 1.3 +2 -2 ports/devel/p5-Proc-Simple/Makefile 1.6 +2 -2 ports/devel/p5-ReadLine-Gnu/Makefile 1.3 +2 -2 ports/devel/p5-ReadLine-Perl/Makefile 1.8 +2 -2 ports/devel/p5-Religion/Makefile 1.9 +2 -2 ports/devel/p5-Resources/Makefile 1.3 +2 -2 ports/devel/p5-Sort-Versions/Makefile 1.13 +2 -2 ports/devel/p5-Storable/Makefile 1.3 +2 -2 ports/devel/p5-Term-Query/Makefile 1.4 +2 -2 ports/devel/p5-Term-ReadKey/Makefile 1.10 +2 -2 ports/devel/p5-Time/Makefile 1.5 +2 -2 ports/devel/p5-TimeDate/Makefile 1.3 +2 -2 ports/devel/p5-TraceFuncs/Makefile 1.5 +2 -2 ports/graphics/p5-GD/Makefile 1.14 +2 -2 ports/graphics/p5-Image-Size/Makefile 1.4 +2 -2 ports/graphics/p5-chart/Makefile 1.9 +2 -2 ports/graphics/pgperl/Makefile 1.4 +2 -2 ports/korean/nhppf/Makefile 1.29 +2 -2 ports/lang/eperl/Makefile 1.6 +2 -2 ports/lang/p5-Tcl/Makefile 1.17 +2 -2 ports/lang/p5-ePerl/Makefile 1.5 +2 -2 ports/mail/p5-MIME-Tools/Makefile 1.13 +2 -2 ports/mail/p5-Mail-Folder/Makefile 1.10 +2 -2 ports/mail/p5-Mail-POP3Client/Makefile 1.11 +2 -2 ports/mail/p5-Mail-Tools/Makefile 1.4 +2 -2 ports/math/p5-MatrixReal/Makefile 1.12 +2 -2 ports/misc/p5-Array-PrintCols/Makefile 1.4 +2 -2 ports/misc/p5-Locale-Codes/Makefile 1.11 +2 -2 ports/misc/p5-Search/Makefile 1.4 +2 -2 ports/misc/sma/Makefile 1.3 +2 -2 ports/net/dnswalk/Makefile 1.20 +2 -2 ports/net/p5-Net/Makefile 1.11 +2 -2 ports/net/p5-Net-DNS/Makefile 1.3 +2 -2 ports/net/p5-Net-Telnet/Makefile 1.5 +2 -2 ports/net/p5-Net-Whois/Makefile 1.3 +2 -2 ports/net/p5-SNMP/Makefile 1.2 +2 -2 ports/net/p5-pRPC/Makefile 1.2 +2 -2 ports/net/sirc/scripts/sirc-proto 1.3 +2 -2 ports/news/p5-Gateway/Makefile 1.3 +2 -2 ports/news/p5-News-Article/Makefile 1.3 +2 -2 ports/print/html2ps/Makefile 1.3 +2 -2 ports/security/p5-Authen-Radius/Makefile 1.9 +2 -2 ports/security/p5-Crypt-DES/Makefile 1.10 +2 -2 ports/security/p5-Crypt-IDEA/Makefile 1.11 +2 -2 ports/security/p5-MD5/Makefile 1.12 +2 -2 ports/security/p5-PGP/Makefile 1.4 +2 -2 ports/security/p5-PGP-Sign/Makefile 1.63 +3 -4 ports/security/ssh/Makefile 1.4 +3 -3 ports/textproc/latex2html/Makefile 1.7 +2 -2 ports/www/WebMagick/Makefile 1.55 +2 -2 ports/www/apache13-php3/Makefile 1.5 +2 -2 ports/www/checkbot/Makefile 1.2 +2 -2 ports/www/htmlpp/Makefile 1.11 +2 -2 ports/www/p5-Apache/Makefile 1.9 +2 -2 ports/www/p5-CGI/Makefile 1.11 +2 -2 ports/www/p5-CGI_Lite/Makefile 1.7 +2 -2 ports/www/p5-HTML-Parser/Makefile 1.8 +2 -2 ports/www/p5-HTML-QuickCheck/Makefile 1.11 +2 -2 ports/www/p5-HTML-Stream/Makefile 1.10 +2 -2 ports/www/p5-HTTPD-Tools/Makefile 1.2 +2 -2 ports/www/p5-ParallelUA/Makefile 1.8 +2 -2 ports/www/p5-WWW-Search/Makefile 1.23 +2 -2 ports/www/p5-libwww/Makefile 1.9 +2 -2 ports/www/w3mir/Makefile 1.25 +2 -2 ports/www/wml/Makefile 1.14 +2 -2 ports/x11-toolkits/p5-Gtk/Makefile 1.9 +2 -2 ports/x11-toolkits/p5-Tcl-Tk/Makefile 1.19 +2 -2 ports/x11-toolkits/p5-Tk/Makefile 1.7 +2 -1 ports/deskutils/cbb/Makefile From owner-cvs-all Tue Sep 15 14:45:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13549 for cvs-all-outgoing; Tue, 15 Sep 1998 14:45: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 OAA13469; Tue, 15 Sep 1998 14:45: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 OAA01178; Tue, 15 Sep 1998 14:45:15 -0700 (PDT) Date: Tue, 15 Sep 1998 14:45:15 -0700 (PDT) Message-Id: <199809152145.OAA01178@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 jkh 1998/09/15 14:45:15 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Translate some of the newer entries to english. :) Revision Changes Path 1.87 +13 -13 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Tue Sep 15 14:47:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13979 for cvs-all-outgoing; Tue, 15 Sep 1998 14:47: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 OAA13903; Tue, 15 Sep 1998 14:46:55 -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 OAA01213; Tue, 15 Sep 1998 14:46:35 -0700 (PDT) Date: Tue, 15 Sep 1998 14:46:35 -0700 (PDT) Message-Id: <199809152146.OAA01213@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 14:46:35 PDT Modified files: sys/kern imgact_elf.c Log: Instead of just the data and stack segments, include all writable segments (except memory-mapped devices) in the ELF core file. This is really nice. You get access to the data areas of all shared libraries, and even to files that are mapped read-write. In the future, it might be good to add a new resource limit in the spirit of RLIMIT_CORE. It would specify the maximum sized writable segment to include in core dumps. Segments larger than that would be omitted. This would be useful for programs that map very large files read/write but that still would like to get usable core dumps. Revision Changes Path 1.32 +199 -68 src/sys/kern/imgact_elf.c From owner-cvs-all Tue Sep 15 14:54:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15781 for cvs-all-outgoing; Tue, 15 Sep 1998 14:54:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA15638; Tue, 15 Sep 1998 14:53:50 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id QAA09863; Tue, 15 Sep 1998 16:53:25 -0500 (EST) Date: Tue, 15 Sep 1998 16:53:25 -0500 (EST) From: John Fieber To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/textproc/sgmlformat Makefile ports/textproc/sgmlformat/files md5 In-Reply-To: <199809152126.OAA01840@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, 15 Sep 1998, Satoshi Asami wrote: > * The only change is to check if /usr/bin/perl is version 5 and use that > * rather than ${PREFIX}/bin/perl if it is. > > Please use the variable ${PERL5}. Since that variable doesn't exist in any released version of FreeBSD, exactly how should I use it? What exactly does it represent? -john From owner-cvs-all Tue Sep 15 15:00:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17529 for cvs-all-outgoing; Tue, 15 Sep 1998 15:00: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 PAA17472; Tue, 15 Sep 1998 15:00:44 -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 PAA01618; Tue, 15 Sep 1998 15:00:24 -0700 (PDT) Date: Tue, 15 Sep 1998 15:00:24 -0700 (PDT) Message-Id: <199809152200.PAA01618@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/15 15:00:23 PDT Modified files: japanese Makefile Log: Activate ja-ack. Revision Changes Path 1.146 +2 -1 ports/japanese/Makefile From owner-cvs-all Tue Sep 15 15:01:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17770 for cvs-all-outgoing; Tue, 15 Sep 1998 15:01: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 PAA17718; Tue, 15 Sep 1998 15:01:30 -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 PAA01769; Tue, 15 Sep 1998 15:01:13 -0700 (PDT) Date: Tue, 15 Sep 1998 15:01:13 -0700 (PDT) Message-Id: <199809152201.PAA01769@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/15 15:01:13 PDT Modified files: . modules Log: ack --> ports/japanese/ja-ack Revision Changes Path 1.2368 +2 -1 CVSROOT/modules From owner-cvs-all Tue Sep 15 15:02:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17986 for cvs-all-outgoing; Tue, 15 Sep 1998 15:02: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 PAA17913; Tue, 15 Sep 1998 15:02:15 -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 PAA01829; Tue, 15 Sep 1998 15:01:54 -0700 (PDT) Date: Tue, 15 Sep 1998 15:01:54 -0700 (PDT) Message-Id: <199809152201.PAA01829@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ja-ack - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/15 15:01:53 PDT ports/japanese/ja-ack - Imported sources Update of /home/ncvs/ports/japanese/ja-ack In directory freefall.freebsd.org:/tmp/cvs-serv1818 Log Message: Kanji code converter. PR: ports/7640 Submitted by: Masanori Kiriake Status: Vendor Tag: SEIKEN Release Tags: v1_39 N ports/japanese/ja-ack/Makefile N ports/japanese/ja-ack/pkg/COMMENT N ports/japanese/ja-ack/pkg/DESCR N ports/japanese/ja-ack/pkg/PLIST N ports/japanese/ja-ack/files/md5 N ports/japanese/ja-ack/patches/patch-aa No conflicts created by this import From owner-cvs-all Tue Sep 15 15:04:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18746 for cvs-all-outgoing; Tue, 15 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 PAA18729; Tue, 15 Sep 1998 15:04:36 -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 PAA01985; Tue, 15 Sep 1998 15:04:20 -0700 (PDT) Date: Tue, 15 Sep 1998 15:04:20 -0700 (PDT) Message-Id: <199809152204.PAA01985@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ja-ack Makefile ports/japanese/ja-ack/files md5 ports/japanese/ja-ack/patches patch-aa ports/japanese/ja-ack/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/15 15:04:20 PDT Removed files: japanese/ja-ack Makefile japanese/ja-ack/files md5 japanese/ja-ack/patches patch-aa japanese/ja-ack/pkg COMMENT DESCR PLIST Log: Mistaken. From owner-cvs-all Tue Sep 15 15:05:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18981 for cvs-all-outgoing; Tue, 15 Sep 1998 15:05: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 PAA18969; Tue, 15 Sep 1998 15:05:46 -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 PAA02110; Tue, 15 Sep 1998 15:05:30 -0700 (PDT) Date: Tue, 15 Sep 1998 15:05:30 -0700 (PDT) Message-Id: <199809152205.PAA02110@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/15 15:05:30 PDT Modified files: . modules Log: ja-ack --> ports/japanese/ack Revision Changes Path 1.2369 +2 -1 CVSROOT/modules From owner-cvs-all Tue Sep 15 15:06:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19078 for cvs-all-outgoing; Tue, 15 Sep 1998 15: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 PAA19030; Tue, 15 Sep 1998 15:06:01 -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 PAA02156; Tue, 15 Sep 1998 15:05:44 -0700 (PDT) Date: Tue, 15 Sep 1998 15:05:44 -0700 (PDT) Message-Id: <199809152205.PAA02156@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c ncr.c src/sys/dev/dpt dpt_scsi.c src/sys/cam/scsi scsi_target.c src/sys/cam cam_xpt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 15:05:44 PDT Modified files: sys/pci pci.c ncr.c sys/dev/dpt dpt_scsi.c sys/cam/scsi scsi_target.c sys/cam cam_xpt.c Log: Correct printf format bugs. Revision Changes Path 1.88 +5 -5 src/sys/pci/pci.c 1.125 +8 -6 src/sys/pci/ncr.c 1.14 +5 -4 src/sys/dev/dpt/dpt_scsi.c 1.2 +7 -6 src/sys/cam/scsi/scsi_target.c 1.2 +2 -2 src/sys/cam/cam_xpt.c From owner-cvs-all Tue Sep 15 15:06:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19233 for cvs-all-outgoing; Tue, 15 Sep 1998 15:06: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 PAA19171; Tue, 15 Sep 1998 15:06:15 -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 PAA02201; Tue, 15 Sep 1998 15:05:58 -0700 (PDT) Date: Tue, 15 Sep 1998 15:05:58 -0700 (PDT) Message-Id: <199809152205.PAA02201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ack - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/15 15:05:58 PDT ports/japanese/ack - Imported sources Update of /home/ncvs/ports/japanese/ack In directory freefall.freebsd.org:/tmp/cvs-serv2163 Log Message: Kanji code converter. PR: ports/7640 Submitted by: Masanori Kiriake Status: Vendor Tag: SEIKEN Release Tags: v1_39 N ports/japanese/ack/Makefile N ports/japanese/ack/pkg/COMMENT N ports/japanese/ack/pkg/DESCR N ports/japanese/ack/pkg/PLIST N ports/japanese/ack/files/md5 N ports/japanese/ack/patches/patch-aa No conflicts created by this import From owner-cvs-all Tue Sep 15 15:07:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19518 for cvs-all-outgoing; Tue, 15 Sep 1998 15:07: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 PAA19493; Tue, 15 Sep 1998 15:07:31 -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 PAA02314; Tue, 15 Sep 1998 15:07:13 -0700 (PDT) Date: Tue, 15 Sep 1998 15:07:13 -0700 (PDT) Message-Id: <199809152207.PAA02314@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/15 15:07:13 PDT Modified files: . modules Log: Remove mistaken "ack". Revision Changes Path 1.2370 +1 -2 CVSROOT/modules From owner-cvs-all Tue Sep 15 15:07:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19548 for cvs-all-outgoing; Tue, 15 Sep 1998 15:07: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 PAA19510; Tue, 15 Sep 1998 15:07:38 -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 PAA02328; Tue, 15 Sep 1998 15:07:22 -0700 (PDT) Date: Tue, 15 Sep 1998 15:07:22 -0700 (PDT) Message-Id: <199809152207.PAA02328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 15:07:21 PDT Modified files: sys/kern imgact_elf.c Log: When choosing segments to write to the core file, don't assume that writable implies readable. Revision Changes Path 1.33 +3 -2 src/sys/kern/imgact_elf.c From owner-cvs-all Tue Sep 15 15:07:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19572 for cvs-all-outgoing; Tue, 15 Sep 1998 15:07: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 PAA19522; Tue, 15 Sep 1998 15:07: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 PAA02341; Tue, 15 Sep 1998 15:07:25 -0700 (PDT) Date: Tue, 15 Sep 1998 15:07:25 -0700 (PDT) Message-Id: <199809152207.PAA02341@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 15:07:25 PDT Modified files: sys/i386/isa fd.c Log: Nuke uninitialized varible fd from retrier(). Change the devstat code to reference fdc->fd instead. Revision Changes Path 1.123 +2 -3 src/sys/i386/isa/fd.c From owner-cvs-all Tue Sep 15 15:14:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21544 for cvs-all-outgoing; Tue, 15 Sep 1998 15:14:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-24.ppp.wenet.net [206.15.84.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21410; Tue, 15 Sep 1998 15:14: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 PAA01506; Tue, 15 Sep 1998 15:15:32 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Tue, 15 Sep 1998 15:15:32 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Satoshi Asami cc: gene@nttlabs.com, ports@FreeBSD.ORG, committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: ELF transition for ports In-Reply-To: <199809152103.OAA01755@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, 15 Sep 1998, Satoshi Asami wrote: > * Does this mean that from now on the version number of such Elf shared > * libraries will be always be higher by one? For example, if the original > * library version goes from 6.4 to 7.0 -- say it's X11R7 :-) -- then will > * the FreeBSD Elf version be 8 since we are using 7 for 6.4? > > It might or might not. Actually, the same thing will happen if the > original version goes from 6.4 to 6.5, ours will be at version 8. That seems _really_ bogus. Pray tell, what's wrong with using two version numbers and ELF libs? If the lib is compiled with -Wl,-soname -Wl,libfoo.so.x and installed like libfoo.so -> libfoo.so.x libfoo.so.x -> libfoo.so.x.y This would preserve the a.out functionality no? And then perhaps, ldconfig could scan each directory, look for an ELF or a.out header, and otherwise throw the library out... thus preventing the ability to load junk files into the cache.. hmm. - 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 Tue Sep 15 15:17:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22201 for cvs-all-outgoing; Tue, 15 Sep 1998 15:17:26 -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 PAA22074; Tue, 15 Sep 1998 15:16:41 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA09584; Tue, 15 Sep 1998 17:16:16 -0500 (CDT) From: Scott Mace Message-Id: <199809152216.RAA09584@metal.intt.org> Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab In-Reply-To: <199809152051.NAA01715@silvia.hip.berkeley.edu> from Satoshi Asami at "Sep 15, 1998 1:51:25 pm" To: asami@FreeBSD.ORG (Satoshi Asami) Date: Tue, 15 Sep 1998 17:16:15 -0500 (CDT) Cc: 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 > * Make jbigkit build on a non-elf system > > Sorry, it's still not right. The shared library should be called > "libjbig.so.1.0" on an aout system. > > Satoshi > I thought you said that bsd.port.mk automagically handled this? Scott From owner-cvs-all Tue Sep 15 15:20:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23173 for cvs-all-outgoing; Tue, 15 Sep 1998 15:20:28 -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 PAA22962; Tue, 15 Sep 1998 15:19:47 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA09617; Tue, 15 Sep 1998 17:19:24 -0500 (CDT) From: Scott Mace Message-Id: <199809152219.RAA09617@metal.intt.org> Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab In-Reply-To: <199809152216.RAA09584@metal.intt.org> from Scott Mace at "Sep 15, 1998 5:16:15 pm" To: smace@intt.org (Scott Mace) Date: Tue, 15 Sep 1998 17:19:23 -0500 (CDT) Cc: asami@FreeBSD.ORG, 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 > > * Make jbigkit build on a non-elf system > > > > Sorry, it's still not right. The shared library should be called > > "libjbig.so.1.0" on an aout system. > > > > Satoshi > > > > I thought you said that bsd.port.mk automagically handled this? > > Scott > So, if the shlib used to be like say, 7.6 it gets rounded up to 8 for elf and becomes 8.0 on an a.out system? This wasn't clear in the post. Scott From owner-cvs-all Tue Sep 15 15:23:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24144 for cvs-all-outgoing; Tue, 15 Sep 1998 15:23: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 PAA24092; Tue, 15 Sep 1998 15:23:32 -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 PAA03107; Tue, 15 Sep 1998 15:23:14 -0700 (PDT) Date: Tue, 15 Sep 1998 15:23:14 -0700 (PDT) Message-Id: <199809152223.PAA03107@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 15:23:13 PDT Modified files: sys/kern imgact_elf.c Log: Erk. Revert back to 1.31, dumping only data and stack to the core file, until I can solve a panic that has just cropped up. Revision Changes Path 1.34 +68 -200 src/sys/kern/imgact_elf.c From owner-cvs-all Tue Sep 15 15:39:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26942 for cvs-all-outgoing; Tue, 15 Sep 1998 15:39: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 PAA26924; Tue, 15 Sep 1998 15:39:07 -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 PAA03984; Tue, 15 Sep 1998 15:38:51 -0700 (PDT) Date: Tue, 15 Sep 1998 15:38:51 -0700 (PDT) Message-Id: <199809152238.PAA03984@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf PCCARD Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 15:38:50 PDT Modified files: sys/i386/conf PCCARD Log: Update to use CAM device names. Revision Changes Path 1.5 +3 -5 src/sys/i386/conf/PCCARD From owner-cvs-all Tue Sep 15 15:45:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28080 for cvs-all-outgoing; Tue, 15 Sep 1998 15:45: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 PAA28074; Tue, 15 Sep 1998 15:45:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA04332; Tue, 15 Sep 1998 15:44:52 -0700 (PDT) Date: Tue, 15 Sep 1998 15:44:52 -0700 (PDT) Message-Id: <199809152244.PAA04332@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/15 15:44:52 PDT Modified files: sys/dev/isp isp.c Log: fix reported compile error flying blind- I do not have the new compiler yet Revision Changes Path 1.3 +2 -2 src/sys/dev/isp/isp.c From owner-cvs-all Tue Sep 15 16:06:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01288 for cvs-all-outgoing; Tue, 15 Sep 1998 16:06:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from st-lcremean.tidalwave.net (host-e186.tidalwave.net [208.213.203.186] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01256; Tue, 15 Sep 1998 16:06:16 -0700 (PDT) (envelope-from lee@st-lcremean.tidalwave.net) Received: (from lee@localhost) by st-lcremean.tidalwave.net (8.9.1/8.8.7) id TAA09478; Tue, 15 Sep 1998 19:05:35 -0400 (EDT) (envelope-from lee) Message-ID: <19980915190534.A9468@st-lcremean.tidalwave.net> Date: Tue, 15 Sep 1998 19:05:34 -0400 From: Lee Cremeans To: rvb@sicily.odyssey.cs.cmu.edu, "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM integration imminent. Reply-To: lcremean@tidalwave.net References: <199809151042.EAA24465@pluto.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: ; from rvb@sicily.odyssey.cs.cmu.edu on Tue, Sep 15, 1998 at 05:11:37PM -0400 X-OS: FreeBSD 3.0-CURRENT X-Evil: microsoft.com Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 15, 1998 at 05:11:37PM -0400, rvb@sicily.odyssey.cs.cmu.edu wrote: > > A couple of problems in PCCARD: > aic needs to be commented out. Doing this yields: > > cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment > cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment > scsi_cd.o: Undefined symbol `_scsi_read_write' referenced from text segment > scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment > scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment > > Can you post a set of fixes for PCCARD. I understand a CAMified version of aic is forthcoming, but for now, it'll have to go since I don't think any of the old SCSI layer exists anymore.. -- Lee Cremeans -- Manassas, VA, USA (WakkyMouse on DALnet and WTnet) A! JW223 YWD+++^ri P&B++ SL+++^i GDF B&M KK--i MD+++i P++ I++++ Did $++ E5/10/70/3c/73ac/95/96 H2 PonPippi Ay77 M | mailto:lcremean@tidalwave.net http://st-lcremean.tidalwave.net | Powered by FreeBSD 3.0-CURRENT From owner-cvs-all Tue Sep 15 16:08:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01913 for cvs-all-outgoing; Tue, 15 Sep 1998 16:08: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 QAA01906; Tue, 15 Sep 1998 16:08:32 -0700 (PDT) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05306; Tue, 15 Sep 1998 16:08:16 -0700 (PDT) Date: Tue, 15 Sep 1998 16:08:16 -0700 (PDT) Message-Id: <199809152308.QAA05306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/global - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/09/15 16:08:16 PDT src/usr.bin/global - Imported sources Update of /home/ncvs/src/usr.bin/global In directory freefall.freebsd.org:/d/users/cwt/import/global-3.2 Log Message: Virgin import of Shigio Yamaguchi's global v3.2 Status: Vendor Tag: GLOBAL Release Tags: v3_2 C src/usr.bin/global/VERSION N src/usr.bin/global/gtags.el N src/usr.bin/global/global.conf N src/usr.bin/global/nvi-1.66.diff N src/usr.bin/global/nvi-1.79.diff C src/usr.bin/global/HISTORY N src/usr.bin/global/INSTALL C src/usr.bin/global/MANIFEST N src/usr.bin/global/COPYING C src/usr.bin/global/Makefile C src/usr.bin/global/Makefile.inc N src/usr.bin/global/PROBLEMS C src/usr.bin/global/README N src/usr.bin/global/Makefile.generic N src/usr.bin/global/nvi-1.79-m17n.diff N src/usr.bin/global/lib/die.h N src/usr.bin/global/lib/find.c N src/usr.bin/global/lib/find.h N src/usr.bin/global/lib/getdbpath.c N src/usr.bin/global/lib/getdbpath.h N src/usr.bin/global/lib/global.h N src/usr.bin/global/lib/gparam.h N src/usr.bin/global/lib/locatestring.c N src/usr.bin/global/lib/locatestring.h N src/usr.bin/global/lib/defined.h N src/usr.bin/global/lib/makepath.c N src/usr.bin/global/lib/makepath.h N src/usr.bin/global/lib/mgets.c N src/usr.bin/global/lib/mgets.h N src/usr.bin/global/lib/tab.c N src/usr.bin/global/lib/tab.h N src/usr.bin/global/lib/test.c N src/usr.bin/global/lib/test.h C src/usr.bin/global/lib/Makefile N src/usr.bin/global/lib/conf.c N src/usr.bin/global/lib/conf.h N src/usr.bin/global/lib/dbop.c N src/usr.bin/global/lib/gtagsop.h N src/usr.bin/global/lib/gtagsop.c N src/usr.bin/global/lib/Makefile.generic N src/usr.bin/global/lib/dbop.h N src/usr.bin/global/lib/strmake.c N src/usr.bin/global/lib/strbuf.h N src/usr.bin/global/lib/usable.c N src/usr.bin/global/lib/pathop.c N src/usr.bin/global/lib/defined.c N src/usr.bin/global/lib/pathop.h N src/usr.bin/global/lib/usable.h N src/usr.bin/global/lib/strmake.h N src/usr.bin/global/lib/strbuf.c C src/usr.bin/global/gtags/Makefile N src/usr.bin/global/gtags/Makefile.generic C src/usr.bin/global/gtags/gtags.1 N src/usr.bin/global/gtags/gtags.c C src/usr.bin/global/gctags/Makefile N src/usr.bin/global/gctags/assembler.c C src/usr.bin/global/gctags/ctags.c C src/usr.bin/global/gctags/ctags.h C src/usr.bin/global/gctags/fortran.c C src/usr.bin/global/gctags/C.c U src/usr.bin/global/gctags/lisp.c C src/usr.bin/global/gctags/print.c C src/usr.bin/global/gctags/tree.c C src/usr.bin/global/gctags/yacc.c C src/usr.bin/global/gctags/gctags.1 N src/usr.bin/global/gctags/Makefile.generic N src/usr.bin/global/gctags/java.c N src/usr.bin/global/gctags/common.c N src/usr.bin/global/gctags/java.h U src/usr.bin/global/gctags/test/ctags.test C src/usr.bin/global/btreeop/Makefile C src/usr.bin/global/btreeop/btreeop.c N src/usr.bin/global/btreeop/Makefile.generic C src/usr.bin/global/btreeop/btreeop.1 C src/usr.bin/global/global/Makefile N src/usr.bin/global/global/global.c N src/usr.bin/global/global/Makefile.generic C src/usr.bin/global/global/global.1 C src/usr.bin/global/htags/Makefile C src/usr.bin/global/htags/htags.1 C src/usr.bin/global/htags/htags.pl N src/usr.bin/global/htags/Makefile.generic N src/usr.bin/global/gozilla/gozilla.c N src/usr.bin/global/gozilla/gozilla.man N src/usr.bin/global/gozilla/remote.c N src/usr.bin/global/gozilla/vroot.h N src/usr.bin/global/gozilla/Imakefile C src/usr.bin/global/systags/Makefile C src/usr.bin/global/systags/systags.sh N src/usr.bin/global/systags/Makefile.generic N src/usr.bin/global/dbpatches/patch.1.2 N src/usr.bin/global/dbpatches/patch.1.3 N src/usr.bin/global/dbpatches/patch.1.4 N src/usr.bin/global/dbpatches/README 28 conflicts created by this import. Use the following command to help the merge: cvs checkout -jGLOBAL:yesterday -jGLOBAL src/usr.bin/global From owner-cvs-all Tue Sep 15 16:12:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02560 for cvs-all-outgoing; Tue, 15 Sep 1998 16:12: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 QAA02550; Tue, 15 Sep 1998 16:12:41 -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 QAA16867; Tue, 15 Sep 1998 16:12:46 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Chris Timmons cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/global - Imported sources In-reply-to: Your message of "Tue, 15 Sep 1998 16:08:16 PDT." <199809152308.QAA05306@freefall.freebsd.org> Date: Tue, 15 Sep 1998 16:12:46 -0700 Message-ID: <16863.905901166@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > src/usr.bin/global - Imported sources > Update of /home/ncvs/src/usr.bin/global > In directory freefall.freebsd.org:/d/users/cwt/import/global-3.2 > > Log Message: > Virgin import of Shigio Yamaguchi's global v3.2 ARGHHHHHHHH... jkh@time-> ls /usr/src/contrib/global/ COPYING MANIFEST VERSION gtags nvi-1.79.diff CVS Makefile btreeop gtags.el systags FREEBSD-upgrade Makefile.inc gctags htags HISTORY PROBLEMS global lib INSTALL README gozilla nvi-1.34.diff THAT is where global goes and you have just made a HUGE MESS a few hours before code freeze! :-( CVSmeisters: Please consider this a pro-active request to nuke the results of this import ASAP; I have cvs backups on current.freebsd.org from last night if you need to resurrect the contents of /usr/src/usr.bin/global. Just let me know. - Jordan From owner-cvs-all Tue Sep 15 16:18:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03633 for cvs-all-outgoing; Tue, 15 Sep 1998 16:18:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03593; Tue, 15 Sep 1998 16:17:46 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id QAA20781; Tue, 15 Sep 1998 16:17:16 -0700 (PDT) Date: Tue, 15 Sep 1998 16:17:16 -0700 (PDT) From: Chris Timmons To: "Jordan K. Hubbard" cc: Chris Timmons , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/global - Imported sources In-Reply-To: <16863.905901166@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 you didn't have to tell me that, $FreeBSD$ meister :) so much for using easy-import. i would have gotten it right if i'd just have typed the fucking cvs command by hand. i'm standing by to see what the get out of hell card is going to cost... -Chris On Tue, 15 Sep 1998, Jordan K. Hubbard wrote: > > src/usr.bin/global - Imported sources > > Update of /home/ncvs/src/usr.bin/global > > In directory freefall.freebsd.org:/d/users/cwt/import/global-3.2 > > > > Log Message: > > Virgin import of Shigio Yamaguchi's global v3.2 > > ARGHHHHHHHH... > > jkh@time-> ls /usr/src/contrib/global/ > COPYING MANIFEST VERSION gtags nvi-1.79.diff > CVS Makefile btreeop gtags.el systags > FREEBSD-upgrade Makefile.inc gctags htags > HISTORY PROBLEMS global lib > INSTALL README gozilla nvi-1.34.diff > > THAT is where global goes and you have just made a HUGE MESS a few hours > before code freeze! :-( > > CVSmeisters: Please consider this a pro-active request to nuke the > results of this import ASAP; I have cvs backups on current.freebsd.org > from last night if you need to resurrect the contents of > /usr/src/usr.bin/global. Just let me know. > > - Jordan > From owner-cvs-all Tue Sep 15 16:38:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06767 for cvs-all-outgoing; Tue, 15 Sep 1998 16:38:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06680 for ; Tue, 15 Sep 1998 16:38:25 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id QAA21528; Tue, 15 Sep 1998 16:38:00 -0700 (PDT) Date: Tue, 15 Sep 1998 16:38:00 -0700 (PDT) From: Chris Timmons To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/global - Imported sources 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 Mess-fixed-by: jdp further disaster postponed until after 3.0R -Chris <:( From owner-cvs-all Tue Sep 15 16:58:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10239 for cvs-all-outgoing; Tue, 15 Sep 1998 16:58:02 -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 QAA10046 for ; Tue, 15 Sep 1998 16:56:47 -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 SAA29258; Tue, 15 Sep 1998 18:55:54 -0500 (CDT) Date: Tue, 15 Sep 1998 18:55:54 -0500 (CDT) From: Steve Price To: Bill Fenner cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libpcap Makefile In-Reply-To: <199809152116.OAA08340@mango.parc.xerox.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 Tue, 15 Sep 1998, Bill Fenner wrote: # In message <199809151934.MAA24083@freefall.freebsd.org> I wrote: # > Bump minor version number and add version.c to update to version 0.4 # # I bumped from 2.2 to 2.3 . Should I have bumped to 3.0 for ELF since # it doesn't have minor version numbers? I don't think so. Look at src/lib/libutil for instance. It's version number wasn't bumped during the ELF transition but rather the minor is just being ignored by bsd.lib.mk. Steve # Bill # From owner-cvs-all Tue Sep 15 17:13:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13576 for cvs-all-outgoing; Tue, 15 Sep 1998 17: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 RAA13286; Tue, 15 Sep 1998 17:12:16 -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 RAA07389; Tue, 15 Sep 1998 17:11:54 -0700 (PDT) Date: Tue, 15 Sep 1998 17:11:54 -0700 (PDT) Message-Id: <199809160011.RAA07389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_pass.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/15 17:11:54 PDT Modified files: etc/etc.i386 MAKEDEV Log: Change the permissions for the transport layer (xpt) and passthrough (pass) devices from 644 to 600. Reviewed by: imp, gibbs Revision Changes Path 1.172 +3 -5 src/etc/etc.i386/MAKEDEV Modified files: sys/cam cam_xpt.c sys/cam/scsi scsi_pass.c Log: Check to make sure that this device is opened read-write, not just read only. Previously, if the device was chmoded 644, someone could open it with the O_RDONLY flag and issue any ioctl to the device. Reviewed by: imp, gibbs Revision Changes Path 1.3 +7 -1 src/sys/cam/cam_xpt.c 1.2 +7 -1 src/sys/cam/scsi/scsi_pass.c From owner-cvs-all Tue Sep 15 17:27:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16910 for cvs-all-outgoing; Tue, 15 Sep 1998 17:27: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 RAA16578; Tue, 15 Sep 1998 17:26:20 -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 RAA07956; Tue, 15 Sep 1998 17:25:54 -0700 (PDT) Date: Tue, 15 Sep 1998 17:25:54 -0700 (PDT) Message-Id: <199809160025.RAA07956@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/systat disks.c src/usr.bin/vmstat names.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/15 17:25:54 PDT Removed files: usr.bin/systat disks.c usr.bin/vmstat names.c Log: Delete unused code. This has been obsoleted by the new devstat code. Reviewed by: imp From owner-cvs-all Tue Sep 15 17:48:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22214 for cvs-all-outgoing; Tue, 15 Sep 1998 17:48: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 RAA22076; Tue, 15 Sep 1998 17:48:01 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA05055; Tue, 15 Sep 1998 17:47:39 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA02282; Tue, 15 Sep 1998 17:47:35 -0700 (PDT) Date: Tue, 15 Sep 1998 17:47:35 -0700 (PDT) Message-Id: <199809160047.RAA02282@silvia.hip.berkeley.edu> To: smace@intt.org CC: smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809152216.RAA09584@metal.intt.org> (message from Scott Mace on Tue, 15 Sep 1998 17:16:15 -0500 (CDT)) Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > Sorry, it's still not right. The shared library should be called * > "libjbig.so.1.0" on an aout system. * I thought you said that bsd.port.mk automagically handled this? bsd.port.mk only handles the truncation in PLIST. (Read the guidelines please! :) Satoshi From owner-cvs-all Tue Sep 15 17:49:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22312 for cvs-all-outgoing; Tue, 15 Sep 1998 17:49:06 -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 RAA22146; Tue, 15 Sep 1998 17:48:17 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA05059; Tue, 15 Sep 1998 17:47:54 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA02286; Tue, 15 Sep 1998 17:47:51 -0700 (PDT) Date: Tue, 15 Sep 1998 17:47:51 -0700 (PDT) Message-Id: <199809160047.RAA02286@silvia.hip.berkeley.edu> To: smace@intt.org CC: smace@intt.org, smace@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809152219.RAA09617@metal.intt.org> (message from Scott Mace on Tue, 15 Sep 1998 17:19:23 -0500 (CDT)) Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * So, if the shlib used to be like say, 7.6 * * it gets rounded up to 8 for elf * and becomes 8.0 on an a.out system? Yes. Satoshi From owner-cvs-all Tue Sep 15 17:49:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22382 for cvs-all-outgoing; Tue, 15 Sep 1998 17:49:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pozo.pozo.com (pozo.pozo.com [207.201.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA22140; Tue, 15 Sep 1998 17:48:17 -0700 (PDT) (envelope-from mantar@netcom.com) Received: from dual (DUAL [192.168.0.2]) by pozo.pozo.com (8.9.1/8.9.1) with SMTP id RAA02434; Tue, 15 Sep 1998 17:47:32 -0700 (PDT) (envelope-from mantar@netcom.com) Message-Id: <199809160047.RAA02434@pozo.pozo.com> X-Sender: null@192.168.0.1 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1.0.52 (Beta) Date: Tue, 15 Sep 1998 17:47:31 -0700 To: gibbs@pluto.plutotech.com From: Manfred Antar Subject: CAM and DPT controller Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199809151743.TAA01765@gratis.grondar.za> References: <199809151727.LAA18952@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just tried to compile a kernel with the latest CAM changes and it dies like this: loading kernel dpt_scsi.o: Undefined symbol `_dpt_reset_performance' referenced from text segme nt *** Error code 1 Stop. I have this in my kernel config file. controller dpt0 controller scbus0 at dpt0 options DPT_MEASURE_PERFORMANCE options DPT_LOST_IRQ If I comment out : options DPT_MEASURE_PERFORMANCE the kernel will build fine and in fact is running now. >From GENERIC: # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. The options # line following dpt0 here is also currently a *required* option for it. # controller dpt0 # options DPT_MEASURE_PERFORMANCE The controller is: dpt0: rev 0x02 int a irq 16 on pci0.11.0 dpt0: DPT PM2124A/9X-R FW Rev. 07CK, 1 channel, 64 CCBs this is on a dual pentium pro intel PR440FX with built in adaptec 7880 The sources are current from 5:00 pm pacific time and I did a make-world at 8:00 am pacific Thanks Manfred ============================== || mantar@netcom.com || || pozo@infinex.com || || Ph. (415) 681-6235 || ============================== From owner-cvs-all Tue Sep 15 17:49:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22518 for cvs-all-outgoing; Tue, 15 Sep 1998 17:49:53 -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 RAA22406; Tue, 15 Sep 1998 17:49:23 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA05063; Tue, 15 Sep 1998 17:49:02 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA02290; Tue, 15 Sep 1998 17:48:59 -0700 (PDT) Date: Tue, 15 Sep 1998 17:48:59 -0700 (PDT) Message-Id: <199809160048.RAA02290@silvia.hip.berkeley.edu> To: jfieber@indiana.edu CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from John Fieber on Tue, 15 Sep 1998 16:53:25 -0500 (EST)) Subject: Re: cvs commit: ports/textproc/sgmlformat Makefile ports/textproc/sgmlformat/files md5 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Since that variable doesn't exist in any released version of * FreeBSD, exactly how should I use it? What exactly does it * represent? It represents the full pathname of the latest perl5 (either installed from ports or in /usr/bin). It is defined in bsd.port.mk. Satoshi From owner-cvs-all Tue Sep 15 17:59:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25080 for cvs-all-outgoing; Tue, 15 Sep 1998 17:59: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 RAA25046; Tue, 15 Sep 1998 17:59: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 RAA08881; Tue, 15 Sep 1998 17:59:04 -0700 (PDT) Date: Tue, 15 Sep 1998 17:59:04 -0700 (PDT) Message-Id: <199809160059.RAA08881@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/15 17:59:04 PDT Modified files: graphics/xpm/pkg PLIST Log: The manpages must still be here for ports that use imake. Revision Changes Path 1.15 +2 -0 ports/graphics/xpm/pkg/PLIST From owner-cvs-all Tue Sep 15 18:01:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25660 for cvs-all-outgoing; Tue, 15 Sep 1998 18:01:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25616; Tue, 15 Sep 1998 18:01:48 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id SAA05229; Tue, 15 Sep 1998 18:01:12 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id SAA29678; Tue, 15 Sep 1998 18:01:11 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id SAA00773; Tue, 15 Sep 1998 18:01:09 -0700 (PDT) From: Don Lewis Message-Id: <199809160101.SAA00773@salsa.gv.tsc.tdk.com> Date: Tue, 15 Sep 1998 18:01:09 -0700 In-Reply-To: Lee Cremeans "Re: CAM integration imminent." (Sep 15, 7:05pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: lcremean@tidalwave.net, rvb@sicily.odyssey.cs.cmu.edu, "Justin T. Gibbs" Subject: Re: CAM integration imminent. Cc: cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 15, 7:05pm, Lee Cremeans wrote: } Subject: Re: CAM integration imminent. } On Tue, Sep 15, 1998 at 05:11:37PM -0400, rvb@sicily.odyssey.cs.cmu.edu wrote: } > } > A couple of problems in PCCARD: } > aic needs to be commented out. Doing this yields: } > } > cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment } > cam_periph.o: Undefined symbol `_scsi_start_stop' referenced from text segment } > scsi_cd.o: Undefined symbol `_scsi_read_write' referenced from text segment } > scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment } > scsi_cd.o: Undefined symbol `_scsi_start_stop' referenced from text segment } > } > Can you post a set of fixes for PCCARD. } } I understand a CAMified version of aic is forthcoming, but for now, it'll } have to go since I don't think any of the old SCSI layer exists anymore.. This affects the LINT kernel. There are a bunch of adapters listed in there that don't have CAM-ified drivers. From owner-cvs-all Tue Sep 15 18:23:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28343 for cvs-all-outgoing; Tue, 15 Sep 1998 18:23:22 -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 SAA28338; Tue, 15 Sep 1998 18:23:16 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA05112; Tue, 15 Sep 1998 18:22:54 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id SAA02407; Tue, 15 Sep 1998 18:22:51 -0700 (PDT) Date: Tue, 15 Sep 1998 18:22:51 -0700 (PDT) Message-Id: <199809160122.SAA02407@silvia.hip.berkeley.edu> To: steve@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809160059.RAA08881@freefall.freebsd.org> (message from Steve Price on Tue, 15 Sep 1998 17:59:04 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/xpm/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * graphics/xpm/pkg PLIST * Log: * The manpages must still be here for ports that use imake. There's something weird here. Why can't they be defined in Makefile as MAN1? Satoshi From owner-cvs-all Tue Sep 15 18:36:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00496 for cvs-all-outgoing; Tue, 15 Sep 1998 18: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 SAA00491; Tue, 15 Sep 1998 18:36: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 SAA09779; Tue, 15 Sep 1998 18:36:18 -0700 (PDT) Date: Tue, 15 Sep 1998 18:36:18 -0700 (PDT) Message-Id: <199809160136.SAA09779@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpm Makefile ports/graphics/xpm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/15 18:36:18 PDT Modified files: graphics/xpm Makefile graphics/xpm/pkg PLIST Log: Arghh... I forgot USE_IMAKE implies MANCOMPRESSED, so we can put these in MAN1 and not have to worry about them being pkg/PLIST. Reminded by: Asami-san Revision Changes Path 1.17 +3 -1 ports/graphics/xpm/Makefile 1.16 +0 -2 ports/graphics/xpm/pkg/PLIST From owner-cvs-all Tue Sep 15 18:38:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00761 for cvs-all-outgoing; Tue, 15 Sep 1998 18:38:12 -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 SAA00691; Tue, 15 Sep 1998 18:38:02 -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 UAA07791; Tue, 15 Sep 1998 20:37:43 -0500 (CDT) Date: Tue, 15 Sep 1998 20:37:43 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/xpm/pkg PLIST In-Reply-To: <199809160122.SAA02407@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 You're right. I just fixed it. I had forgotten that USE_IMAKE=yes implies MANCOMPRESSED=yes. On Tue, 15 Sep 1998, Satoshi Asami wrote: # * graphics/xpm/pkg PLIST # * Log: # * The manpages must still be here for ports that use imake. # # There's something weird here. Why can't they be defined in Makefile # as MAN1? # # Satoshi # From owner-cvs-all Tue Sep 15 18:50:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02683 for cvs-all-outgoing; Tue, 15 Sep 1998 18:50: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 SAA02644; Tue, 15 Sep 1998 18:50:23 -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 SAA10121; Tue, 15 Sep 1998 18:50:05 -0700 (PDT) Date: Tue, 15 Sep 1998 18:50:05 -0700 (PDT) Message-Id: <199809160150.SAA10121@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/keyserv Makefile crypt_server.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/09/15 18:50:05 PDT Modified files: usr.sbin/keyserv Makefile crypt_server.c Log: Apply patch from Stefan Esser to close PR #7941: add code to handle dynamic loading of libdes on ELF systems. The patch looks correct to me. Revision Changes Path 1.4 +4 -1 src/usr.sbin/keyserv/Makefile 1.4 +13 -1 src/usr.sbin/keyserv/crypt_server.c From owner-cvs-all Tue Sep 15 18:59:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04003 for cvs-all-outgoing; Tue, 15 Sep 1998 18:59: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 SAA03982; Tue, 15 Sep 1998 18:58: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 SAA10418; Tue, 15 Sep 1998 18:58:38 -0700 (PDT) Date: Tue, 15 Sep 1998 18:58:38 -0700 (PDT) Message-Id: <199809160158.SAA10418@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/15 18:58:38 PDT Modified files: astro/xephem Makefile Log: Remove trailing dot in LIB_DEPENDS. Revision Changes Path 1.9 +2 -2 ports/astro/xephem/Makefile From owner-cvs-all Tue Sep 15 19:01:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04388 for cvs-all-outgoing; Tue, 15 Sep 1998 19:01:09 -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 TAA04346; Tue, 15 Sep 1998 19:00:53 -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 WAA10017; Tue, 15 Sep 1998 22:15: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 WAA04879; Tue, 15 Sep 1998 22:13:41 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809152113.WAA04879@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp cc: Garrett Wollman , Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-reply-to: Your message of "Tue, 15 Sep 1998 17:23:55 +0200." <29788.905873035@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Sep 1998 22:13:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >We really ought to have an SNMP agent in the base system like > >everybody else does... > > I agree, but it doesn't happen for 3.0, but let's put it on our VWBs for the > next release. We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. I'll do it if nobody has any objections. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Tue Sep 15 19:04:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05050 for cvs-all-outgoing; Tue, 15 Sep 1998 19:04: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 TAA05022; Tue, 15 Sep 1998 19:04: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 TAA10572; Tue, 15 Sep 1998 19:04:07 -0700 (PDT) Date: Tue, 15 Sep 1998 19:04:07 -0700 (PDT) Message-Id: <199809160204.TAA10572@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 19:04:07 PDT Modified files: sys/kern imgact_elf.c Log: Restore the core-dumping of all writable segments for ELF executables, minus the NULL pointer dereference in rev. 1.33. Also simplify things somewhat by eliminating one traversal of the VM map entries. Finally, eliminate calls to vm_map_{un,}lock_read() which aren't needed here. I originally took them from procfs_map.c, but here we know we are dealing only with the map of the current process. Revision Changes Path 1.35 +188 -80 src/sys/kern/imgact_elf.c From owner-cvs-all Tue Sep 15 19:19:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08057 for cvs-all-outgoing; Tue, 15 Sep 1998 19:19:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08009; Tue, 15 Sep 1998 19:19:08 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.8/8.8.7) with SMTP id MAA13452; Wed, 16 Sep 1998 12:18:21 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Wed, 16 Sep 1998 12:18:21 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/textproc/word2x Makefile In-Reply-To: <199809150725.AAA17302@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 > This port doesn't build: Yes it does. patch-ai fixes this. Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@FreeBSD.org From owner-cvs-all Tue Sep 15 19:25:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09458 for cvs-all-outgoing; Tue, 15 Sep 1998 19:25: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 TAA09423; Tue, 15 Sep 1998 19:25: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 TAA11536; Tue, 15 Sep 1998 19:25:07 -0700 (PDT) Date: Tue, 15 Sep 1998 19:25:07 -0700 (PDT) Message-Id: <199809160225.TAA11536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/sunclock Makefile ports/astro/sunclock/pkg PLIST ports/astro/xearth Makefile ports/astro/xearth/pkg PLIST ports/astro/xephem/pkg PLIST ports/astro/xphoon Makefile ports/astro/xphoon/pkg PLIST ports/benchmarks/xengine Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/15 19:25:06 PDT Modified files: astro/sunclock Makefile astro/sunclock/pkg PLIST astro/xearth Makefile astro/xearth/pkg PLIST astro/xephem/pkg PLIST astro/xphoon Makefile astro/xphoon/pkg PLIST benchmarks/xengine Makefile benchmarks/xengine/pkg PLIST biology/rasmol Makefile biology/rasmol/pkg PLIST cad/xcircuit Makefile cad/xcircuit/pkg PLIST comms/seyon Makefile comms/seyon/pkg PLIST comms/viewfax Makefile comms/viewfax/pkg PLIST Log: Take the manpages out of pkg/PLIST and put them in MAN1. Revision Changes Path 1.7 +3 -1 ports/astro/sunclock/Makefile 1.3 +0 -1 ports/astro/sunclock/pkg/PLIST 1.10 +3 -1 ports/astro/xearth/Makefile 1.5 +0 -1 ports/astro/xearth/pkg/PLIST 1.5 +0 -1 ports/astro/xephem/pkg/PLIST 1.9 +3 -1 ports/astro/xphoon/Makefile 1.3 +0 -1 ports/astro/xphoon/pkg/PLIST 1.7 +3 -1 ports/benchmarks/xengine/Makefile 1.2 +0 -1 ports/benchmarks/xengine/pkg/PLIST 1.4 +3 -1 ports/biology/rasmol/Makefile 1.2 +0 -1 ports/biology/rasmol/pkg/PLIST 1.3 +3 -1 ports/cad/xcircuit/Makefile 1.2 +0 -1 ports/cad/xcircuit/pkg/PLIST 1.9 +3 -1 ports/comms/seyon/Makefile 1.6 +0 -1 ports/comms/seyon/pkg/PLIST 1.11 +3 -1 ports/comms/viewfax/Makefile 1.3 +0 -1 ports/comms/viewfax/pkg/PLIST From owner-cvs-all Tue Sep 15 19:54:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14658 for cvs-all-outgoing; Tue, 15 Sep 1998 19:54: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 TAA14634; Tue, 15 Sep 1998 19:54:27 -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 TAA12359; Tue, 15 Sep 1998 19:54:10 -0700 (PDT) Date: Tue, 15 Sep 1998 19:54:10 -0700 (PDT) Message-Id: <199809160254.TAA12359@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/15 19:54:10 PDT Modified files: libexec/rtld-elf rtld.c Log: Fix a bug that showed up when debugging dynamically linked programs. References from GDB to "printf" and various other functions would find the versions in the dynamic linker itself, rather than the versions in the program's libc. This fix moves the GDB link map entry for the dynamic linker to the end of the search list, where its symbols will be found only if they are not found anywhere else. It was suggested by Doug Rabson, though I implemented it a little differently. I personally would prefer to leave the dynamic linker's entry out of the GDB search list altogether. But Doug argues that it is handy there for such things as setting breakpoints on dlopen(). So it stays for now, at least. Note, if we ever integrate the dynamic linker with libc (which has several important benefits to recommend it), this whole problem goes away. Revision Changes Path 1.10 +13 -3 src/libexec/rtld-elf/rtld.c From owner-cvs-all Tue Sep 15 20:02:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15288 for cvs-all-outgoing; Tue, 15 Sep 1998 20:02:05 -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 UAA15221; Tue, 15 Sep 1998 20:02:00 -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 VAA16340; Tue, 15 Sep 1998 21:01:39 -0600 (MDT) Message-Id: <199809160301.VAA16340@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Manfred Antar cc: gibbs@plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CAM and DPT controller In-reply-to: Your message of "Tue, 15 Sep 1998 17:47:31 PDT." <199809160047.RAA02434@pozo.pozo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 15 Sep 1998 20:55:16 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I just tried to compile a kernel with the latest CAM changes >and it dies like this: > >loading kernel >dpt_scsi.o: Undefined symbol `_dpt_reset_performance' referenced from text >segme >nt Yup. The performance stuff is not in a usable state right now. I do not know at this time if the option will be restored or not. >If I comment out : options DPT_MEASURE_PERFORMANCE >the kernel will build fine and in fact is running now. Please let me know if you discover any problems with the driver's operation. I did the port, but I was only able to test it in a limited fashion. -- Justin From owner-cvs-all Tue Sep 15 20:11:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16791 for cvs-all-outgoing; Tue, 15 Sep 1998 20:11:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pozo.pozo.com (pozo.pozo.com [207.201.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16771; Tue, 15 Sep 1998 20:11:05 -0700 (PDT) (envelope-from mantar@netcom.com) Received: from dual (DUAL [192.168.0.2]) by pozo.pozo.com (8.9.1/8.9.1) with SMTP id UAA14587; Tue, 15 Sep 1998 20:10:41 -0700 (PDT) (envelope-from mantar@netcom.com) Message-Id: <199809160310.UAA14587@pozo.pozo.com> X-Sender: null@192.168.0.1 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1.0.52 (Beta) Date: Tue, 15 Sep 1998 20:10:41 -0700 To: "Justin T. Gibbs" From: Manfred Antar Subject: Re: CAM and DPT controller Cc: gibbs@plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199809160301.VAA16340@pluto.plutotech.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 08:55 PM 9/15/98 -0600, Justin T. Gibbs wrote: >>I just tried to compile a kernel with the latest CAM changes >>and it dies like this: >> >>loading kernel >>dpt_scsi.o: Undefined symbol `_dpt_reset_performance' referenced from text >>segme >>nt > >Yup. The performance stuff is not in a usable state right now. I do >not know at this time if the option will be restored or not. > >>If I comment out : options DPT_MEASURE_PERFORMANCE >>the kernel will build fine and in fact is running now. > >Please let me know if you discover any problems with the driver's >operation. I did the port, but I was only able to test it in >a limited fashion. > >-- I'm doing a make -j 8 world right now,so far no problems. I'm not using this in a RAID environment though. Just one disk. I't usually takes about 1:50 mins to complete (pre-cam). I'll let you know when this completes how long it took. Thanks Manfred ============================== || mantar@netcom.com || || pozo@infinex.com || || Ph. (415) 681-6235 || ============================== From owner-cvs-all Tue Sep 15 20:16:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA17517 for cvs-all-outgoing; Tue, 15 Sep 1998 20:16: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 UAA17499; Tue, 15 Sep 1998 20:16:23 -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 UAA12856; Tue, 15 Sep 1998 20:16:07 -0700 (PDT) Date: Tue, 15 Sep 1998 20:16:07 -0700 (PDT) Message-Id: <199809160316.UAA12856@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib reallocf.c Makefile.inc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/15 20:16:06 PDT Modified files: lib/libc/stdlib reallocf.c Makefile.inc Log: Fix style problems noted by Bruce: o No copyright on reallocf. o Order makefile list correctly. o indent reallocf properly. Revision Changes Path 1.2 +32 -5 src/lib/libc/stdlib/reallocf.c 1.17 +3 -3 src/lib/libc/stdlib/Makefile.inc From owner-cvs-all Tue Sep 15 20:26:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18488 for cvs-all-outgoing; Tue, 15 Sep 1998 20:26: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 UAA18482; Tue, 15 Sep 1998 20:26:28 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA13156; Tue, 15 Sep 1998 20:26:11 -0700 (PDT) Date: Tue, 15 Sep 1998 20:26:11 -0700 (PDT) Message-Id: <199809160326.UAA13156@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 mjacob 1998/09/15 20:26:11 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Fix compile warnings. Revision Changes Path 1.2 +4 -4 src/sys/dev/aic7xxx/aic7xxx.c From owner-cvs-all Tue Sep 15 20:27:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18636 for cvs-all-outgoing; Tue, 15 Sep 1998 20:27: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 UAA18629; Tue, 15 Sep 1998 20:27:29 -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 UAA13242; Tue, 15 Sep 1998 20:27:13 -0700 (PDT) Date: Tue, 15 Sep 1998 20:27:13 -0700 (PDT) Message-Id: <199809160327.UAA13242@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa ahb.c src/sys/dev/buslogic bt.c src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 20:27:13 PDT Modified files: sys/i386/eisa ahb.c sys/dev/buslogic bt.c sys/dev/aha aha.c Log: Fix printf format bugs. Revision Changes Path 1.2 +18 -17 src/sys/i386/eisa/ahb.c 1.2 +9 -7 src/sys/dev/buslogic/bt.c 1.2 +10 -7 src/sys/dev/aha/aha.c From owner-cvs-all Tue Sep 15 20:48:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20951 for cvs-all-outgoing; Tue, 15 Sep 1998 20:48:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pozo.pozo.com (pozo.pozo.com [207.201.8.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20926; Tue, 15 Sep 1998 20:48:29 -0700 (PDT) (envelope-from mantar@netcom.com) Received: from dual (DUAL [192.168.0.2]) by pozo.pozo.com (8.9.1/8.9.1) with SMTP id UAA26064; Tue, 15 Sep 1998 20:47:59 -0700 (PDT) (envelope-from mantar@netcom.com) Message-Id: <199809160347.UAA26064@pozo.pozo.com> X-Sender: null@192.168.0.1 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1.0.52 (Beta) Date: Tue, 15 Sep 1998 20:47:59 -0700 To: "Justin T. Gibbs" From: Manfred Antar Subject: Re: CAM and DPT controller Cc: gibbs@plutotech.com, cvs-committers@FreeBSD.ORG, current@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 08:55 PM 9/15/98 -0600, Justin T. Gibbs wrote: >>I just tried to compile a kernel with the latest CAM changes >>and it dies like this: >> >>loading kernel >>dpt_scsi.o: Undefined symbol `_dpt_reset_performance' referenced from text >>segme >>nt > >Yup. The performance stuff is not in a usable state right now. I do >not know at this time if the option will be restored or not. > >>If I comment out : options DPT_MEASURE_PERFORMANCE >>the kernel will build fine and in fact is running now. > >Please let me know if you discover any problems with the driver's >operation. I did the port, but I was only able to test it in >a limited fashion. > >-- I'm doing a make -j 8 world right now,so far no problems. I'm not using this in a RAID environment though. Just one disk. I't usually takes about 1:50 mins to complete (pre-cam). I'll let you know when this completes how long it took. It just finished in about the same amount of time no problems Manfred ============================== || mantar@netcom.com || || pozo@infinex.com || || Ph. (415) 681-6235 || ============================== From owner-cvs-all Tue Sep 15 21:07:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24007 for cvs-all-outgoing; Tue, 15 Sep 1998 21:07: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 VAA24000; Tue, 15 Sep 1998 21:07:48 -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 VAA14334; Tue, 15 Sep 1998 21:07:32 -0700 (PDT) Date: Tue, 15 Sep 1998 21:07:32 -0700 (PDT) Message-Id: <199809160407.VAA14334@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/15 21:07:32 PDT Modified files: lib/libc/stdlib malloc.3 Log: o Don't reference non-existant function freealloc. o Properly order things Pointed out by: bde Revision Changes Path 1.17 +4 -4 src/lib/libc/stdlib/malloc.3 From owner-cvs-all Tue Sep 15 21:09:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24277 for cvs-all-outgoing; Tue, 15 Sep 1998 21:09: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 VAA24268; Tue, 15 Sep 1998 21:09:10 -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 VAA14381; Tue, 15 Sep 1998 21:08:53 -0700 (PDT) Date: Tue, 15 Sep 1998 21:08:53 -0700 (PDT) Message-Id: <199809160408.VAA14381@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 jdp 1998/09/15 21:08:53 PDT Modified files: . modules Log: objformat -> src/usr.bin/objformat Revision Changes Path 1.2371 +2 -1 CVSROOT/modules From owner-cvs-all Tue Sep 15 21:11:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24810 for cvs-all-outgoing; Tue, 15 Sep 1998 21:11: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 VAA24799; Tue, 15 Sep 1998 21:11:32 -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 VAA14454; Tue, 15 Sep 1998 21:11:16 -0700 (PDT) Date: Tue, 15 Sep 1998 21:11:16 -0700 (PDT) Message-Id: <199809160411.VAA14454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/objformat Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 21:11:15 PDT Modified files: usr.bin/objformat Makefile Log: Add links to addr2line, objcopy, and objdump. These exist only for ELF, but still I think this is the best way to get them into the shell's search path. Revision Changes Path 1.10 +4 -1 src/usr.bin/objformat/Makefile From owner-cvs-all Tue Sep 15 21:14:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25125 for cvs-all-outgoing; Tue, 15 Sep 1998 21:14: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 VAA25115; Tue, 15 Sep 1998 21:14:44 -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 VAA14650; Tue, 15 Sep 1998 21:14:28 -0700 (PDT) Date: Tue, 15 Sep 1998 21:14:28 -0700 (PDT) Message-Id: <199809160414.VAA14650@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/15 21:14:27 PDT Modified files: sysutils/lsof Makefile sysutils/lsof/files md5 Log: Upgrade to ver 4.37 + 3.0 patches by Vic Abell Submitted by: Vic Abell Revision Changes Path 1.25 +13 -4 ports/sysutils/lsof/Makefile 1.23 +2 -1 ports/sysutils/lsof/files/md5 From owner-cvs-all Tue Sep 15 21:17:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25339 for cvs-all-outgoing; Tue, 15 Sep 1998 21:17:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from obrien@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25332; Tue, 15 Sep 1998 21:17:55 -0700 (PDT) (envelope-from obrien) Message-ID: <19980915211755.27519@freebsd.org> Date: Tue, 15 Sep 1998 21:17:55 -0700 From: "David E. O'Brien" To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 References: <199809160414.VAA14650@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199809160414.VAA14650@freefall.freebsd.org>; from David E. O'Brien on Tue, Sep 15, 1998 at 09:14:28PM -0700 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.6-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 > Upgrade to ver 4.37 + 3.0 patches by Vic Abell > Revision Changes Path > 1.25 +13 -4 ports/sysutils/lsof/Makefile > 1.23 +2 -1 ports/sysutils/lsof/files/md5 Before anyone questions the lack of a patch here, it is a dist patch. From owner-cvs-all Tue Sep 15 21:18:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25415 for cvs-all-outgoing; Tue, 15 Sep 1998 21:18: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 VAA25403; Tue, 15 Sep 1998 21:18:03 -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 VAA15050; Tue, 15 Sep 1998 21:17:47 -0700 (PDT) Date: Tue, 15 Sep 1998 21:17:47 -0700 (PDT) Message-Id: <199809160417.VAA15050@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libI77 lread.c src/lib/libc/db/btree bt_overflow.c src/lib/libc/db/recno rec_get.c rec_put.c src/lib/libc/gen fts.c getcap.c getcwd.c getgrent.c getpwent.c opendir.c scandir.c stringlist.c src/lib/libc/locale collate.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/15 21:17:47 PDT Modified files: lib/libI77 lread.c lib/libc/db/btree bt_overflow.c lib/libc/db/recno rec_get.c rec_put.c lib/libc/gen fts.c getcap.c getcwd.c getgrent.c getpwent.c opendir.c scandir.c stringlist.c lib/libc/locale collate.c lib/libc/regex regcomp.c lib/libc/stdio asprintf.c fvwrite.c vasprintf.c vfprintf.c lib/libc/stdlib realpath.c setenv.c lib/libc/stdtime localtime.c timelocal.c lib/libedit el.c el.h map.c tokenizer.c lib/libkvm kvm_proc.c lib/libmytinfo buildpath.c lib/libss help.c invocation.c parse.c request_tbl.c lib/libutil login_auth.c Log: Replace memory leaking instances of realloc with non-leaking reallocf. In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... Revision Changes Path 1.5 +1 -1 src/lib/libI77/lread.c 1.2 +15 -11 src/lib/libc/db/btree/bt_overflow.c 1.2 +58 -45 src/lib/libc/db/recno/rec_get.c 1.4 +2 -3 src/lib/libc/db/recno/rec_put.c 1.8 +2 -2 src/lib/libc/gen/fts.c 1.7 +7 -7 src/lib/libc/gen/getcap.c 1.17 +1 -1 src/lib/libc/gen/getcwd.c 1.17 +3 -3 src/lib/libc/gen/getgrent.c 1.46 +1 -1 src/lib/libc/gen/getpwent.c 1.8 +1 -1 src/lib/libc/gen/opendir.c 1.4 +1 -1 src/lib/libc/gen/scandir.c 1.3 +1 -1 src/lib/libc/gen/stringlist.c 1.16 +2 -2 src/lib/libc/locale/collate.c 1.12 +4 -4 src/lib/libc/regex/regcomp.c 1.5 +2 -2 src/lib/libc/stdio/asprintf.c 1.9 +2 -2 src/lib/libc/stdio/fvwrite.c 1.10 +2 -2 src/lib/libc/stdio/vasprintf.c 1.20 +2 -2 src/lib/libc/stdio/vfprintf.c 1.6 +1 -1 src/lib/libc/stdlib/realpath.c 1.4 +1 -1 src/lib/libc/stdlib/setenv.c 1.20 +7 -2 src/lib/libc/stdtime/localtime.c 1.2 +2 -2 src/lib/libc/stdtime/timelocal.c 1.5 +2 -2 src/lib/libedit/el.c 1.2 +1 -0 src/lib/libedit/el.h 1.5 +2 -2 src/lib/libedit/map.c 1.3 +3 -2 src/lib/libedit/tokenizer.c 1.21 +3 -1 src/lib/libkvm/kvm_proc.c 1.4 +2 -7 src/lib/libmytinfo/buildpath.c 1.5 +1 -1 src/lib/libss/help.c 1.3 +1 -1 src/lib/libss/invocation.c 1.3 +1 -1 src/lib/libss/parse.c 1.3 +1 -1 src/lib/libss/request_tbl.c 1.9 +2 -2 src/lib/libutil/login_auth.c From owner-cvs-all Tue Sep 15 22:06:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01305 for cvs-all-outgoing; Tue, 15 Sep 1998 22:06:15 -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 WAA01300 for ; Tue, 15 Sep 1998 22:06:13 -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 WAA22478; Tue, 15 Sep 1998 22:05:40 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id FAA15265; Wed, 16 Sep 1998 05:05:54 GMT (envelope-from obrien) Message-ID: <19980915220553.A15240@nuxi.com> Date: Tue, 15 Sep 1998 22:05:53 -0700 From: "David O'Brien" To: Chris Timmons Cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/global - Imported sources Reply-To: obrien@NUXI.com References: <16863.905901166@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Chris Timmons on Tue, Sep 15, 1998 at 04:17:16PM -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 > so much for using easy-import. i would have gotten it right if i'd just > have typed the fucking cvs command by hand. "-n" is your friend. Anyway, remember easy-import still depends on you specifying src/contrib/. We use it regularly in ports/ so it can't have contrib/ hardcoded. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Tue Sep 15 22:15:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02137 for cvs-all-outgoing; Tue, 15 Sep 1998 22:15: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 WAA02132; Tue, 15 Sep 1998 22:15:55 -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 WAA16613; Tue, 15 Sep 1998 22:15:38 -0700 (PDT) Date: Tue, 15 Sep 1998 22:15:38 -0700 (PDT) Message-Id: <199809160515.WAA16613@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 jkh 1998/09/15 22:15:38 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Add entries to describe CAM's new features. Revision Changes Path 1.88 +16 -1 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Tue Sep 15 22:42:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05224 for cvs-all-outgoing; Tue, 15 Sep 1998 22:42: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 WAA05218; Tue, 15 Sep 1998 22:42:55 -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 WAA17408; Tue, 15 Sep 1998 22:42:39 -0700 (PDT) Date: Tue, 15 Sep 1998 22:42:39 -0700 (PDT) Message-Id: <199809160542.WAA17408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc rc.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/15 22:42:38 PDT Modified files: etc rc rc.conf Log: Fix up the boot-time ldconfig handling to deal with dual object file formats. I have added a new rc.conf variable ${ldconfig_paths_aout} which is like ${ldconfig_paths}, but only for a.out shared libraries. On a "standard" ELF system, the ELF ldconfig path is taken from ${ldconfig_paths}, while the a.out ldconfig path is taken from ${ldconfig_paths_aout}. On a not-yet-converted a.out system, only the a.out ldconfig path is set, and it is taken from ${ldconfig_paths_aout}. If that variable is unset, /etc/rc defaults it to the value of ${ldconfig_paths}, on the assumption that the system's "/etc/rc.conf" file hasn't been updated. Revision Changes Path 1.156 +16 -2 src/etc/rc 1.58 +2 -1 src/etc/rc.conf From owner-cvs-all Tue Sep 15 22:56:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06570 for cvs-all-outgoing; Tue, 15 Sep 1998 22:56: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 WAA06556; Tue, 15 Sep 1998 22:56:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17858; Tue, 15 Sep 1998 22:56:23 -0700 (PDT) Date: Tue, 15 Sep 1998 22:56:23 -0700 (PDT) Message-Id: <199809160556.WAA17858@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/vinum - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk grog 1998/09/15 22:56:23 PDT src/lkm/vinum - Imported sources Update of /home/ncvs/src/lkm/vinum In directory freefall.freebsd.org:/d/users/grog/src/lkm/vinum Log Message: Import base vinum lkm sources Status: Vendor Tag: VINUM Release Tags: v1_0 N src/lkm/vinum/COPYRIGHT N src/lkm/vinum/Makefile N src/lkm/vinum/config.c N src/lkm/vinum/interrupt.c N src/lkm/vinum/io.c N src/lkm/vinum/lock.c N src/lkm/vinum/makestatetext N src/lkm/vinum/memory.c N src/lkm/vinum/parser.c N src/lkm/vinum/request.c N src/lkm/vinum/request.h N src/lkm/vinum/revive.c N src/lkm/vinum/state.c N src/lkm/vinum/statetexts.h N src/lkm/vinum/util.c N src/lkm/vinum/vinum.c N src/lkm/vinum/vinumext.h N src/lkm/vinum/vinumhdr.h N src/lkm/vinum/vinumio.h N src/lkm/vinum/vinumioctl.c N src/lkm/vinum/vinumkw.h N src/lkm/vinum/vinumstate.h N src/lkm/vinum/vinumvar.h N src/lkm/vinum/emacs.core No conflicts created by this import From owner-cvs-all Tue Sep 15 22:57:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06837 for cvs-all-outgoing; Tue, 15 Sep 1998 22:57: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 WAA06830; Tue, 15 Sep 1998 22:57:53 -0700 (PDT) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA17887; Tue, 15 Sep 1998 22:57:37 -0700 (PDT) Date: Tue, 15 Sep 1998 22:57:37 -0700 (PDT) Message-Id: <199809160557.WAA17887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/vinum - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk grog 1998/09/15 22:57:36 PDT src/sbin/vinum - Imported sources Update of /home/ncvs/src/sbin/vinum In directory freefall.freebsd.org:/d/users/grog/src/sbin/vinum Log Message: Import base vinum userland sources Status: Vendor Tag: VINUM Release Tags: v1_0 N src/sbin/vinum/Makefile N src/sbin/vinum/commands.c N src/sbin/vinum/list.c N src/sbin/vinum/v.c N src/sbin/vinum/vext.h N src/sbin/vinum/vinum.8 No conflicts created by this import From owner-cvs-all Tue Sep 15 23:04:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07538 for cvs-all-outgoing; Tue, 15 Sep 1998 23:04: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 XAA07529; Tue, 15 Sep 1998 23:04:03 -0700 (PDT) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA18060; Tue, 15 Sep 1998 23:03:47 -0700 (PDT) Date: Tue, 15 Sep 1998 23:03:47 -0700 (PDT) Message-Id: <199809160603.XAA18060@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 grog 1998/09/15 23:03:47 PDT Modified files: . modules Log: Add modules for vinum Revision Changes Path 1.2372 +3 -1 CVSROOT/modules From owner-cvs-all Tue Sep 15 23:10:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08683 for cvs-all-outgoing; Tue, 15 Sep 1998 23:10:14 -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 XAA08617 for ; Tue, 15 Sep 1998 23:10:06 -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 IAA24196 for cvs-committers@FreeBSD.ORG; Wed, 16 Sep 1998 08:09:42 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 1C6801511; Wed, 16 Sep 1998 08:05:36 +0200 (CEST) Date: Wed, 16 Sep 1998 08:05:36 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources Message-ID: <19980916080536.A13425@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.ORG References: <199809160556.WAA17858@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199809160556.WAA17858@freefall.freebsd.org>; from Greg Lehey on Tue, Sep 15, 1998 at 10:56:23PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT/ELF ctm#4648 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Greg Lehey: > N src/lkm/vinum/emacs.core Aieeeeeeee. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #64: Fri Sep 11 23:22:44 CEST 1998 From owner-cvs-all Tue Sep 15 23:12:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09155 for cvs-all-outgoing; Tue, 15 Sep 1998 23:12: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 XAA09138; Tue, 15 Sep 1998 23:12:33 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA05337; Tue, 15 Sep 1998 23:12:08 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA03045; Tue, 15 Sep 1998 23:12:00 -0700 (PDT) Date: Tue, 15 Sep 1998 23:12:00 -0700 (PDT) Message-Id: <199809160612.XAA03045@silvia.hip.berkeley.edu> To: grog@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809160556.WAA17858@freefall.freebsd.org> (message from Greg Lehey on Tue, 15 Sep 1998 22:56:23 -0700 (PDT)) Subject: Re: cvs commit: src/lkm/vinum - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * N src/lkm/vinum/emacs.core Huh? :> Satoshi From owner-cvs-all Tue Sep 15 23:32:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11793 for cvs-all-outgoing; Tue, 15 Sep 1998 23:32:38 -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 XAA11743; Tue, 15 Sep 1998 23:32:22 -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 PAA07177; Wed, 16 Sep 1998 15:31:55 +0900 (JST) To: kuriyama@sky.rim.or.jp Cc: max@wide.ad.jp, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/japanese/gd - Imported sources From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 15 Sep 1998 23:08:16 +0900" <35FE74D0.4CDC8060@sky.rim.or.jp> References: <35FE74D0.4CDC8060@sky.rim.or.jp> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) 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: <19980916153154O.max@wide.ad.jp> Date: Wed, 16 Sep 1998 15:31:54 +0900 X-Dispatcher: imput version 971024 Lines: 26 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > It seems that ports/7648 said that Russian users have their > own gd patches, but I don't check it out yet. Then, I think creating japanese/gd, russian/gd and graphics/gd is the best way unless both Japanese and Russian support can be added to the program at the same time. So, I suppose the guildelines to follow when creating ports in one of language categories are: 1. Put the port in the language specific category if it supports only certain language besides English. 2. Use a generic category (e.g. graphics, comms, x11*, etc.) a. If the program only supports English. or b. If the program is internationalized and various languages are supported. There should be more to make it complete, but these are ones that involve in this case with gd. If we can make this complete, maybe we can put it in the Handbook. Cheers, Max From owner-cvs-all Tue Sep 15 23:37:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12426 for cvs-all-outgoing; Tue, 15 Sep 1998 23:37: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 XAA12420; Tue, 15 Sep 1998 23:37:27 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA05380; Tue, 15 Sep 1998 23:37:08 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA03114; Tue, 15 Sep 1998 23:37:05 -0700 (PDT) Date: Tue, 15 Sep 1998 23:37:05 -0700 (PDT) Message-Id: <199809160637.XAA03114@silvia.hip.berkeley.edu> To: thepish@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from Peter Hawkins on Wed, 16 Sep 1998 12:18:21 +1000 (EST)) Subject: Re: cvs commit: ports/textproc/word2x Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * > This port doesn't build: * * Yes it does. * * patch-ai fixes this. But there's no patch-ai. :> === >> ls /home/ncvs/ports/textproc/word2x/patches/ total 19 2 patch-aa,v 17 patch-ab,v === FYI, I always checkout directly from freefall and will do a "cvs update" just in case before making such commits, so there's very little chance that my tree is outdated. (There are cases that my machine is hosed, but that's another problem.) Satoshi From owner-cvs-all Tue Sep 15 23:38:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12722 for cvs-all-outgoing; Tue, 15 Sep 1998 23:38:17 -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 XAA12422; Tue, 15 Sep 1998 23:37:31 -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 IAA22480; Wed, 16 Sep 1998 08:42:38 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Wed, 16 Sep 1998 08:42:38 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: John Polstra cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_elf.c In-Reply-To: <199809152146.OAA01213@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 Tue, 15 Sep 1998, John Polstra wrote: > jdp 1998/09/15 14:46:35 PDT > > Modified files: > sys/kern imgact_elf.c > Log: > Instead of just the data and stack segments, include all writable > segments (except memory-mapped devices) in the ELF core file. This > is really nice. You get access to the data areas of all shared > libraries, and even to files that are mapped read-write. ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ I wonder if it could be used to gather some security related info out of core file... 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 Tue Sep 15 23:39:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12879 for cvs-all-outgoing; Tue, 15 Sep 1998 23:39: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 XAA12874; Tue, 15 Sep 1998 23:39:17 -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 XAA18825; Tue, 15 Sep 1998 23:39:01 -0700 (PDT) Date: Tue, 15 Sep 1998 23:39:01 -0700 (PDT) Message-Id: <199809160639.XAA18825@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/mgv Makefile ports/print/mgv/files md5 ports/print/mgv/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 23:39:00 PDT Modified files: print/mgv Makefile print/mgv/files md5 print/mgv/pkg PLIST Log: Upgrade to 3.1.2, which is fetchable. Submitted by: maintainer, except it was for 3.1.1 which is unfetchable already, and also it didn't fix PLIST. While I'm here, use PLIST_SUB so PLIST doesn't have to changed for every upgrade. Revision Changes Path 1.8 +4 -5 ports/print/mgv/Makefile 1.4 +1 -1 ports/print/mgv/files/md5 1.5 +100 -100 ports/print/mgv/pkg/PLIST From owner-cvs-all Tue Sep 15 23:54:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14716 for cvs-all-outgoing; Tue, 15 Sep 1998 23:54:35 -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 XAA14686; Tue, 15 Sep 1998 23:54:17 -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 XAA22758; Tue, 15 Sep 1998 23:53:58 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id GAA19657; Wed, 16 Sep 1998 06:53:58 GMT (envelope-from obrien) Message-ID: <19980915235357.B15240@nuxi.com> Date: Tue, 15 Sep 1998 23:53:57 -0700 From: "David O'Brien" To: Warner Losh , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib reallocf.c Makefile.inc Reply-To: obrien@NUXI.com References: <199809160316.UAA12856@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809160316.UAA12856@freefall.freebsd.org>; from Warner Losh on Tue, Sep 15, 1998 at 08:16:07PM -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 > lib/libc/stdlib reallocf.c Makefile.inc man page? -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Tue Sep 15 23:54:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14746 for cvs-all-outgoing; Tue, 15 Sep 1998 23:54:43 -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 XAA14706 for ; Tue, 15 Sep 1998 23:54:30 -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 XAA17948; Tue, 15 Sep 1998 23:51:38 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35FF5FFA.7FDB9F84@dal.net> Date: Tue, 15 Sep 1998 23:51:38 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: Brian Somers CC: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf References: <199809152113.WAA04879@woof.lan.awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > > > >We really ought to have an SNMP agent in the base system like > > >everybody else does... > > > > I agree, but it doesn't happen for 3.0, but let's put it on our VWBs for the > > next release. > > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > I'll do it if nobody has any objections. Mike Smith had this all ready to go (contribified, etc.) back in April, not sure what happened. I offered at the time to assist with that effort, offer's still good. I have a page which describes how I integrated DHCP into my system, http://home.san.rr.com/freebsd/dhcp.html if you're interested. :) Doug -- *** 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 Tue Sep 15 23:55:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14927 for cvs-all-outgoing; Tue, 15 Sep 1998 23:55: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 XAA14894; Tue, 15 Sep 1998 23:55:36 -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 XAA19443; Tue, 15 Sep 1998 23:55:19 -0700 (PDT) Date: Tue, 15 Sep 1998 23:55:19 -0700 (PDT) Message-Id: <199809160655.XAA19443@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/sirc Makefile ports/net/sirc/scripts sirc-proto Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/15 23:55:18 PDT Modified files: net/sirc Makefile net/sirc/scripts sirc-proto Log: Better fix for perl5-in-current world. Submitted by: maintainer Revision Changes Path 1.3 +15 -5 ports/net/sirc/Makefile 1.3 +3 -4 ports/net/sirc/scripts/sirc-proto From owner-cvs-all Wed Sep 16 00:04:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16885 for cvs-all-outgoing; Wed, 16 Sep 1998 00:04: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 AAA16854; Wed, 16 Sep 1998 00:03:56 -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 AAA19852; Wed, 16 Sep 1998 00:03:40 -0700 (PDT) Date: Wed, 16 Sep 1998 00:03:40 -0700 (PDT) Message-Id: <199809160703.AAA19852@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/iconmaker Makefile ports/x11-wm/iconmaker/files md5 ports/x11-wm/iconmaker/patches patch-aa patch-ab ports/x11-wm/iconmaker/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/16 00:03:39 PDT Modified files: x11-wm/iconmaker Makefile x11-wm/iconmaker/files md5 x11-wm/iconmaker/patches patch-aa x11-wm/iconmaker/pkg PLIST Removed files: x11-wm/iconmaker/patches patch-ab Log: Upgrade to 1.5. Revision Changes Path 1.7 +5 -6 ports/x11-wm/iconmaker/Makefile 1.2 +1 -1 ports/x11-wm/iconmaker/files/md5 1.3 +6 -6 ports/x11-wm/iconmaker/patches/patch-aa 1.2 +1 -1 ports/x11-wm/iconmaker/pkg/PLIST From owner-cvs-all Wed Sep 16 00:07:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17412 for cvs-all-outgoing; Wed, 16 Sep 1998 00:07:11 -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 AAA17398; Wed, 16 Sep 1998 00:07:09 -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 AAA22806; Wed, 16 Sep 1998 00:06:49 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id HAA19694; Wed, 16 Sep 1998 07:06:44 GMT (envelope-from obrien) Message-ID: <19980916000644.D15240@nuxi.com> Date: Wed, 16 Sep 1998 00:06:44 -0700 From: "David O'Brien" To: Brian Somers Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf Reply-To: obrien@NUXI.com References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809152113.WAA04879@woof.lan.awfulhak.org>; from Brian Somers on Tue, Sep 15, 1998 at 10:13:37PM +0100 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 > > >We really ought to have an SNMP agent in the base system like > > >everybody else does... ... > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > I'll do it if nobody has any objections. What's wrong with the port? Many more deployed machines might use an SNMP agent, but few would run a dhcp server. (read, every machine could run a SNMP agent w/o conflict, but only one-to-few should run dhcps) -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Wed Sep 16 00:07:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17523 for cvs-all-outgoing; Wed, 16 Sep 1998 00:07:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles205.castles.com [208.214.165.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17370 for ; Wed, 16 Sep 1998 00:07:02 -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 AAA00576; Wed, 16 Sep 1998 00:08:10 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809160708.AAA00576@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Studded cc: Brian Somers , cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-reply-to: Your message of "Tue, 15 Sep 1998 23:51:38 PDT." <35FF5FFA.7FDB9F84@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Sep 1998 00:08:08 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > > I'll do it if nobody has any objections. > > Mike Smith had this all ready to go (contribified, etc.) back in April, > not sure what happened. I offered at the time to assist with that > effort, offer's still good. I have a page which describes how I > integrated DHCP into my system, http://home.san.rr.com/freebsd/dhcp.html > if you're interested. :) Someone made noise about how there was a new version due out "Real Soon Now", and at about the same time it became clear that DHCP was going to take more integrating to make it work with our current /etc/rc* setup, so I put it down and went on to other stuff. If you reckon your config is the hottest stuff out, then we ought to look hard at it - we would benefit immensely from someone that "owned" our DHCP issues. -- \\ 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 16 00:10:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18010 for cvs-all-outgoing; Wed, 16 Sep 1998 00:10:20 -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 AAA17994; Wed, 16 Sep 1998 00:10:12 -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 AAA22815; Wed, 16 Sep 1998 00:09:52 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id HAA19729; Wed, 16 Sep 1998 07:09:52 GMT (envelope-from obrien) Message-ID: <19980916000952.E15240@nuxi.com> Date: Wed, 16 Sep 1998 00:09:52 -0700 From: "David O'Brien" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf Reply-To: obrien@NUXI.com References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809152113.WAA04879@woof.lan.awfulhak.org>; from Brian Somers on Tue, Sep 15, 1998 at 10:13:37PM +0100 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 [sent previous reply too soon..] > We should also have a dhcp server What we really should have is a dhcp *CLIENT* in the base system. OpenBSD 2.4 will have one on their boot/install floppy. For someone that lives in DHCP'vile, it is quite hard to get FreeBSD installed across the net when you can only get an IP address if already have FreeBSD installed, with bpf, and dhcp port installed.... > (isc-dhcp?) after 3.0 is done IMHO. Personally I've found the WIDE dhcp much easier to deal with. Also much simplier config files. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Wed Sep 16 00:25:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20970 for cvs-all-outgoing; Wed, 16 Sep 1998 00:25: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 AAA20965; Wed, 16 Sep 1998 00:25:51 -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 AAA20339; Wed, 16 Sep 1998 00:25:35 -0700 (PDT) Date: Wed, 16 Sep 1998 00:25:35 -0700 (PDT) Message-Id: <199809160725.AAA20339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen sysctl.3 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/16 00:25:35 PDT Modified files: lib/libc/gen sysctl.3 Log: Sort table and descriptions. Pointed out by: bde Revision Changes Path 1.22 +7 -7 src/lib/libc/gen/sysctl.3 From owner-cvs-all Wed Sep 16 00:26:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21263 for cvs-all-outgoing; Wed, 16 Sep 1998 00:26:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles205.castles.com [208.214.165.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21213; Wed, 16 Sep 1998 00:26:14 -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 AAA00734; Wed, 16 Sep 1998 00:29:15 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809160729.AAA00734@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrzej Bialecki cc: John Polstra , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern imgact_elf.c In-reply-to: Your message of "Wed, 16 Sep 1998 08:42:38 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Sep 1998 00:29:13 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > On Tue, 15 Sep 1998, John Polstra wrote: > > > jdp 1998/09/15 14:46:35 PDT > > > > Modified files: > > sys/kern imgact_elf.c > > Log: > > Instead of just the data and stack segments, include all writable > > segments (except memory-mapped devices) in the ELF core file. This > > is really nice. You get access to the data areas of all shared > > libraries, and even to files that are mapped read-write. > ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ > I wonder if it could be used to gather some security related info out of > core file... How would you propose to do this? Please first study our policy regarding corefile generation and permissions attached thereto. 8) -- \\ 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 16 00:32:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA22626 for cvs-all-outgoing; Wed, 16 Sep 1998 00:32:43 -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 AAA22518 for ; Wed, 16 Sep 1998 00:32:23 -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 AAA18163; Wed, 16 Sep 1998 00:29:13 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35FF68C9.6DB96A43@dal.net> Date: Wed, 16 Sep 1998 00:29:13 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: Mike Smith CC: Brian Somers , cvs-committers@FreeBSD.org Subject: DHCP in the base References: <199809160708.AAA00576@word.smith.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Mike Smith wrote: > > > > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > > > I'll do it if nobody has any objections. > > > > Mike Smith had this all ready to go (contribified, etc.) back in April, > > not sure what happened. I offered at the time to assist with that > > effort, offer's still good. I have a page which describes how I > > integrated DHCP into my system, http://home.san.rr.com/freebsd/dhcp.html > > if you're interested. :) > > Someone made noise about how there was a new version due out "Real Soon > Now", Someone == me. Ted Lemon (the ISC DHCP maintainer) did release what turned out to be several new patch levels in a row to correct some compile problems on various platforms. The current version is in our ports system now, and has been stable. > and at about the same time it became clear that DHCP was going to > take more integrating to make it work with our current /etc/rc* setup, > so I put it down and went on to other stuff. I think I have the gist of the conversation saved. As I recall the consensus was to go with a system like named with dhcp_enable, dhcp_program and dhcp_flags in rc.conf. We should probably have both dhcp_client and dhcp_server. Some confusion seemed to result regarding how to deal with bootp. > If you reckon your config is the hottest stuff out, Heh... well it works, and I've had very favorable feedback on it. > then we ought to look hard at it - we would > benefit immensely from someone that "owned" our DHCP issues. I'm certainly willing to help, whether I'm qualified to own anything or not is up to others. :) I'm fairly up to date on issues involving the client, somewhat less familiar with the dhcp server. Doug -- *** 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 Wed Sep 16 00:34:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23092 for cvs-all-outgoing; Wed, 16 Sep 1998 00:34:54 -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 AAA23042; Wed, 16 Sep 1998 00:34:32 -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 RAA18852; Wed, 16 Sep 1998 17:04:08 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.1/8.9.0) id RAA03535; Wed, 16 Sep 1998 17:04:05 +0930 (CST) Message-ID: <19980916170405.A3530@freebie.lemis.com> Date: Wed, 16 Sep 1998 17:04:05 +0930 From: Greg Lehey To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources References: <199809160556.WAA17858@freefall.freebsd.org> <199809160612.XAA03045@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199809160612.XAA03045@silvia.hip.berkeley.edu>; from Satoshi Asami on Tue, Sep 15, 1998 at 11:12:00PM -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 Tuesday, 15 September 1998 at 23:12:00 -0700, Satoshi Asami wrote: > * N src/lkm/vinum/emacs.core > > Huh? :> What are you guys talking about? I see no emacs.core. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key From owner-cvs-all Wed Sep 16 00:58:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25658 for cvs-all-outgoing; Wed, 16 Sep 1998 00:58:49 -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 AAA25653; Wed, 16 Sep 1998 00:58:47 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA05454; Wed, 16 Sep 1998 00:58:18 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA03340; Wed, 16 Sep 1998 00:58:10 -0700 (PDT) Date: Wed, 16 Sep 1998 00:58:10 -0700 (PDT) Message-Id: <199809160758.AAA03340@silvia.hip.berkeley.edu> To: grog@lemis.com CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19980916170405.A3530@freebie.lemis.com> (message from Greg Lehey on Wed, 16 Sep 1998 17:04:05 +0930) Subject: Re: cvs commit: src/lkm/vinum - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * What are you guys talking about? I see no emacs.core. I don't know. It was in the commit message. === >> ls -lg /home/ncvs/src/lkm/vinum/ total 299 1 drwxrwxr-x 2 grog ncvs 1024 Sep 16 00:54 ./ 1 drwxrwxr-x 36 wollman ncvs 1024 Sep 15 22:56 ../ 3 -r--r--r-- 1 grog ncvs 2303 Sep 15 22:56 COPYRIGHT,v : 22 -r--r--r-- 1 grog ncvs 21828 Sep 15 22:56 vinumvar.h,v === Judging from the timestamps, someone deleted it directly from the repository? :< Satoshi From owner-cvs-all Wed Sep 16 01:05:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26476 for cvs-all-outgoing; Wed, 16 Sep 1998 01:05: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 BAA26448; Wed, 16 Sep 1998 01:04:59 -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 BAA21328; Wed, 16 Sep 1998 01:04:41 -0700 (PDT) Date: Wed, 16 Sep 1998 01:04:41 -0700 (PDT) Message-Id: <199809160804.BAA21328@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/16 01:04:41 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.123. Revision Changes Path 1.39 +2 -2 src/sys/pc98/conf/Makefile.pc98 From owner-cvs-all Wed Sep 16 01:05:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26621 for cvs-all-outgoing; Wed, 16 Sep 1998 01:05:59 -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 BAA26588; Wed, 16 Sep 1998 01:05:48 -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 JAA03278; Wed, 16 Sep 1998 09:05:06 +0100 (BST) Date: Wed, 16 Sep 1998 09:05:06 +0100 (BST) From: Doug Rabson To: John Polstra cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c In-Reply-To: <199809160254.TAA12359@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 Tue, 15 Sep 1998, John Polstra wrote: > jdp 1998/09/15 19:54:10 PDT > > Modified files: > libexec/rtld-elf rtld.c > Log: > Fix a bug that showed up when debugging dynamically linked programs. > References from GDB to "printf" and various other functions would > find the versions in the dynamic linker itself, rather than the > versions in the program's libc. This fix moves the GDB link map > entry for the dynamic linker to the end of the search list, where > its symbols will be found only if they are not found anywhere else. > It was suggested by Doug Rabson, though I implemented it a little > differently. > > I personally would prefer to leave the dynamic linker's entry out > of the GDB search list altogether. But Doug argues that it is > handy there for such things as setting breakpoints on dlopen(). > So it stays for now, at least. > > Note, if we ever integrate the dynamic linker with libc (which has > several important benefits to recommend it), this whole problem > goes away. I have been able to debug the whole rtld startup from _rtld() onwards, including relocatiing rtld itself and loading the main program's libraries. Having gdb able to see rtld's symbols is invaluable when working on this code. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Wed Sep 16 01:09:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27075 for cvs-all-outgoing; Wed, 16 Sep 1998 01:09: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 BAA27059; Wed, 16 Sep 1998 01:08:54 -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 BAA21434; Wed, 16 Sep 1998 01:08:38 -0700 (PDT) Date: Wed, 16 Sep 1998 01:08:38 -0700 (PDT) Message-Id: <199809160808.BAA21434@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 fd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/16 01:08:38 PDT Modified files: sys/pc98/pc98 fd.c Log: Sync with sys/i386/isa/fd.c revision 1.123. Revision Changes Path 1.41 +2 -3 src/sys/pc98/pc98/fd.c From owner-cvs-all Wed Sep 16 01:19:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28627 for cvs-all-outgoing; Wed, 16 Sep 1998 01:19: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 BAA28619; Wed, 16 Sep 1998 01:19:45 -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 BAA21707; Wed, 16 Sep 1998 01:19:29 -0700 (PDT) Date: Wed, 16 Sep 1998 01:19:29 -0700 (PDT) Message-Id: <199809160819.BAA21707@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/16 01:19:29 PDT Modified files: sys/alpha/alpha autoconf.c Log: Change to cam. Revision Changes Path 1.8 +6 -10 src/sys/alpha/alpha/autoconf.c From owner-cvs-all Wed Sep 16 01:21:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28859 for cvs-all-outgoing; Wed, 16 Sep 1998 01:21: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 BAA28853; Wed, 16 Sep 1998 01:21:02 -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 BAA21774; Wed, 16 Sep 1998 01:20:46 -0700 (PDT) Date: Wed, 16 Sep 1998 01:20:46 -0700 (PDT) Message-Id: <199809160820.BAA21774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:20:46 PDT Added files: sys/alpha/alpha busdma_machdep.c Log: Port the i386 bus_dma implementation to alpha. From owner-cvs-all Wed Sep 16 01:21:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28939 for cvs-all-outgoing; Wed, 16 Sep 1998 01:21: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 BAA28923; Wed, 16 Sep 1998 01:21:29 -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 BAA21810; Wed, 16 Sep 1998 01:21:13 -0700 (PDT) Date: Wed, 16 Sep 1998 01:21:13 -0700 (PDT) Message-Id: <199809160821.BAA21810@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:21:12 PDT Modified files: sys/alpha/alpha ipl_funcs.c Log: Add cam software interrupts. Revision Changes Path 1.6 +10 -1 src/sys/alpha/alpha/ipl_funcs.c From owner-cvs-all Wed Sep 16 01:22:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29158 for cvs-all-outgoing; Wed, 16 Sep 1998 01: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 BAA29153; Wed, 16 Sep 1998 01:22:26 -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 BAA21858; Wed, 16 Sep 1998 01:22:10 -0700 (PDT) Date: Wed, 16 Sep 1998 01:22:10 -0700 (PDT) Message-Id: <199809160822.BAA21858@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf GENERIC Makefile.alpha files.alpha options.alpha Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:22:09 PDT Modified files: sys/alpha/conf GENERIC Makefile.alpha files.alpha options.alpha Log: Change to cam. Revision Changes Path 1.6 +6 -5 src/sys/alpha/conf/GENERIC 1.9 +2 -2 src/sys/alpha/conf/Makefile.alpha 1.9 +2 -1 src/sys/alpha/conf/files.alpha 1.7 +1 -6 src/sys/alpha/conf/options.alpha From owner-cvs-all Wed Sep 16 01:23:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29284 for cvs-all-outgoing; Wed, 16 Sep 1998 01:23: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 BAA29267; Wed, 16 Sep 1998 01:23:13 -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 BAA21901; Wed, 16 Sep 1998 01:22:57 -0700 (PDT) Date: Wed, 16 Sep 1998 01:22:57 -0700 (PDT) Message-Id: <199809160822.BAA21901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include bus_memio.h bus_pio.h bus.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:22:57 PDT Modified files: sys/alpha/include bus.h Added files: sys/alpha/include bus_memio.h bus_pio.h Log: Port i386 bus_space and bus_dma to alpha. Revision Changes Path 1.2 +1019 -472 src/sys/alpha/include/bus.h From owner-cvs-all Wed Sep 16 01:23:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29382 for cvs-all-outgoing; Wed, 16 Sep 1998 01:23: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 BAA29336; Wed, 16 Sep 1998 01:23:39 -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 BAA21934; Wed, 16 Sep 1998 01:23:22 -0700 (PDT) Date: Wed, 16 Sep 1998 01:23:22 -0700 (PDT) Message-Id: <199809160823.BAA21934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/include ipl.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:23:21 PDT Modified files: sys/alpha/include ipl.h Log: Add cam spls. Revision Changes Path 1.5 +3 -1 src/sys/alpha/include/ipl.h From owner-cvs-all Wed Sep 16 01:24:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29553 for cvs-all-outgoing; Wed, 16 Sep 1998 01:24: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 BAA29468; Wed, 16 Sep 1998 01:24:08 -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 BAA21969; Wed, 16 Sep 1998 01:23:51 -0700 (PDT) Date: Wed, 16 Sep 1998 01:23:51 -0700 (PDT) Message-Id: <199809160823.BAA21969@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/isa isa.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:23:51 PDT Modified files: sys/alpha/isa isa.c Log: Disable unwanted isa interrupts. Revision Changes Path 1.4 +8 -1 src/sys/alpha/isa/isa.c From owner-cvs-all Wed Sep 16 01:25:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29734 for cvs-all-outgoing; Wed, 16 Sep 1998 01:25: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 BAA29700; Wed, 16 Sep 1998 01:24: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 BAA22016; Wed, 16 Sep 1998 01:24:31 -0700 (PDT) Date: Wed, 16 Sep 1998 01:24:31 -0700 (PDT) Message-Id: <199809160824.BAA22016@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/pci cia.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:24:31 PDT Modified files: sys/alpha/pci cia.c Log: Workaround some EB164 wierdness. Obtained from: NetBSD Revision Changes Path 1.9 +75 -13 src/sys/alpha/pci/cia.c From owner-cvs-all Wed Sep 16 01:26:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00245 for cvs-all-outgoing; Wed, 16 Sep 1998 01:26: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 BAA00160; Wed, 16 Sep 1998 01:26:13 -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 BAA22070; Wed, 16 Sep 1998 01:25:56 -0700 (PDT) Date: Wed, 16 Sep 1998 01:25:56 -0700 (PDT) Message-Id: <199809160825.BAA22070@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern bus_if.m Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:25:56 PDT Modified files: sys/kern bus_if.m Log: Document BUS_CREATE_INTR and BUS_CONNECT_INTR. Revision Changes Path 1.3 +8 -3 src/sys/kern/bus_if.m From owner-cvs-all Wed Sep 16 01:27:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00492 for cvs-all-outgoing; Wed, 16 Sep 1998 01:27: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 BAA00425; Wed, 16 Sep 1998 01:27:29 -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 BAA22138; Wed, 16 Sep 1998 01:27:07 -0700 (PDT) Date: Wed, 16 Sep 1998 01:27:07 -0700 (PDT) Message-Id: <199809160827.BAA22138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_devar.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:27:07 PDT Modified files: sys/pci if_devar.h Log: Port de driver to alpha. Revision Changes Path 1.9 +37 -3 src/sys/pci/if_devar.h From owner-cvs-all Wed Sep 16 01:28:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00734 for cvs-all-outgoing; Wed, 16 Sep 1998 01:28: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 BAA00671; Wed, 16 Sep 1998 01:28:30 -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 BAA22306; Wed, 16 Sep 1998 01:28:11 -0700 (PDT) Date: Wed, 16 Sep 1998 01:28:11 -0700 (PDT) Message-Id: <199809160828.BAA22306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 01:28:11 PDT Modified files: sys/pci pci.c Log: Some workarounds for a common DEC pci-pci bridge found on alphas. Fix printf format errors which show up on the alpha. Revision Changes Path 1.89 +9 -5 src/sys/pci/pci.c From owner-cvs-all Wed Sep 16 01:35:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02359 for cvs-all-outgoing; Wed, 16 Sep 1998 01: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 BAA02331; Wed, 16 Sep 1998 01:35:44 -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 BAA22517; Wed, 16 Sep 1998 01:35:27 -0700 (PDT) Date: Wed, 16 Sep 1998 01:35:27 -0700 (PDT) Message-Id: <199809160835.BAA22517@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 roberto 1998/09/16 01:35:27 PDT Modified files: . modules Log: Add missing modules for the new ATM code: atm -> src/sbin/atm/atm fore_dnld -> src/sbin/atm/fore_dnld ilmid -> src/sbin/atm/ilmid libatm -> src/lib/libatm sbin_atm -> src/sbin/atm Revision Changes Path 1.2373 +6 -1 CVSROOT/modules From owner-cvs-all Wed Sep 16 01:38:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02666 for cvs-all-outgoing; Wed, 16 Sep 1998 01:38: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 BAA02638; Wed, 16 Sep 1998 01:37:57 -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 BAA22672; Wed, 16 Sep 1998 01:37:40 -0700 (PDT) Date: Wed, 16 Sep 1998 01:37:40 -0700 (PDT) Message-Id: <199809160837.BAA22672@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf files.pc98 options.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/16 01:37:40 PDT Modified files: sys/pc98/conf files.pc98 options.pc98 Log: Sync with sys/i386/isa/files.i386 and options.i386 revisions 1.204 and 1.87, respectively. Revision Changes Path 1.70 +5 -1 src/sys/pc98/conf/files.pc98 1.67 +4 -2 src/sys/pc98/conf/options.pc98 From owner-cvs-all Wed Sep 16 01:39:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02852 for cvs-all-outgoing; Wed, 16 Sep 1998 01: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 BAA02841; Wed, 16 Sep 1998 01:39:07 -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 BAA22725; Wed, 16 Sep 1998 01:38:50 -0700 (PDT) Date: Wed, 16 Sep 1998 01:38:50 -0700 (PDT) Message-Id: <199809160838.BAA22725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 pcaudio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/16 01:38:50 PDT Modified files: sys/pc98/pc98 pcaudio.c Log: Sync with sys/i386/isa/pcaudio.c revision 1.43. Revision Changes Path 1.18 +5 -5 src/sys/pc98/pc98/pcaudio.c From owner-cvs-all Wed Sep 16 01:39:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02978 for cvs-all-outgoing; Wed, 16 Sep 1998 01: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 BAA02953; Wed, 16 Sep 1998 01:39:48 -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 BAA22763; Wed, 16 Sep 1998 01:39:26 -0700 (PDT) Date: Wed, 16 Sep 1998 01:39:26 -0700 (PDT) Message-Id: <199809160839.BAA22763@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 roberto 1998/09/16 01:39:26 PDT Modified files: . modules Log: Missed two of them: atmarpd -> src/usr.sbin/atm/atmarpd scspd -> src/usr.sbin/atm/scspd Revision Changes Path 1.2374 +3 -1 CVSROOT/modules From owner-cvs-all Wed Sep 16 01:45:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03714 for cvs-all-outgoing; Wed, 16 Sep 1998 01: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 BAA03695; Wed, 16 Sep 1998 01:45:27 -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 BAA23035; Wed, 16 Sep 1998 01:45:09 -0700 (PDT) Date: Wed, 16 Sep 1998 01:45:09 -0700 (PDT) Message-Id: <199809160845.BAA23035@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en where.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/16 01:45:09 PDT Modified files: en where.sgml Log: Update Commercial products for FreeBSD from 2.1.5 to 2.2.7 Revision Changes Path 1.27 +4 -4 www/en/where.sgml From owner-cvs-all Wed Sep 16 01:52:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04646 for cvs-all-outgoing; Wed, 16 Sep 1998 01:52: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 BAA04641; Wed, 16 Sep 1998 01:52:04 -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 BAA23251; Wed, 16 Sep 1998 01:51:48 -0700 (PDT) Date: Wed, 16 Sep 1998 01:51:48 -0700 (PDT) Message-Id: <199809160851.BAA23251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/16 01:51:48 PDT Modified files: en/news newsflash.sgml Log: Cleanup dead ftp links. Revision Changes Path 1.98 +8 -10 www/en/news/newsflash.sgml From owner-cvs-all Wed Sep 16 01:55:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04958 for cvs-all-outgoing; Wed, 16 Sep 1998 01:55: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 BAA04943; Wed, 16 Sep 1998 01:55:31 -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 BAA23390; Wed, 16 Sep 1998 01:55:14 -0700 (PDT) Date: Wed, 16 Sep 1998 01:55:14 -0700 (PDT) Message-Id: <199809160855.BAA23390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news qnewsletter-1-4.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/16 01:55:14 PDT Modified files: en/news qnewsletter-1-4.sgml Log: Fix Walnut Creek vs Microsoft PR link. Revision Changes Path 1.2 +3 -3 www/en/news/qnewsletter-1-4.sgml From owner-cvs-all Wed Sep 16 01:57:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05223 for cvs-all-outgoing; Wed, 16 Sep 1998 01:57: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 BAA05214; Wed, 16 Sep 1998 01:57:51 -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 BAA23454; Wed, 16 Sep 1998 01:57:35 -0700 (PDT) Date: Wed, 16 Sep 1998 01:57:35 -0700 (PDT) Message-Id: <199809160857.BAA23454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news qnewsletter.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/16 01:57:35 PDT Modified files: en/news qnewsletter.sgml Log: Quick NewsLetter Volume #1 Issue #4 is from August. Revision Changes Path 1.5 +3 -3 www/en/news/qnewsletter.sgml From owner-cvs-all Wed Sep 16 01:59:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA05512 for cvs-all-outgoing; Wed, 16 Sep 1998 01:59: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 BAA05499; Wed, 16 Sep 1998 01:59:23 -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 BAA19551; Wed, 16 Sep 1998 01:59:19 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Greg Lehey cc: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources In-reply-to: Your message of "Wed, 16 Sep 1998 17:04:05 +0930." <19980916170405.A3530@freebie.lemis.com> Date: Wed, 16 Sep 1998 01:59:19 -0700 Message-ID: <19547.905936359@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Tuesday, 15 September 1998 at 23:12:00 -0700, Satoshi Asami wrote: > > * N src/lkm/vinum/emacs.core > > > > Huh? :> > > What are you guys talking about? I see no emacs.core. It was in the commit, clearly. I also hope you weren't the one to delete it from the repository since that would also mean you'd have to kiss your commit privs goodbye from this moment forward. The "do not touch the respository directly, ever" rule is not just for show, and the penalties for doing so are pretty final. - Jordan From owner-cvs-all Wed Sep 16 02:22:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08472 for cvs-all-outgoing; Wed, 16 Sep 1998 02:22: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 CAA08384; Wed, 16 Sep 1998 02:22:00 -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 CAA24158; Wed, 16 Sep 1998 02:21:44 -0700 (PDT) Date: Wed, 16 Sep 1998 02:21:44 -0700 (PDT) Message-Id: <199809160921.CAA24158@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/etc.alpha MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:21:44 PDT Modified files: etc/etc.alpha MAKEDEV Log: Sync with etc.i386/MAKEDEV version 1.171. Revision Changes Path 1.3 +182 -96 src/etc/etc.alpha/MAKEDEV From owner-cvs-all Wed Sep 16 02:25:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08977 for cvs-all-outgoing; Wed, 16 Sep 1998 02: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 CAA08942; Wed, 16 Sep 1998 02:25: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 CAA24265; Wed, 16 Sep 1998 02:25:21 -0700 (PDT) Date: Wed, 16 Sep 1998 02:25:21 -0700 (PDT) Message-Id: <199809160925.CAA24265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall Makefile uc_main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/16 02:25:20 PDT Modified files: release/sysinstall Makefile uc_main.c Log: Make SCSI stuff truly optional. Noticed by: jhay Revision Changes Path 1.70 +1 -1 src/release/sysinstall/Makefile 1.19 +13 -4 src/release/sysinstall/uc_main.c From owner-cvs-all Wed Sep 16 02:26:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09184 for cvs-all-outgoing; Wed, 16 Sep 1998 02:26: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 CAA09116; Wed, 16 Sep 1998 02:26:35 -0700 (PDT) (envelope-from jhay@FreeBSD.org) From: John Hay Received: (from jhay@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA24298; Wed, 16 Sep 1998 02:26:15 -0700 (PDT) Date: Wed, 16 Sep 1998 02:26:15 -0700 (PDT) Message-Id: <199809160926.CAA24298@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchide crunchide.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 1998/09/16 02:26:15 PDT Modified files: usr.sbin/crunch/crunchide crunchide.1 Log: Update the man page to match the rest of crunchide. Revision Changes Path 1.3 +18 -4 src/usr.sbin/crunch/crunchide/crunchide.1 From owner-cvs-all Wed Sep 16 02:27:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09339 for cvs-all-outgoing; Wed, 16 Sep 1998 02:27: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 CAA09280; Wed, 16 Sep 1998 02:27: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 CAA24352; Wed, 16 Sep 1998 02:27:05 -0700 (PDT) Date: Wed, 16 Sep 1998 02:27:05 -0700 (PDT) Message-Id: <199809160927.CAA24352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/arch/alpha _atomic_lock.S Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:27:05 PDT Modified files: lib/libc_r/arch/alpha _atomic_lock.S Log: Change to a code sequence which is more likely to work on SMP systems. Now all I need is an alpha SMP box to port FreeBSD to :-) Revision Changes Path 1.2 +8 -20 src/lib/libc_r/arch/alpha/_atomic_lock.S From owner-cvs-all Wed Sep 16 02:30:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09985 for cvs-all-outgoing; Wed, 16 Sep 1998 02:30: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 CAA09892; Wed, 16 Sep 1998 02:30:34 -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 CAA24539; Wed, 16 Sep 1998 02:30:15 -0700 (PDT) Date: Wed, 16 Sep 1998 02:30:15 -0700 (PDT) Message-Id: <199809160930.CAA24539@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include kvm.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:30:15 PDT Modified files: include kvm.h Log: Adjust the declarations of kvm_read and kvm_write to match reality a little closer. Revision Changes Path 1.5 +2 -2 src/include/kvm.h From owner-cvs-all Wed Sep 16 02:32:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10299 for cvs-all-outgoing; Wed, 16 Sep 1998 02:32: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 CAA10194; Wed, 16 Sep 1998 02:32:07 -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 CAA24659; Wed, 16 Sep 1998 02:31:49 -0700 (PDT) Date: Wed, 16 Sep 1998 02:31:49 -0700 (PDT) Message-Id: <199809160931.CAA24659@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ldd Makefile ldd.c sods.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:31:48 PDT Modified files: usr.bin/ldd Makefile ldd.c sods.c Log: Make ldd work on alpha. Revision Changes Path 1.10 +6 -3 src/usr.bin/ldd/Makefile 1.17 +6 -4 src/usr.bin/ldd/ldd.c 1.8 +3 -1 src/usr.bin/ldd/sods.c From owner-cvs-all Wed Sep 16 02:33:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10408 for cvs-all-outgoing; Wed, 16 Sep 1998 02:33: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 CAA10369; Wed, 16 Sep 1998 02:32: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 CAA24726; Wed, 16 Sep 1998 02:32:30 -0700 (PDT) Date: Wed, 16 Sep 1998 02:32:30 -0700 (PDT) Message-Id: <199809160932.CAA24726@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 dfr 1998/09/16 02:32:29 PDT Modified files: usr.bin Makefile Log: Put ldd back in the standard list since it builds on alpha now. Revision Changes Path 1.111 +2 -2 src/usr.bin/Makefile From owner-cvs-all Wed Sep 16 02:33:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10602 for cvs-all-outgoing; Wed, 16 Sep 1998 02:33: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 CAA10564; Wed, 16 Sep 1998 02:33:40 -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 CAA24790; Wed, 16 Sep 1998 02:33:24 -0700 (PDT) Date: Wed, 16 Sep 1998 02:33:24 -0700 (PDT) Message-Id: <199809160933.CAA24790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:33:24 PDT Modified files: usr.sbin Makefile Log: Add some things to the alpha build. Revision Changes Path 1.131 +13 -1 src/usr.sbin/Makefile From owner-cvs-all Wed Sep 16 02:34:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10865 for cvs-all-outgoing; Wed, 16 Sep 1998 02:34: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 CAA10767; Wed, 16 Sep 1998 02:34:29 -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 CAA24844; Wed, 16 Sep 1998 02:34:08 -0700 (PDT) Date: Wed, 16 Sep 1998 02:34:08 -0700 (PDT) Message-Id: <199809160934.CAA24844@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config mkioconf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 02:34:07 PDT Modified files: usr.sbin/config mkioconf.c Log: Snip out some dead code from the alpha part. Revision Changes Path 1.42 +1 -65 src/usr.sbin/config/mkioconf.c From owner-cvs-all Wed Sep 16 03:13:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16609 for cvs-all-outgoing; Wed, 16 Sep 1998 03:13:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ganymede.or.intel.com (ganymede.or.intel.com [134.134.248.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16603; Wed, 16 Sep 1998 03:13:49 -0700 (PDT) (envelope-from wscott@ichips.intel.com) Received: from ichips-jf.jf.intel.com (ichips-jf.jf.intel.com [134.134.50.200]) by ganymede.or.intel.com (8.8.6/8.8.5) with ESMTP id KAA10457; Wed, 16 Sep 1998 10:04:31 GMT Received: from pdxlx008.pdx.intel.com (pdxlx008.pdx.intel.com [137.102.206.194]) by ichips-jf.jf.intel.com (8.8.8/8.8.7) with ESMTP id DAA17757; Wed, 16 Sep 1998 03:04:23 -0700 (PDT) Received: from pdxlx008.pdx.intel.com (localhost [127.0.0.1]) by pdxlx008.pdx.intel.com (8.8.7/8.8.7) with ESMTP id DAA26418; Wed, 16 Sep 1998 03:04:16 -0700 (PDT) (envelope-from wscott@pdxlx008.pdx.intel.com) Message-Id: <199809161004.DAA26418@pdxlx008.pdx.intel.com> To: Brian Somers cc: Poul-Henning Kamp , Garrett Wollman , Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-reply-to: Your message of "Tue, 15 Sep 1998 22:13:37 BST." <199809152113.WAA04879@woof.lan.awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Wed, 16 Sep 1998 03:04:15 -0700 From: Wayne Scott Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > I'll do it if nobody has any objections. At least a DHCP client, and the ability to use DHCP with the install disk. ie. Do a network install and the only thing the user provides in the hostname. Very nice. -Wayne From owner-cvs-all Wed Sep 16 03:45:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20161 for cvs-all-outgoing; Wed, 16 Sep 1998 03:45:44 -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 DAA20131 for ; Wed, 16 Sep 1998 03:45:36 -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 MAA07536; Wed, 16 Sep 1998 12:47:22 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Wed, 16 Sep 1998 12:47:22 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: Wayne Scott cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-Reply-To: <199809161004.DAA26418@pdxlx008.pdx.intel.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 (Please trim you cc: !!!) On Wed, 16 Sep 1998, Wayne Scott wrote: > > We should also have a dhcp server (isc-dhcp?) after 3.0 is done IMHO. > > I'll do it if nobody has any objections. > > At least a DHCP client, and the ability to use DHCP with the install > disk. ie. Do a network install and the only thing the user provides > in the hostname. Very nice. This is yet another thing which could go to install disk, but you know, the boot.flp is out of space already... 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 Wed Sep 16 04:45:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28447 for cvs-all-outgoing; Wed, 16 Sep 1998 04:45: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 EAA28442; Wed, 16 Sep 1998 04:45:20 -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 EAA00624; Wed, 16 Sep 1998 04:45:01 -0700 (PDT) Date: Wed, 16 Sep 1998 04:45:01 -0700 (PDT) Message-Id: <199809161145.EAA00624@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/adcomplain Makefile ports/mail/adcomplain/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1998/09/16 04:45:01 PDT Modified files: mail/adcomplain Makefile mail/adcomplain/patches patch-aa Log: Use PERL5 variable Revision Changes Path 1.19 +6 -1 ports/mail/adcomplain/Makefile 1.13 +1 -1 ports/mail/adcomplain/patches/patch-aa From owner-cvs-all Wed Sep 16 05:04:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00285 for cvs-all-outgoing; Wed, 16 Sep 1998 05:04: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 FAA00279; Wed, 16 Sep 1998 05:04:58 -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 FAA01135; Wed, 16 Sep 1998 05:04:40 -0700 (PDT) Date: Wed, 16 Sep 1998 05:04:40 -0700 (PDT) Message-Id: <199809161204.FAA01135@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/16 05:04:39 PDT Modified files: share/mk bsd.port.mk Log: (1) Pass PORTOBJFORMAT in SCRIPTS_ENV too. Submitted by: "Eugene M. Kim" (2) Check for exact version of perl5 in /usr/bin and exit with error message if USE_PERL5 is defined and version does not match ${PERL_VERSION}. (3) Note LIB_DEPENDS should not have any regular expressions. Remove those in USE_XLIB and USE_QT. Revision Changes Path 1.288 +13 -10 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 05:06:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00444 for cvs-all-outgoing; Wed, 16 Sep 1998 05: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 FAA00424; Wed, 16 Sep 1998 05:05: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 FAA01174; Wed, 16 Sep 1998 05:05:38 -0700 (PDT) Date: Wed, 16 Sep 1998 05:05:38 -0700 (PDT) Message-Id: <199809161205.FAA01174@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/16 05:05:37 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.288. Revision Changes Path 1.227.2.52 +13 -10 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 05:08:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00732 for cvs-all-outgoing; Wed, 16 Sep 1998 05:08: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 FAA00727; Wed, 16 Sep 1998 05:08:12 -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 FAA01247; Wed, 16 Sep 1998 05:07:53 -0700 (PDT) Date: Wed, 16 Sep 1998 05:07:53 -0700 (PDT) Message-Id: <199809161207.FAA01247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/lftp Makefile ports/net/lftp/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 05:07:53 PDT Modified files: net/lftp Makefile net/lftp/files md5 Log: Upgrade to 1.1.1 Revision Changes Path 1.10 +5 -3 ports/net/lftp/Makefile 1.7 +1 -1 ports/net/lftp/files/md5 From owner-cvs-all Wed Sep 16 05:19:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01866 for cvs-all-outgoing; Wed, 16 Sep 1998 05:19:33 -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 FAA01841; Wed, 16 Sep 1998 05:19:22 -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 OAA20336; Wed, 16 Sep 1998 14:19:02 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 16 Sep 1998 14:19:01 +0200 (MET DST) Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.usr.dist References: <199809151717.KAA17542@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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 14:18:59 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Tue, 15 Sep 1998 10:17:03 -0700 (PDT)" Message-ID: Lines: 14 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 FAB01849 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" writes: > Add scsi_target to examples. This is the 3rd such breakage I've > committed a fix for in 2 days and 3 different people have forgotten > to update this file. GRRR! What's it going to take, electrodes to > the sensitive bits, people?? :-) This bit me in the arse during 'make installworld'. Perhaps the installworld target should include: mtree -deU -p${DESTDIR}/usr -f${.CURDIR}/etc/mtree/BSD.usr.dist DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 05:48:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA05065 for cvs-all-outgoing; Wed, 16 Sep 1998 05:48: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 FAA05020; Wed, 16 Sep 1998 05:48: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 FAA02489; Wed, 16 Sep 1998 05:48:17 -0700 (PDT) Date: Wed, 16 Sep 1998 05:48:17 -0700 (PDT) Message-Id: <199809161248.FAA02489@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/p5-DBI Makefile ports/databases/p5-DBI/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 05:48:16 PDT Modified files: databases/p5-DBI Makefile databases/p5-DBI/files md5 Log: Upgrade to 1.02. Revision Changes Path 1.16 +4 -4 ports/databases/p5-DBI/Makefile 1.9 +1 -1 ports/databases/p5-DBI/files/md5 From owner-cvs-all Wed Sep 16 05:53:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06012 for cvs-all-outgoing; Wed, 16 Sep 1998 05:53: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 FAA05977; Wed, 16 Sep 1998 05: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 FAA02623; Wed, 16 Sep 1998 05:52:50 -0700 (PDT) Date: Wed, 16 Sep 1998 05:52:50 -0700 (PDT) Message-Id: <199809161252.FAA02623@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/16 05:52:49 PDT Modified files: . modules Log: dap --> ports/audio/dap Revision Changes Path 1.2375 +2 -1 CVSROOT/modules From owner-cvs-all Wed Sep 16 05:54:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06429 for cvs-all-outgoing; Wed, 16 Sep 1998 05:54: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 FAA06390; Wed, 16 Sep 1998 05:54:19 -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 FAA02651; Wed, 16 Sep 1998 05:54:00 -0700 (PDT) Date: Wed, 16 Sep 1998 05:54:00 -0700 (PDT) Message-Id: <199809161254.FAA02651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/dap - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 05:54:00 PDT ports/audio/dap - Imported sources Update of /home/ncvs/ports/audio/dap In directory freefall.freebsd.org:/d/users/vanilla/work/dap Log Message: Digital Audio Processor. PR: ports/7719 Submitted by: Yoshiaki Uchikawa Status: Vendor Tag: YOSHIAKI Release Tags: dap_1_3 N ports/audio/dap/Makefile I ports/audio/dap/CVS N ports/audio/dap/files/md5 N ports/audio/dap/patches/patch-aa N ports/audio/dap/patches/patch-ab N ports/audio/dap/patches/patch-ac N ports/audio/dap/pkg/COMMENT N ports/audio/dap/pkg/DESCR N ports/audio/dap/pkg/PLIST No conflicts created by this import From owner-cvs-all Wed Sep 16 05:55:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA06532 for cvs-all-outgoing; Wed, 16 Sep 1998 05:55: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 FAA06526; Wed, 16 Sep 1998 05:55:04 -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 FAA02682; Wed, 16 Sep 1998 05:54:46 -0700 (PDT) Date: Wed, 16 Sep 1998 05:54:46 -0700 (PDT) Message-Id: <199809161254.FAA02682@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 05:54:46 PDT Modified files: audio Makefile Log: Activate dap. Revision Changes Path 1.53 +2 -1 ports/audio/Makefile From owner-cvs-all Wed Sep 16 06:14:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08725 for cvs-all-outgoing; Wed, 16 Sep 1998 06:14:11 -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 GAA08697; Wed, 16 Sep 1998 06:14:05 -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 OAA29288; Wed, 16 Sep 1998 14:57:05 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 16 Sep 1998 14:57:04 +0200 (MET DST) Mime-Version: 1.0 To: Peter Wemm Cc: Poul-Henning Kamp , Andrzej Bialecki , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 machdep.c References: <199809141346.VAA10681@spinner.netplex.com.au> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 14:57:02 +0200 In-Reply-To: Peter Wemm's message of "Mon, 14 Sep 1998 21:45:58 +0800" 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 GAB08714 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm writes: > The main reason why it won't fly is that you need a -g kernel, and people > generally don't compile -g kernels unless things are getting pretty grim. > gdb is overkill for what is badly needed. Eh? All my kernels (on, uhm, seven different systems) are compiled with -g and stripped -d before installation (and an unstripped version stowed away). DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 06:25:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09479 for cvs-all-outgoing; Wed, 16 Sep 1998 06:25: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 GAA09471; Wed, 16 Sep 1998 06:24:59 -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 GAA03788; Wed, 16 Sep 1998 06:24:40 -0700 (PDT) Date: Wed, 16 Sep 1998 06:24:40 -0700 (PDT) Message-Id: <199809161324.GAA03788@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/16 06:24:40 PDT Modified files: sys/cam cam_xpt.c Log: Properly allocate our, per lun, probe peripheral softc from the TEMP malloc pool. Noticed by: Don Lewis Revision Changes Path 1.4 +2 -2 src/sys/cam/cam_xpt.c From owner-cvs-all Wed Sep 16 06:27:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09721 for cvs-all-outgoing; Wed, 16 Sep 1998 06:27:55 -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 GAA09689; Wed, 16 Sep 1998 06:27:37 -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 PAA06240; Wed, 16 Sep 1998 15:27:15 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 16 Sep 1998 15:27:15 +0200 (MET DST) Mime-Version: 1.0 To: Mark Murray Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh References: <199809151055.DAA26095@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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 15:27:13 +0200 In-Reply-To: Mark Murray's message of "Tue, 15 Sep 1998 03:55:22 -0700 (PDT)" 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 GAB09703 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray writes: > Log: > Fix for the 2.2.7 a.out --> 3.0 ELF cross-build. > > I need report backs on this one, guys!! OK, I'll give it another go tonight (Oslo time) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 06:30:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09985 for cvs-all-outgoing; Wed, 16 Sep 1998 06:30:08 -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 GAA09916; Wed, 16 Sep 1998 06:29:55 -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 PAA06775; Wed, 16 Sep 1998 15:29:32 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 16 Sep 1998 15:29:31 +0200 (MET DST) Mime-Version: 1.0 To: Andrzej Bialecki Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/tinyware/simple_httpd README References: <199809151117.EAA29484@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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 15:29:30 +0200 In-Reply-To: Andrzej Bialecki's message of "Tue, 15 Sep 1998 04:17:07 -0700 (PDT)" Message-ID: Lines: 9 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 GAB09922 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrzej Bialecki writes: > Log: > This server is not so non-forking as it seemed at first glance... You might want to try thttpd: DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 06:31:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10289 for cvs-all-outgoing; Wed, 16 Sep 1998 06:31: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 GAA10135; Wed, 16 Sep 1998 06:30:51 -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 PAA07014; Wed, 16 Sep 1998 15:30:26 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Wed, 16 Sep 1998 15:30:26 +0200 (MET DST) Mime-Version: 1.0 To: Dmitrij Tejblum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/gen getpwent.c References: <199809151622.JAA15814@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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 15:30:25 +0200 In-Reply-To: Dmitrij Tejblum's message of "Tue, 15 Sep 1998 09:22:31 -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 GAB10159 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dmitrij Tejblum writes: > Log: > Don't initialize NIS until it is really necessary. Now, in case of network > or NIS server problems, local user can login without a pause. Thanks a million! DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 06:46:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13061 for cvs-all-outgoing; Wed, 16 Sep 1998 06:46: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 GAA13055; Wed, 16 Sep 1998 06:46:36 -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 GAA08085; Wed, 16 Sep 1998 06:46:18 -0700 (PDT) Date: Wed, 16 Sep 1998 06:46:18 -0700 (PDT) Message-Id: <199809161346.GAA08085@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 06:46:18 PDT Modified files: security/tcp_wrapper/patches patch-aa Log: Fix build problem for aout Revision Changes Path 1.19 +12 -6 ports/security/tcp_wrapper/patches/patch-aa From owner-cvs-all Wed Sep 16 06:55:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14346 for cvs-all-outgoing; Wed, 16 Sep 1998 06: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 GAA14335; Wed, 16 Sep 1998 06:55:45 -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 GAA08422; Wed, 16 Sep 1998 06:55:26 -0700 (PDT) Date: Wed, 16 Sep 1998 06:55:26 -0700 (PDT) Message-Id: <199809161355.GAA08422@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 abial 1998/09/16 06:55:26 PDT Modified files: usr.sbin/vidcontrol vidcontrol.c Log: Add new '-i' option to usage(). Revision Changes Path 1.21 +3 -3 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-all Wed Sep 16 07:00:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15237 for cvs-all-outgoing; Wed, 16 Sep 1998 07:00:46 -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 HAA15211 for ; Wed, 16 Sep 1998 07:00:40 -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 PAA05203 for ; Wed, 16 Sep 1998 15:56:13 +0200 (CEST) To: committers@freebsd.org Subject: Time to look at those pesky PRs ! From: Poul-Henning Kamp Date: Wed, 16 Sep 1998 15:56:11 +0200 Message-ID: <5201.905954171@critter.freebsd.dk> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Well guys, We now have one precious month to kill as many PRs as possible from our evergrowing pile before 3.0 is released. On your marks, ready, set, GO! Anyone who don't clear at least 3 PRs in the next month is an old cheese! -- 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 Wed Sep 16 07:09:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA16231 for cvs-all-outgoing; Wed, 16 Sep 1998 07: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 HAA16226; Wed, 16 Sep 1998 07:09:08 -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 HAA08678; Wed, 16 Sep 1998 07:08:49 -0700 (PDT) Date: Wed, 16 Sep 1998 07:08:49 -0700 (PDT) Message-Id: <199809161408.HAA08678@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref Makefile ports/security/rsaref/files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 07:08:49 PDT Modified files: security/rsaref Makefile security/rsaref/files Makefile Log: Fix building problems on aout system Revision Changes Path 1.5 +5 -14 ports/security/rsaref/Makefile 1.6 +13 -2 ports/security/rsaref/files/Makefile From owner-cvs-all Wed Sep 16 07:20:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17988 for cvs-all-outgoing; Wed, 16 Sep 1998 07: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 HAA17975; Wed, 16 Sep 1998 07:20:30 -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 HAA08983; Wed, 16 Sep 1998 07:20:11 -0700 (PDT) Date: Wed, 16 Sep 1998 07:20:11 -0700 (PDT) Message-Id: <199809161420.HAA08983@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 07:20:11 PDT Modified files: graphics/jbigkit/patches patch-aa patch-ab Log: Fix building problems on a.out systems clean up Makefiles a bit Revision Changes Path 1.4 +80 -54 ports/graphics/jbigkit/patches/patch-aa 1.6 +68 -41 ports/graphics/jbigkit/patches/patch-ab From owner-cvs-all Wed Sep 16 07:23:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18458 for cvs-all-outgoing; Wed, 16 Sep 1998 07:23:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18446; Wed, 16 Sep 1998 07:23:24 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id KAA06798; Wed, 16 Sep 1998 10:22:51 -0400 (EDT) (envelope-from wollman) Date: Wed, 16 Sep 1998 10:22:51 -0400 (EDT) From: Garrett Wollman Message-Id: <199809161422.KAA06798@khavrinen.lcs.mit.edu> To: obrien@NUXI.com Cc: Brian Somers , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/picobsd/build build src/release/picobsd/isp/crunch1 crunch.conf src/release/picobsd/net/crunch1 crunch.conf In-Reply-To: <19980916000952.E15240@nuxi.com> References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> <19980916000952.E15240@nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > lives in DHCP'vile, it is quite hard to get FreeBSD installed across the > net when you can only get an IP address if already have FreeBSD > installed, with bpf, and dhcp port installed.... I really want to fix the misfeatures in the UDP and IP code which cause DHCP to require BPF. An ordinary client machine shouldn't have to have packet-sniffing built in.... Obviously, this won't happen until after 3.0. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Wed Sep 16 07:48:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21668 for cvs-all-outgoing; Wed, 16 Sep 1998 07:48:01 -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 HAA21622; Wed, 16 Sep 1998 07:47:51 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id HAA24256; Wed, 16 Sep 1998 07:47:05 -0700 (PDT) Date: Wed, 16 Sep 1998 07:47:05 -0700 (PDT) From: Matthew Dillon Message-Id: <199809161447.HAA24256@apollo.backplane.com> To: Andrzej Bialecki Cc: John Polstra , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_elf.c References: Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :On Tue, 15 Sep 1998, John Polstra wrote: : :> jdp 1998/09/15 14:46:35 PDT :> :> Modified files: :> sys/kern imgact_elf.c :> Log: :> Instead of just the data and stack segments, include all writable :> segments (except memory-mapped devices) in the ELF core file. This :> is really nice. You get access to the data areas of all shared :> libraries, and even to files that are mapped read-write. ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ : ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ :I wonder if it could be used to gather some security related info out of :core file... : :Andrzej Bialecki There have been many occassions where I have not been able to debug programs from core dumps due to the fact that the core dumps do not include process's entire memory area. I would be nice if all mmap'd segments were included in the core dump. Since core's do not occur for suid programs anyway, and since you can access all the segments when you attach a debugger to the running process, I do not see any particular security problem with doing this and it would make debugging core files more useablee. Right now there are several major programs which allocate memory via mmap() that cannot be debugged from a core dump due to the fact that the corefile does not contained the mmap'd segments. -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 16 08:29:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29095 for cvs-all-outgoing; Wed, 16 Sep 1998 08:29: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 IAA29043; Wed, 16 Sep 1998 08:28:18 -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 KAA02029; Wed, 16 Sep 1998 10:26:54 -0500 (CDT) Date: Wed, 16 Sep 1998 10:26:54 -0500 (CDT) From: Steve Price To: Poul-Henning Kamp cc: committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-Reply-To: <5201.905954171@critter.freebsd.dk> 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 Heh, all we need is for every committer to take ten or so and close them and we won't have any more open PRs. :) Steve On Wed, 16 Sep 1998, Poul-Henning Kamp wrote: # # Well guys, # # We now have one precious month to kill as many PRs as possible from # our evergrowing pile before 3.0 is released. # # On your marks, # # ready, # # set, # # GO! # # Anyone who don't clear at least 3 PRs in the next month is an old cheese! # # -- # 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 Wed Sep 16 08:43:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01672 for cvs-all-outgoing; Wed, 16 Sep 1998 08:43: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 IAA01637; Wed, 16 Sep 1998 08:42:53 -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 IAA11766; Wed, 16 Sep 1998 08:42:32 -0700 (PDT) Date: Wed, 16 Sep 1998 08:42:32 -0700 (PDT) Message-Id: <199809161542.IAA11766@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc services Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/16 08:42:32 PDT Modified files: etc services Log: Add entries to make CodaFS run out of the box. PR: misc/5855 Submitted by: Robert Watson Revision Changes Path 1.55 +9 -1 src/etc/services From owner-cvs-all Wed Sep 16 08:52:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA02921 for cvs-all-outgoing; Wed, 16 Sep 1998 08:52:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02897; Wed, 16 Sep 1998 08:51:42 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id BAA15052; Thu, 17 Sep 1998 01:51:20 +1000 Date: Thu, 17 Sep 1998 01:51:20 +1000 From: Bruce Evans Message-Id: <199809161551.BAA15052@godzilla.zeta.org.au> To: phk@FreeBSD.ORG, sprice@hiwaay.net Subject: Re: Time to look at those pesky PRs ! Cc: committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Heh, all we need is for every committer to take ten or so >and close them and we won't have any more open PRs. :) Until next month when there are another 300 or so. There were about 3000 PRs per year last year, and this number should increase as we become more popular. Each of 100 committers needs to close about 3 per month to keep up. This gets onerous fast. Imagine 30000 PRs per year. 10 or so per committer to catch up is also an underestimate. I guess there are 1000 suspended and otherwise improperly closed PRs. Bruce From owner-cvs-all Wed Sep 16 08:53:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA03188 for cvs-all-outgoing; Wed, 16 Sep 1998 08:53: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 IAA03167; Wed, 16 Sep 1998 08:53:45 -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 IAA12274; Wed, 16 Sep 1998 08:53:26 -0700 (PDT) Date: Wed, 16 Sep 1998 08:53:26 -0700 (PDT) Message-Id: <199809161553.IAA12274@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/16 08:53:25 PDT Modified files: usr.bin/cksum crc32.c Log: Avoid infinite loop if read() fails consistently. PR: misc/7926 Submitted by: Sergey Potapov Revision Changes Path 1.4 +1 -1 src/usr.bin/cksum/crc32.c From owner-cvs-all Wed Sep 16 09:08:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04709 for cvs-all-outgoing; Wed, 16 Sep 1998 09:08:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA04704; Wed, 16 Sep 1998 09:08:33 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zJK7g-0002vO-00; Wed, 16 Sep 1998 10:08:04 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id KAA07579; Wed, 16 Sep 1998 10:09:05 -0600 (MDT) Message-Id: <199809161609.KAA07579@harmony.village.org> To: obrien@NUXI.com Subject: Re: cvs commit: src/lib/libc/stdlib reallocf.c Makefile.inc Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Tue, 15 Sep 1998 23:53:57 PDT." <19980915235357.B15240@nuxi.com> References: <19980915235357.B15240@nuxi.com> <199809160316.UAA12856@freefall.freebsd.org> Date: Wed, 16 Sep 1998 10:09:05 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <19980915235357.B15240@nuxi.com> "David O'Brien" writes: : man page? Yes. Warner From owner-cvs-all Wed Sep 16 09:21:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06226 for cvs-all-outgoing; Wed, 16 Sep 1998 09:21:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA06217; Wed, 16 Sep 1998 09:21:36 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zJKKL-0002vq-00; Wed, 16 Sep 1998 10:21:09 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id KAA07741; Wed, 16 Sep 1998 10:22:10 -0600 (MDT) Message-Id: <199809161622.KAA07741@harmony.village.org> To: Steve Price Subject: Re: Time to look at those pesky PRs ! Cc: Poul-Henning Kamp , committers@freebsd.org In-reply-to: Your message of "Wed, 16 Sep 1998 10:26:54 CDT." References: Date: Wed, 16 Sep 1998 10:22:10 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message Steve Price writes: : Heh, all we need is for every committer to take ten or so : and close them and we won't have any more open PRs. :) Maybe all the committers must close one, or lose the commit privs :-) Warner [*] This is not a serious suggestion... From owner-cvs-all Wed Sep 16 09:29:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07469 for cvs-all-outgoing; Wed, 16 Sep 1998 09:29: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 JAA07456; Wed, 16 Sep 1998 09:29:27 -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 JAA14620; Wed, 16 Sep 1998 09:29:09 -0700 (PDT) Date: Wed, 16 Sep 1998 09:29:09 -0700 (PDT) Message-Id: <199809161629.JAA14620@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en publish.sgml www/en/gifs smart-reseller-small.jpg smart-reseller.jpg Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/16 09:29:08 PDT Modified files: en publish.sgml en/gifs Makefile Added files: en/gifs smart-reseller-small.jpg smart-reseller.jpg Log: Added Quality Unix for FREE, by Brett Class in Sm@rt Reseller Online September 1998 Revision Changes Path 1.15 +11 -3 www/en/publish.sgml 1.18 +2 -1 www/en/gifs/Makefile From owner-cvs-all Wed Sep 16 09:31:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07773 for cvs-all-outgoing; Wed, 16 Sep 1998 09:31:06 -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 JAA07733; Wed, 16 Sep 1998 09:30:46 -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 LAA32525; Wed, 16 Sep 1998 11:30:16 -0500 (CDT) Date: Wed, 16 Sep 1998 11:30:16 -0500 (CDT) From: Steve Price To: Bruce Evans cc: phk@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-Reply-To: <199809161551.BAA15052@godzilla.zeta.org.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 Welcome to the gloomy side. What would we do without Bruce's pessimism and gloomy view of the world? :) Would that be 30000 PRs with fixes? It could make a big difference you know. :P Steve PS: Note the smiley Bruce, please don't take offense. On Thu, 17 Sep 1998, Bruce Evans wrote: # >Heh, all we need is for every committer to take ten or so # >and close them and we won't have any more open PRs. :) # # Until next month when there are another 300 or so. There # were about 3000 PRs per year last year, and this number # should increase as we become more popular. Each of 100 # committers needs to close about 3 per month to keep up. # This gets onerous fast. Imagine 30000 PRs per year. # # 10 or so per committer to catch up is also an underestimate. # I guess there are 1000 suspended and otherwise improperly # closed PRs. # # Bruce # From owner-cvs-all Wed Sep 16 09:33:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08147 for cvs-all-outgoing; Wed, 16 Sep 1998 09:33:24 -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 JAA08039; Wed, 16 Sep 1998 09:32:53 -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 LAA05536; Wed, 16 Sep 1998 11:32:23 -0500 (CDT) Date: Wed, 16 Sep 1998 11:32:23 -0500 (CDT) From: Steve Price To: Warner Losh cc: Poul-Henning Kamp , committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-Reply-To: <199809161622.KAA07741@harmony.village.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 Wed, 16 Sep 1998, Warner Losh wrote: # In message Steve Price writes: # : Heh, all we need is for every committer to take ten or so # : and close them and we won't have any more open PRs. :) # # Maybe all the committers must close one, or lose the commit privs :-) Maybe fix (as Bruce suggests) would be more appropriate, since it is easy to close one and magnitudes harder sometimes to fix one as you close it. :) Steve # Warner # # [*] This is not a serious suggestion... # From owner-cvs-all Wed Sep 16 09:35:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08699 for cvs-all-outgoing; Wed, 16 Sep 1998 09:35:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ganymede.or.intel.com (ganymede.or.intel.com [134.134.248.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA08684 for ; Wed, 16 Sep 1998 09:35:22 -0700 (PDT) (envelope-from wscott@ichips.intel.com) Received: from ichips-jf.jf.intel.com (ichips-jf.jf.intel.com [134.134.50.200]) by ganymede.or.intel.com (8.8.6/8.8.5) with ESMTP id QAA22449 for ; Wed, 16 Sep 1998 16:35:02 GMT Received: from pdxlx008.pdx.intel.com (pdxlx008.pdx.intel.com [137.102.206.194]) by ichips-jf.jf.intel.com (8.8.8/8.8.7) with ESMTP id JAA25631 for ; Wed, 16 Sep 1998 09:35:01 -0700 (PDT) Received: from pdxlx008.pdx.intel.com (localhost [127.0.0.1]) by pdxlx008.pdx.intel.com (8.8.7/8.8.7) with ESMTP id JAA27002 for ; Wed, 16 Sep 1998 09:35:00 -0700 (PDT) (envelope-from wscott@pdxlx008.pdx.intel.com) Message-Id: <199809161635.JAA27002@pdxlx008.pdx.intel.com> To: committers@freebsd.org Subject: Re: Time to look at those pesky PRs ! In-reply-to: Your message of "Thu, 17 Sep 1998 01:51:20 +1000." <199809161551.BAA15052@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Wed, 16 Sep 1998 09:35:00 -0700 From: Wayne Scott Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Until next month when there are another 300 or so. There > were about 3000 PRs per year last year, and this number > should increase as we become more popular. Each of 100 > committers needs to close about 3 per month to keep up. > This gets onerous fast. Imagine 30000 PRs per year. I can help get one PR out of the way. :) I submitted a PR to fix a bug in popen. (misc/7810) My inital fix was incorrect, but in a followup I quoted how POSIX say popen() should behave and provided a 3 line patch that fixes the bug. (I believe.) I haven't even gotten an acknowledgment of the PR. -Wayne From owner-cvs-all Wed Sep 16 09:37:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09105 for cvs-all-outgoing; Wed, 16 Sep 1998 09:37:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09080; Wed, 16 Sep 1998 09:36:53 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA17345; Thu, 17 Sep 1998 02:36:28 +1000 Date: Thu, 17 Sep 1998 02:36:28 +1000 From: Bruce Evans Message-Id: <199809161636.CAA17345@godzilla.zeta.org.au> To: bde@zeta.org.au, sprice@hiwaay.net Subject: Re: Time to look at those pesky PRs ! Cc: committers@FreeBSD.ORG, phk@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Welcome to the gloomy side. What would we do without >Bruce's pessimism and gloomy view of the world? :) > >Would that be 30000 PRs with fixes? It could make a >big difference you know. :P I prefer null fixes in most cases. Fixes written by committers are usually better. Bruce From owner-cvs-all Wed Sep 16 09:43:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10505 for cvs-all-outgoing; Wed, 16 Sep 1998 09:43: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 JAA10497; Wed, 16 Sep 1998 09:42:59 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15920; Wed, 16 Sep 1998 09:42:40 -0700 (PDT) Date: Wed, 16 Sep 1998 09:42:40 -0700 (PDT) Message-Id: <199809161642.JAA15920@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/16 09:42:40 PDT Modified files: sys/dev/isp isp_freebsd_cam.h isp_freebsd.c Log: alpha port fixes from Doug. Reviewed by: dfr Revision Changes Path 1.3 +4 -4 src/sys/dev/isp/isp_freebsd_cam.h 1.4 +3 -3 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all Wed Sep 16 09:43:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA10627 for cvs-all-outgoing; Wed, 16 Sep 1998 09:43: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 JAA10620; Wed, 16 Sep 1998 09:43:36 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15970; Wed, 16 Sep 1998 09:43:17 -0700 (PDT) Date: Wed, 16 Sep 1998 09:43:17 -0700 (PDT) Message-Id: <199809161643.JAA15970@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/16 09:43:17 PDT Modified files: sys/pci isp_pci.c Log: Alpha port related fixes from Doug Rabson. Submitted by: dfr Revision Changes Path 1.5 +34 -18 src/sys/pci/isp_pci.c From owner-cvs-all Wed Sep 16 09:46:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11409 for cvs-all-outgoing; Wed, 16 Sep 1998 09:46:46 -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 JAA11391 for ; Wed, 16 Sep 1998 09:46:36 -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 SAA05561; Wed, 16 Sep 1998 18:40:26 +0200 (CEST) To: Warner Losh cc: Steve Price , committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-reply-to: Your message of "Wed, 16 Sep 1998 10:22:10 MDT." <199809161622.KAA07741@harmony.village.org> Date: Wed, 16 Sep 1998 18:40:26 +0200 Message-ID: <5559.905964026@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809161622.KAA07741@harmony.village.org>, Warner Losh writes: >In message Steve Price writes: >: Heh, all we need is for every committer to take ten or so >: and close them and we won't have any more open PRs. :) > >Maybe all the committers must close one, or lose the commit privs :-) Yes, per two days... >[*] This is not a serious suggestion... I'm not so sure :-) -- 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 Wed Sep 16 09:47:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11563 for cvs-all-outgoing; Wed, 16 Sep 1998 09:47:23 -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 JAA11197; Wed, 16 Sep 1998 09:46:01 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:aDCOaLXCh04R7GxYbVOYcpDBC1hc4/n4@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id SAA08162; Wed, 16 Sep 1998 18:44:43 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809161644.SAA08162@gratis.grondar.za> To: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: Your message of " 16 Sep 1998 15:27:13 +0200." References: <199809151055.DAA26095@freefall.freebsd.org> Date: Wed, 16 Sep 1998 18:44:43 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dag-Erling Smørgrav wrote: > Mark Murray writes: > > Log: > > Fix for the 2.2.7 a.out --> 3.0 ELF cross-build. > > > > I need report backs on this one, guys!! > > OK, I'll give it another go tonight (Oslo time) Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 10:12:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17243 for cvs-all-outgoing; Wed, 16 Sep 1998 10:12: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 KAA17219; Wed, 16 Sep 1998 10:12:20 -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 KAA17464; Wed, 16 Sep 1998 10:12:01 -0700 (PDT) Date: Wed, 16 Sep 1998 10:12:01 -0700 (PDT) Message-Id: <199809161712.KAA17464@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 gibbs 1998/09/16 10:12:01 PDT Modified files: sys/pci ncr.c Log: Fix a bug in ncr_freeze_devq() which is called when we see a queue full condition or other error which requires us to purge the controller's start queue of transactions for a particular device. We were relying on the NCR CCB's program address to cause the script engine to skip to the next entry in the queue even though the CCB is freed (and its program address switched to the idle loop) by this action. We now set the address in the start queue to be the "skip" function directly. Revision Changes Path 1.126 +10 -5 src/sys/pci/ncr.c From owner-cvs-all Wed Sep 16 10:26:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21151 for cvs-all-outgoing; Wed, 16 Sep 1998 10:26: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 KAA21105; Wed, 16 Sep 1998 10:26:15 -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 KAA18166; Wed, 16 Sep 1998 10:25:53 -0700 (PDT) Date: Wed, 16 Sep 1998 10:25:53 -0700 (PDT) Message-Id: <199809161725.KAA18166@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 Makefile config.SH-aout config.SH-elf src/gnu/usr.bin/perl/miniperl Makefile src/gnu/usr.bin/perl/perl Makefile src/gnu/usr.bin/perl/suidperl Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/09/16 10:25:52 PDT Modified files: gnu/usr.bin/perl/libperl Makefile gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl Makefile gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/x2p/a2pl Makefile Added files: gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 Removed files: gnu/usr.bin/perl/libperl config.SH-aout config.SH-elf Log: Generalise the build a bit more. 1) Fix up the NOSHARED stuff (bde) 2) Accomodate CFLAGS (vanilla) 3) Provide separate files for i386 and alpha (Doug Rabson) In case 3, the supplied files were corrupted, but the concepts sound enough, so I just copied what exists into config.SH-{elf|aout}.{i386|alpha}. Alpha team, go ahead and do what is necessary on config.SH-elf.alpha. :-) Revision Changes Path 1.4 +2 -2 src/gnu/usr.bin/perl/libperl/Makefile 1.4 +2 -3 src/gnu/usr.bin/perl/miniperl/Makefile 1.12 +3 -3 src/gnu/usr.bin/perl/perl/Makefile 1.3 +2 -2 src/gnu/usr.bin/perl/suidperl/Makefile 1.5 +2 -2 src/gnu/usr.bin/perl/x2p/a2pl/Makefile From owner-cvs-all Wed Sep 16 10:35:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22790 for cvs-all-outgoing; Wed, 16 Sep 1998 10:35: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 KAA22781; Wed, 16 Sep 1998 10:35:36 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18469; Wed, 16 Sep 1998 10:35:18 -0700 (PDT) Date: Wed, 16 Sep 1998 10:35:18 -0700 (PDT) Message-Id: <199809161735.KAA18469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 1998/09/16 10:35:18 PDT Modified files: (Branch: RELENG_2_2) sys/netinet tcp_input.c Log: MFH: Fix RST validation (rev 1.81) Revision Changes Path 1.54.2.11 +113 -43 src/sys/netinet/tcp_input.c From owner-cvs-all Wed Sep 16 10:38:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23455 for cvs-all-outgoing; Wed, 16 Sep 1998 10:38:50 -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 KAA23447 for ; Wed, 16 Sep 1998 10:38: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 KAA21339; Wed, 16 Sep 1998 10:35:38 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Wayne Scott cc: committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-reply-to: Your message of "Wed, 16 Sep 1998 09:35:00 PDT." <199809161635.JAA27002@pdxlx008.pdx.intel.com> Date: Wed, 16 Sep 1998 10:35:38 -0700 Message-ID: <21335.905967338@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I submitted a PR to fix a bug in popen. (misc/7810) My inital fix was > incorrect, but in a followup I quoted how POSIX say popen() should > behave and provided a 3 line patch that fixes the bug. (I believe.) I see a 4 line fix in the PR. Is that the good one or the bad one? :-) - Jordan From owner-cvs-all Wed Sep 16 10:43:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24399 for cvs-all-outgoing; Wed, 16 Sep 1998 10:43: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 KAA24387; Wed, 16 Sep 1998 10:43:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18650; Wed, 16 Sep 1998 10:42:53 -0700 (PDT) Date: Wed, 16 Sep 1998 10:42:53 -0700 (PDT) Message-Id: <199809161742.KAA18650@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/tools/tools/upgrade move_aout_libs.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/16 10:42:53 PDT Modified files: tools/tools/upgrade move_aout_libs.sh Log: Prevent ldconfig from choking by creating any missing directories. Revision Changes Path 1.2 +18 -18 src/tools/tools/upgrade/move_aout_libs.sh From owner-cvs-all Wed Sep 16 10:45:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24915 for cvs-all-outgoing; Wed, 16 Sep 1998 10:45: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 KAA24860; Wed, 16 Sep 1998 10:44:58 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18722; Wed, 16 Sep 1998 10:44:37 -0700 (PDT) Date: Wed, 16 Sep 1998 10:44:37 -0700 (PDT) Message-Id: <199809161744.KAA18722@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 phk 1998/09/16 10:44:37 PDT Modified files: sys/i386/conf GENERICupgrade Log: Make this somewhat cam-compatible. Justin, can you take a peek please ? Revision Changes Path 1.2 +4 -6 src/sys/i386/conf/GENERICupgrade From owner-cvs-all Wed Sep 16 10:54:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27308 for cvs-all-outgoing; Wed, 16 Sep 1998 10:54:51 -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 KAA27301; Wed, 16 Sep 1998 10:54:45 -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 KAA24889; Wed, 16 Sep 1998 10:54:19 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35FFFB4B.6D89DB78@dal.net> Date: Wed, 16 Sep 1998 10:54:19 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: Poul-Henning Kamp CC: committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! References: <5201.905954171@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > > Well guys, > > We now have one precious month to kill as many PRs as possible from > our evergrowing pile before 3.0 is released. One technique I used before the 2.2.6 release was to mail the originator asking if their problem still existed, and ask them to test the beta version if it did. With about 10 hours work on my part Steve was able to close about 50 PR's. Also, the Public Relations aspect of this was huge. I got many letters expressing appreciation that someone took the time to contact them. BTW, ports/7910 should be *real easy* to close. :) Doug From owner-cvs-all Wed Sep 16 11:02:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28744 for cvs-all-outgoing; Wed, 16 Sep 1998 11:02:59 -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 LAA28735 for ; Wed, 16 Sep 1998 11:02:57 -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 LAA24945; Wed, 16 Sep 1998 11:00:00 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35FFFCA0.1EE20978@dal.net> Date: Wed, 16 Sep 1998 11:00:00 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: Garrett Wollman CC: obrien@NUXI.com, Brian Somers , cvs-committers@FreeBSD.ORG Subject: DHCP in the base References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> <19980916000952.E15240@nuxi.com> <199809161422.KAA06798@khavrinen.lcs.mit.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Garrett Wollman wrote: > > < said: > > > lives in DHCP'vile, it is quite hard to get FreeBSD installed across the > > net when you can only get an IP address if already have FreeBSD > > installed, with bpf, and dhcp port installed.... > > I really want to fix the misfeatures in the UDP and IP code which > cause DHCP to require BPF. An ordinary client machine shouldn't have > to have packet-sniffing built in.... Obviously, this won't happen > until after 3.0. I saved a letter from the ISC DHCP maintainer about these issues, mostly railing on linux for doing the right thing on this, then backing off, although he gives the whole bpf thing a jibe or two as well. I'd be glad to get permission from ted to pass it on if anyone is interested. For the record, I think that contrib'ifying the ISC source would be good, then we could build the client by default and maybe add a make.conf toggle to build the server as needed? Having a dhcp client on the boot floppy will be much more important as cable modems become more popular and wide spread. There was some conversation previously about a very small dhcp client that would fit, I'll see if I can dig that up too if someone is interested. Doug From owner-cvs-all Wed Sep 16 11:04:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28856 for cvs-all-outgoing; Wed, 16 Sep 1998 11:04: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 LAA28851; Wed, 16 Sep 1998 11:04:04 -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 LAA19561; Wed, 16 Sep 1998 11:03:45 -0700 (PDT) Date: Wed, 16 Sep 1998 11:03:45 -0700 (PDT) Message-Id: <199809161803.LAA19561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/16 11:03:45 PDT Modified files: usr.sbin/iostat iostat.8 iostat.c Log: Fixed segfault when more then four devices are specified (improper free), fixed variable so all manually-specified devices are shown rather then cutting the display off at 3, fixed formatting for msps when msps is larger then 100 (it was blowing the columner display output before), added -K option to make blk count (-oIK) force a 1K block size (to conform more closely to systat, vmstat definition of blocksize). Revision Changes Path 1.6 +5 -2 src/usr.sbin/iostat/iostat.8 1.10 +21 -11 src/usr.sbin/iostat/iostat.c From owner-cvs-all Wed Sep 16 11:21:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA03390 for cvs-all-outgoing; Wed, 16 Sep 1998 11:21: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 LAA03347; Wed, 16 Sep 1998 11:20:43 -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 LAA20058; Wed, 16 Sep 1998 11:20:24 -0700 (PDT) Date: Wed, 16 Sep 1998 11:20:24 -0700 (PDT) Message-Id: <199809161820.LAA20058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/09/16 11:20:24 PDT Modified files: usr.bin/vmstat vmstat.c Log: vmstat shows all manually-specified devices rather then just the first three. Revision Changes Path 1.26 +6 -1 src/usr.bin/vmstat/vmstat.c From owner-cvs-all Wed Sep 16 11:28:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04896 for cvs-all-outgoing; Wed, 16 Sep 1998 11:28: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 LAA04855; Wed, 16 Sep 1998 11:28:05 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA20203; Wed, 16 Sep 1998 11:27:46 -0700 (PDT) Date: Wed, 16 Sep 1998 11:27:46 -0700 (PDT) Message-Id: <199809161827.LAA20203@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf SMP-GENERIC Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/16 11:27:46 PDT Modified files: sys/i386/conf SMP-GENERIC Log: sync with GENERIC file, raise maxusers variable from '10' to '32' Revision Changes Path 1.14 +2 -2 src/sys/i386/conf/SMP-GENERIC From owner-cvs-all Wed Sep 16 11:50:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09253 for cvs-all-outgoing; Wed, 16 Sep 1998 11:50:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09156; Wed, 16 Sep 1998 11:50:05 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id MAA26645; Wed, 16 Sep 1998 12:49:44 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809161849.MAA26645@panzer.plutotech.com> Subject: Re: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c In-Reply-To: <199809161803.LAA19561@freefall.freebsd.org> from Matt Dillon at "Sep 16, 98 11:03:45 am" To: dillon@FreeBSD.ORG (Matt Dillon) Date: Wed, 16 Sep 1998 12:49:44 -0600 (MDT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 Matt Dillon wrote... > dillon 1998/09/16 11:03:45 PDT > > Modified files: > usr.sbin/iostat iostat.8 iostat.c > Log: > Fixed segfault when more then four devices are specified (improper free), > fixed variable so all manually-specified devices are shown rather then > cutting the display off at 3, fixed formatting for msps when msps is > larger then 100 (it was blowing the columner display output before), > added -K option to make blk count (-oIK) force a 1K block size (to conform > more closely to systat, vmstat definition of blocksize). > > Revision Changes Path > 1.6 +5 -2 src/usr.sbin/iostat/iostat.8 > 1.10 +21 -11 src/usr.sbin/iostat/iostat.c I would appreciate it if you ran your changes by me first, rather than just blithely committing them to the tree. Please don't touch any more CAM, devstat or pciconf code (or anything else added in the CAM merge) without first running it by me and Justin. This is especially important while we're in feature freeze, and changes need to be reviewed. Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Wed Sep 16 11:54:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09972 for cvs-all-outgoing; Wed, 16 Sep 1998 11:54:42 -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 LAA09904 for ; Wed, 16 Sep 1998 11:54:25 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.8/8.6.12) id LAA25383; Wed, 16 Sep 1998 11:51:09 -0700 (PDT) Message-ID: <19980916115108.F24012@nuxi.com> Date: Wed, 16 Sep 1998 11:51:08 -0700 From: "David O'Brien" To: Studded , Garrett Wollman Cc: Brian Somers , cvs-committers@FreeBSD.ORG Subject: Re: DHCP in the base Reply-To: obrien@NUXI.com References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> <19980916000952.E15240@nuxi.com> <199809161422.KAA06798@khavrinen.lcs.mit.edu> <35FFFCA0.1EE20978@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <35FFFCA0.1EE20978@dal.net>; from Studded on Wed, Sep 16, 1998 at 11:00:00AM -0700 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 > For the record, I think that contrib'ifying the ISC source would be > good, then we could build the client by default and maybe add a I'd like to debate the merit of WIDE-dhcp vs. ISC's offering. Why is it assumed ISC's is the one to go with? Since we have committers with close relations to WIDE, we could see if they would be willing to look at makeing their client so it doens't require bpf. IF we want to add DHCP to the boot floppy, the WIDE client is certainly smaller. I use DHCP for my net connection every day for over a year, and the WIDE client has performed very, very well for me. ``dhcpc fxp0'' Is all I do and all I need is /usr/local/sbin/dhcpc. With the ISC client there is a VERY extensive config file needed. -- -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) From owner-cvs-all Wed Sep 16 11:58:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10570 for cvs-all-outgoing; Wed, 16 Sep 1998 11:58: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 LAA10554; Wed, 16 Sep 1998 11:58:17 -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 LAA21195; Wed, 16 Sep 1998 11:57:58 -0700 (PDT) Date: Wed, 16 Sep 1998 11:57:58 -0700 (PDT) Message-Id: <199809161857.LAA21195@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-elf.alpha Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 11:57:57 PDT Modified files: gnu/usr.bin/perl/libperl config.SH-elf.alpha Log: Supply correct type widths etc. for alpha. Revision Changes Path 1.2 +13 -13 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha From owner-cvs-all Wed Sep 16 11:59:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10705 for cvs-all-outgoing; Wed, 16 Sep 1998 11:59:45 -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 LAA10682; Wed, 16 Sep 1998 11:59:31 -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 LAA02037; Wed, 16 Sep 1998 11:58:01 -0700 (PDT) (envelope-from jdp) Message-Id: <199809161858.LAA02037@austin.polstra.com> To: Andrzej Bialecki cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern imgact_elf.c In-reply-to: Your message of "Wed, 16 Sep 1998 08:42:38 +0200." Date: Wed, 16 Sep 1998 11:58:01 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Instead of just the data and stack segments, include all writable > > segments (except memory-mapped devices) in the ELF core file. This > > is really nice. You get access to the data areas of all shared > > libraries, and even to files that are mapped read-write. > ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ > I wonder if it could be used to gather some security related info out of > core file... I don't believe it opens any security holes of any kind. If you can come up with a specific scenario, by all means let us know. -- 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 Wed Sep 16 12:02:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11226 for cvs-all-outgoing; Wed, 16 Sep 1998 12:02: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 MAA11119; Wed, 16 Sep 1998 12:02: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 MAA02069; Wed, 16 Sep 1998 12:01:44 -0700 (PDT) (envelope-from jdp) Message-Id: <199809161901.MAA02069@austin.polstra.com> To: Doug Rabson cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c In-reply-to: Your message of "Wed, 16 Sep 1998 09:05:06 BST." Date: Wed, 16 Sep 1998 12:01:44 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I personally would prefer to leave the dynamic linker's entry out > > of the GDB search list altogether. But Doug argues that it is > > handy there for such things as setting breakpoints on dlopen(). > > So it stays for now, at least. ... > I have been able to debug the whole rtld startup from _rtld() onwards, > including relocatiing rtld itself and loading the main program's > libraries. Having gdb able to see rtld's symbols is invaluable when > working on this code. Yes, but to debug the rtld's code in this way, you have to build a special (-g and unstripped) version of it anyway. I'd prefer to add an ifdef RTLD_GDB, and only make the rtld's symbols visible if it is defined. 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 Wed Sep 16 12:06:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12178 for cvs-all-outgoing; Wed, 16 Sep 1998 12:06:26 -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 MAA12016; Wed, 16 Sep 1998 12:05:40 -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 VAA23259; Wed, 16 Sep 1998 21:05:04 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 16 Sep 1998 19:05:03 GMT Mime-Version: 1.0 To: Mark Murray Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh References: <199809151055.DAA26095@freefall.freebsd.org> <199809161644.SAA08162@gratis.grondar.za> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 21:05:00 +0200 In-Reply-To: Mark Murray's message of "Wed, 16 Sep 1998 18:44:43 +0200" 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 MAB12062 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray writes: > Dag-Erling Smørgrav wrote: > > Mark Murray writes: > > > Log: > > > Fix for the 2.2.7 a.out --> 3.0 ELF cross-build. > > > > > > I need report backs on this one, guys!! > > OK, I'll give it another go tonight (Oslo time) > Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) It's not, it's a virgin 2.2.2 that has been upgraded to -stable as part of an experiment. If you insist, I can downgrade it to 2.2.7-RELEASE first. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 12:12:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13877 for cvs-all-outgoing; Wed, 16 Sep 1998 12:12:43 -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 MAA13607; Wed, 16 Sep 1998 12:11:48 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:wav+uDjE72xsJX803h5e7wpulkmqw4t7@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA00393; Wed, 16 Sep 1998 21:11:03 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809161911.VAA00393@gratis.grondar.za> To: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: Your message of " 16 Sep 1998 21:05:00 +0200." References: <199809151055.DAA26095@freefall.freebsd.org> <199809161644.SAA08162@gratis.grondar.za> Date: Wed, 16 Sep 1998 21:10:59 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dag-Erling Smørgrav wrote: > > Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) > > It's not, it's a virgin 2.2.2 that has been upgraded to -stable as > part of an experiment. If you insist, I can downgrade it to > 2.2.7-RELEASE first. Am I allowed to insist if I buy you a beer next time we meet? ;-) I am all out of spam-boxes at the moment, and I have to fight bugs by company pays me to, so if I have some independant corroboration that this works, it is worth a lot to me. BTW - please script(1) the whole build in case it fails. If it does fail, then I'd like to look at the _complete_ output of the build. Ta! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 12:14:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14058 for cvs-all-outgoing; Wed, 16 Sep 1998 12:14:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA14008 for ; Wed, 16 Sep 1998 12:13:56 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <40661(2)>; Wed, 16 Sep 1998 12:13:29 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177534>; Wed, 16 Sep 1998 12:13:20 -0700 To: committers@freebsd.org Subject: Re: Time to look at those pesky PRs ! X-Face: 0P+xVTeia"PXXaPbchl"(opfI[qpj0/AXurnIQcJiI8t3CB=2aEPl7e?,V^br>:G|X=xh8, [f+'`2WPojC_Hut\;uoX4HK/Q9b.>%]wKdiBS!(3|rV&V7Uoz@U&ASObYu4:~}vY%YI>-e@G,P=T3d %'sa/RGyf3nNLm;jiP=a3Nxy]Gf#Dm7"yMnf<40/nr Date: Wed, 16 Sep 1998 12:13:07 PDT From: Bill Fenner Message-Id: <98Sep16.121320pdt.177534@crevenia.parc.xerox.com> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>Maybe all the committers must close one, or lose the commit privs :-) > >Yes, per two days... > >>[*] This is not a serious suggestion... > >I'm not so sure :-) Eh, then committers can just start submitting PR's (it's easy and fun!). That's what I've been doing with fixes that I want review for -- but if instead we just funnel all of our fixes through PR's we can keep up our PR quota and also get GNATS up above 10K PR's no problem =) Bill From owner-cvs-all Wed Sep 16 12:15:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14426 for cvs-all-outgoing; Wed, 16 Sep 1998 12:15:24 -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 MAA14421 for ; Wed, 16 Sep 1998 12:15: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 MAA25653; Wed, 16 Sep 1998 12:14:50 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id TAA27720; Wed, 16 Sep 1998 19:14:58 GMT (envelope-from obrien) Message-ID: <19980916121458.A27706@nuxi.com> Date: Wed, 16 Sep 1998 12:14:58 -0700 From: "David O'Brien" To: Studded , Mike Smith Cc: Brian Somers , cvs-committers@FreeBSD.org Subject: Re: DHCP in the base Reply-To: obrien@NUXI.com References: <199809160708.AAA00576@word.smith.net.au> <35FF68C9.6DB96A43@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <35FF68C9.6DB96A43@dal.net>; from Studded on Wed, Sep 16, 1998 at 12:29:13AM -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 > > then we ought to look hard at it - we would > > benefit immensely from someone that "owned" our DHCP issues. I'll participate in the client issues. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Wed Sep 16 12:18:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14878 for cvs-all-outgoing; Wed, 16 Sep 1998 12:18:00 -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 MAA14868; Wed, 16 Sep 1998 12:17: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 UAA26931; Wed, 16 Sep 1998 20:17:11 +0100 (BST) Date: Wed, 16 Sep 1998 20:17:11 +0100 (BST) From: Doug Rabson To: John Polstra cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c In-Reply-To: <199809161901.MAA02069@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 Wed, 16 Sep 1998, John Polstra wrote: > > > I personally would prefer to leave the dynamic linker's entry out > > > of the GDB search list altogether. But Doug argues that it is > > > handy there for such things as setting breakpoints on dlopen(). > > > So it stays for now, at least. > ... > > I have been able to debug the whole rtld startup from _rtld() onwards, > > including relocatiing rtld itself and loading the main program's > > libraries. Having gdb able to see rtld's symbols is invaluable when > > working on this code. > > Yes, but to debug the rtld's code in this way, you have to build a > special (-g and unstripped) version of it anyway. I'd prefer to add > an ifdef RTLD_GDB, and only make the rtld's symbols visible if it is > defined. That's true. An ifdef might be useful but perhaps not till after 3.0R :-). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-all Wed Sep 16 12:19:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15150 for cvs-all-outgoing; Wed, 16 Sep 1998 12:19: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 MAA15135; Wed, 16 Sep 1998 12:18:59 -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 MAA22608; Wed, 16 Sep 1998 12:18:37 -0700 (PDT) Date: Wed, 16 Sep 1998 12:18:37 -0700 (PDT) Message-Id: <199809161918.MAA22608@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc login.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/16 12:18:37 PDT Modified files: etc login.conf Log: Effectively disable resource limit setting by default, leaving the original contents of the file preserved as examples for administrators that need to enable them. Also add a comment to the examples pointing out that the authentication functionality is largely unused and requires rebuilding libutil. Reviewed by: jkh Revision Changes Path 1.21 +281 -210 src/etc/login.conf From owner-cvs-all Wed Sep 16 12:20:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15482 for cvs-all-outgoing; Wed, 16 Sep 1998 12:20:55 -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 MAA15473; Wed, 16 Sep 1998 12:20:49 -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 MAA02276; Wed, 16 Sep 1998 12:20:21 -0700 (PDT) (envelope-from jdp) Message-Id: <199809161920.MAA02276@austin.polstra.com> To: Doug Rabson cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c In-reply-to: Your message of "Wed, 16 Sep 1998 20:17:11 BST." Date: Wed, 16 Sep 1998 12:20:21 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Yes, but to debug the rtld's code in this way, you have to build a > > special (-g and unstripped) version of it anyway. I'd prefer to > > add an ifdef RTLD_GDB, and only make the rtld's symbols visible if > > it is defined. > > That's true. An ifdef might be useful but perhaps not till after > 3.0R :-). That's fine. The current solution seems to work well, and I'm content to leave it that way indefinitely. -- 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 Wed Sep 16 12:21:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15543 for cvs-all-outgoing; Wed, 16 Sep 1998 12:21:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15528 for ; Wed, 16 Sep 1998 12:21:13 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id PAA07963; Wed, 16 Sep 1998 15:20:45 -0400 (EDT) (envelope-from wollman) Date: Wed, 16 Sep 1998 15:20:45 -0400 (EDT) From: Garrett Wollman Message-Id: <199809161920.PAA07963@khavrinen.lcs.mit.edu> To: obrien@NUXI.com Cc: Studded , Garrett Wollman , Brian Somers , cvs-committers@FreeBSD.ORG Subject: Re: DHCP in the base In-Reply-To: <19980916115108.F24012@nuxi.com> References: <29788.905873035@critter.freebsd.dk> <199809152113.WAA04879@woof.lan.awfulhak.org> <19980916000952.E15240@nuxi.com> <199809161422.KAA06798@khavrinen.lcs.mit.edu> <35FFFCA0.1EE20978@dal.net> <19980916115108.F24012@nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > relations to WIDE, we could see if they would be willing to look at > makeing their client so it doens't require bpf. It doesn't have anything to do with the particular brand of client. The problem is that the network code assumes, at a very deep level, that you can't have any IP traffic until you have an address configured (and this is wrong, but requires work to fix). -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Wed Sep 16 12:24:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16003 for cvs-all-outgoing; Wed, 16 Sep 1998 12:24:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA15925; Wed, 16 Sep 1998 12:23:22 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id FAA25520; Thu, 17 Sep 1998 05:22:52 +1000 Date: Thu, 17 Sep 1998 05:22:52 +1000 From: Bruce Evans Message-Id: <199809161922.FAA25520@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, phk@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERICupgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/conf GENERICupgrade > Log: > Make this somewhat cam-compatible. I thought that the point of this file was to store rotted bits so that it could be bootstrapped from a 2.2.x system :-). It's not clear how this should work - 2.2.x's config won't work. Bruce From owner-cvs-all Wed Sep 16 12:24:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16162 for cvs-all-outgoing; Wed, 16 Sep 1998 12:24: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 MAA16082; Wed, 16 Sep 1998 12:24:12 -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 MAA22988; Wed, 16 Sep 1998 12:23:50 -0700 (PDT) Date: Wed, 16 Sep 1998 12:23:50 -0700 (PDT) Message-Id: <199809161923.MAA22988@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 msmith 1998/09/16 12:23:50 PDT Modified files: sys/i386/i386 userconfig.c Log: Make consoles immutable. If you want to turn them off, use wizard mode. Fix assorted formatting violations in the device table. Revision Changes Path 1.109 +14 -15 src/sys/i386/i386/userconfig.c From owner-cvs-all Wed Sep 16 12:26:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16697 for cvs-all-outgoing; Wed, 16 Sep 1998 12:26: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 MAA16598; Wed, 16 Sep 1998 12:26:07 -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 MAA23138; Wed, 16 Sep 1998 12:25:48 -0700 (PDT) Date: Wed, 16 Sep 1998 12:25:48 -0700 (PDT) Message-Id: <199809161925.MAA23138@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/i386/fdisk fdisk.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/16 12:25:48 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Linux swap and Solaris x86 use the same BIOS partition id. Revision Changes Path 1.24 +2 -2 src/sbin/i386/fdisk/fdisk.c From owner-cvs-all Wed Sep 16 12:26:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16817 for cvs-all-outgoing; Wed, 16 Sep 1998 12:26:55 -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 MAA16654; Wed, 16 Sep 1998 12:26:11 -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 VAA25254; Wed, 16 Sep 1998 21:25:49 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 16 Sep 1998 19:25:45 GMT Mime-Version: 1.0 To: Mark Murray Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh References: <199809151055.DAA26095@freefall.freebsd.org> <199809161644.SAA08162@gratis.grondar.za> <199809161911.VAA00393@gratis.grondar.za> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 21:25:41 +0200 In-Reply-To: Mark Murray's message of "Wed, 16 Sep 1998 21:10:59 +0200" Message-ID: Lines: 18 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 MAB16719 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray writes: > Dag-Erling Smørgrav wrote: > > > Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) > > It's not, it's a virgin 2.2.2 that has been upgraded to -stable as > > part of an experiment. If you insist, I can downgrade it to > > 2.2.7-RELEASE first. > Am I allowed to insist if I buy you a beer next time we meet? ;-) Sure. > BTW - please script(1) the whole build in case it fails. If it does > fail, then I'd like to look at the _complete_ output of the build. I always do that anyway. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 12:28:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17305 for cvs-all-outgoing; Wed, 16 Sep 1998 12:28:35 -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 MAA17231; Wed, 16 Sep 1998 12:28:23 -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 VAA06255; Wed, 16 Sep 1998 21:23:13 +0200 (CEST) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf GENERICupgrade In-reply-to: Your message of "Thu, 17 Sep 1998 05:22:52 +1000." <199809161922.FAA25520@godzilla.zeta.org.au> Date: Wed, 16 Sep 1998 21:23:12 +0200 Message-ID: <6253.905973792@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199809161922.FAA25520@godzilla.zeta.org.au>, Bruce Evans writes: >> Modified files: >> sys/i386/conf GENERICupgrade >> Log: >> Make this somewhat cam-compatible. > >I thought that the point of this file was to store rotted bits so that >it could be bootstrapped from a 2.2.x system :-). It's not clear how >this should work - 2.2.x's config won't work. aout->elf uses it and chokes on it. -- 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 Wed Sep 16 12:52:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21994 for cvs-all-outgoing; Wed, 16 Sep 1998 12: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 MAA21989; Wed, 16 Sep 1998 12:52:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA24568; Wed, 16 Sep 1998 12:52:23 -0700 (PDT) Date: Wed, 16 Sep 1998 12:52:23 -0700 (PDT) Message-Id: <199809161952.MAA24568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/16 12:52:22 PDT Modified files: sys/dev/isp isp_freebsd_cam.h isp_freebsd.c Log: Fix the (unported) resource shortage case- I'd done a xpt_freeze_simq but had never done a CAM_RELEASE_SIMQ to restart the queues. Revision Changes Path 1.4 +7 -2 src/sys/dev/isp/isp_freebsd_cam.h 1.5 +10 -4 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all Wed Sep 16 13:30:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29193 for cvs-all-outgoing; Wed, 16 Sep 1998 13:30: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 NAA29148; Wed, 16 Sep 1998 13:29:43 -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 NAA26736; Wed, 16 Sep 1998 13:29:22 -0700 (PDT) Date: Wed, 16 Sep 1998 13:29:22 -0700 (PDT) Message-Id: <199809162029.NAA26736@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/16 13:29:22 PDT Modified files: sys/pci pcisupport.c Log: Add 450NX chipset components. Revision Changes Path 1.72 +5 -1 src/sys/pci/pcisupport.c From owner-cvs-all Wed Sep 16 13:38:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01148 for cvs-all-outgoing; Wed, 16 Sep 1998 13:38: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 NAA01054; Wed, 16 Sep 1998 13:38:26 -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 NAA27202; Wed, 16 Sep 1998 13:38:06 -0700 (PDT) Date: Wed, 16 Sep 1998 13:38:06 -0700 (PDT) Message-Id: <199809162038.NAA27202@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 ken 1998/09/16 13:38:06 PDT Modified files: . modules Log: Add modules entries for camcontrol, libcam and libdevstat. Revision Changes Path 1.2376 +4 -1 CVSROOT/modules From owner-cvs-all Wed Sep 16 13:39:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01182 for cvs-all-outgoing; Wed, 16 Sep 1998 13:39: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 NAA01106; Wed, 16 Sep 1998 13:38:43 -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 NAA27234; Wed, 16 Sep 1998 13:38:23 -0700 (PDT) Date: Wed, 16 Sep 1998 13:38:23 -0700 (PDT) Message-Id: <199809162038.NAA27234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc.network Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/09/16 13:38:23 PDT Modified files: etc rc.network Log: rc.conf variable $amd_map_program needs to be eval'ed. PR: misc/7435 Submitted by: David Wolfskill Revision Changes Path 1.32 +2 -2 src/etc/rc.network From owner-cvs-all Wed Sep 16 13:43:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02088 for cvs-all-outgoing; Wed, 16 Sep 1998 13: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 NAA01934; Wed, 16 Sep 1998 13:42:42 -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 NAA27483; Wed, 16 Sep 1998 13:42:20 -0700 (PDT) Date: Wed, 16 Sep 1998 13:42:20 -0700 (PDT) Message-Id: <199809162042.NAA27483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam scsi_cmdparse.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/16 13:42:19 PDT Modified files: lib/libcam scsi_cmdparse.c Log: Fix some Alpha portability problems, and add some belt-and-suspenders checking in some functions. Submitted by: dfr Modified by: ken Revision Changes Path 1.2 +44 -9 src/lib/libcam/scsi_cmdparse.c From owner-cvs-all Wed Sep 16 13:49:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03288 for cvs-all-outgoing; Wed, 16 Sep 1998 13:49: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 NAA03165; Wed, 16 Sep 1998 13:48:56 -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 NAA27842; Wed, 16 Sep 1998 13:48:35 -0700 (PDT) Date: Wed, 16 Sep 1998 13:48:35 -0700 (PDT) Message-Id: <199809162048.NAA27842@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug Makefile ports/devel/ups-debug/files md5 ports/devel/ups-debug/patches patch-04 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/16 13:48:35 PDT Modified files: devel/ups-debug Makefile devel/ups-debug/files md5 devel/ups-debug/patches patch-04 Log: Dist patch fixes problems on 2.2.x. Revision Changes Path 1.5 +8 -4 ports/devel/ups-debug/Makefile 1.3 +1 -0 ports/devel/ups-debug/files/md5 1.2 +9 -15 ports/devel/ups-debug/patches/patch-04 From owner-cvs-all Wed Sep 16 13:53:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04195 for cvs-all-outgoing; Wed, 16 Sep 1998 13:53: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 NAA04095; Wed, 16 Sep 1998 13:52:34 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27980; Wed, 16 Sep 1998 13:52:13 -0700 (PDT) Date: Wed, 16 Sep 1998 13:52:13 -0700 (PDT) Message-Id: <199809162052.NAA27980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/dump main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/16 13:52:13 PDT Modified files: sbin/dump main.c Log: checked, that new sa CAM driver takes care of using buffer sizes <= 64 KB. Was able to dump/restore with block sizes of 96, 128 and 200. using systat -vmstat I noticed transfer blocksizes <= 64KB, so physio's limits aren't touched. Since this check was originally from me, I feels safe now to back it out. Revision Changes Path 1.18 +1 -15 src/sbin/dump/main.c From owner-cvs-all Wed Sep 16 14:28:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA10438 for cvs-all-outgoing; Wed, 16 Sep 1998 14:28: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 OAA10364; Wed, 16 Sep 1998 14:28:19 -0700 (PDT) (envelope-from torstenb@FreeBSD.org) From: Torsten Blum Received: (from torstenb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA29477; Wed, 16 Sep 1998 14:28:00 -0700 (PDT) Date: Wed, 16 Sep 1998 14:28:00 -0700 (PDT) Message-Id: <199809162128.OAA29477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/radius Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk torstenb 1998/09/16 14:28:00 PDT Modified files: net/radius Makefile Log: remote myself as maintainer. Revision Changes Path 1.9 +2 -2 ports/net/radius/Makefile From owner-cvs-all Wed Sep 16 14:33:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11379 for cvs-all-outgoing; Wed, 16 Sep 1998 14:33: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 OAA11352; Wed, 16 Sep 1998 14:33:34 -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 OAA29842; Wed, 16 Sep 1998 14:33:14 -0700 (PDT) Date: Wed, 16 Sep 1998 14:33:14 -0700 (PDT) Message-Id: <199809162133.OAA29842@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec/rpc.rstatd rstat_proc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/16 14:33:14 PDT Modified files: libexec/rpc.rstatd rstat_proc.c Log: Work around an alpha compiler bug. Reviewed by: Kenneth D. Merry Revision Changes Path 1.12 +5 -4 src/libexec/rpc.rstatd/rstat_proc.c From owner-cvs-all Wed Sep 16 14:35:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11812 for cvs-all-outgoing; Wed, 16 Sep 1998 14:35: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 OAA11760; Wed, 16 Sep 1998 14:35:22 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA06274; Wed, 16 Sep 1998 14:34:57 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id OAA09875; Wed, 16 Sep 1998 14:34:54 -0700 (PDT) Date: Wed, 16 Sep 1998 14:34:54 -0700 (PDT) Message-Id: <199809162134.OAA09875@silvia.hip.berkeley.edu> To: smace@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809161420.HAA08983@freefall.freebsd.org> (message from Scott Mace on Wed, 16 Sep 1998 07:20:11 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/jbigkit/patches patch-aa patch-ab From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Fix building problems on a.out systems Thanks, but packaging still doesn't work. You need to create a libjbig.so symlink in the a.out case too (since it is listed in PLIST). How about the following? ------- Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/jbigkit/patches/patch-aa,v retrieving revision 1.4 diff -u -r1.4 patch-aa --- patch-aa 1998/09/16 14:20:11 1.4 +++ patch-aa 1998/09/16 21:27:10 @@ -53,7 +53,7 @@ rm -f *~ core *************** *** 31,33 **** ---- 32,55 ---- +--- 32,56 ---- distribution: clean rm -f libjbig/libjbig.a (cd ..; tar -c -v --exclude RCS -f jbigkit.tar jbigkit) @@ -77,4 +77,5 @@ + (cd ${PREFIX}/lib; ln -sf libjbig.so.1 libjbig.so) + .else + install -c -m 644 -o bin -g bin libjbig/libjbig.so.1.0 ${PREFIX}/lib ++ (cd ${PREFIX}/lib; ln -sf libjbig.so.1.0 libjbig.so) + .endif ------- The alternative is to put an @exec/unexec pair in pkg/PLIST that looks at the value of PORTOBJFORMAT and creates links on the fly if it's ELF, but I don't think we have to go that far. Satoshi From owner-cvs-all Wed Sep 16 14:38:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12501 for cvs-all-outgoing; Wed, 16 Sep 1998 14:38: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 OAA12423; Wed, 16 Sep 1998 14: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 OAA00221; Wed, 16 Sep 1998 14:37:56 -0700 (PDT) Date: Wed, 16 Sep 1998 14:37:56 -0700 (PDT) Message-Id: <199809162137.OAA00221@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/sane/patches patch-03 ports/graphics/sane/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 14:37:56 PDT Modified files: graphics/sane/pkg PLIST Added files: graphics/sane/patches patch-03 Log: Fix the library problem of elf. Revision Changes Path 1.9 +1 -19 ports/graphics/sane/pkg/PLIST From owner-cvs-all Wed Sep 16 14:39:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12642 for cvs-all-outgoing; Wed, 16 Sep 1998 14:39:36 -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 OAA12470; Wed, 16 Sep 1998 14:38:36 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id HAA05906; Thu, 17 Sep 1998 07:41:47 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809162141.HAA05906@cimlogic.com.au> Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: <199809161644.SAA08162@gratis.grondar.za> from Mark Murray at "Sep 16, 98 06:44:43 pm" To: mark@grondar.za (Mark Murray) Date: Thu, 17 Sep 1998 07:41:12 +1000 (EST) Cc: dag-erli@ifi.uio.no, markm@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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mark Murray wrote: > Dag-Erling Smørgrav wrote: > > Mark Murray writes: > > > Log: > > > Fix for the 2.2.7 a.out --> 3.0 ELF cross-build. > > > > > > I need report backs on this one, guys!! > > > > OK, I'll give it another go tonight (Oslo time) > > Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) I've just tried this on a virgin 2.2.7 box and it still fails with: cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/perl5 -I/usr/obj/elf/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/elf/usr/src/tmp/usr/i nclude -o perl perlmain.o lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcrypt perlmain.o: In function `xs_init': perlmain.o(.text+0x9d): undefined reference to `boot_DynaLoader' Note that the aout bootstrap must have worked. It is the second stage elf bootstrap that is failing. I'll look a little closer at this when I'm fully awake. 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 Wed Sep 16 14:41:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13101 for cvs-all-outgoing; Wed, 16 Sep 1998 14:41:15 -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 OAA12957 for ; Wed, 16 Sep 1998 14:40:33 -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 XAA08378; Wed, 16 Sep 1998 23:40:05 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Wed, 16 Sep 1998 21:40:04 GMT Mime-Version: 1.0 To: Bill Fenner Cc: committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! References: <98Sep16.121320pdt.177534@crevenia.parc.xerox.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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 16 Sep 1998 23:40:02 +0200 In-Reply-To: Bill Fenner's message of "Wed, 16 Sep 1998 12:13:07 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 OAB12987 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Fenner writes: > Eh, then committers can just start submitting PR's (it's easy and fun!). > That's what I've been doing with fixes that I want review for -- but if > instead we just funnel all of our fixes through PR's we can keep up our > PR quota and also get GNATS up above 10K PR's no problem =) Yeah. Like when Dilbert's PHB announces a $10 bonus for every bug fixed, and Dilbert brings in Ratbert to dance on his keyboard so he can fix the bugs afterwards :) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Sep 16 14:45:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13936 for cvs-all-outgoing; Wed, 16 Sep 1998 14:45: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 OAA13809; Wed, 16 Sep 1998 14:44:48 -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 OAA00440; Wed, 16 Sep 1998 14:44:26 -0700 (PDT) Date: Wed, 16 Sep 1998 14:44:26 -0700 (PDT) Message-Id: <199809162144.OAA00440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/ted Makefile ports/chinese/ted/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 14:44:26 PDT Modified files: chinese/ted Makefile chinese/ted/files md5 Log: Upgrade to 4.2k Revision Changes Path 1.17 +4 -4 ports/chinese/ted/Makefile 1.12 +1 -1 ports/chinese/ted/files/md5 From owner-cvs-all Wed Sep 16 14:48:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14643 for cvs-all-outgoing; Wed, 16 Sep 1998 14:48: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 OAA14464; Wed, 16 Sep 1998 14:48:01 -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 OAA00613; Wed, 16 Sep 1998 14:47:39 -0700 (PDT) Date: Wed, 16 Sep 1998 14:47:39 -0700 (PDT) Message-Id: <199809162147.OAA00613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/geg Makefile ports/math/geg/files md5 ports/math/geg/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 14:47:39 PDT Modified files: math/geg Makefile math/geg/files md5 Added files: math/geg/patches patch-aa Log: Upgrade to 0.12, and change LIB_DEPENDS to gtk11. PR: ports/7935 Submitted by: maintainer Revision Changes Path 1.2 +6 -10 ports/math/geg/Makefile 1.2 +1 -1 ports/math/geg/files/md5 From owner-cvs-all Wed Sep 16 15:00:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17505 for cvs-all-outgoing; Wed, 16 Sep 1998 15:00:57 -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 OAA17232; Wed, 16 Sep 1998 14:59:41 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id IAA06043; Thu, 17 Sep 1998 08:03:34 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809162203.IAA06043@cimlogic.com.au> Subject: Re: cvs commit: src/sys/i386/conf GENERICupgrade In-Reply-To: <199809161922.FAA25520@godzilla.zeta.org.au> from Bruce Evans at "Sep 17, 98 05:22:52 am" To: bde@zeta.org.au (Bruce Evans) Date: Thu, 17 Sep 1998 08:03:34 +1000 (EST) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, phk@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 Bruce Evans wrote: > > Modified files: > > sys/i386/conf GENERICupgrade > > Log: > > Make this somewhat cam-compatible. > > I thought that the point of this file was to store rotted bits so that > it could be bootstrapped from a 2.2.x system :-). It's not clear how > this should work - 2.2.x's config won't work. The idea is that this file is the same as GENERIC and replaced on a custom system that needs to be upgraded from 2.2.X (X=5,6,7) to 3.0 if the GENERIC one is unsuitable. I thought people might want to keep GENERIC as distributed. -- 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 Wed Sep 16 15:15:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21916 for cvs-all-outgoing; Wed, 16 Sep 1998 15:15:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mrmell (ppp5209.on.bellglobal.com [206.172.192.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21710; Wed, 16 Sep 1998 15:15:02 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: (from tim@localhost) by mrmell (8.8.8/8.8.8) id TAA00462; Tue, 15 Sep 1998 19:29:53 -0400 (EDT) (envelope-from tim) Message-ID: <19980915192722.A404@mrmell> Date: Tue, 15 Sep 1998 19:27:22 -0400 From: Tim Vanderhoek To: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pkg_install/add main.c References: <199809141923.MAA04340@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809141923.MAA04340@freefall.freebsd.org>; from Jordan K. Hubbard on Mon, Sep 14, 1998 at 12:23:00PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 14, 1998 at 12:23:00PM -0700, Jordan K. Hubbard wrote: > > Modified files: > usr.sbin/pkg_install/add main.c > Log: > Use a more reasonable default umask in case the root umask is too > fascist. Gee, why even have a umask at all. -- This .sig is not innovative, witty, or profund. From owner-cvs-all Wed Sep 16 15:30:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26184 for cvs-all-outgoing; Wed, 16 Sep 1998 15:30:19 -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 PAA26020; Wed, 16 Sep 1998 15:29:59 -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 AAA13057; Thu, 17 Sep 1998 00:29:33 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 4A07315AC; Thu, 17 Sep 1998 00:23:17 +0200 (CEST) Date: Thu, 17 Sep 1998 00:23:17 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh Message-ID: <19980917002317.A17388@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <199809161644.SAA08162@gratis.grondar.za> <199809162141.HAA05906@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199809162141.HAA05906@cimlogic.com.au>; from John Birrell on Thu, Sep 17, 1998 at 07:41:12AM +1000 X-Operating-System: FreeBSD 3.0-CURRENT/ELF ctm#4648 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to John Birrell: > Note that the aout bootstrap must have worked. It is the second stage > elf bootstrap that is failing. > > I'll look a little closer at this when I'm fully awake. 8-) The problem appears because you're compiling on a 2.2.* system whereas the test I put inside hints/freebsd.sh is only for 3.0 :-( I'm afraid I didn't consider upgrading from 2.2 to 3.0 _and_ ELF at the same time. Please see hints/freebsd.sh how to take this into account... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #64: Fri Sep 11 23:22:44 CEST 1998 From owner-cvs-all Wed Sep 16 15:33:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27012 for cvs-all-outgoing; Wed, 16 Sep 1998 15:33: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 PAA26945; Wed, 16 Sep 1998 15: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 PAA02242; Wed, 16 Sep 1998 15:33:10 -0700 (PDT) Date: Wed, 16 Sep 1998 15:33:10 -0700 (PDT) Message-Id: <199809162233.PAA02242@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/16 15:33:10 PDT Modified files: devel/autoconf Makefile Log: Remove 2 foolish lines about info page. Revision Changes Path 1.14 +2 -4 ports/devel/autoconf/Makefile From owner-cvs-all Wed Sep 16 15:35:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27489 for cvs-all-outgoing; Wed, 16 Sep 1998 15: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 PAA27462; Wed, 16 Sep 1998 15:34:57 -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 PAA02331; Wed, 16 Sep 1998 15:34:38 -0700 (PDT) Date: Wed, 16 Sep 1998 15:34:38 -0700 (PDT) Message-Id: <199809162234.PAA02331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/tvision Makefile ports/devel/tvision/files md5 ports/devel/tvision/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 15:34:38 PDT Modified files: devel/tvision Makefile devel/tvision/files md5 devel/tvision/pkg PLIST Log: Upgrade to 0.6. Revision Changes Path 1.6 +11 -5 ports/devel/tvision/Makefile 1.4 +1 -1 ports/devel/tvision/files/md5 1.4 +8 -2 ports/devel/tvision/pkg/PLIST From owner-cvs-all Wed Sep 16 15:39:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28420 for cvs-all-outgoing; Wed, 16 Sep 1998 15:39: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 PAA28397; Wed, 16 Sep 1998 15:39: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 PAA02548; Wed, 16 Sep 1998 15:39:20 -0700 (PDT) Date: Wed, 16 Sep 1998 15:39:20 -0700 (PDT) Message-Id: <199809162239.PAA02548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jbigkit/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 15:39:20 PDT Modified files: graphics/jbigkit/patches patch-aa patch-ab Log: correct package build for aout system Revision Changes Path 1.5 +59 -80 ports/graphics/jbigkit/patches/patch-aa 1.7 +48 -68 ports/graphics/jbigkit/patches/patch-ab From owner-cvs-all Wed Sep 16 15:43:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29113 for cvs-all-outgoing; Wed, 16 Sep 1998 15:43:23 -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 PAA29055 for ; Wed, 16 Sep 1998 15:42: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 XAA25123; Wed, 16 Sep 1998 23:30:44 +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 XAA01129; Wed, 16 Sep 1998 23:30:46 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809162230.XAA01129@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: obrien@NUXI.com cc: Studded , Garrett Wollman , Brian Somers , cvs-committers@FreeBSD.ORG Subject: Re: DHCP in the base In-reply-to: Your message of "Wed, 16 Sep 1998 11:51:08 PDT." <19980916115108.F24012@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Sep 1998 23:30:41 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I use DHCP for my net connection every day for over a year, and the WIDE > client has performed very, very well for me. > > ``dhcpc fxp0'' > > Is all I do and all I need is /usr/local/sbin/dhcpc. With the ISC client > there is a VERY extensive config file needed. Mine says: interface "ep0" { send host-name "woof"; prepend domain-name-servers 127.0.0.1; } And that's only because I want it that way. AFAIK, dhcpc doesn't allow you to send anything interesting in your request... whereas the above config says that I want to be called "woof". This gives you the ability to configure a network with known machines as well as on-demand machines. Also, dhcps (the wide server) insists on each IP number in a range being specified in dhcpdb.pool - at least this is the way I've ended up using it. Dhcpd (the isc server) allows range specs, and also allows specifics based on the information sent in the initial REQUEST by the client. I'm no dhcp expert, so feel free to knock any of these points - I may be missing something in the man pages. It seems to me that the (optional) config complexity reflects the capabilities of both :-| > -- > -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Sep 16 15:43:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29163 for cvs-all-outgoing; Wed, 16 Sep 1998 15: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 PAA29112; Wed, 16 Sep 1998 15:43:18 -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 PAA02687; Wed, 16 Sep 1998 15:42:57 -0700 (PDT) Date: Wed, 16 Sep 1998 15:42:57 -0700 (PDT) Message-Id: <199809162242.PAA02687@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/16 15:42:57 PDT Modified files: etc rc Log: Spaces -> tabs, don't use touch before it's available Pointed out by: bde Revision Changes Path 1.157 +19 -19 src/etc/rc From owner-cvs-all Wed Sep 16 15:44:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29300 for cvs-all-outgoing; Wed, 16 Sep 1998 15:44: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 PAA29205; Wed, 16 Sep 1998 15:43:56 -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 PAA02752; Wed, 16 Sep 1998 15:43:36 -0700 (PDT) Date: Wed, 16 Sep 1998 15:43:36 -0700 (PDT) Message-Id: <199809162243.PAA02752@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/16 15:43:36 PDT Modified files: (Branch: RELENG_2_2) etc rc Log: MFC: Spaces -> tabs, don't use touch before it's available Pointed out by: bde Revision Changes Path 1.104.2.37 +19 -19 src/etc/rc From owner-cvs-all Wed Sep 16 15:46:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29686 for cvs-all-outgoing; Wed, 16 Sep 1998 15:46: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 PAA29666; Wed, 16 Sep 1998 15:46:25 -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 PAA02854; Wed, 16 Sep 1998 15:46:05 -0700 (PDT) Date: Wed, 16 Sep 1998 15:46:05 -0700 (PDT) Message-Id: <199809162246.PAA02854@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 gibbs 1998/09/16 15:46:05 PDT Modified files: sys/pci ncr.c Log: Fix a regression that caused the script to spam itself by copying something of size sizeof(struct timeval) that is really of size sizeof(ticks). Make another attempt at fixing the queue full case. Revision Changes Path 1.127 +49 -17 src/sys/pci/ncr.c From owner-cvs-all Wed Sep 16 15:48:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29885 for cvs-all-outgoing; Wed, 16 Sep 1998 15:48: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 PAA29859; Wed, 16 Sep 1998 15:48: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 PAA02931; Wed, 16 Sep 1998 15:47:44 -0700 (PDT) Date: Wed, 16 Sep 1998 15:47:44 -0700 (PDT) Message-Id: <199809162247.PAA02931@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 15:47:44 PDT Modified files: security/tcp_wrapper/patches patch-aa Log: Fix Package build for aout system symlink .so in both elf and aout cases Revision Changes Path 1.20 +5 -7 ports/security/tcp_wrapper/patches/patch-aa From owner-cvs-all Wed Sep 16 15:48:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29974 for cvs-all-outgoing; Wed, 16 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 PAA29954; Wed, 16 Sep 1998 15:48:47 -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 PAA02974; Wed, 16 Sep 1998 15:48:27 -0700 (PDT) Date: Wed, 16 Sep 1998 15:48:27 -0700 (PDT) Message-Id: <199809162248.PAA02974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/09/16 15:48:27 PDT Modified files: handbook contrib.sgml Log: Remove myself from CGI stuff. Never volunteer for something you do in your daytime job as well, you might fed up quickly, especially if perl in involved. Submitted by: wosch :-) Revision Changes Path 1.308 +3 -3 doc/handbook/contrib.sgml From owner-cvs-all Wed Sep 16 15:49:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00186 for cvs-all-outgoing; Wed, 16 Sep 1998 15:49: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 PAA00128; Wed, 16 Sep 1998 15:49:07 -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 PAA03001; Wed, 16 Sep 1998 15:48:46 -0700 (PDT) Date: Wed, 16 Sep 1998 15:48:46 -0700 (PDT) Message-Id: <199809162248.PAA03001@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/rsaref/files Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/16 15:48:46 PDT Modified files: security/rsaref/files Makefile Log: Fix Package build for aout system symlink .so in all cases Revision Changes Path 1.7 +1 -0 ports/security/rsaref/files/Makefile From owner-cvs-all Wed Sep 16 15:51:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA00469 for cvs-all-outgoing; Wed, 16 Sep 1998 15:51:08 -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 PAA00304; Wed, 16 Sep 1998 15:50:09 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id IAA06259; Thu, 17 Sep 1998 08:53:58 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809162253.IAA06259@cimlogic.com.au> Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: <19980917002317.A17388@keltia.freenix.fr> from Ollivier Robert at "Sep 17, 98 00:23:17 am" To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Thu, 17 Sep 1998 08:53:58 +1000 (EST) Cc: 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 Ollivier Robert wrote: > According to John Birrell: > > Note that the aout bootstrap must have worked. It is the second stage > > elf bootstrap that is failing. > > > > I'll look a little closer at this when I'm fully awake. 8-) > > The problem appears because you're compiling on a 2.2.* system whereas the > test I put inside hints/freebsd.sh is only for 3.0 :-( > > I'm afraid I didn't consider upgrading from 2.2 to 3.0 _and_ ELF at the > same time. > > Please see hints/freebsd.sh how to take this into account... I'm not convinced that is true. It looks to me as though doing a ranlib on the DynaLoader.a after ar would solve the problem. The undefined symbol is in the library and it is linked unconditionally prior to any other libraries. -- 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 Wed Sep 16 16:09:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04721 for cvs-all-outgoing; Wed, 16 Sep 1998 16:09:49 -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 QAA04508; Wed, 16 Sep 1998 16:08: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 AAA26414; Thu, 17 Sep 1998 00:08: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 AAA01720; Thu, 17 Sep 1998 00:08:25 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809162308.AAA01720@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Michael Smith cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc login.conf In-reply-to: Your message of "Wed, 16 Sep 1998 12:18:37 PDT." <199809161918.MAA22608@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 00:08:18 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > msmith 1998/09/16 12:18:37 PDT > > Modified files: > etc login.conf > Log: > Effectively disable resource limit setting by default, leaving the > original contents of the file preserved as examples for administrators > that need to enable them. [.....] Excellent ! -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Sep 16 16:15:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06000 for cvs-all-outgoing; Wed, 16 Sep 1998 16:15: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 QAA05925; Wed, 16 Sep 1998 16:15:10 -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 QAA03597; Wed, 16 Sep 1998 16:14:48 -0700 (PDT) Date: Wed, 16 Sep 1998 16:14:48 -0700 (PDT) Message-Id: <199809162314.QAA03597@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/iostat iostat.8 iostat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/16 16:14:47 PDT Modified files: usr.sbin/iostat iostat.8 iostat.c Log: Fix style bugs introduced by Matt Dillon in his previous, unreviewed commit. Reviewed by: gibbs Revision Changes Path 1.7 +4 -4 src/usr.sbin/iostat/iostat.8 1.11 +7 -6 src/usr.sbin/iostat/iostat.c From owner-cvs-all Wed Sep 16 16:30:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08415 for cvs-all-outgoing; Wed, 16 Sep 1998 16:30: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 QAA08307; Wed, 16 Sep 1998 16:29:14 -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 QAA04001; Wed, 16 Sep 1998 16:28:52 -0700 (PDT) Date: Wed, 16 Sep 1998 16:28:52 -0700 (PDT) Message-Id: <199809162328.QAA04001@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/gxedit Makefile ports/editors/gxedit/files md5 ports/editors/gxedit/patches patch-ac patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 16:28:52 PDT Modified files: editors/gxedit Makefile editors/gxedit/files md5 editors/gxedit/patches patch-aa patch-ab Added files: editors/gxedit/patches patch-ac Log: Upgrade to 1.14. Revision Changes Path 1.12 +5 -4 ports/editors/gxedit/Makefile 1.6 +1 -1 ports/editors/gxedit/files/md5 1.3 +11 -9 ports/editors/gxedit/patches/patch-aa 1.3 +25 -7 ports/editors/gxedit/patches/patch-ab From owner-cvs-all Wed Sep 16 16:31:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08612 for cvs-all-outgoing; Wed, 16 Sep 1998 16:31: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 QAA08484; Wed, 16 Sep 1998 16:30:34 -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 QAA04083; Wed, 16 Sep 1998 16:30:12 -0700 (PDT) Date: Wed, 16 Sep 1998 16:30:12 -0700 (PDT) Message-Id: <199809162330.QAA04083@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/cam/scsi scsi_da.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/16 16:30:12 PDT Modified files: sys/cam cam_xpt.c sys/cam/scsi scsi_da.c Log: Some Alpha patches for CAM from Doug Rabson. Reviewed by: gibbs Submitted by: dfr Revision Changes Path 1.5 +3 -1 src/sys/cam/cam_xpt.c 1.2 +2 -2 src/sys/cam/scsi/scsi_da.c From owner-cvs-all Wed Sep 16 17:03:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14776 for cvs-all-outgoing; Wed, 16 Sep 1998 17:03:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from hebe.or.intel.com (hebe.or.intel.com [134.134.248.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14622 for ; Wed, 16 Sep 1998 17:01:51 -0700 (PDT) (envelope-from wscott@ichips.intel.com) Received: from ichips-jf.jf.intel.com (ichips-jf.jf.intel.com [134.134.50.200]) by hebe.or.intel.com (8.8.6/8.8.5) with ESMTP id RAA18284; Wed, 16 Sep 1998 17:08:07 -0700 (PDT) Received: from pdxlx008.pdx.intel.com (pdxlx008.pdx.intel.com [137.102.206.194]) by ichips-jf.jf.intel.com (8.8.8/8.8.7) with ESMTP id QAA27600; Wed, 16 Sep 1998 16:58:31 -0700 (PDT) Received: from pdxlx008.pdx.intel.com (localhost [127.0.0.1]) by pdxlx008.pdx.intel.com (8.8.7/8.8.7) with ESMTP id QAA07113; Wed, 16 Sep 1998 16:58:30 -0700 (PDT) (envelope-from wscott@pdxlx008.pdx.intel.com) Message-Id: <199809162358.QAA07113@pdxlx008.pdx.intel.com> To: obrien@NUXI.com Cc: Studded , Garrett Wollman , Brian Somers , cvs-committers@FreeBSD.ORG Subject: Re: DHCP in the base In-reply-to: Your message of "Wed, 16 Sep 1998 11:51:08 PDT." <19980916115108.F24012@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Wed, 16 Sep 1998 16:58:30 -0700 From: Wayne Scott Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is all I do and all I need is /usr/local/sbin/dhcpc. With the ISC client > there is a VERY extensive config file needed. My config file for isc-dhcp: send hist-name "pdxlx103"; One line. Not exactly very extensive. Yes, the ISC does allow you to do very complicated things, but they are not required. -Wayne From owner-cvs-all Wed Sep 16 17:05:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15340 for cvs-all-outgoing; Wed, 16 Sep 1998 17:05: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 RAA15154; Wed, 16 Sep 1998 17:04:45 -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 RAA04952; Wed, 16 Sep 1998 17:04:22 -0700 (PDT) Date: Wed, 16 Sep 1998 17:04:22 -0700 (PDT) Message-Id: <199809170004.RAA04952@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet if_ether.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/16 17:04:22 PDT Modified files: sys/netinet if_ether.c Log: Prevent modification of permanent ARP entries (PR kern/7649) Ignore ARP replies from the wrong interface (discussion on mailing list) Add interface name to a couple of error messages Revision Changes Path 1.48 +21 -4 src/sys/netinet/if_ether.c From owner-cvs-all Wed Sep 16 17:09:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16356 for cvs-all-outgoing; Wed, 16 Sep 1998 17:09: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 RAA16142; Wed, 16 Sep 1998 17:08: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 RAA05274; Wed, 16 Sep 1998 17:08:30 -0700 (PDT) Date: Wed, 16 Sep 1998 17:08:30 -0700 (PDT) Message-Id: <199809170008.RAA05274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c src/sys/i386/eisa ahb.c src/sys/dev/buslogic bt.c src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 17:08:29 PDT Modified files: sys/pci ncr.c sys/i386/eisa ahb.c sys/dev/buslogic bt.c sys/dev/aha aha.c Log: Use %p with (void *) casts to print pointers with printf. Revision Changes Path 1.128 +5 -5 src/sys/pci/ncr.c 1.3 +4 -4 src/sys/i386/eisa/ahb.c 1.3 +6 -6 src/sys/dev/buslogic/bt.c 1.3 +6 -6 src/sys/dev/aha/aha.c From owner-cvs-all Wed Sep 16 17:16:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18073 for cvs-all-outgoing; Wed, 16 Sep 1998 17:16: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 RAA17863; Wed, 16 Sep 1998 17:15:38 -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 RAA05611; Wed, 16 Sep 1998 17:15:15 -0700 (PDT) Date: Wed, 16 Sep 1998 17:15:15 -0700 (PDT) Message-Id: <199809170015.RAA05611@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch file.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/16 17:15:15 PDT Modified files: usr.bin/fetch file.c Log: DTRT for file: URLs when output file is "-". PR: bin/7203 Revision Changes Path 1.4 +17 -1 src/usr.bin/fetch/file.c From owner-cvs-all Wed Sep 16 17:17:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18338 for cvs-all-outgoing; Wed, 16 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 RAA18068; Wed, 16 Sep 1998 17:16:14 -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 RAA05676; Wed, 16 Sep 1998 17:15:51 -0700 (PDT) Date: Wed, 16 Sep 1998 17:15:51 -0700 (PDT) Message-Id: <199809170015.RAA05676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch file.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/16 17:15:51 PDT Modified files: (Branch: RELENG_2_2) usr.bin/fetch file.c Log: MFC: DTRT for file: URLs when output file is "-". PR: bin/7203 Revision Changes Path 1.1.2.3 +17 -1 src/usr.bin/fetch/file.c From owner-cvs-all Wed Sep 16 17:24:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20165 for cvs-all-outgoing; Wed, 16 Sep 1998 17:24: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 RAA19888; Wed, 16 Sep 1998 17:23:41 -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 RAA06019; Wed, 16 Sep 1998 17:23:15 -0700 (PDT) Date: Wed, 16 Sep 1998 17:23:15 -0700 (PDT) Message-Id: <199809170023.RAA06019@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/ls ls.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/16 17:23:14 PDT Modified files: (Branch: RELENG_2_2) bin/ls ls.1 Log: Don't document inexistant options. PR: 7417 Pointed-out-by: Martin Kammerhofer Revision Changes Path 1.5.2.7 +2 -4 src/bin/ls/ls.1 From owner-cvs-all Wed Sep 16 17:27:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20820 for cvs-all-outgoing; Wed, 16 Sep 1998 17:27:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20516; Wed, 16 Sep 1998 17:25:44 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id RAA27223; Wed, 16 Sep 1998 17:25:20 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Wed, 16 Sep 1998 17:25:20 -0700 (PDT) From: Doug White To: Michael Smith cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 userconfig.c In-Reply-To: <199809161923.MAA22988@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 Wed, 16 Sep 1998, Michael Smith wrote: > msmith 1998/09/16 12:23:50 PDT > > Modified files: > sys/i386/i386 userconfig.c > Log: > Make consoles immutable. If you want to turn them off, use wizard mode. So no more disappearing sc0's? Yay!! Would it be possible to shut up the conflicts warning between sc0 and psm0? Or has that been hit yet? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-cvs-all Wed Sep 16 17:34:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA22893 for cvs-all-outgoing; Wed, 16 Sep 1998 17:34: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 RAA22718; Wed, 16 Sep 1998 17:33:24 -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 RAA09799; Wed, 16 Sep 1998 17:33:02 -0700 (PDT) Date: Wed, 16 Sep 1998 17:33:02 -0700 (PDT) Message-Id: <199809170033.RAA09799@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xephem Makefile ports/audio/wmmixer Makefile ports/audio/xtuner Makefile ports/databases/xmbase-grok Makefile ports/databases/xmysql Makefile ports/databases/xmysqladmin Makefile ports/deskutils/xinvest ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/16 17:33:02 PDT Modified files: astro/xephem Makefile audio/wmmixer Makefile audio/xtuner Makefile databases/xmbase-grok Makefile databases/xmysql Makefile databases/xmysqladmin Makefile deskutils/xinvest Makefile editors/cooledit Makefile editors/nedit Makefile editors/offix-editor Makefile editors/xed Makefile editors/xemacs-mule Makefile editors/xemacs Makefile editors/xemacs20 Makefile emulators/wine Makefile emulators/xcopilot Makefile emulators/xmame Makefile games/3dc Makefile games/crossfire Makefile games/freeciv Makefile games/maelstrom Makefile games/nethack-qt Makefile games/nethack Makefile games/wmtimebomb Makefile games/xbill Makefile games/xboing Makefile games/xcogitate Makefile games/xconq Makefile games/xdeblock Makefile games/xeyesplus Makefile games/xgalaga Makefile games/xminehunter Makefile games/xnibbles Makefile games/xoids Makefile games/xonix Makefile games/xpuzzletama Makefile games/xquarto Makefile games/xscrabble Makefile games/xshisen Makefile games/xsok Makefile games/xsokoban Makefile games/xsoldier Makefile games/xteddy Makefile graphics/aero Makefile graphics/fxtv Makefile graphics/gimp1 Makefile graphics/pixmap Makefile graphics/xbmbrowser Makefile graphics/xfig Makefile graphics/xpaint Makefile graphics/xpdf Makefile japanese/nethack Makefile japanese/wine Makefile japanese/xfig Makefile korean/afterstep Makefile korean/fvwm95 Makefile korean/hfvwm2 Makefile mail/asmail Makefile mail/wmmail Makefile mail/xfaces Makefile mail/xfmail Makefile mail/xmailbox Makefile mail/xpbiff Makefile mail/youbin Makefile misc/xquote Makefile news/knews Makefile print/lyx Makefile print/mgv Makefile print/offix-printer Makefile print/transfig Makefile www/Mosaic Makefile x11-clocks/eyeclock Makefile x11-clocks/wmtime Makefile x11-fm/asfiles Makefile x11-fm/dfm Makefile x11-fm/offix-files Makefile x11-fm/xfm Makefile x11-toolkits/FWF Makefile x11-toolkits/tkstep80 Makefile x11-wm/afterstep-devel Makefile x11-wm/afterstep Makefile x11-wm/ctwm Makefile x11-wm/fvwm Makefile x11-wm/fvwm2 Makefile x11-wm/fvwm95 Makefile x11-wm/gwm Makefile x11-wm/icewm Makefile x11-wm/iconmaker Makefile x11-wm/mlvwm Makefile x11-wm/piewm Makefile x11-wm/qvwm Makefile x11-wm/tvtwm Makefile x11-wm/windowmaker Makefile x11-wm/wmx Makefile x11/bricons Makefile x11/gnomelibs Makefile x11/offix-execute Makefile x11/wdm Makefile x11/xdtm Makefile x11/xfce Makefile x11/xfedor Makefile x11/xlockmore Makefile x11/xscreensaver Makefile Log: Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it in the first place. Revision Changes Path 1.10 +2 -2 ports/astro/xephem/Makefile 1.3 +2 -2 ports/audio/wmmixer/Makefile 1.4 +2 -2 ports/audio/xtuner/Makefile 1.6 +2 -2 ports/databases/xmbase-grok/Makefile 1.9 +2 -2 ports/databases/xmysql/Makefile 1.10 +2 -2 ports/databases/xmysqladmin/Makefile 1.4 +2 -2 ports/deskutils/xinvest/Makefile 1.6 +2 -2 ports/editors/cooledit/Makefile 1.15 +2 -2 ports/editors/nedit/Makefile 1.4 +2 -2 ports/editors/offix-editor/Makefile 1.9 +2 -2 ports/editors/xed/Makefile 1.6 +2 -2 ports/editors/xemacs-mule/Makefile 1.40 +2 -2 ports/editors/xemacs/Makefile 1.20 +2 -2 ports/editors/xemacs20/Makefile 1.61 +2 -2 ports/emulators/wine/Makefile 1.6 +2 -2 ports/emulators/xcopilot/Makefile 1.6 +2 -2 ports/emulators/xmame/Makefile 1.6 +2 -2 ports/games/3dc/Makefile 1.24 +2 -2 ports/games/crossfire/Makefile 1.12 +2 -2 ports/games/freeciv/Makefile 1.6 +2 -2 ports/games/maelstrom/Makefile 1.19 +2 -2 ports/games/nethack-qt/Makefile 1.15 +2 -2 ports/games/nethack/Makefile 1.3 +2 -2 ports/games/wmtimebomb/Makefile 1.8 +2 -2 ports/games/xbill/Makefile 1.11 +2 -2 ports/games/xboing/Makefile 1.6 +2 -2 ports/games/xcogitate/Makefile 1.5 +2 -2 ports/games/xconq/Makefile 1.3 +2 -2 ports/games/xdeblock/Makefile 1.7 +2 -2 ports/games/xeyesplus/Makefile 1.10 +2 -2 ports/games/xgalaga/Makefile 1.7 +2 -2 ports/games/xminehunter/Makefile 1.6 +2 -2 ports/games/xnibbles/Makefile 1.5 +2 -2 ports/games/xoids/Makefile 1.6 +2 -2 ports/games/xonix/Makefile 1.4 +2 -2 ports/games/xpuzzletama/Makefile 1.4 +2 -2 ports/games/xquarto/Makefile 1.3 +2 -2 ports/games/xscrabble/Makefile 1.10 +2 -2 ports/games/xshisen/Makefile 1.4 +2 -2 ports/games/xsok/Makefile 1.5 +2 -2 ports/games/xsokoban/Makefile 1.7 +2 -2 ports/games/xsoldier/Makefile 1.4 +2 -2 ports/games/xteddy/Makefile 1.12 +2 -2 ports/graphics/aero/Makefile 1.11 +2 -2 ports/graphics/fxtv/Makefile 1.41 +2 -2 ports/graphics/gimp1/Makefile 1.10 +2 -2 ports/graphics/pixmap/Makefile 1.5 +2 -2 ports/graphics/xbmbrowser/Makefile 1.24 +2 -2 ports/graphics/xfig/Makefile 1.25 +2 -2 ports/graphics/xpaint/Makefile 1.15 +2 -2 ports/graphics/xpdf/Makefile 1.21 +2 -2 ports/japanese/nethack/Makefile 1.4 +2 -2 ports/japanese/wine/Makefile 1.25 +2 -2 ports/japanese/xfig/Makefile 1.6 +2 -2 ports/korean/afterstep/Makefile 1.7 +2 -2 ports/korean/fvwm95/Makefile 1.4 +2 -2 ports/korean/hfvwm2/Makefile 1.3 +2 -2 ports/mail/asmail/Makefile 1.3 +2 -2 ports/mail/wmmail/Makefile 1.11 +2 -2 ports/mail/xfaces/Makefile 1.15 +2 -2 ports/mail/xfmail/Makefile 1.5 +2 -2 ports/mail/xmailbox/Makefile 1.5 +2 -2 ports/mail/xpbiff/Makefile 1.14 +2 -2 ports/mail/youbin/Makefile 1.3 +2 -2 ports/misc/xquote/Makefile 1.19 +2 -2 ports/news/knews/Makefile 1.21 +2 -2 ports/print/lyx/Makefile 1.9 +2 -2 ports/print/mgv/Makefile 1.4 +2 -2 ports/print/offix-printer/Makefile 1.21 +2 -2 ports/print/transfig/Makefile 1.20 +2 -2 ports/www/Mosaic/Makefile 1.3 +2 -2 ports/x11-clocks/eyeclock/Makefile 1.4 +2 -2 ports/x11-clocks/wmtime/Makefile 1.5 +2 -2 ports/x11-fm/asfiles/Makefile 1.7 +2 -2 ports/x11-fm/dfm/Makefile 1.5 +2 -2 ports/x11-fm/offix-files/Makefile 1.11 +2 -2 ports/x11-fm/xfm/Makefile 1.14 +2 -2 ports/x11-toolkits/FWF/Makefile 1.15 +2 -2 ports/x11-toolkits/tkstep80/Makefile 1.26 +2 -2 ports/x11-wm/afterstep-devel/Makefile 1.22 +2 -2 ports/x11-wm/afterstep/Makefile 1.18 +2 -2 ports/x11-wm/ctwm/Makefile 1.26 +2 -2 ports/x11-wm/fvwm/Makefile 1.15 +2 -2 ports/x11-wm/fvwm2/Makefile 1.21 +2 -2 ports/x11-wm/fvwm95/Makefile 1.7 +2 -2 ports/x11-wm/gwm/Makefile 1.17 +2 -2 ports/x11-wm/icewm/Makefile 1.8 +2 -2 ports/x11-wm/iconmaker/Makefile 1.11 +2 -2 ports/x11-wm/mlvwm/Makefile 1.14 +2 -2 ports/x11-wm/piewm/Makefile 1.19 +2 -2 ports/x11-wm/qvwm/Makefile 1.12 +2 -2 ports/x11-wm/tvtwm/Makefile 1.29 +2 -2 ports/x11-wm/windowmaker/Makefile 1.5 +2 -2 ports/x11-wm/wmx/Makefile 1.5 +2 -2 ports/x11/bricons/Makefile 1.6 +2 -2 ports/x11/gnomelibs/Makefile 1.4 +2 -2 ports/x11/offix-execute/Makefile 1.7 +2 -2 ports/x11/wdm/Makefile 1.6 +2 -2 ports/x11/xdtm/Makefile 1.5 +2 -2 ports/x11/xfce/Makefile 1.7 +2 -2 ports/x11/xfedor/Makefile 1.39 +2 -2 ports/x11/xlockmore/Makefile 1.16 +2 -2 ports/x11/xscreensaver/Makefile From owner-cvs-all Wed Sep 16 17:38:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24173 for cvs-all-outgoing; Wed, 16 Sep 1998 17:38: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 RAA24006; Wed, 16 Sep 1998 17:37:23 -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 RAA09950; Wed, 16 Sep 1998 17:36:59 -0700 (PDT) Date: Wed, 16 Sep 1998 17:36:59 -0700 (PDT) Message-Id: <199809170036.RAA09950@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xpm/patches patch-ab ports/graphics/xpm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/16 17:36:59 PDT Modified files: graphics/xpm/pkg PLIST Removed files: graphics/xpm/patches patch-ab Log: Roll back xpm shared library numbers. It will be truncated to "Xpm.4" for ELF. Revision Changes Path 1.17 +1 -1 ports/graphics/xpm/pkg/PLIST From owner-cvs-all Wed Sep 16 17:46:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26172 for cvs-all-outgoing; Wed, 16 Sep 1998 17:46: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 RAA25974; Wed, 16 Sep 1998 17:45:37 -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 RAA10190; Wed, 16 Sep 1998 17:45:12 -0700 (PDT) Date: Wed, 16 Sep 1998 17:45:12 -0700 (PDT) Message-Id: <199809170045.RAA10190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/16 17:45:12 PDT Modified files: usr.sbin/ppp ppp.8 Log: Alphabeticalize SEE ALSO section. Revision Changes Path 1.125 +14 -14 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Wed Sep 16 17:46:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA26229 for cvs-all-outgoing; Wed, 16 Sep 1998 17:46: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 RAA26043; Wed, 16 Sep 1998 17:45:53 -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 RAA10227; Wed, 16 Sep 1998 17:45:27 -0700 (PDT) Date: Wed, 16 Sep 1998 17:45:27 -0700 (PDT) Message-Id: <199809170045.RAA10227@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c ipcp.c main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/16 17:45:27 PDT Modified files: usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c ipcp.c main.c Log: Sync with OpenBSD ifdefs Revision Changes Path 1.18 +6 -2 src/usr.sbin/ppp/alias_cmd.c 1.35 +8 -4 src/usr.sbin/ppp/bundle.c 1.166 +9 -5 src/usr.sbin/ppp/command.c 1.53 +8 -4 src/usr.sbin/ppp/ip.c 1.66 +8 -4 src/usr.sbin/ppp/ipcp.c 1.143 +8 -4 src/usr.sbin/ppp/main.c From owner-cvs-all Wed Sep 16 17:50:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27142 for cvs-all-outgoing; Wed, 16 Sep 1998 17:50:20 -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 RAA26839; Wed, 16 Sep 1998 17:48:50 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA06460; Wed, 16 Sep 1998 17:48:22 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA10354; Wed, 16 Sep 1998 17:48:11 -0700 (PDT) Date: Wed, 16 Sep 1998 17:48:11 -0700 (PDT) Message-Id: <199809170048.RAA10354@silvia.hip.berkeley.edu> To: markm@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809170036.RAA09950@freefall.freebsd.org> (message from Satoshi Asami on Wed, 16 Sep 1998 17:36:59 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/xpm/patches patch-ab ports/graphics/xpm/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Mark, * Roll back xpm shared library numbers. It will be truncated to "Xpm.4" * for ELF. After talking to several people, I decided to retract the "bump major if minor is nonzero" policy. Sorry about that. Satoshi From owner-cvs-all Wed Sep 16 17:52:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27683 for cvs-all-outgoing; Wed, 16 Sep 1998 17:52: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 RAA27461; Wed, 16 Sep 1998 17:51: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 RAA10715; Wed, 16 Sep 1998 17:50:52 -0700 (PDT) Date: Wed, 16 Sep 1998 17:50:52 -0700 (PDT) Message-Id: <199809170050.RAA10715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs-mule Makefile ports/editors/xemacs Makefile ports/editors/xemacs20 Makefile ports/graphics/ImageMagick Makefile ports/graphics/gimp1 Makefile ports/graphics/imlib Makefile ports/graphics/png Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/16 17:50:52 PDT Modified files: editors/xemacs-mule Makefile editors/xemacs Makefile editors/xemacs20 Makefile graphics/ImageMagick Makefile graphics/gimp1 Makefile graphics/imlib Makefile graphics/png Makefile graphics/pnmtopng Makefile graphics/povray Makefile graphics/xaos Makefile graphics/xpaint Makefile graphics/xv Makefile math/gnuplot Makefile news/knews Makefile www/Mosaic Makefile www/arena Makefile www/chimera2 Makefile x11-wm/iconmaker Makefile x11-wm/windowmaker Makefile x11/dgs Makefile x11/gnomelibs Makefile x11/wdm Makefile Log: Roll back libpng major to 2. Revision Changes Path 1.7 +2 -2 ports/editors/xemacs-mule/Makefile 1.41 +2 -2 ports/editors/xemacs/Makefile 1.21 +2 -2 ports/editors/xemacs20/Makefile 1.51 +2 -2 ports/graphics/ImageMagick/Makefile 1.42 +2 -2 ports/graphics/gimp1/Makefile 1.30 +2 -2 ports/graphics/imlib/Makefile 1.15 +2 -2 ports/graphics/png/Makefile 1.6 +2 -2 ports/graphics/pnmtopng/Makefile 1.11 +2 -2 ports/graphics/povray/Makefile 1.8 +2 -2 ports/graphics/xaos/Makefile 1.26 +2 -2 ports/graphics/xpaint/Makefile 1.25 +2 -2 ports/graphics/xv/Makefile 1.19 +2 -2 ports/math/gnuplot/Makefile 1.20 +2 -2 ports/news/knews/Makefile 1.21 +2 -2 ports/www/Mosaic/Makefile 1.13 +2 -2 ports/www/arena/Makefile 1.19 +2 -2 ports/www/chimera2/Makefile 1.9 +2 -2 ports/x11-wm/iconmaker/Makefile 1.30 +2 -2 ports/x11-wm/windowmaker/Makefile 1.5 +2 -2 ports/x11/dgs/Makefile 1.7 +2 -2 ports/x11/gnomelibs/Makefile 1.8 +2 -2 ports/x11/wdm/Makefile From owner-cvs-all Wed Sep 16 17:53:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27855 for cvs-all-outgoing; Wed, 16 Sep 1998 17: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 RAA27599; Wed, 16 Sep 1998 17:51:59 -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 RAA10771; Wed, 16 Sep 1998 17:51:29 -0700 (PDT) Date: Wed, 16 Sep 1998 17:51:29 -0700 (PDT) Message-Id: <199809170051.RAA10771@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/png/patches patch-aa ports/graphics/png/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/16 17:51:29 PDT Modified files: graphics/png/patches patch-aa graphics/png/pkg PLIST Log: Roll back libpng's shared library version number. Also, build libraries and links correctly for ELF. Revision Changes Path 1.11 +15 -6 ports/graphics/png/patches/patch-aa 1.14 +2 -1 ports/graphics/png/pkg/PLIST From owner-cvs-all Wed Sep 16 18:01:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00123 for cvs-all-outgoing; Wed, 16 Sep 1998 18:01: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 SAA29847; Wed, 16 Sep 1998 18:00:46 -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 SAA10998; Wed, 16 Sep 1998 18:00:24 -0700 (PDT) Date: Wed, 16 Sep 1998 18:00:24 -0700 (PDT) Message-Id: <199809170100.SAA10998@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/16 18:00:24 PDT Modified files: share/mk bsd.port.mk Log: Remove shlib minor if PORTOBJFORMAT=elf. Revision Changes Path 1.289 +3 -1 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 18:02:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00221 for cvs-all-outgoing; Wed, 16 Sep 1998 18:02: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 SAA29954; Wed, 16 Sep 1998 18:01:22 -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 SAA11038; Wed, 16 Sep 1998 18:00:59 -0700 (PDT) Date: Wed, 16 Sep 1998 18:00:59 -0700 (PDT) Message-Id: <199809170100.SAA11038@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/16 18:00:59 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.289. Revision Changes Path 1.227.2.53 +3 -1 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 18:23:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04802 for cvs-all-outgoing; Wed, 16 Sep 1998 18: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 SAA04585; Wed, 16 Sep 1998 18:22:31 -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 SAA11807; Wed, 16 Sep 1998 18:22:07 -0700 (PDT) Date: Wed, 16 Sep 1998 18:22:07 -0700 (PDT) Message-Id: <199809170122.SAA11807@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/16 18:22:07 PDT Modified files: share/mk bsd.port.mk Log: Yikes, put .endif in wrong place. Revision Changes Path 1.290 +2 -2 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 18:24:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA04884 for cvs-all-outgoing; Wed, 16 Sep 1998 18:24: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 SAA04674; Wed, 16 Sep 1998 18:22:58 -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 SAA11850; Wed, 16 Sep 1998 18:22:33 -0700 (PDT) Date: Wed, 16 Sep 1998 18:22:33 -0700 (PDT) Message-Id: <199809170122.SAA11850@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/16 18:22:33 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Merge 1.290. Revision Changes Path 1.227.2.54 +2 -2 src/share/mk/bsd.port.mk From owner-cvs-all Wed Sep 16 18:52:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11327 for cvs-all-outgoing; Wed, 16 Sep 1998 18:52: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 SAA11299; Wed, 16 Sep 1998 18:52:28 -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 SAA12648; Wed, 16 Sep 1998 18:52:06 -0700 (PDT) Date: Wed, 16 Sep 1998 18:52:06 -0700 (PDT) Message-Id: <199809170152.SAA12648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook porting.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/16 18:52:06 PDT Modified files: handbook porting.sgml Log: Add guideline for converting ports to support ELF. Revision Changes Path 1.110 +131 -1 doc/handbook/porting.sgml From owner-cvs-all Wed Sep 16 19:22:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15362 for cvs-all-outgoing; Wed, 16 Sep 1998 19:22:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.27.216.204.in-addr.arpa [204.216.27.226] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15342; Wed, 16 Sep 1998 19:22:17 -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 TAA23190; Wed, 16 Sep 1998 19:22:21 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c ipcp.c main.c In-reply-to: Your message of "Wed, 16 Sep 1998 17:45:27 PDT." <199809170045.RAA10227@freefall.freebsd.org> Date: Wed, 16 Sep 1998 19:22:20 -0700 Message-ID: <23186.905998940@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since we're in code freeze now, please try to confine your work from this point forward to more critical bug fixes. I'm not saying that the commit below is going to break the world and should be considered evil, simply that you really don't want to perturb any more than you have to at this point. Thanks. - Jordan > brian 1998/09/16 17:45:27 PDT > > Modified files: > usr.sbin/ppp alias_cmd.c bundle.c command.c ip.c > ipcp.c main.c > Log: > Sync with OpenBSD ifdefs > > Revision Changes Path > 1.18 +6 -2 src/usr.sbin/ppp/alias_cmd.c > 1.35 +8 -4 src/usr.sbin/ppp/bundle.c > 1.166 +9 -5 src/usr.sbin/ppp/command.c > 1.53 +8 -4 src/usr.sbin/ppp/ip.c > 1.66 +8 -4 src/usr.sbin/ppp/ipcp.c > 1.143 +8 -4 src/usr.sbin/ppp/main.c From owner-cvs-all Wed Sep 16 19:46:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19490 for cvs-all-outgoing; Wed, 16 Sep 1998 19:46:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from papillon.lemis.com (auug98-2-28.auug.org.au [203.5.15.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19385; Wed, 16 Sep 1998 19:46:19 -0700 (PDT) (envelope-from grog@lemis.com) Received: (grog@localhost) by papillon.lemis.com (8.9.1/8.6.12) id MAA00390; Thu, 17 Sep 1998 12:43:20 +1000 (EST) Message-ID: <19980917124315.55163@papillon.lemis.com> Date: Thu, 17 Sep 1998 12:43:15 +1000 From: Greg Lehey To: "Jordan K. Hubbard" Cc: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources References: <19980916170405.A3530@freebie.lemis.com> <19547.905936359@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19547.905936359@time.cdrom.com>; from Jordan K. Hubbard on Wed, Sep 16, 1998 at 01:59:19AM -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 Wednesday, 16 September 1998 at 1:59:19 -0700, Jordan K. Hubbard wrote: >> On Tuesday, 15 September 1998 at 23:12:00 -0700, Satoshi Asami wrote: >>> * N src/lkm/vinum/emacs.core >>> >>> Huh? :> >> >> What are you guys talking about? I see no emacs.core. > > It was in the commit, clearly. I also hope you weren't the one to > delete it from the repository since that would also mean you'd have to > kiss your commit privs goodbye from this moment forward. The "do not > touch the respository directly, ever" rule is not just for show, and > the penalties for doing so are pretty final. Well, *you* should know what really happened. I didn't delete it, the guy looking over my shoulder did. For the benefit of the others, I am currently at the AUUG conference in Sydney, and in a break between two presentations I ran into the terminal room and committed the modules. On the first attempt, Emacs refused to work, and for a change decided to leave a .core behind. I repeated with vi as the editor, and the commit succeeded, but the guy looking over my shoulder said "Oh dear, you've committed a .core file". I said "Why the hell did you let me do that", and *he* went out and deleted it. I don't suppose you're going to revoke Peter Wemm's commit privileges :-) Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers From owner-cvs-all Wed Sep 16 19:55:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA20925 for cvs-all-outgoing; Wed, 16 Sep 1998 19:55:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.27.216.204.in-addr.arpa [204.216.27.226] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA20826; Wed, 16 Sep 1998 19:54:30 -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 TAA23436; Wed, 16 Sep 1998 19:54:22 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Greg Lehey cc: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources In-reply-to: Your message of "Thu, 17 Sep 1998 12:43:15 +1000." <19980917124315.55163@papillon.lemis.com> Date: Wed, 16 Sep 1998 19:54:22 -0700 Message-ID: <23431.906000862@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > It was in the commit, clearly. I also hope you weren't the one to > > delete it from the repository since that would also mean you'd have to > > kiss your commit privs goodbye from this moment forward. The "do not > > touch the respository directly, ever" rule is not just for show, and > > the penalties for doing so are pretty final. > > Well, *you* should know what really happened. I didn't delete it, the > guy looking over my shoulder did. DOH! DOH! DOH! I forgot you happened to be there with Peter, and Peter is indeed allowed to do pretty much anything he likes to the repository. Erm.. I'll just slink away quietly now, back into my little hole.. ;) My sincere apologies to Greg for the accusation of not going to church when he happened to actually be talking to god directly at the time. :-) - Jordan From owner-cvs-all Wed Sep 16 20:16:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24914 for cvs-all-outgoing; Wed, 16 Sep 1998 20:16: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 UAA24823; Wed, 16 Sep 1998 20:15:52 -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 UAA15117; Wed, 16 Sep 1998 20:15:31 -0700 (PDT) Date: Wed, 16 Sep 1998 20:15:31 -0700 (PDT) Message-Id: <199809170315.UAA15117@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 msmith 1998/09/16 20:15:31 PDT Modified files: sys/i386/conf GENERIC LINT Log: Mark the syscons and pcvt drivers as being allowed to conflict, so that well-meaning but uneducated users don't exterminate the psm driver in their zeal to achieve zero conflicts. Revision Changes Path 1.117 +3 -3 src/sys/i386/conf/GENERIC 1.467 +3 -3 src/sys/i386/conf/LINT From owner-cvs-all Wed Sep 16 20:20:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25705 for cvs-all-outgoing; Wed, 16 Sep 1998 20:20:41 -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 UAA25563 for ; Wed, 16 Sep 1998 20:19:58 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id UAA26241; Wed, 16 Sep 1998 20:19:35 -0700 (PDT) Date: Wed, 16 Sep 1998 20:19:35 -0700 (PDT) From: Matthew Dillon Message-Id: <199809170319.UAA26241@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: buildworld/installworld, minor inconsistancies Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm running a complete elf rebuild on my load-heavy test box now. A number of minor inconsistancies cropped up: /sbin/scsi not in Makefile, not built, not installed, still resides in source tree /sbin/scsiformat not in Makefile, not built, not installed, still resides in source tree /usr/bin/doscmd currently built for a.out tree only /usr/sbin/mkdosfs not in Makefile, not built, not installed, still resides in source tree /usr/sbin/ncrcontrol currently built for alpha architecture only ? /usr/src/sys/i386/conf/LINT still contains 'options SCSI_CAM'. Is this option still required or is it now superfluous ? /usr/src/sys/i386/conf/LINT does not contain the 'xpt' device. Isn't this device required for camcontrol to work? ... and one more serious problem: gcore does not appear to work. i.e.: nntp3:/news# /bin/ls & [1] 869 nntp3:/news# [1] + Suspended (tty output) /bin/ls nntp3:/news# nntp3:/news# gcore -c core /bin/ls 869 gcore: The executable /bin/ls does not belong to process 869! Text segment size (in bytes): executable 65793, process 163840 -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 16 20:49:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01554 for cvs-all-outgoing; Wed, 16 Sep 1998 20:49:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01362 for ; Wed, 16 Sep 1998 20:48:34 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id VAA29842; Wed, 16 Sep 1998 21:48:08 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809170348.VAA29842@panzer.plutotech.com> Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170319.UAA26241@apollo.backplane.com> from Matthew Dillon at "Sep 16, 98 08:19:35 pm" To: dillon@backplane.com (Matthew Dillon) Date: Wed, 16 Sep 1998 21:48:08 -0600 (MDT) Cc: committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 Matthew Dillon wrote... [ I'll address the ones I know about ] > I'm running a complete elf rebuild on my load-heavy test box now. > A number of minor inconsistancies cropped up: > > > /sbin/scsi not in Makefile, not built, not installed, still > resides in source tree > > /sbin/scsiformat not in Makefile, not built, not installed, still > resides in source tree I intend to go through and remove some more of the files that have been made obsolete by CAM. Those are some of them, although I could probably port scsiformat to camcontrol. You can add libscsi to that list as well. Give me another couple of days, I'll try to clean them out. > /usr/sbin/ncrcontrol currently built for alpha architecture only ? I think most of the things that ncrcontrol does are either already done by camcontrol or the devstat utilities. Or if they're not, they can probably be easily added. I think Justin said it doesn't work with the CAM port of the NCR driver anyway. > /usr/src/sys/i386/conf/LINT still contains 'options SCSI_CAM'. Is this > option still required or is it now superfluous ? Ask Matthew Jacob. It was necessary at one point for the QLogic driver. > /usr/src/sys/i386/conf/LINT does not contain the 'xpt' device. Isn't > this device required for camcontrol to work? The xpt device is required for camcontrol to work, but it isn't an optional part of the system. It is enabled by default when you enable SCSI support. (the code for it is located in cam_xpt.c) Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Wed Sep 16 20:55:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02472 for cvs-all-outgoing; Wed, 16 Sep 1998 20:55: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 UAA02316; Wed, 16 Sep 1998 20:53:50 -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 UAA16291; Wed, 16 Sep 1998 20:53:26 -0700 (PDT) Date: Wed, 16 Sep 1998 20:53:26 -0700 (PDT) Message-Id: <199809170353.UAA16291@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ncrcontrol Makefile ncrcontrol.8 ncrcontrol.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 20:53:26 PDT Removed files: usr.sbin/ncrcontrol Makefile ncrcontrol.8 ncrcontrol.c Log: Obsoleted by CAM. From owner-cvs-all Wed Sep 16 20:56:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02693 for cvs-all-outgoing; Wed, 16 Sep 1998 20:56: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 UAA02494; Wed, 16 Sep 1998 20:55:03 -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 UAA16372; Wed, 16 Sep 1998 20:54:32 -0700 (PDT) Date: Wed, 16 Sep 1998 20:54:32 -0700 (PDT) Message-Id: <199809170354.UAA16372@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/scsi Makefile scsi.8 scsi.c src/sbin/scsiformat Makefile scsiformat.8 scsiformat.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 20:54:31 PDT Removed files: sbin/scsi Makefile scsi.8 scsi.c sbin/scsiformat Makefile scsiformat.8 scsiformat.sh Log: Obsoleted by CAM. From owner-cvs-all Wed Sep 16 20:57:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02810 for cvs-all-outgoing; Wed, 16 Sep 1998 20:57: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 UAA02629; Wed, 16 Sep 1998 20:56:01 -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 UAA16440; Wed, 16 Sep 1998 20:55:34 -0700 (PDT) Date: Wed, 16 Sep 1998 20:55:34 -0700 (PDT) Message-Id: <199809170355.UAA16440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib Makefile src/lib/libscsi Makefile scsi.3 scsi.c scsi.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 20:55:34 PDT Modified files: lib Makefile Removed files: lib/libscsi Makefile scsi.3 scsi.c scsi.h Log: libscsi is obsoleted by CAM. Revision Changes Path 1.80 +2 -3 src/lib/Makefile From owner-cvs-all Wed Sep 16 20:58:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02950 for cvs-all-outgoing; Wed, 16 Sep 1998 20:58: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 UAA02769; Wed, 16 Sep 1998 20:56:52 -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 UAA16498; Wed, 16 Sep 1998 20:56:23 -0700 (PDT) Date: Wed, 16 Sep 1998 20:56:23 -0700 (PDT) Message-Id: <199809170356.UAA16498@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 gibbs 1998/09/16 20:56:23 PDT Modified files: . Makefile.inc1 Log: libscsi is obsoleted by CAM. Revision Changes Path 1.15 +1 -2 src/Makefile.inc1 From owner-cvs-all Wed Sep 16 20:58:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02969 for cvs-all-outgoing; Wed, 16 Sep 1998 20:58:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA02762 for ; Wed, 16 Sep 1998 20:56:49 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zJVB1-0003JM-00; Wed, 16 Sep 1998 21:56:15 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id VAA13052; Wed, 16 Sep 1998 21:57:21 -0600 (MDT) Message-Id: <199809170357.VAA13052@harmony.village.org> To: Matthew Dillon Subject: Re: buildworld/installworld, minor inconsistancies Cc: committers@freebsd.org In-reply-to: Your message of "Wed, 16 Sep 1998 20:19:35 PDT." <199809170319.UAA26241@apollo.backplane.com> References: <199809170319.UAA26241@apollo.backplane.com> Date: Wed, 16 Sep 1998 21:57:21 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199809170319.UAA26241@apollo.backplane.com> Matthew Dillon writes: : /usr/bin/doscmd currently built for a.out tree only This should build for all trees, but only as a.out. It works on an otherwise elf system. Hmmm, come to think of it, maybe it shouldn't build for elf systems because it needs the aout libraries. Yuck. Looks like a conversion is in order. Yuck++; Warner From owner-cvs-all Wed Sep 16 21:00:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03468 for cvs-all-outgoing; Wed, 16 Sep 1998 21:00: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 UAA03243; Wed, 16 Sep 1998 20:59:23 -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 UAA16593; Wed, 16 Sep 1998 20:58:59 -0700 (PDT) Date: Wed, 16 Sep 1998 20:58:59 -0700 (PDT) Message-Id: <199809170358.UAA16593@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys dpt.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/16 20:58:59 PDT Removed files: sys/sys dpt.h Log: dpt.h has moved back to sys/dev/dpt. The dpt ioctl interface will be properly separated out from what is currently a header file filled with lots of data mostly of interest to the kernel driver, and placed in the proper location at that time. From owner-cvs-all Wed Sep 16 21:03:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03960 for cvs-all-outgoing; Wed, 16 Sep 1998 21:03: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 VAA03717; Wed, 16 Sep 1998 21:01:48 -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 VAA16711; Wed, 16 Sep 1998 21:01:21 -0700 (PDT) Date: Wed, 16 Sep 1998 21:01:21 -0700 (PDT) Message-Id: <199809170401.VAA16711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_dummynet.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/16 21:01:20 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_dummynet.h Log: add definition for mbuf type used by dummynet Revision Changes Path 1.1.2.1 +9 -1 src/sys/netinet/ip_dummynet.h From owner-cvs-all Wed Sep 16 21:04:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04248 for cvs-all-outgoing; Wed, 16 Sep 1998 21:04:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04017 for ; Wed, 16 Sep 1998 21:03:16 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id WAA00138; Wed, 16 Sep 1998 22:02:44 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809170402.WAA00138@panzer.plutotech.com> Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170348.VAA29842@panzer.plutotech.com> from "Kenneth D. Merry" at "Sep 16, 98 09:48:08 pm" To: ken@plutotech.com (Kenneth D. Merry) Date: Wed, 16 Sep 1998 22:02:44 -0600 (MDT) Cc: dillon@backplane.com, committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (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 Kenneth D. Merry wrote... > Matthew Dillon wrote... > > [ I'll address the ones I know about ] > > > I'm running a complete elf rebuild on my load-heavy test box now. > > A number of minor inconsistancies cropped up: > > > > > > /sbin/scsi not in Makefile, not built, not installed, still > > resides in source tree > > > > /sbin/scsiformat not in Makefile, not built, not installed, still > > resides in source tree > > I intend to go through and remove some more of the files that have been > made obsolete by CAM. Those are some of them, although I could probably > port scsiformat to camcontrol. You can add libscsi to that list as well. > Give me another couple of days, I'll try to clean them out. Never mind, Justin just beat me to it. :) Ken -- Kenneth Merry ken@plutotech.com From owner-cvs-all Wed Sep 16 21:07:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04858 for cvs-all-outgoing; Wed, 16 Sep 1998 21:07:39 -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 VAA04671 for ; Wed, 16 Sep 1998 21:06:26 -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 WAA01010; Wed, 16 Sep 1998 22:05:55 -0600 (MDT) Message-Id: <199809170405.WAA01010@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Kenneth D. Merry" cc: dillon@backplane.com (Matthew Dillon), committers@FreeBSD.ORG Subject: Re: buildworld/installworld, minor inconsistancies In-reply-to: Your message of "Wed, 16 Sep 1998 21:48:08 MDT." <199809170348.VAA29842@panzer.plutotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 16 Sep 1998 21:59:33 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ... >> /sbin/scsiformat not in Makefile, not built, not installed, still >> resides in source tree > >I intend to go through and remove some more of the files that have been >made obsolete by CAM. Those are some of them, although I could probably >port scsiformat to camcontrol. You can add libscsi to that list as well. >Give me another couple of days, I'll try to clean them out. I mentioned to committers when I finished the big CAM integration push that there were several files still in the tree that were "disconnected" but not garbage collected yet. Mostly this was due to my need for sleep. I meant to clear these out earlier today, but firefighting prevented that. Most of the files that came to mind, I just deleted. >> /usr/sbin/ncrcontrol currently built for alpha architecture only ? > >I think most of the things that ncrcontrol does are either already done by >camcontrol or the devstat utilities. Or if they're not, they can probably >be easily added. I think Justin said it doesn't work with the CAM port of >the NCR driver anyway. Yes. CAM has all of the hooks to allow you to set transfer settings, tag enables, etc in a controller neutral fashion. Camcontrol should get the command line options to set these once we've had a bit to catch our breath. So you haven't mentioned anything about how well your news server is holding up with CAM... -- Justin From owner-cvs-all Wed Sep 16 21:15:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06533 for cvs-all-outgoing; Wed, 16 Sep 1998 21:15: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 VAA06293; Wed, 16 Sep 1998 21:14:34 -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 VAA17152; Wed, 16 Sep 1998 21:14:13 -0700 (PDT) Date: Wed, 16 Sep 1998 21:14:13 -0700 (PDT) Message-Id: <199809170414.VAA17152@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 ken 1998/09/16 21:14:13 PDT Modified files: . modules Log: Take out a bunch of entries that are now obsolete or somewhat stale. (scsi, scsiformat, libscsi, sys_scsi, scsi_i386, etc. etc.) Add two new entries: sys_cam -> src/sys/cam sys_cam_scsi -> src/sys/cam/scsi Approved by: gibbs Revision Changes Path 1.2377 +3 -12 CVSROOT/modules From owner-cvs-all Wed Sep 16 21:36:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA10945 for cvs-all-outgoing; Wed, 16 Sep 1998 21:36: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 VAA10875; Wed, 16 Sep 1998 21:36:21 -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 VAA17843; Wed, 16 Sep 1998 21:35:59 -0700 (PDT) Date: Wed, 16 Sep 1998 21:35:59 -0700 (PDT) Message-Id: <199809170435.VAA17843@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/16 21:35:59 PDT Modified files: (Branch: RELENG_2_2) sys/netinet tcp_input.c Log: introduce a sysctl variable to disable slow-start on "local" tcp connections. slow-start is used by default (as it should be) This fixes a misbehaviour that was introduced when T/TCP was integrated in the main sources. Revision Changes Path 1.54.2.12 +6 -2 src/sys/netinet/tcp_input.c From owner-cvs-all Wed Sep 16 21:42:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12192 for cvs-all-outgoing; Wed, 16 Sep 1998 21:42: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 VAA12098; Wed, 16 Sep 1998 21:42: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 VAA18094; Wed, 16 Sep 1998 21:41:42 -0700 (PDT) Date: Wed, 16 Sep 1998 21:41:42 -0700 (PDT) Message-Id: <199809170441.VAA18094@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/glade Makefile ports/devel/glade/files md5 ports/devel/glade/patches patch-aa ports/devel/glade/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 21:41:41 PDT Modified files: devel/glade Makefile devel/glade/files md5 devel/glade/pkg PLIST Added files: devel/glade/patches patch-aa Log: Upgrade to 0.3.4. Revision Changes Path 1.7 +6 -4 ports/devel/glade/Makefile 1.3 +1 -1 ports/devel/glade/files/md5 1.3 +2 -0 ports/devel/glade/pkg/PLIST From owner-cvs-all Wed Sep 16 21:48:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12808 for cvs-all-outgoing; Wed, 16 Sep 1998 21:48: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 VAA12766; Wed, 16 Sep 1998 21:48: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 VAA18251; Wed, 16 Sep 1998 21:47:46 -0700 (PDT) Date: Wed, 16 Sep 1998 21:47:46 -0700 (PDT) Message-Id: <199809170447.VAA18251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/sane Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/16 21:47:46 PDT Modified files: graphics/sane Makefile Log: Add 2 manpages. Revision Changes Path 1.8 +19 -5 ports/graphics/sane/Makefile From owner-cvs-all Wed Sep 16 21:57:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA13924 for cvs-all-outgoing; Wed, 16 Sep 1998 21:57:45 -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 VAA13908 for ; Wed, 16 Sep 1998 21:57:34 -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 VAA15281; Wed, 16 Sep 1998 21:56:47 -0700 X-Authentication-Warning: remler.nas.nasa.gov: mjacob owned process doing -bs Date: Wed, 16 Sep 1998 21:56:47 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@nas.nasa.gov To: "Kenneth D. Merry" cc: Matthew Dillon , committers@FreeBSD.ORG Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170348.VAA29842@panzer.plutotech.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 > > /usr/src/sys/i386/conf/LINT still contains 'options SCSI_CAM'. Is this > > option still required or is it now superfluous ? > > Ask Matthew Jacob. It was necessary at one point for the QLogic driver. No longer necessary if the 'old' non-CAM code is not to supported in the same tree. From owner-cvs-all Wed Sep 16 21:58:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14009 for cvs-all-outgoing; Wed, 16 Sep 1998 21:58:10 -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 VAA13963 for ; Wed, 16 Sep 1998 21:58:00 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id VAA26473; Wed, 16 Sep 1998 21:57:37 -0700 (PDT) Date: Wed, 16 Sep 1998 21:57:37 -0700 (PDT) From: Matthew Dillon Message-Id: <199809170457.VAA26473@apollo.backplane.com> To: "Justin T. Gibbs" Cc: "Kenneth D. Merry" , committers@FreeBSD.ORG Subject: Re: buildworld/installworld, minor inconsistancies References: <199809170405.WAA01010@pluto.plutotech.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :>camcontrol or the devstat utilities. Or if they're not, they can probably :>be easily added. I think Justin said it doesn't work with the CAM port of :>the NCR driver anyway. : :Yes. CAM has all of the hooks to allow you to set transfer settings, :tag enables, etc in a controller neutral fashion. Camcontrol should :get the command line options to set these once we've had a bit to :catch our breath. I've played with camcontrol a little and already like it. :So you haven't mentioned anything about how well your news server is :holding up with CAM... : :-- :Justin As expected, it works :-) I was running CAM on it before for a little while, so there were no big surprises this time around. CAM's expanded tag capabilities should allow the machine to scale to higher loads more smoothly but I don't expect a big boost in performance at low to medium load levels. The two remaining OS bugs I'd like to solve are the getblk/pgtblk deadlock, which occurs about once a week, and the write()/mmap() file corruption. Both are VM bugs and unrelated to CAM. We'll see if anything new turns up. -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 16 22:10:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15480 for cvs-all-outgoing; Wed, 16 Sep 1998 22:10: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 WAA15475; Wed, 16 Sep 1998 22:10:42 -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 WAA18799; Wed, 16 Sep 1998 22:10:24 -0700 (PDT) Date: Wed, 16 Sep 1998 22:10:24 -0700 (PDT) Message-Id: <199809170510.WAA18799@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/16 22:10:24 PDT Modified files: sbin/camcontrol camcontrol.8 Log: Fix a typo. "Primay" -> "Primary" Revision Changes Path 1.2 +2 -2 src/sbin/camcontrol/camcontrol.8 From owner-cvs-all Wed Sep 16 22:35:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19081 for cvs-all-outgoing; Wed, 16 Sep 1998 22:35:24 -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 WAA19030; Wed, 16 Sep 1998 22:35:06 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:cjZ4RmSB6BYP1LoHE5nkvaEKxCk7KWff@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id HAA03222; Thu, 17 Sep 1998 07:34:00 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809170534.HAA03222@gratis.grondar.za> To: John Birrell cc: dag-erli@ifi.uio.no, markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: Your message of " Thu, 17 Sep 1998 07:41:12 +1000." <199809162141.HAA05906@cimlogic.com.au> References: <199809162141.HAA05906@cimlogic.com.au> Date: Thu, 17 Sep 1998 07:34:00 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Birrell wrote: > > Cool! This will be particularly valuable if it is a virgin 2.2.7 box :-) > > I've just tried this on a virgin 2.2.7 box and it still fails with: > > cc -nostdinc -O -pipe -I/usr/src/gnu/usr.bin/perl/perl/../../../../contrib/pe rl5 > -I/usr/obj/elf/usr/src/gnu/usr.bin/perl/perl -I/usr/obj/elf/usr/src/tmp/us r/i > nclude -o perl perlmain.o lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcry pt > perlmain.o: In function `xs_init': > perlmain.o(.text+0x9d): undefined reference to `boot_DynaLoader' > > Note that the aout bootstrap must have worked. It is the second stage > elf bootstrap that is failing. Could you please do a "file DynaLoader.a" on the appropriate DynaLoader.a. > I'll look a little closer at this when I'm fully awake. 8-) Great! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 22:41:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20285 for cvs-all-outgoing; Wed, 16 Sep 1998 22:41:01 -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 WAA20267 for ; Wed, 16 Sep 1998 22:40:52 -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 NAA28385; Thu, 17 Sep 1998 13:39:31 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809170539.NAA28385@spinner.netplex.com.au> To: Warner Losh cc: Matthew Dillon , committers@FreeBSD.ORG Subject: Re: buildworld/installworld, minor inconsistancies In-reply-to: Your message of "Wed, 16 Sep 1998 21:57:21 CST." <199809170357.VAA13052@harmony.village.org> Date: Thu, 17 Sep 1998 13:39:31 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Warner Losh wrote: > In message <199809170319.UAA26241@apollo.backplane.com> Matthew Dillon writes: > : /usr/bin/doscmd currently built for a.out tree only > > This should build for all trees, but only as a.out. It works on an > otherwise elf system. Hmmm, come to think of it, maybe it shouldn't > build for elf systems because it needs the aout libraries. Yuck. > Looks like a conversion is in order. Yuck++; > > Warner I "fixed" this at home by making doscmd.kernel be built in -aout mode. The doscmd driver program just has a simple a.out loader. Making it understand elf wouldn't be too hard and is probably the right thing - or use some other simple format that binutils can generate. > Cheers, -Peter From owner-cvs-all Wed Sep 16 22:41:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA20323 for cvs-all-outgoing; Wed, 16 Sep 1998 22:41:13 -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 WAA20276; Wed, 16 Sep 1998 22:40:59 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:oMcLM41A1STi66ql0BES/bC44DpaSQws@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id HAA03277; Thu, 17 Sep 1998 07:40:34 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809170540.HAA03277@gratis.grondar.za> To: asami@FreeBSD.ORG (Satoshi Asami) cc: markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/xpm/patches patch-ab ports/graphics/xpm/pkg PLIST In-Reply-To: Your message of " Wed, 16 Sep 1998 17:48:11 MST." <199809170048.RAA10354@silvia.hip.berkeley.edu> References: <199809170048.RAA10354@silvia.hip.berkeley.edu> Date: Thu, 17 Sep 1998 07:40:34 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wrote: > Hi Mark, > > * Roll back xpm shared library numbers. It will be truncated to "Xpm.4" > * for ELF. > > After talking to several people, I decided to retract the "bump major > if minor is nonzero" policy. Sorry about that. OK. So we are just truncating? libfoo.so.4.11 becomes libfoo.so.4? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 22:46:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21251 for cvs-all-outgoing; Wed, 16 Sep 1998 22:46:51 -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 WAA21237; Wed, 16 Sep 1998 22:46:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.8/8.6.12) id WAA01322; Wed, 16 Sep 1998 22:43:54 -0700 (PDT) Message-ID: <19980916224354.C1289@nuxi.com> Date: Wed, 16 Sep 1998 22:43:54 -0700 From: "David O'Brien" To: Brian Somers Cc: ports@freeBSd.org, cvs-committers@freeBSd.org Subject: Re: DHCP in the base Reply-To: obrien@NUXI.com References: <19980916115108.F24012@nuxi.com> <199809162230.XAA01129@woof.lan.awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809162230.XAA01129@woof.lan.awfulhak.org>; from Brian Somers on Wed, Sep 16, 1998 at 11:30:41PM +0100 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 > > Is all I do and all I need is /usr/local/sbin/dhcpc. With the ISC client > > there is a VERY extensive config file needed. > > Mine says: > > interface "ep0" { > send host-name "woof"; > prepend domain-name-servers 127.0.0.1; > } That one may work fine. If so, can we please add it to the dhcp-2.x port?? I tried out that port and was overwhelmed by the manpage's listing of what a config file should look like. I tried a much more complicated version -- didn't work. So I went back to WIDE-dhcp. I asked Justin (the maintainer) to put a sample of a working on in the port and never heard back. -- -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) From owner-cvs-all Wed Sep 16 22:49:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21666 for cvs-all-outgoing; Wed, 16 Sep 1998 22:49:46 -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 WAA21633; Wed, 16 Sep 1998 22:49:20 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:C/nF0xtCUXjZyLQNrvVleCJiF/qrUmOo@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id HAA03388; Thu, 17 Sep 1998 07:48:39 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809170548.HAA03388@gratis.grondar.za> To: Ollivier Robert cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: Your message of " Thu, 17 Sep 1998 00:23:17 +0200." <19980917002317.A17388@keltia.freenix.fr> References: <199809161644.SAA08162@gratis.grondar.za> <199809162141.HAA05906@cimlogic.com.au> <19980917002317.A17388@keltia.freenix.fr> Date: Thu, 17 Sep 1998 07:48:39 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert wrote: > The problem appears because you're compiling on a 2.2.* system whereas the > test I put inside hints/freebsd.sh is only for 3.0 :-( Not any more :-). I updated that. > I'm afraid I didn't consider upgrading from 2.2 to 3.0 _and_ ELF at the > same time. Me neither, at first, but we are getting there. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 22:52:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22271 for cvs-all-outgoing; Wed, 16 Sep 1998 22:52:48 -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 WAA22153; Wed, 16 Sep 1998 22:52:07 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id PAA08032; Thu, 17 Sep 1998 15:55:46 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809170555.PAA08032@cimlogic.com.au> Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: <199809170534.HAA03222@gratis.grondar.za> from Mark Murray at "Sep 17, 98 07:34:00 am" To: mark@grondar.za (Mark Murray) Date: Thu, 17 Sep 1998 15:55:46 +1000 (EST) Cc: jb@cimlogic.com.au, dag-erli@ifi.uio.no, markm@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 Mark Murray wrote: > Could you please do a "file DynaLoader.a" on the appropriate DynaLoader.a. You've played this game before! It's aout, not elf: /usr/obj/elf/usr/src/gnu/usr.bin/perl/perl/lib/auto/DynaLoader/DynaLoader.a: current ar archive random library whereas: /usr/obj/elf/usr/src/tmp/usr/lib/libc.a: current ar archive The `ar cr' command doesn't have a path, so it should be getting the objformat relative one from the path set by the make. This implies that OBJFORMAT has been overridden to aout somehow instead of following what the build environment has set. -- 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 Wed Sep 16 22:57:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23310 for cvs-all-outgoing; Wed, 16 Sep 1998 22:57:31 -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 WAA23243; Wed, 16 Sep 1998 22:57:01 -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 NAA28536; Thu, 17 Sep 1998 13:56:36 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809170556.NAA28536@spinner.netplex.com.au> To: asami@FreeBSD.ORG (Satoshi Asami) cc: grog@lemis.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources In-reply-to: Your message of "Wed, 16 Sep 1998 00:58:10 MST." <199809160758.AAA03340@silvia.hip.berkeley.edu> Date: Thu, 17 Sep 1998 13:56:35 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > * What are you guys talking about? I see no emacs.core. > > I don't know. It was in the commit message. > > === > >> ls -lg /home/ncvs/src/lkm/vinum/ > total 299 > 1 drwxrwxr-x 2 grog ncvs 1024 Sep 16 00:54 ./ > 1 drwxrwxr-x 36 wollman ncvs 1024 Sep 15 22:56 ../ > 3 -r--r--r-- 1 grog ncvs 2303 Sep 15 22:56 COPYRIGHT,v > : > 22 -r--r--r-- 1 grog ncvs 21828 Sep 15 22:56 vinumvar.h,v > > === > > Judging from the timestamps, someone deleted it directly from the > repository? :< I did, but I was stuck on a macintosh with horrible keyboard bindings and was having a great deal of trouble. I had a good chuckle when greg imported it.. :-) 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.. > > Satoshi > Cheers, -Peter From owner-cvs-all Wed Sep 16 23:04:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA25057 for cvs-all-outgoing; Wed, 16 Sep 1998 23:04:37 -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 XAA24986; Wed, 16 Sep 1998 23:04:19 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:vBw4qP8CeLaQL6iFEJvv+RAUTDxx4E5y@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA03554; Thu, 17 Sep 1998 08:03:20 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809170603.IAA03554@gratis.grondar.za> To: John Birrell cc: dag-erli@ifi.uio.no, markm@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: Your message of " Thu, 17 Sep 1998 15:55:46 +1000." <199809170555.PAA08032@cimlogic.com.au> References: <199809170555.PAA08032@cimlogic.com.au> Date: Thu, 17 Sep 1998 08:03:17 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Birrell wrote: > Mark Murray wrote: > > Could you please do a "file DynaLoader.a" on the appropriate DynaLoader.a. > > You've played this game before! It's aout, not elf: :-) > The `ar cr' command doesn't have a path, so it should be getting the > objformat relative one from the path set by the make. This implies that > OBJFORMAT has been overridden to aout somehow instead of following what > the build environment has set. This is where I start passing the hat around for a contract on the Perl5 developers' heads. Grrr. They have built a twisty little maze of interdependant scripts that is _nasty_ to unravel. These scripts are riddled with path searchers and other crap that overrides the build environment. I'll get this one. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Sep 16 23:30:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29376 for cvs-all-outgoing; Wed, 16 Sep 1998 23:30:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA29371 for ; Wed, 16 Sep 1998 23:30:15 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zJXZb-0003PT-00; Thu, 17 Sep 1998 00:29:47 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id AAA14759; Thu, 17 Sep 1998 00:30:55 -0600 (MDT) Message-Id: <199809170630.AAA14759@harmony.village.org> To: Peter Wemm Subject: Re: buildworld/installworld, minor inconsistancies Cc: Matthew Dillon , committers@freebsd.org In-reply-to: Your message of "Thu, 17 Sep 1998 13:39:31 +0800." <199809170539.NAA28385@spinner.netplex.com.au> References: <199809170539.NAA28385@spinner.netplex.com.au> Date: Thu, 17 Sep 1998 00:30:55 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199809170539.NAA28385@spinner.netplex.com.au> Peter Wemm writes: : I "fixed" this at home by making doscmd.kernel be built in -aout : mode. The doscmd driver program just has a simple a.out loader. : Making it understand elf wouldn't be too hard and is probably the : right thing - or use some other simple format that binutils can : generate. Hmmm. Lots of ELF loaders around. I'll have to give this a whirl. I'd hate doscmd to be the only reason to have aout-like code enabled in the compiler. Once the kernel and lkms are ELF, I think this is the last thing... Warner From owner-cvs-all Wed Sep 16 23:30:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29511 for cvs-all-outgoing; Wed, 16 Sep 1998 23:30: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 XAA29506; Wed, 16 Sep 1998 23:30: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 XAA20751; Wed, 16 Sep 1998 23:30:35 -0700 (PDT) Date: Wed, 16 Sep 1998 23:30:35 -0700 (PDT) Message-Id: <199809170630.XAA20751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/png Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1998/09/16 23:30:35 PDT Modified files: graphics/png Makefile Log: Typo (libpng.2 -> libpng.3). Revision Changes Path 1.16 +2 -2 ports/graphics/png/Makefile From owner-cvs-all Wed Sep 16 23:42:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01677 for cvs-all-outgoing; Wed, 16 Sep 1998 23:42:20 -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 XAA01665; Wed, 16 Sep 1998 23:42:11 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-24.ix.netcom.com [209.109.234.24]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA06753; Wed, 16 Sep 1998 23:41:49 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA14095; Wed, 16 Sep 1998 23:41:47 -0700 (PDT) Date: Wed, 16 Sep 1998 23:41:47 -0700 (PDT) Message-Id: <199809170641.XAA14095@silvia.hip.berkeley.edu> To: tg@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199809170630.XAA20751@freefall.freebsd.org> (message from Thomas Gellekum on Wed, 16 Sep 1998 23:30:35 -0700 (PDT)) Subject: Re: cvs commit: ports/graphics/png Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Typo (libpng.2 -> libpng.3). Eek. Sorry. Satoshi *-<:) From owner-cvs-all Wed Sep 16 23:44:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02024 for cvs-all-outgoing; Wed, 16 Sep 1998 23:44:24 -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 XAA01998; Wed, 16 Sep 1998 23:44:15 -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 HAA11075; Thu, 17 Sep 1998 07:43:08 +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 HAA05408; Thu, 17 Sep 1998 07:43:06 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809170643.HAA05408@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: obrien@NUXI.com cc: Brian Somers , ports@freeBSd.org, cvs-committers@freeBSd.org Subject: Re: DHCP in the base In-reply-to: Your message of "Wed, 16 Sep 1998 22:43:54 PDT." <19980916224354.C1289@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 07:43:01 +0100 From: Brian Somers Sender: owner-cvs-all@freeBSd.org X-Loop: FreeBSD.org Precedence: bulk > > > Is all I do and all I need is /usr/local/sbin/dhcpc. With the ISC client > > > there is a VERY extensive config file needed. > > > > Mine says: > > > > interface "ep0" { > > send host-name "woof"; > > prepend domain-name-servers 127.0.0.1; > > } > > That one may work fine. If so, can we please add it to the dhcp-2.x > port?? I tried out that port and was overwhelmed by the manpage's > listing of what a config file should look like. I tried a much more > complicated version -- didn't work. So I went back to WIDE-dhcp. I > asked Justin (the maintainer) to put a sample of a working on in the port > and never heard back. You must have missed this at the end of the dhclient.conf man page: This is a very complicated dhclient.conf file - in gen- eral, yours should be much simpler. In many cases, it's sufficient to just create an empty dhclient.conf file - the defaults are usually fine. I agree though, I was a bit aghast at the number of options, but then, I'm aghast at the options for ppp too :^P > -- > -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Sep 17 01:11:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19903 for cvs-all-outgoing; Thu, 17 Sep 1998 01:11: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 BAA19876; Thu, 17 Sep 1998 01:11:04 -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 BAA23358; Thu, 17 Sep 1998 01:10:45 -0700 (PDT) Date: Thu, 17 Sep 1998 01:10:45 -0700 (PDT) Message-Id: <199809170810.BAA23358@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/ls ls.c util.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/17 01:10:44 PDT Modified files: (Branch: RELENG_2_2) bin/ls ls.c util.c Log: Remove two more references to unimplemented -W option. PR: 7417 Pointed-out-by: The Bruce Filter Revision Changes Path 1.10.2.3 +2 -2 src/bin/ls/ls.c 1.5.2.3 +2 -2 src/bin/ls/util.c From owner-cvs-all Thu Sep 17 01:14:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20361 for cvs-all-outgoing; Thu, 17 Sep 1998 01:14:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20321 for ; Thu, 17 Sep 1998 01:14:13 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.8.7/8.8.7) with UUCP id JAA03342; Thu, 17 Sep 1998 09:13:49 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] by seagoon.gid.co.uk; Thu, 17 Sep 1998 09:03:48 +0100 (BST) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: <199809162358.QAA07113@pdxlx008.pdx.intel.com> References: Your message of "Wed, 16 Sep 1998 11:51:08 PDT." <19980916115108.F24012@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 17 Sep 1998 09:03:47 +0000 To: Wayne Scott From: Bob Bishop Subject: Re: DHCP in the base Cc: obrien@NUXI.com, Studded , Garrett Wollman , Brian Somers , cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk At 4:58 pm -0700 16/9/98, Wayne Scott wrote: >... Yes, the ISC does allow you to do very complicated things, but they >are >not required. My mileage differs. We are using ISC extensively after having a _lot_ of trouble making WIDE do what we needed. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK From owner-cvs-all Thu Sep 17 01:17:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20677 for cvs-all-outgoing; Thu, 17 Sep 1998 01:17: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 BAA20650; Thu, 17 Sep 1998 01:17: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 BAA23591; Thu, 17 Sep 1998 01:17:09 -0700 (PDT) Date: Thu, 17 Sep 1998 01:17:09 -0700 (PDT) Message-Id: <199809170817.BAA23591@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/17 01:17:09 PDT Modified files: games/pysol Makefile games/pysol/files md5 games/pysol/pkg PLIST Log: Upgrade to 1.01. Revision Changes Path 1.2 +3 -3 ports/games/pysol/Makefile 1.2 +1 -1 ports/games/pysol/files/md5 1.2 +2 -3 ports/games/pysol/pkg/PLIST From owner-cvs-all Thu Sep 17 01:21:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21076 for cvs-all-outgoing; Thu, 17 Sep 1998 01:21:24 -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 BAA21053 for ; Thu, 17 Sep 1998 01:21:06 -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 JAA14543; Thu, 17 Sep 1998 09:20:32 +0100 (BST) Date: Thu, 17 Sep 1998 09:20:31 +0100 (BST) From: Doug Rabson To: Matthew Dillon cc: committers@freebsd.org Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170319.UAA26241@apollo.backplane.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, 16 Sep 1998, Matthew Dillon wrote: > /usr/sbin/ncrcontrol currently built for alpha architecture only ? I noticed that. It doesn't build either :-). I'll commit the Makefile change soon. -- 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 17 01:21:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21125 for cvs-all-outgoing; Thu, 17 Sep 1998 01:21:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21074; Thu, 17 Sep 1998 01:21:22 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.8.7/8.8.7) with UUCP id JAA03397; Thu, 17 Sep 1998 09:20:55 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] by seagoon.gid.co.uk; Thu, 17 Sep 1998 09:19:14 +0100 (BST) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: <199809170556.NAA28536@spinner.netplex.com.au> References: Your message of "Wed, 16 Sep 1998 00:58:10 MST." <199809160758.AAA03340@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 17 Sep 1998 09:19:13 +0000 To: Peter Wemm From: Bob Bishop Subject: Re: cvs commit: src/lkm/vinum - Imported sources Cc: asami@FreeBSD.ORG (Satoshi Asami), grog@lemis.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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! -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK From owner-cvs-all Thu Sep 17 01:29:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22263 for cvs-all-outgoing; Thu, 17 Sep 1998 01:29: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 BAA22250; Thu, 17 Sep 1998 01:29:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA23960; Thu, 17 Sep 1998 01:29:17 -0700 (PDT) Date: Thu, 17 Sep 1998 01:29:17 -0700 (PDT) Message-Id: <199809170829.BAA23960@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/rpc publickey.5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/17 01:29:16 PDT Modified files: lib/libc/rpc publickey.5 Log: s/yellow pages/NIS/ PR: 7949 Reviewed by: phk Submitted by: Norihiro Kumagai Revision Changes Path 1.2 +2 -3 src/lib/libc/rpc/publickey.5 From owner-cvs-all Thu Sep 17 01:34:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23312 for cvs-all-outgoing; Thu, 17 Sep 1998 01:34:13 -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 BAA23200; Thu, 17 Sep 1998 01:34:08 -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 KAA08873; Thu, 17 Sep 1998 10:27:43 +0200 (CEST) To: Bob Bishop cc: Peter Wemm , asami@FreeBSD.ORG (Satoshi Asami), grog@lemis.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources In-reply-to: Your message of "Thu, 17 Sep 1998 09:19:13 -0000." Date: Thu, 17 Sep 1998 10:27:43 +0200 Message-ID: <8871.906020863@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. -- 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 Thu Sep 17 01:53:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25971 for cvs-all-outgoing; Thu, 17 Sep 1998 01:53: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 BAA25965; Thu, 17 Sep 1998 01:53:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25082; Thu, 17 Sep 1998 01:52:41 -0700 (PDT) Date: Thu, 17 Sep 1998 01:52:41 -0700 (PDT) Message-Id: <199809170852.BAA25082@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 phk 1998/09/17 01:52:41 PDT Modified files: games/fortune/datfiles Makefile Log: Don't expect /usr/games in the path. Avoid using /usr/games versions if we can find what we need (caesar & strfile) in the buildtree. PR: 7936 Submitted by: Achim Patzner Revision Changes Path 1.10 +19 -6 src/games/fortune/datfiles/Makefile From owner-cvs-all Thu Sep 17 01:55:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26491 for cvs-all-outgoing; Thu, 17 Sep 1998 01:55: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 BAA26476; Thu, 17 Sep 1998 01:55: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 BAA25230; Thu, 17 Sep 1998 01:55:03 -0700 (PDT) Date: Thu, 17 Sep 1998 01:55:03 -0700 (PDT) Message-Id: <199809170855.BAA25230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/17 01:55:02 PDT Modified files: usr.sbin Makefile Log: Don't build ncrcontrol on alpha, its obsoleted by cam. Revision Changes Path 1.132 +1 -2 src/usr.sbin/Makefile From owner-cvs-all Thu Sep 17 01:56:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26815 for cvs-all-outgoing; Thu, 17 Sep 1998 01:56: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 BAA26809; Thu, 17 Sep 1998 01:56:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25349; Thu, 17 Sep 1998 01:56:04 -0700 (PDT) Date: Thu, 17 Sep 1998 01:56:04 -0700 (PDT) Message-Id: <199809170856.BAA25349@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/bc/doc bc.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/17 01:56:04 PDT Modified files: contrib/bc/doc bc.1 Log: s/the the/to the/ PR: 7922 Reviewed by: phk Submitted by: Kaneda Hiloshi Revision Changes Path 1.4 +2 -2 src/contrib/bc/doc/bc.1 From owner-cvs-all Thu Sep 17 02:03:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28161 for cvs-all-outgoing; Thu, 17 Sep 1998 02:03:16 -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 CAA28139 for ; Thu, 17 Sep 1998 02:03:09 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id FAA15168; Thu, 17 Sep 1998 05:02:42 -0400 (EDT) (envelope-from luoqi) Date: Thu, 17 Sep 1998 05:02:42 -0400 (EDT) From: Luoqi Chen Message-Id: <199809170902.FAA15168@lor.watermarkgroup.com> To: imp@village.org, peter@netplex.com.au Subject: Re: buildworld/installworld, minor inconsistancies Cc: committers@FreeBSD.ORG, dillon@backplane.com Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Warner Losh wrote: > > In message <199809170319.UAA26241@apollo.backplane.com> Matthew Dillon writes: > > : /usr/bin/doscmd currently built for a.out tree only > > > > This should build for all trees, but only as a.out. It works on an > > otherwise elf system. Hmmm, come to think of it, maybe it shouldn't > > build for elf systems because it needs the aout libraries. Yuck. > > Looks like a conversion is in order. Yuck++; > > > > Warner > > I "fixed" this at home by making doscmd.kernel be built in -aout mode. The doscmd driver > program just has a simple a.out loader. Making it understand elf wouldn't be too > hard and is probably the right thing - or use some other simple format that binutils > can generate. > > > > > Cheers, > -Peter > If I understand correctly, the reason for an a.out loader is a normal a.out executable loads into the below 1M area that DOS uses. Since ELF executables are loaded well above 1M, there is not need for such a loader, we could just map in anonymous pages to fill the below 1M area. And the doscmd executable could even be dynamically linked. -lq From owner-cvs-all Thu Sep 17 02:35:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04724 for cvs-all-outgoing; Thu, 17 Sep 1998 02:35: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 CAA04694; Thu, 17 Sep 1998 02:35:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27037; Thu, 17 Sep 1998 02:35:03 -0700 (PDT) Date: Thu, 17 Sep 1998 02:35:03 -0700 (PDT) Message-Id: <199809170935.CAA27037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 src/sbin/atm/atm Makefile src/sbin/atm/fore_dnld Makefile src/sbin/atm/ilmid Makefile src/share/mk bsd.libnames.mk src/usr.sbin/atm/atmarpd Makefile src/usr.sbin/atm/scspd Makefile src/sys/dev/hea eni.c eni_intr.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/09/17 02:35:03 PDT Modified files: . Makefile.inc1 sbin/atm/atm Makefile sbin/atm/fore_dnld Makefile sbin/atm/ilmid Makefile share/mk bsd.libnames.mk usr.sbin/atm/atmarpd Makefile usr.sbin/atm/scspd Makefile sys/dev/hea eni.c eni_intr.c eni_receive.c sys/dev/hfa fore_command.c fore_init.c fore_load.c fore_receive.c fore_stats.c fore_vcm.c sys/netatm atm_aal5.c atm_cm.c atm_device.c atm_subr.c atm_sys.h sys/netatm/ipatm ipatm_event.c ipatm_vcm.c sys/netatm/spans spans_if.c spans_msg.c spans_print.c spans_proto.c spans_subr.c spans_util.c sys/netatm/uni sscf_uni.c sscf_uni_lower.c sscf_uni_upper.c sscop.c sscop_lower.c sscop_subr.c sscop_timer.c sscop_upper.c uniarp.c uniarp_vcm.c unisig_decode.c unisig_encode.c unisig_if.c unisig_mbuf.c unisig_msg.c unisig_proto.c unisig_sigmgr_state.c unisig_subr.c unisig_util.c unisig_vc_state.c Log: Two patches from the HARP people: Various Makefile related fixes. -Wformat fixes. Submitted by: Mike Spengler Revision Changes Path 1.16 +2 -1 src/Makefile.inc1 1.3 +2 -1 src/sbin/atm/atm/Makefile 1.3 +2 -1 src/sbin/atm/fore_dnld/Makefile 1.3 +2 -1 src/sbin/atm/ilmid/Makefile 1.18 +2 -1 src/share/mk/bsd.libnames.mk 1.3 +2 -1 src/usr.sbin/atm/atmarpd/Makefile 1.5 +2 -2 src/usr.sbin/atm/scspd/Makefile 1.2 +4 -4 src/sys/dev/hea/eni.c 1.2 +3 -3 src/sys/dev/hea/eni_intr.c 1.2 +3 -3 src/sys/dev/hea/eni_receive.c 1.2 +5 -4 src/sys/dev/hfa/fore_command.c 1.2 +13 -13 src/sys/dev/hfa/fore_init.c 1.2 +16 -16 src/sys/dev/hfa/fore_load.c 1.2 +5 -5 src/sys/dev/hfa/fore_receive.c 1.2 +3 -3 src/sys/dev/hfa/fore_stats.c 1.2 +6 -6 src/sys/dev/hfa/fore_vcm.c 1.2 +3 -3 src/sys/netatm/atm_aal5.c 1.2 +8 -8 src/sys/netatm/atm_cm.c 1.2 +15 -15 src/sys/netatm/atm_device.c 1.2 +4 -4 src/sys/netatm/atm_subr.c 1.2 +2 -2 src/sys/netatm/atm_sys.h 1.2 +6 -6 src/sys/netatm/ipatm/ipatm_event.c 1.2 +4 -4 src/sys/netatm/ipatm/ipatm_vcm.c 1.2 +11 -11 src/sys/netatm/spans/spans_if.c 1.2 +11 -11 src/sys/netatm/spans/spans_msg.c 1.2 +5 -5 src/sys/netatm/spans/spans_print.c 1.2 +15 -16 src/sys/netatm/spans/spans_proto.c 1.2 +7 -7 src/sys/netatm/spans/spans_subr.c 1.2 +4 -4 src/sys/netatm/spans/spans_util.c 1.2 +3 -3 src/sys/netatm/uni/sscf_uni.c 1.2 +6 -6 src/sys/netatm/uni/sscf_uni_lower.c 1.2 +6 -6 src/sys/netatm/uni/sscf_uni_upper.c 1.2 +3 -3 src/sys/netatm/uni/sscop.c 1.2 +10 -10 src/sys/netatm/uni/sscop_lower.c 1.2 +4 -4 src/sys/netatm/uni/sscop_subr.c 1.2 +12 -12 src/sys/netatm/uni/sscop_timer.c 1.2 +8 -8 src/sys/netatm/uni/sscop_upper.c 1.2 +9 -9 src/sys/netatm/uni/uniarp.c 1.2 +7 -7 src/sys/netatm/uni/uniarp_vcm.c 1.2 +3 -4 src/sys/netatm/uni/unisig_decode.c 1.2 +38 -38 src/sys/netatm/uni/unisig_encode.c 1.2 +10 -10 src/sys/netatm/uni/unisig_if.c 1.2 +4 -4 src/sys/netatm/uni/unisig_mbuf.c 1.2 +13 -13 src/sys/netatm/uni/unisig_msg.c 1.2 +18 -18 src/sys/netatm/uni/unisig_proto.c 1.2 +4 -4 src/sys/netatm/uni/unisig_sigmgr_state.c 1.2 +8 -8 src/sys/netatm/uni/unisig_subr.c 1.2 +5 -5 src/sys/netatm/uni/unisig_util.c 1.2 +10 -10 src/sys/netatm/uni/unisig_vc_state.c From owner-cvs-all Thu Sep 17 02:36:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04802 for cvs-all-outgoing; Thu, 17 Sep 1998 02:36: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 CAA04731; Thu, 17 Sep 1998 02:35: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 CAA27073; Thu, 17 Sep 1998 02:35:31 -0700 (PDT) Date: Thu, 17 Sep 1998 02:35:31 -0700 (PDT) Message-Id: <199809170935.CAA27073@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/17 02:35:31 PDT Modified files: sys/alpha/alpha machdep.c Log: Fix printf format errors. Revision Changes Path 1.14 +6 -6 src/sys/alpha/alpha/machdep.c From owner-cvs-all Thu Sep 17 02:39:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05636 for cvs-all-outgoing; Thu, 17 Sep 1998 02:39: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 CAA05606; Thu, 17 Sep 1998 02:38: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 CAA27224; Thu, 17 Sep 1998 02:38:36 -0700 (PDT) Date: Thu, 17 Sep 1998 02:38:36 -0700 (PDT) Message-Id: <199809170938.CAA27224@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/alpha/include console.h src/sys/alpha/include/pc vesa.h bios.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/17 02:38:36 PDT Modified files: sys/isa syscons.c syscons.h sys/alpha/conf files.alpha sys/alpha/include console.h sys/alpha/include/pc bios.h Added files: sys/isa scvidctl.c videoio.c videoio.h sys/alpha/include/pc vesa.h Log: Merge with the latest i386 syscons. Revision Changes Path 1.274 +509 -1336 src/sys/isa/syscons.c 1.41 +63 -31 src/sys/isa/syscons.h 1.10 +3 -1 src/sys/alpha/conf/files.alpha 1.40 +125 -4 src/sys/alpha/include/console.h 1.4 +6 -2 src/sys/alpha/include/pc/bios.h From owner-cvs-all Thu Sep 17 02:44:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06735 for cvs-all-outgoing; Thu, 17 Sep 1998 02:44:52 -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 CAA06611; Thu, 17 Sep 1998 02:44:14 -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 LAA04121; Thu, 17 Sep 1998 11:43:46 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Thu, 17 Sep 1998 11:43:45 +0200 (MET DST) Mime-Version: 1.0 To: Brian Somers Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp ppp.8 References: <199809170045.RAA10190@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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 17 Sep 1998 11:43:45 +0200 In-Reply-To: Brian Somers's message of "Wed, 16 Sep 1998 17:45:12 -0700 (PDT)" Message-ID: Lines: 16 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 CAB06645 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers writes: > Log: > Alphabeticalize SEE ALSO section. ITYM "alphabetize": dag-erli@hrotti ~$ webster alphabetize al.pha.bet.ize \ál-f*-b*-.t{i-}z\ vt 1: to furnish with an alphabet 2: to arrange alphabetically - al.pha.bet.iz.er n HTH, HAND. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Thu Sep 17 02:50:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07882 for cvs-all-outgoing; Thu, 17 Sep 1998 02:50:31 -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 CAA07705; Thu, 17 Sep 1998 02:49:54 -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 LAA05053; Thu, 17 Sep 1998 11:49:02 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Thu, 17 Sep 1998 11:49:01 +0200 (MET DST) Mime-Version: 1.0 To: Bob Bishop Cc: Peter Wemm , asami@FreeBSD.ORG (Satoshi Asami), grog@lemis.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources References: Your message of "Wed, 16 Sep 1998 00:58:10 MST." <199809160758.AAA03340@silvia.hip.berkeley.edu> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 17 Sep 1998 11:49:01 +0200 In-Reply-To: Bob Bishop's message of "Thu, 17 Sep 1998 09:19:13 +0000" 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 CAB07765 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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! Hmm... my favorite keyboard for programming is the Sun type 5c with US layout. Pity they don't work on PCs (AFAIK), and that they're not so common here in Norway... I had one at Geco-Prakla, but at Uni we only have Norwegian layout keyboards. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Thu Sep 17 02:52:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08200 for cvs-all-outgoing; Thu, 17 Sep 1998 02: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 CAA08150; Thu, 17 Sep 1998 02:51:36 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) From: Doug White Received: (from dwhite@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27577; Thu, 17 Sep 1998 02:51:15 -0700 (PDT) Date: Thu, 17 Sep 1998 02:51:15 -0700 (PDT) Message-Id: <199809170951.CAA27577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dwhite 1998/09/17 02:51:15 PDT Modified files: usr.sbin/moused moused.8 Log: Typo: hittab -> hitab Revision Changes Path 1.16 +2 -2 src/usr.sbin/moused/moused.8 From owner-cvs-all Thu Sep 17 02:54:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08513 for cvs-all-outgoing; Thu, 17 Sep 1998 02:54: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 CAA08410; Thu, 17 Sep 1998 02:53:10 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) From: Doug White Received: (from dwhite@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27647; Thu, 17 Sep 1998 02:52:45 -0700 (PDT) Date: Thu, 17 Sep 1998 02:52:45 -0700 (PDT) Message-Id: <199809170952.CAA27647@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dwhite 1998/09/17 02:52:44 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/moused moused.8 Log: MFC: Typo: hittab -> hitab Revision Changes Path 1.1.2.6 +2 -2 src/usr.sbin/moused/moused.8 From owner-cvs-all Thu Sep 17 02:55:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA08764 for cvs-all-outgoing; Thu, 17 Sep 1998 02:55:29 -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 CAA08640; Thu, 17 Sep 1998 02:54:45 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id LAA05951; Thu, 17 Sep 1998 11:52:10 +0200 (CEST) (envelope-from sos) Message-Id: <199809170952.LAA05951@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/alpha/ In-Reply-To: <199809170938.CAA27224@freefall.freebsd.org> from Doug Rabson at "Sep 17, 98 02:38:36 am" To: dfr@FreeBSD.ORG (Doug Rabson) Date: Thu, 17 Sep 1998 11:52:10 +0200 (CEST) Cc: 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 Doug Rabson who wrote: Hmm, syscons should really not be in sys/isa... It belongs in sys/dev... Maybe we can coordinate this later, and get one unified version... > dfr 1998/09/17 02:38:36 PDT > > Modified files: > sys/isa syscons.c syscons.h > sys/alpha/conf files.alpha > sys/alpha/include console.h > sys/alpha/include/pc bios.h > Added files: > sys/isa scvidctl.c videoio.c videoio.h > sys/alpha/include/pc vesa.h > Log: > Merge with the latest i386 syscons. > > Revision Changes Path > 1.274 +509 -1336 src/sys/isa/syscons.c > 1.41 +63 -31 src/sys/isa/syscons.h > 1.10 +3 -1 src/sys/alpha/conf/files.alpha > 1.40 +125 -4 src/sys/alpha/include/console.h > 1.4 +6 -2 src/sys/alpha/include/pc/bios.h > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 02:59:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09302 for cvs-all-outgoing; Thu, 17 Sep 1998 02:59:15 -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 CAA09269; Thu, 17 Sep 1998 02:58: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 KAA14958; Thu, 17 Sep 1998 10:58:34 +0100 (BST) Date: Thu, 17 Sep 1998 10:58:34 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/alpha/ In-Reply-To: <199809170952.LAA05951@sos.freebsd.dk> 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, 17 Sep 1998, Sren Schmidt wrote: > In reply to Doug Rabson who wrote: > > Hmm, syscons should really not be in sys/isa... > It belongs in sys/dev... > > Maybe we can coordinate this later, and get one unified version... I sure hope so. That merge was painful... We really need a good place to put driver API headers too. I don't thing is right since that means you need a copy of the headers in all supporting arches. -- 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 17 03:05:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10198 for cvs-all-outgoing; Thu, 17 Sep 1998 03:05:35 -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 DAA10185; Thu, 17 Sep 1998 03:05:25 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id MAA05997; Thu, 17 Sep 1998 12:04:59 +0200 (CEST) (envelope-from sos) Message-Id: <199809171004.MAA05997@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from Doug Rabson at "Sep 17, 98 10:58:34 am" To: dfr@nlsystems.com (Doug Rabson) Date: Thu, 17 Sep 1998 12:04:58 +0200 (CEST) Cc: sos@FreeBSD.org, dfr@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 Doug Rabson who wrote: > On Thu, 17 Sep 1998, Sren Schmidt wrote: > > > In reply to Doug Rabson who wrote: > > > > Hmm, syscons should really not be in sys/isa... > > It belongs in sys/dev... > > > > Maybe we can coordinate this later, and get one unified version... > > I sure hope so. That merge was painful... :) maybe you should have waited a bit with that, besides the VESA/VM86 stuff wont work on an alpha anyways, so you didn't get much from the merge... > We really need a good place to put driver API headers too. I don't thing > is right since that means you need a copy of the > headers in all supporting arches. Good point. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 03:11:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10804 for cvs-all-outgoing; Thu, 17 Sep 1998 03:11:21 -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 DAA10793; Thu, 17 Sep 1998 03:11: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 LAA15024; Thu, 17 Sep 1998 11:10:44 +0100 (BST) Date: Thu, 17 Sep 1998 11:10:44 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <199809171004.MAA05997@sos.freebsd.dk> 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, 17 Sep 1998, Sren Schmidt wrote: > In reply to Doug Rabson who wrote: > > On Thu, 17 Sep 1998, Sren Schmidt wrote: > > > > > In reply to Doug Rabson who wrote: > > > > > > Hmm, syscons should really not be in sys/isa... > > > It belongs in sys/dev... > > > > > > Maybe we can coordinate this later, and get one unified version... > > > > I sure hope so. That merge was painful... > > :) maybe you should have waited a bit with that, besides the VESA/VM86 > stuff wont work on an alpha anyways, so you didn't get much from > the merge... > > > We really need a good place to put driver API headers too. I don't thing > > is right since that means you need a copy of the > > headers in all supporting arches. > > Good point. Actually I think I could get VESA working on the alpha by using some kind of x86 emulator to run the BIOS. That is what the firmware does when it boots and Linux has some code. Sounds like a lot of work though. I had to merge the headers since the new vidcontrol wouldn't build and I decided to merge the rest to try and keep the alpha version from diverging too much and making life even more difficult when we try and produce a unified console. -- 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 17 03:41:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14224 for cvs-all-outgoing; Thu, 17 Sep 1998 03:41:27 -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 DAA14175; Thu, 17 Sep 1998 03:41:00 -0700 (PDT) (envelope-from abial@nask.pl) Received: from localhost (abial@localhost) by korin.warman.org.pl (8.9.1/8.8.5) with ESMTP id MAA26588; Thu, 17 Sep 1998 12:45:58 +0200 (CEST) X-Authentication-Warning: korin.warman.org.pl: abial owned process doing -bs Date: Thu, 17 Sep 1998 12:45:57 +0200 (CEST) From: Andrzej Bialecki X-Sender: abial@korin.warman.org.pl To: =?ISO-8859-2?Q?S=F8ren_Schmidt?= cc: Doug Rabson , dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <199809171004.MAA05997@sos.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-2 Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 17 Sep 1998, Søren Schmidt wrote: > In reply to Doug Rabson who wrote: > > On Thu, 17 Sep 1998, Sren Schmidt wrote: > > > > > In reply to Doug Rabson who wrote: > > > > > > Hmm, syscons should really not be in sys/isa... > > > It belongs in sys/dev... > > > > > > Maybe we can coordinate this later, and get one unified version... > > > > I sure hope so. That merge was painful... > > :) maybe you should have waited a bit with that, besides the VESA/VM86 > stuff wont work on an alpha anyways, so you didn't get much from > the merge... Well, I have some problems with it on i386 as well... My kernel paniced in cninit_finish [../../i386/i386/cons.c:173], probably dereferencing null pointer... I'm investigating this. 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 17 03:47:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14977 for cvs-all-outgoing; Thu, 17 Sep 1998 03:47: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 DAA14955; Thu, 17 Sep 1998 03:47:43 -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 DAA29069; Thu, 17 Sep 1998 03:47:23 -0700 (PDT) Date: Thu, 17 Sep 1998 03:47:23 -0700 (PDT) Message-Id: <199809171047.DAA29069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/tcp_wrapper/patches patch-aa ports/security/tcp_wrapper/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/17 03:47:22 PDT Modified files: security/tcp_wrapper/patches patch-aa security/tcp_wrapper/pkg PLIST Log: Rewind shlib version number. Reminded by: Sheldon Hearn Revision Changes Path 1.21 +2 -2 ports/security/tcp_wrapper/patches/patch-aa 1.16 +1 -1 ports/security/tcp_wrapper/pkg/PLIST From owner-cvs-all Thu Sep 17 03:53:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15875 for cvs-all-outgoing; Thu, 17 Sep 1998 03:53: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 DAA15868; Thu, 17 Sep 1998 03:53: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 DAA29364; Thu, 17 Sep 1998 03:53:31 -0700 (PDT) Date: Thu, 17 Sep 1998 03:53:31 -0700 (PDT) Message-Id: <199809171053.DAA29364@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/smail Makefile ports/net/rwhois Makefile ports/security/ssh Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/17 03:53:31 PDT Modified files: mail/smail Makefile net/rwhois Makefile security/ssh Makefile Log: tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile: libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines. Revision Changes Path 1.21 +5 -4 ports/mail/smail/Makefile 1.3 +2 -2 ports/net/rwhois/Makefile 1.64 +2 -2 ports/security/ssh/Makefile From owner-cvs-all Thu Sep 17 03:58:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16393 for cvs-all-outgoing; Thu, 17 Sep 1998 03:58: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 DAA16382; Thu, 17 Sep 1998 03:58:19 -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 DAA29552; Thu, 17 Sep 1998 03:58:00 -0700 (PDT) Date: Thu, 17 Sep 1998 03:58:00 -0700 (PDT) Message-Id: <199809171058.DAA29552@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/17 03:58: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: Completely overhauled Apache+mod_ssl port: - use mod_ssl 2.0.10 which automatically disables DSO for mod_log_config and mod_proxy which caused problems for the port - use mod_auth_dbm instead of mod_auth_db because first DBM is internally mapped to our DB (so functionality is the same) and this way we get rid of the nasty conflicts with DB 2.x port. - fixed the package list, i.e. the port now packages and deletes correctly - automatically create dummy certificate, so the package can be tested immediately after installing. - use "apachectl startssl" instead of "apachectl start" from within apache.sh rc script now. - removed the outcommented patch pieces for Makefile.tmpl because they are confusing both inside patches/patch-ab and under install time. - use a "post-patch" target to remove all .orig files mod_ssl's configure script created to avoid their installation (which confuses the package list). Revision Changes Path 1.6 +25 -20 ports/www/apache13-modssl/Makefile 1.6 +1 -1 ports/www/apache13-modssl/files/md5 1.3 +14 -23 ports/www/apache13-modssl/patches/patch-ab 1.3 +25 -8 ports/www/apache13-modssl/pkg/PLIST From owner-cvs-all Thu Sep 17 04:04:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17878 for cvs-all-outgoing; Thu, 17 Sep 1998 04:04:46 -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 EAA17823; Thu, 17 Sep 1998 04:04:35 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id NAA06148; Thu, 17 Sep 1998 13:03:50 +0200 (CEST) (envelope-from sos) Message-Id: <199809171103.NAA06148@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from Andrzej Bialecki at "Sep 17, 98 12:45:57 pm" To: abial@nask.pl (Andrzej Bialecki) Date: Thu, 17 Sep 1998 13:03:50 +0200 (CEST) Cc: sos@FreeBSD.org, dfr@nlsystems.com, dfr@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 Andrzej Bialecki who wrote: > > Well, I have some problems with it on i386 as well... My kernel paniced in > cninit_finish [../../i386/i386/cons.c:173], probably dereferencing null > pointer... I'm investigating this. You dont happen to run a SMP system wont you ?? If so read LINT :) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 04:19:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20670 for cvs-all-outgoing; Thu, 17 Sep 1998 04:19:44 -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 EAA20658; Thu, 17 Sep 1998 04:19:36 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id NAA06195; Thu, 17 Sep 1998 13:19:11 +0200 (CEST) (envelope-from sos) Message-Id: <199809171119.NAA06195@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from Doug Rabson at "Sep 17, 98 11:10:44 am" To: dfr@nlsystems.com (Doug Rabson) Date: Thu, 17 Sep 1998 13:19:11 +0200 (CEST) Cc: sos@FreeBSD.org, dfr@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 Doug Rabson who wrote: > > Actually I think I could get VESA working on the alpha by using some kind > of x86 emulator to run the BIOS. That is what the firmware does when it > boots and Linux has some code. Sounds like a lot of work though. Yeah, and icky at best. > I had to merge the headers since the new vidcontrol wouldn't build and I > decided to merge the rest to try and keep the alpha version from diverging > too much and making life even more difficult when we try and produce a > unified console. OK, I have to get the bugs in the new code shaken out first, including the savers, then lets find a way to unify the beasts... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 04:26:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21274 for cvs-all-outgoing; Thu, 17 Sep 1998 04:26: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 EAA21268; Thu, 17 Sep 1998 04:26:10 -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 EAA01779; Thu, 17 Sep 1998 04:25:51 -0700 (PDT) Date: Thu, 17 Sep 1998 04:25:51 -0700 (PDT) Message-Id: <199809171125.EAA01779@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/17 04:25:51 PDT Modified files: release Makefile Log: Temporary hacks to get releases working again: o Remove MSDOSFS until I find some other way of gaining some space. This *totally disables* the use of DOS partitions in installation so it's truly just a temporary measure. o Set NODOC=YES since docs are broken right now (they try and install into the bindist rather than the docdist - need to figure out why). Revision Changes Path 1.387 +4 -3 src/release/Makefile From owner-cvs-all Thu Sep 17 04:35:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22325 for cvs-all-outgoing; Thu, 17 Sep 1998 04:35: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 EAA22314; Thu, 17 Sep 1998 04:35: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 EAA02005; Thu, 17 Sep 1998 04:35:11 -0700 (PDT) Date: Thu, 17 Sep 1998 04:35:11 -0700 (PDT) Message-Id: <199809171135.EAA02005@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.sgml.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/17 04:35:11 PDT Modified files: share/mk bsd.sgml.mk Log: This goes in doc distribution now. Revision Changes Path 1.27 +3 -3 src/share/mk/bsd.sgml.mk From owner-cvs-all Thu Sep 17 04:36:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22408 for cvs-all-outgoing; Thu, 17 Sep 1998 04: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 EAA22363; Thu, 17 Sep 1998 04:35:57 -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 EAA02035; Thu, 17 Sep 1998 04:35:38 -0700 (PDT) Date: Thu, 17 Sep 1998 04:35:38 -0700 (PDT) Message-Id: <199809171135.EAA02035@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.sgml.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/17 04:35:38 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.sgml.mk Log: MFC: distribution is doc. Revision Changes Path 1.12.2.5 +3 -3 src/share/mk/bsd.sgml.mk From owner-cvs-all Thu Sep 17 04:53:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24718 for cvs-all-outgoing; Thu, 17 Sep 1998 04:53:09 -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 EAA24693; Thu, 17 Sep 1998 04:52:55 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:+82KlJoobdZfpPQQFhesJmRfHS1c2CWF@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id NAA05581; Thu, 17 Sep 1998 13:52:29 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809171152.NAA05581@gratis.grondar.za> To: sos@freebsd.org cc: abial@nask.pl (Andrzej Bialecki), dfr@nlsystems.com, dfr@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: Your message of " Thu, 17 Sep 1998 13:03:50 +0200." <199809171103.NAA06148@sos.freebsd.dk> References: <199809171103.NAA06148@sos.freebsd.dk> Date: Thu, 17 Sep 1998 13:52:23 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Søren Schmidt wrote: > In reply to Andrzej Bialecki who wrote: > > > > Well, I have some problems with it on i386 as well... My kernel paniced in > > cninit_finish [../../i386/i386/cons.c:173], probably dereferencing null > > pointer... I'm investigating this. > > You dont happen to run a SMP system wont you ?? > If so read LINT :) Another problem; You have removed SC_BAD_FLICKER. The screen on my laptop (Libretto) now flickers something horrible when I use the mouse. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 17 05:02:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA25197 for cvs-all-outgoing; Thu, 17 Sep 1998 05:02:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.27.216.204.in-addr.arpa [204.216.27.226] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA25191; Thu, 17 Sep 1998 05:02:24 -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 FAA27497; Thu, 17 Sep 1998 05:02:02 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mark Murray cc: sos@FreeBSD.ORG, abial@nask.pl (Andrzej Bialecki), dfr@nlsystems.com, dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-reply-to: Your message of "Thu, 17 Sep 1998 13:52:23 +0200." <199809171152.NAA05581@gratis.grondar.za> Date: Thu, 17 Sep 1998 05:02:02 -0700 Message-ID: <27494.906033722@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Another problem; You have removed SC_BAD_FLICKER. The screen on my laptop > (Libretto) now flickers something horrible when I use the mouse. Ah, that's how to turn that off! :-) Mine does it too. We should probably revert whatever change caused this to happen by default since it's very evil and it didn't use to happen. Telling people to rebuild kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of an option since most folks don't RTFM anyway and they'll just conclude (rightly) that our console driver is broken. - Jordan From owner-cvs-all Thu Sep 17 05:12:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26284 for cvs-all-outgoing; Thu, 17 Sep 1998 05:12:18 -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 FAA26271; Thu, 17 Sep 1998 05:12:10 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrungnir.ifi.uio.no (2602@hrungnir.ifi.uio.no [129.240.65.72]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id OAA05712; Thu, 17 Sep 1998 14:11:32 +0200 (MET DST) Received: (from dag-erli@localhost) by hrungnir.ifi.uio.no ; Thu, 17 Sep 1998 14:11:31 +0200 (MET DST) Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: Mark Murray , sos@FreeBSD.ORG, abial@nask.pl (Andrzej Bialecki), dfr@nlsystems.com, dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al References: <27494.906033722@time.cdrom.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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 17 Sep 1998 14:11:30 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Thu, 17 Sep 1998 05:02:02 -0700" Message-ID: Lines: 16 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 FAB26274 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" writes: > > Another problem; You have removed SC_BAD_FLICKER. The screen on my laptop > > (Libretto) now flickers something horrible when I use the mouse. > Ah, that's how to turn that off! :-) Mine does it too. We should > probably revert whatever change caused this to happen by default since > it's very evil and it didn't use to happen. Telling people to rebuild > kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of > an option since most folks don't RTFM anyway and they'll just conclude > (rightly) that our console driver is broken. I agree that "flicker countermeasures" should be the default, but please leave in a knob for turning them off when they're not needed. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Thu Sep 17 05:19:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26996 for cvs-all-outgoing; Thu, 17 Sep 1998 05:19:37 -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 FAA26986; Thu, 17 Sep 1998 05:19:27 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id OAA06385; Thu, 17 Sep 1998 14:18:46 +0200 (CEST) (envelope-from sos) Message-Id: <199809171218.OAA06385@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <199809171152.NAA05581@gratis.grondar.za> from Mark Murray at "Sep 17, 98 01:52:23 pm" To: mark@grondar.za (Mark Murray) Date: Thu, 17 Sep 1998 14:18:46 +0200 (CEST) Cc: sos@FreeBSD.org, abial@nask.pl, dfr@nlsystems.com, dfr@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 Mark Murray who wrote: > Søren Schmidt wrote: > > In reply to Andrzej Bialecki who wrote: > > > > > > Well, I have some problems with it on i386 as well... My kernel paniced in > > > cninit_finish [../../i386/i386/cons.c:173], probably dereferencing null > > > pointer... I'm investigating this. > > > > You dont happen to run a SMP system wont you ?? > > If so read LINT :) > > Another problem; You have removed SC_BAD_FLICKER. The screen on my laptop > (Libretto) now flickers something horrible when I use the mouse. No, its still there, the code for that hasn't changed, except that there now is an extra functioncall-via-pointer in there... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 05:25:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27435 for cvs-all-outgoing; Thu, 17 Sep 1998 05:25:09 -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 FAA27424; Thu, 17 Sep 1998 05:24:56 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:6fK50wlCx8S7MiRS9bhLYSs1P7K+/Qsw@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id OAA05727; Thu, 17 Sep 1998 14:23:59 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809171223.OAA05727@gratis.grondar.za> To: "Jordan K. Hubbard" cc: sos@FreeBSD.ORG, abial@nask.pl (Andrzej Bialecki), dfr@nlsystems.com, dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: Your message of " Thu, 17 Sep 1998 05:02:02 MST." <27494.906033722@time.cdrom.com> References: <27494.906033722@time.cdrom.com> Date: Thu, 17 Sep 1998 14:23:58 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > Ah, that's how to turn that off! :-) Mine does it too. We should > probably revert whatever change caused this to happen by default since > it's very evil and it didn't use to happen. Telling people to rebuild > kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of > an option since most folks don't RTFM anyway and they'll just conclude > (rightly) that our console driver is broken. Er, the option is there, but its functionality has been blatted. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 17 05:32:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28377 for cvs-all-outgoing; Thu, 17 Sep 1998 05:32:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.27.216.204.in-addr.arpa [204.216.27.226] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28251; Thu, 17 Sep 1998 05:31:59 -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 FAA27636; Thu, 17 Sep 1998 05:31:48 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mark Murray cc: sos@FreeBSD.ORG, abial@nask.pl (Andrzej Bialecki), dfr@nlsystems.com, dfr@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-reply-to: Your message of "Thu, 17 Sep 1998 14:23:58 +0200." <199809171223.OAA05727@gratis.grondar.za> Date: Thu, 17 Sep 1998 05:31:48 -0700 Message-ID: <27632.906035508@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Er, the option is there, but its functionality has been blatted. Hmmm. Well, I'm going to turn it off in 2.2.x at least since it's driving me nuts. - Jordan From owner-cvs-all Thu Sep 17 05:32:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28404 for cvs-all-outgoing; Thu, 17 Sep 1998 05:32:13 -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 FAA28246; Thu, 17 Sep 1998 05:31:58 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id OAA06438; Thu, 17 Sep 1998 14:31:09 +0200 (CEST) (envelope-from sos) Message-Id: <199809171231.OAA06438@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <199809171223.OAA05727@gratis.grondar.za> from Mark Murray at "Sep 17, 98 02:23:58 pm" To: mark@grondar.za (Mark Murray) Date: Thu, 17 Sep 1998 14:31:09 +0200 (CEST) Cc: jkh@time.cdrom.com, sos@FreeBSD.org, abial@nask.pl, dfr@nlsystems.com, dfr@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 Mark Murray who wrote: > "Jordan K. Hubbard" wrote: > > Ah, that's how to turn that off! :-) Mine does it too. We should > > probably revert whatever change caused this to happen by default since > > it's very evil and it didn't use to happen. Telling people to rebuild > > kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of > > an option since most folks don't RTFM anyway and they'll just conclude > > (rightly) that our console driver is broken. > > Er, the option is there, but its functionality has been blatted. >From a quick look at the sources, i see no significat change, except that the code is now in videoio.c instead of syscons.c -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Thu Sep 17 05:35:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29219 for cvs-all-outgoing; Thu, 17 Sep 1998 05:35:20 -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 FAA29147; Thu, 17 Sep 1998 05:35:01 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:VrUOOIeiJLwZQlc0iFhu2vw+DW+oGUiZ@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id OAA08841; Thu, 17 Sep 1998 14:34:36 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809171234.OAA08841@gratis.grondar.za> To: sos@FreeBSD.org cc: jkh@time.cdrom.com, abial@nask.pl, dfr@nlsystems.com, dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: Your message of " Thu, 17 Sep 1998 14:31:09 +0200." <199809171231.OAA06438@sos.freebsd.dk> References: <199809171231.OAA06438@sos.freebsd.dk> Date: Thu, 17 Sep 1998 14:34:35 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Søren Schmidt wrote: > In reply to Mark Murray who wrote: > > "Jordan K. Hubbard" wrote: > > > Ah, that's how to turn that off! :-) Mine does it too. We should > > > probably revert whatever change caused this to happen by default since > > > it's very evil and it didn't use to happen. Telling people to rebuild > > > kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of > > > an option since most folks don't RTFM anyway and they'll just conclude > > > (rightly) that our console driver is broken. > > > > Er, the option is there, but its functionality has been blatted. > > From a quick look at the sources, i see no significat change, except > that the code is now in videoio.c instead of syscons.c Apologies - I just found it there myself. Point is, it does not work ( and has not for a few days). M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Sep 17 06:09:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04145 for cvs-all-outgoing; Thu, 17 Sep 1998 06:09: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 GAA04139; Thu, 17 Sep 1998 06:09:37 -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 GAA03981; Thu, 17 Sep 1998 06:09:18 -0700 (PDT) Date: Thu, 17 Sep 1998 06:09:18 -0700 (PDT) Message-Id: <199809171309.GAA03981@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_lnc.c if_lnc.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/17 06:09:17 PDT Modified files: sys/i386/isa if_lnc.c if_lnc.h Log: MF22: Robert Swindells' patch for correct probing of more AMD cards. Merged by: Max Khon Revision Changes Path 1.46 +65 -32 src/sys/i386/isa/if_lnc.c 1.8 +12 -5 src/sys/i386/isa/if_lnc.h From owner-cvs-all Thu Sep 17 06:14:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA04707 for cvs-all-outgoing; Thu, 17 Sep 1998 06:14: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 GAA04701; Thu, 17 Sep 1998 06:14:35 -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 GAA04202; Thu, 17 Sep 1998 06:14:15 -0700 (PDT) Date: Thu, 17 Sep 1998 06:14:15 -0700 (PDT) Message-Id: <199809171314.GAA04202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 userconfig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/17 06:14:15 PDT Modified files: sys/pc98/i386 userconfig.c Log: Sync with sys/i386/i386/userconfig.c revision 1.109. Revision Changes Path 1.54 +13 -14 src/sys/pc98/i386/userconfig.c From owner-cvs-all Thu Sep 17 07:14:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12759 for cvs-all-outgoing; Thu, 17 Sep 1998 07:14: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 HAA12740; Thu, 17 Sep 1998 07:14:32 -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 HAA09569; Thu, 17 Sep 1998 07:14:11 -0700 (PDT) Date: Thu, 17 Sep 1998 07:14:11 -0700 (PDT) Message-Id: <199809171414.HAA09569@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/17 07:14:10 PDT Modified files: . modules Log: ko-pgp.language --> ports/korean/pgp.language Revision Changes Path 1.2378 +2 -1 CVSROOT/modules From owner-cvs-all Thu Sep 17 07:15:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12869 for cvs-all-outgoing; Thu, 17 Sep 1998 07:15: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 HAA12851; Thu, 17 Sep 1998 07:15:09 -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 HAA09628; Thu, 17 Sep 1998 07:14:50 -0700 (PDT) Date: Thu, 17 Sep 1998 07:14:50 -0700 (PDT) Message-Id: <199809171414.HAA09628@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean/pgp.language - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/17 07:14:50 PDT ports/korean/pgp.language - Imported sources Update of /home/ncvs/ports/korean/pgp.language In directory freefall.freebsd.org:/tmp/cvs-serv9613 Log Message: Korean language module for PGP PR: ports/7365 Submitted by: CHOI Junho Status: Vendor Tag: JUNKER Release Tags: v2_6_3i N ports/korean/pgp.language/Makefile N ports/korean/pgp.language/files/md5 N ports/korean/pgp.language/pkg/COMMENT N ports/korean/pgp.language/pkg/DESCR N ports/korean/pgp.language/pkg/MESSAGE N ports/korean/pgp.language/pkg/PLIST N ports/korean/pgp.language/scripts/pgp.config.l10n.sh No conflicts created by this import From owner-cvs-all Thu Sep 17 07:15:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA12995 for cvs-all-outgoing; Thu, 17 Sep 1998 07:15: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 HAA12977; Thu, 17 Sep 1998 07:15:39 -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 HAA09691; Thu, 17 Sep 1998 07:15:20 -0700 (PDT) Date: Thu, 17 Sep 1998 07:15:20 -0700 (PDT) Message-Id: <199809171415.HAA09691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/korean Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/17 07:15:20 PDT Modified files: korean Makefile Log: Activate ko-pgp.language. Revision Changes Path 1.24 +2 -1 ports/korean/Makefile From owner-cvs-all Thu Sep 17 07:16:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA13156 for cvs-all-outgoing; Thu, 17 Sep 1998 07:16:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA13108; Thu, 17 Sep 1998 07:16:06 -0700 (PDT) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id JAA15309; Thu, 17 Sep 1998 09:13:07 -0500 (EST) Date: Thu, 17 Sep 1998 09:13:07 -0500 (EST) From: John Fieber To: Brian Somers cc: obrien@NUXI.com, ports@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: DHCP in the base In-Reply-To: <199809170643.HAA05408@woof.lan.awfulhak.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, 17 Sep 1998, Brian Somers wrote: > You must have missed this at the end of the dhclient.conf man page: > > This is a very complicated dhclient.conf file - in gen- > eral, yours should be much simpler. In many cases, it's > sufficient to just create an empty dhclient.conf file - > the defaults are usually fine. How about a little patch to move this block to the *beginning* of the man page to preface the the astonishingly the very complicated dhclient.conf example. -john From owner-cvs-all Thu Sep 17 08:20:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24256 for cvs-all-outgoing; Thu, 17 Sep 1998 08:20:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ganymede.or.intel.com (ganymede.or.intel.com [134.134.248.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24052; Thu, 17 Sep 1998 08:19:57 -0700 (PDT) (envelope-from wscott@ichips.intel.com) Received: from ichips-jf.jf.intel.com (ichips-jf.jf.intel.com [134.134.50.200]) by ganymede.or.intel.com (8.8.6/8.8.5) with ESMTP id PAA07789; Thu, 17 Sep 1998 15:19:30 GMT Received: from pdxlx008.pdx.intel.com (pdxlx008.pdx.intel.com [137.102.206.194]) by ichips-jf.jf.intel.com (8.8.8/8.8.7) with ESMTP id IAA10770; Thu, 17 Sep 1998 08:19:30 -0700 (PDT) Received: from pdxlx008.pdx.intel.com (localhost [127.0.0.1]) by pdxlx008.pdx.intel.com (8.8.7/8.8.7) with ESMTP id IAA09176; Thu, 17 Sep 1998 08:19:29 -0700 (PDT) (envelope-from wscott@pdxlx008.pdx.intel.com) Message-Id: <199809171519.IAA09176@pdxlx008.pdx.intel.com> To: Studded cc: Poul-Henning Kamp , committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-reply-to: Your message of "Wed, 16 Sep 1998 10:54:19 PDT." <35FFFB4B.6D89DB78@dal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Date: Thu, 17 Sep 1998 08:19:29 -0700 From: Wayne Scott Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > One technique I used before the 2.2.6 release was to mail the > originator asking if their problem still existed, and ask them to test > the beta version if it did. With about 10 hours work on my part Steve > was able to close about 50 PR's. Also, the Public Relations aspect of > this was huge. I got many letters expressing appreciation that someone > took the time to contact them. I agree. FreeBSD PR's are not very encouraging. You don't even get an automated email saying that the PR was even recieved. Having a real person acknowledge your bug really helps. Even it they don't have a clue how to fix it. -Wayne From owner-cvs-all Thu Sep 17 08:33:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25917 for cvs-all-outgoing; Thu, 17 Sep 1998 08:33:56 -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 IAA25874; Thu, 17 Sep 1998 08:33:39 -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 KAA28462; Thu, 17 Sep 1998 10:28:52 -0500 (CDT) Date: Thu, 17 Sep 1998 10:28:52 -0500 (CDT) From: Steve Price To: Wayne Scott cc: Studded , Poul-Henning Kamp , committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-Reply-To: <199809171519.IAA09176@pdxlx008.pdx.intel.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, 17 Sep 1998, Wayne Scott wrote: # I agree. FreeBSD PR's are not very encouraging. You don't even get # an automated email saying that the PR was even recieved. Having a # real person acknowledge your bug really helps. Even it they don't # have a clue how to fix it. Sure you do. Some bugs in GNATS prevent it from going out at times... I hope Doug does the mad dash again this release, I kind of enjoyed it. Sick, huh? Steve # -Wayne # From owner-cvs-all Thu Sep 17 08:40:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26966 for cvs-all-outgoing; Thu, 17 Sep 1998 08:40: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 IAA26942; Thu, 17 Sep 1998 08:39:48 -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 IAA12229; Thu, 17 Sep 1998 08:39:28 -0700 (PDT) Date: Thu, 17 Sep 1998 08:39:28 -0700 (PDT) Message-Id: <199809171539.IAA12229@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/commercial consulting.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/17 08:39:28 PDT Modified files: en/commercial consulting.sgml Log: Added Inform System Inc. Submitted by: Tadashi Taniguchi Revision Changes Path 1.22 +10 -2 www/en/commercial/consulting.sgml From owner-cvs-all Thu Sep 17 08:48:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28426 for cvs-all-outgoing; Thu, 17 Sep 1998 08:48: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 IAA28421; Thu, 17 Sep 1998 08:48:36 -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 IAA12469; Thu, 17 Sep 1998 08:48:15 -0700 (PDT) Date: Thu, 17 Sep 1998 08:48:15 -0700 (PDT) Message-Id: <199809171548.IAA12469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/17 08:48:15 PDT Modified files: en/news press.sgml Log: Added Sm@rt Reseller Online September 7, 1998 Quality Unix for FREE, by Brett Glass Revision Changes Path 1.20 +9 -2 www/en/news/press.sgml From owner-cvs-all Thu Sep 17 08:51:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28761 for cvs-all-outgoing; Thu, 17 Sep 1998 08:51: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 IAA28749; Thu, 17 Sep 1998 08:51: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 IAA12545; Thu, 17 Sep 1998 08:51:10 -0700 (PDT) Date: Thu, 17 Sep 1998 08:51:10 -0700 (PDT) Message-Id: <199809171551.IAA12545@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en publish.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/17 08:51:10 PDT Modified files: en publish.sgml Log: Added link to HTML version of the Quality Unix for FREE article. Revision Changes Path 1.16 +4 -4 www/en/publish.sgml From owner-cvs-all Thu Sep 17 08:57:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29412 for cvs-all-outgoing; Thu, 17 Sep 1998 08:57:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles166.castles.com [208.214.165.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29399 for ; Thu, 17 Sep 1998 08:57:38 -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 JAA00405; Thu, 17 Sep 1998 09:01:42 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809171601.JAA00405@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Warner Losh cc: Peter Wemm , Matthew Dillon , committers@FreeBSD.org Subject: Re: buildworld/installworld, minor inconsistancies In-reply-to: Your message of "Thu, 17 Sep 1998 00:30:55 MDT." <199809170630.AAA14759@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 09:01:36 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In message <199809170539.NAA28385@spinner.netplex.com.au> Peter Wemm writes: > : I "fixed" this at home by making doscmd.kernel be built in -aout > : mode. The doscmd driver program just has a simple a.out loader. > : Making it understand elf wouldn't be too hard and is probably the > : right thing - or use some other simple format that binutils can > : generate. > > Hmmm. Lots of ELF loaders around. I'll have to give this a whirl. > I'd hate doscmd to be the only reason to have aout-like code enabled > in the compiler. Once the kernel and lkms are ELF, I think this is > the last thing... While you're at it, shift the doscmd kernel load address to something like 16M rather than 1M. It should actually all be pretty easy. -- \\ 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 17 09:11:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01935 for cvs-all-outgoing; Thu, 17 Sep 1998 09:11:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles166.castles.com [208.214.165.166]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01910 for ; Thu, 17 Sep 1998 09:11:10 -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 JAA00660; Thu, 17 Sep 1998 09:15:37 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809171615.JAA00660@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Luoqi Chen cc: imp@village.org, peter@netplex.com.au, committers@FreeBSD.org, dillon@backplane.com Subject: Re: buildworld/installworld, minor inconsistancies In-reply-to: Your message of "Thu, 17 Sep 1998 05:02:42 EDT." <199809170902.FAA15168@lor.watermarkgroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 09:15:33 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Warner Losh wrote: > If I understand correctly, the reason for an a.out loader is a normal a.out > executable loads into the below 1M area that DOS uses. Since ELF executables > are loaded well above 1M, there is not need for such a loader, we could just > map in anonymous pages to fill the below 1M area. And the doscmd executable > could even be dynamically linked. The deal is that the doscmd kernel is loaded into the same address space that the DOS environment uses, and so it's linked to run above 1M and has to be loaded specially by the doscmd loader. If the kernel could be configured to load directly above 1M (better above 16M) then that'd be much better, yes. -- \\ 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 17 09:13:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02346 for cvs-all-outgoing; Thu, 17 Sep 1998 09:13: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 JAA02316; Thu, 17 Sep 1998 09:12:50 -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 JAA13346; Thu, 17 Sep 1998 09:12:30 -0700 (PDT) Date: Thu, 17 Sep 1998 09:12:30 -0700 (PDT) Message-Id: <199809171612.JAA13346@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/17 09:12:30 PDT Modified files: sbin/camcontrol camcontrol.8 Log: Page control field values go from 0-3, not 1-4. Reported by: Tony Maher on -current Revision Changes Path 1.3 +5 -5 src/sbin/camcontrol/camcontrol.8 From owner-cvs-all Thu Sep 17 09:14:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02585 for cvs-all-outgoing; Thu, 17 Sep 1998 09:14:10 -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 JAA02491; Thu, 17 Sep 1998 09:13:42 -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 MAA26408; Thu, 17 Sep 1998 12:09:57 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Wayne Scott cc: Studded , Poul-Henning Kamp , committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Time to look at those pesky PRs ! In-reply-to: Your message of "Thu, 17 Sep 1998 08:19:29 PDT." <199809171519.IAA09176@pdxlx008.pdx.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 12:09:57 -0400 Message-ID: <26404.906048597@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wayne Scott wrote in message ID <199809171519.IAA09176@pdxlx008.pdx.intel.com>: > I agree. FreeBSD PR's are not very encouraging. You don't even get > an automated email saying that the PR was even recieved. Having a > real person acknowledge your bug really helps. Even it they don't > have a clue how to fix it. GNATS sends an automated reply. I have no idea why you think it doesn't, but I do see nearly daily (if not weekly) bounces from the FreeBSD.ORG mail system from people who have sent in PRs and the address in the header is wrong, so the ack bounces straight back.... 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 17 09:32:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07039 for cvs-all-outgoing; Thu, 17 Sep 1998 09:32: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 JAA06964; Thu, 17 Sep 1998 09:32:20 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14283; Thu, 17 Sep 1998 09:32:01 -0700 (PDT) Date: Thu, 17 Sep 1998 09:32:01 -0700 (PDT) Message-Id: <199809171632.JAA14283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc0 Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/17 09:32:00 PDT Modified files: . Makefile.inc0 Makefile.inc1 Log: Purely cosmetic but useful change. Make output of make world more readable for grep. Now a grep '>>>' world.log shows you the single stages through which the bootstrap process went as discussed on -current. Could be used to debug the bootstrap mechanism in case of trouble more easily. Would be fine if any further @echo "..." messages containing a description, what's going on, could use the new format: @echo ">>> ..." Revision Changes Path 1.8 +5 -5 src/Makefile.inc0 1.17 +36 -36 src/Makefile.inc1 From owner-cvs-all Thu Sep 17 09:37:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA08192 for cvs-all-outgoing; Thu, 17 Sep 1998 09:37: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 JAA08170 for ; Thu, 17 Sep 1998 09:37:34 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA01528; Thu, 17 Sep 1998 09:37:13 -0700 (PDT) Date: Thu, 17 Sep 1998 09:37:13 -0700 (PDT) From: Matthew Dillon Message-Id: <199809171637.JAA01528@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: /usr/lib/compat/aout not being scanned? Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hmm.. I think there is a bug in /etc/rc in regards to the handling of 'aout' subdirectories. It seems to only ldconfig /usr/lib/aout. It should probably scan all directories in $ldconfig_paths and load $dirname/aout into ldconfig if it exists for each directory. I noticed this trying to run an old unconverted program I had in /usr/local/bin, it was unable to find libc.so.2.2 that normally resides in /usr/lib/compat. (assuming this isn't cockpit trouble I'm having here). -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 17 09:44:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09719 for cvs-all-outgoing; Thu, 17 Sep 1998 09:44: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 JAA09660 for ; Thu, 17 Sep 1998 09:44:17 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA01568; Thu, 17 Sep 1998 09:43:55 -0700 (PDT) Date: Thu, 17 Sep 1998 09:43:55 -0700 (PDT) From: Matthew Dillon Message-Id: <199809171643.JAA01568@apollo.backplane.com> To: committers@FreeBSD.ORG Subject: Re: /usr/lib/compat/aout not being scanned? References: Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : Hmm.. I think there is a bug in /etc/rc in regards to the handling of : 'aout' subdirectories. It seems to only ldconfig /usr/lib/aout. It : ... I take it back, the new etc/rc does deal with it. But I think we may have a potential tech-support problem the way the current code works. I suggest getting rid of 'ldconfig_paths_aout' entirely and instead having /etc/rc scan the standard ldconfig_paths and synthesize an a.out ldconfig path by building $dir/aout out of each element in the original. Even better, though I know people are going to hate this: Have the ldconfig program automatically look for an 'aout' subdirectory (and add an option to disable the 'feature') so user's original /etc/rc files will still work. -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 17 10:03:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13051 for cvs-all-outgoing; Thu, 17 Sep 1998 10: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 KAA13040; Thu, 17 Sep 1998 10:03:00 -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 KAA15402; Thu, 17 Sep 1998 10:02:40 -0700 (PDT) Date: Thu, 17 Sep 1998 10:02:40 -0700 (PDT) Message-Id: <199809171702.KAA15402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc login.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/09/17 10:02:40 PDT Modified files: etc login.conf Log: Fix typo: s/;/:/ PR: conf/7964 PR: conf/7966 Submitted by: Zach Heilig Submitted by: Jos Backus Revision Changes Path 1.22 +2 -2 src/etc/login.conf From owner-cvs-all Thu Sep 17 10:11:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14448 for cvs-all-outgoing; Thu, 17 Sep 1998 10:11:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14443 for ; Thu, 17 Sep 1998 10:11:14 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA22240; Fri, 18 Sep 1998 03:10:49 +1000 Date: Fri, 18 Sep 1998 03:10:49 +1000 From: Bruce Evans Message-Id: <199809171710.DAA22240@godzilla.zeta.org.au> To: committers@FreeBSD.ORG, dillon@backplane.com Subject: Re: /usr/lib/compat/aout not being scanned? Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hmm.. I think there is a bug in /etc/rc in regards to the handling of > 'aout' subdirectories. It seems to only ldconfig /usr/lib/aout. It > should probably scan all directories in $ldconfig_paths and load > $dirname/aout into ldconfig if it exists for each directory. You have to put the aout subdirectories in $ldconfig_paths if you want them. Similarly for $LD_LIBRARY_PATH, the default path STANDARD_SEARCH_DIRS = "/usr/lib" built into ld and ld.so, and paths specified by -L options - the path specifies precisely the directories to be searched, and there is no ambiguity about whether to append /aout or loss of control by forced appendage of /aout. There are some confusing ambiguities in this area for compiler paths. Bruce From owner-cvs-all Thu Sep 17 10:22:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17120 for cvs-all-outgoing; Thu, 17 Sep 1998 10:22:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from artemis.syncom.net (artemis.syncom.net [206.64.31.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17086; Thu, 17 Sep 1998 10:21:49 -0700 (PDT) (envelope-from cyouse@artemis.syncom.net) Received: from localhost (localhost [[UNIX: localhost]]) by artemis.syncom.net (8.8.8/8.8.8) with SMTP id NAA01976; Thu, 17 Sep 1998 13:33:47 -0400 (EDT) Date: Thu, 17 Sep 1998 13:33:46 -0400 (EDT) From: Charles Youse To: Gary Palmer cc: Wayne Scott , Studded , Poul-Henning Kamp , committers@FreeBSD.ORG Subject: Re: Time to look at those pesky PRs ! In-Reply-To: <26404.906048597@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, 17 Sep 1998, Gary Palmer wrote: > GNATS sends an automated reply. I have no idea why you think it doesn't, > but I do see nearly daily (if not weekly) bounces from the FreeBSD.ORG > mail system from people who have sent in PRs and the address in the header > is wrong, so the ack bounces straight back.... Doubtless this is the reason that people complain about a lack of reply. Chuck Youse cyouse@syncom.net From owner-cvs-all Thu Sep 17 10:28:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17846 for cvs-all-outgoing; Thu, 17 Sep 1998 10:28:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17835 for ; Thu, 17 Sep 1998 10:28:32 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA23076; Fri, 18 Sep 1998 03:28:03 +1000 Date: Fri, 18 Sep 1998 03:28:03 +1000 From: Bruce Evans Message-Id: <199809171728.DAA23076@godzilla.zeta.org.au> To: committers@FreeBSD.ORG, dillon@backplane.com Subject: Re: /usr/lib/compat/aout not being scanned? Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Even better, though I know people are going to hate this: Have the > ldconfig program automatically look for an 'aout' subdirectory (and add > an option to disable the 'feature') so user's original /etc/rc files will > still work. Yes, they are. gcc does something like this, and it is very confusing. IIRC, it appends /aout for builtin paths but not for paths in $LIBRARY_PATH. It only appends /aout if the aout subdirectory exists. In some configurations, it then overrides the linker's possibly better idea of the paths by passing the paths that it finds as -L options. Bruce From owner-cvs-all Thu Sep 17 10:49:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20944 for cvs-all-outgoing; Thu, 17 Sep 1998 10:49:07 -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 KAA20915 for ; Thu, 17 Sep 1998 10:48:53 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id KAA01837; Thu, 17 Sep 1998 10:48:20 -0700 (PDT) Date: Thu, 17 Sep 1998 10:48:20 -0700 (PDT) From: Matthew Dillon Message-Id: <199809171748.KAA01837@apollo.backplane.com> To: Bruce Evans Cc: committers@FreeBSD.ORG Subject: Re: /usr/lib/compat/aout not being scanned? References: <199809171710.DAA22240@godzilla.zeta.org.au> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :> Hmm.. I think there is a bug in /etc/rc in regards to the handling of :> 'aout' subdirectories. It seems to only ldconfig /usr/lib/aout. It :> should probably scan all directories in $ldconfig_paths and load :> $dirname/aout into ldconfig if it exists for each directory. : :You have to put the aout subdirectories in $ldconfig_paths if :you want them. Similarly for $LD_LIBRARY_PATH, the default path :STANDARD_SEARCH_DIRS = "/usr/lib" built into ld and ld.so, and paths It's not a question of what I have to do, it's a question of what thousands of FreeBSD users are going to have to do to upgrade to the new release. The way I see it, we have two choices: Either the upgrade script handles the 'aout' case by adjusting /etc/rc, rc.conf, and/or rc.conf.local, or we hack ldconfig to handle it automatically (by generating both elf and a.out hints files and checking for $dir/aout for each directory). If we force every user to manually update his rc.conf[.local] *AND* their /etc/rc, there are going to be a large number of unhappy users. So, the real question is: What is the ugprade script going to do? If it replaces /etc/rc then checking for aout/ subdirs there solves the problem. If it doesn't, it must either edit rc.conf[.local] (which I think is problematic), or ldconfig must be hacked to handle aout/ subdirs so the old /etc/rc and rc.conf[.local] files work without modification. -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 17 11:02:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22976 for cvs-all-outgoing; Thu, 17 Sep 1998 11:02: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 LAA22965; Thu, 17 Sep 1998 11:02:52 -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 LAA17679; Thu, 17 Sep 1998 11:02:33 -0700 (PDT) Date: Thu, 17 Sep 1998 11:02:33 -0700 (PDT) Message-Id: <199809171802.LAA17679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: 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 src/sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c src/sys/pci if_de.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/17 11:02:33 PDT Modified files: (Branch: RELENG_2_2) sbin/ipfw ipfw.c sys/conf files sys/i386/isa if_ed.c if_ep.c if_lnc.c sys/net if_ethersubr.c sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c sys/pci if_de.c if_fxp.c Log: bring DUMMYNET and BRIDGE support into -stable decouple BPF and PROMISC handling on some if drivers make ipstat available through sysctl (already in -current) NOTE: you have to recompile ipfw! Revision Changes Path 1.34.2.19 +154 -1 src/sbin/ipfw/ipfw.c 1.80.2.22 +2 -0 src/sys/conf/files 1.107.2.9 +52 -15 src/sys/i386/isa/if_ed.c 1.53.2.6 +44 -26 src/sys/i386/isa/if_ep.c 1.28.2.7 +25 -3 src/sys/i386/isa/if_lnc.c 1.26.2.5 +18 -1 src/sys/net/if_ethersubr.c 1.34.2.3 +10 -1 src/sys/netinet/if_ether.c 1.22.2.6 +14 -2 src/sys/netinet/in.h 1.51.2.18 +194 -42 src/sys/netinet/ip_fw.c 1.23.2.4 +7 -2 src/sys/netinet/ip_fw.h 1.50.2.20 +62 -21 src/sys/netinet/ip_input.c 1.44.2.10 +74 -16 src/sys/netinet/ip_output.c 1.37.2.6 +18 -1 src/sys/netinet/raw_ip.c 1.54.2.13 +3 -2 src/sys/netinet/tcp_input.c 1.54.2.12 +21 -1 src/sys/pci/if_de.c 1.21.2.14 +42 -18 src/sys/pci/if_fxp.c From owner-cvs-all Thu Sep 17 11:30:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27664 for cvs-all-outgoing; Thu, 17 Sep 1998 11:30:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27552 for ; Thu, 17 Sep 1998 11:30:07 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id EAA25979; Fri, 18 Sep 1998 04:29:44 +1000 Date: Fri, 18 Sep 1998 04:29:44 +1000 From: Bruce Evans Message-Id: <199809171829.EAA25979@godzilla.zeta.org.au> To: bde@zeta.org.au, dillon@backplane.com Subject: Re: /usr/lib/compat/aout not being scanned? Cc: committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >:You have to put the aout subdirectories in $ldconfig_paths if >:you want them. Similarly for $LD_LIBRARY_PATH, the default path >:STANDARD_SEARCH_DIRS = "/usr/lib" built into ld and ld.so, and paths > > It's not a question of what I have to do, it's a question of what thousands > of FreeBSD users are going to have to do to upgrade to the new release. The "plural" "you" has to do it. > The way I see it, we have two choices: Either the upgrade script handles > the 'aout' case by adjusting /etc/rc, rc.conf, and/or rc.conf.local, or > we hack ldconfig to handle it automatically (by generating both elf and > a.out hints files and checking for $dir/aout for each directory). If > we force every user to manually update his rc.conf[.local] *AND* their > /etc/rc, there are going to be a large number of unhappy users. The upgrade script should at least be consistent with the default /etc/rc.conf which still has /usr/lib/compat, /usr/X11R6/lib and /usr/local/lib. It's not clear that we will ever need a elf libraries in /usr/lib/compat. > So, the real question is: What is the ugprade script going to do? If it > replaces /etc/rc then checking for aout/ subdirs there solves the problem. > If it doesn't, it must either edit rc.conf[.local] (which I think is > problematic), or ldconfig must be hacked to handle aout/ subdirs so the > old /etc/rc and rc.conf[.local] files work without modification. Not just rc.conf. If ld.so and ld aren't both hacked, then all -Lfoo's in makefiles would need to be changed to -Lfoo/aout for the aout case but left alone for the elf case. All $LIBRARY_PATH's and $LD_LIBRARY_PATH's in files and environments would need to be changed similary. We don't even get this right for the paths in /usr/src/Makefile.inc1 (the paths there work for the wrong reasons). This shows that aout subdirectories should never have been used. Elf libraries should have been put in subdirectories. It would be relatively easy to move them to the right place later if this is planned for. Bruce From owner-cvs-all Thu Sep 17 11:42:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00428 for cvs-all-outgoing; Thu, 17 Sep 1998 11:42: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 LAA00412; Thu, 17 Sep 1998 11:42:36 -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 LAA18882; Thu, 17 Sep 1998 11:42:17 -0700 (PDT) Date: Thu, 17 Sep 1998 11:42:17 -0700 (PDT) Message-Id: <199809171842.LAA18882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet in_pcb.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/09/17 11:42:16 PDT Modified files: sys/netinet in_pcb.c Log: Fix the bind security fix introduced in rev 1.38 to work with multicast: - Don't bother checking for conflicting sockets if we're binding to a multicast address. - Don't return an error if we're binding to INADDR_ANY, the conflicting socket is bound to INADDR_ANY, and the conflicting socket has SO_REUSEPORT set. PR: kern/7713 Revision Changes Path 1.45 +9 -3 src/sys/netinet/in_pcb.c From owner-cvs-all Thu Sep 17 11:43:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00584 for cvs-all-outgoing; Thu, 17 Sep 1998 11:43: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 LAA00550; Thu, 17 Sep 1998 11:43:37 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA18943; Thu, 17 Sep 1998 11:43:18 -0700 (PDT) Date: Thu, 17 Sep 1998 11:43:18 -0700 (PDT) Message-Id: <199809171843.LAA18943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/netboot start2.S Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/09/17 11:43:18 PDT Modified files: sys/i386/boot/netboot start2.S Log: Correct description of get_diskinfo result. Revision Changes Path 1.7 +1 -1 src/sys/i386/boot/netboot/start2.S From owner-cvs-all Thu Sep 17 12:12:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07275 for cvs-all-outgoing; Thu, 17 Sep 1998 12:12:14 -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 MAA07253; Thu, 17 Sep 1998 12:12:10 -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 NAA17035; Thu, 17 Sep 1998 13:11:48 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA20957; Thu, 17 Sep 1998 13:11:46 -0600 Date: Thu, 17 Sep 1998 13:11:46 -0600 Message-Id: <199809171911.NAA20957@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bill Fenner Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet in_pcb.c In-Reply-To: <199809171842.LAA18882@freefall.freebsd.org> References: <199809171842.LAA18882@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/netinet in_pcb.c > Log: > Fix the bind security fix introduced in rev 1.38 to work with multicast: > - Don't bother checking for conflicting sockets if we're binding to a > multicast address. > - Don't return an error if we're binding to INADDR_ANY, the conflicting > socket is bound to INADDR_ANY, and the conflicting socket has SO_REUSEPORT > set. Thanks! If this is the same bugfix you posted to the java list, I've been running it safely for months w/out any problem so it can be merged into -stable.! Nate From owner-cvs-all Thu Sep 17 12:40:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11461 for cvs-all-outgoing; Thu, 17 Sep 1998 12:40: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 MAA11447; Thu, 17 Sep 1998 12:40:50 -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 MAA21146; Thu, 17 Sep 1998 12:40:30 -0700 (PDT) Date: Thu, 17 Sep 1998 12:40:30 -0700 (PDT) Message-Id: <199809171940.MAA21146@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/syscons saver.h src/lkm/syscons/blank blank_saver.c src/lkm/syscons/daemon daemon_saver.c src/lkm/syscons/fade fade_saver.c src/lkm/syscons/green green_saver.c src/lkm/syscons/snake snake_saver.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/09/17 12:40:30 PDT Modified files: lkm/syscons saver.h lkm/syscons/blank blank_saver.c lkm/syscons/daemon daemon_saver.c lkm/syscons/fade fade_saver.c lkm/syscons/green green_saver.c lkm/syscons/snake snake_saver.c lkm/syscons/star star_saver.c Log: Fix the sreensavers so the work again with the new syscons & friends. Submitted by: Kazutaka YOKOTA Revision Changes Path 1.12 +1 -2 src/lkm/syscons/saver.h 1.13 +3 -1 src/lkm/syscons/blank/blank_saver.c 1.11 +9 -6 src/lkm/syscons/daemon/daemon_saver.c 1.14 +10 -12 src/lkm/syscons/fade/fade_saver.c 1.13 +3 -1 src/lkm/syscons/green/green_saver.c 1.19 +10 -7 src/lkm/syscons/snake/snake_saver.c 1.16 +10 -6 src/lkm/syscons/star/star_saver.c From owner-cvs-all Thu Sep 17 12:52:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12982 for cvs-all-outgoing; Thu, 17 Sep 1998 12:52: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 MAA12925; Thu, 17 Sep 1998 12:52:00 -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 MAA21593; Thu, 17 Sep 1998 12:51:40 -0700 (PDT) Date: Thu, 17 Sep 1998 12:51:40 -0700 (PDT) Message-Id: <199809171951.MAA21593@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include/rpcsvc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/17 12:51:40 PDT Modified files: include/rpcsvc Makefile Log: Build headers with -DWANT_NFS3. (finishing up on Amd upgrade) Revision Changes Path 1.23 +2 -2 src/include/rpcsvc/Makefile From owner-cvs-all Thu Sep 17 13:18:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17672 for cvs-all-outgoing; Thu, 17 Sep 1998 13:18: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 NAA17591; Thu, 17 Sep 1998 13:18:32 -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 NAA22531; Thu, 17 Sep 1998 13:18:12 -0700 (PDT) Date: Thu, 17 Sep 1998 13:18:12 -0700 (PDT) Message-Id: <199809172018.NAA22531@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/restore interactive.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/17 13:18:12 PDT Modified files: sbin/restore interactive.c Log: Prevent buffer overflow with extra long arguments. Revision Changes Path 1.6 +2 -4 src/sbin/restore/interactive.c From owner-cvs-all Thu Sep 17 13:45:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24602 for cvs-all-outgoing; Thu, 17 Sep 1998 13:45: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 NAA24425; Thu, 17 Sep 1998 13:44:53 -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 NAA23930; Thu, 17 Sep 1998 13:44:27 -0700 (PDT) Date: Thu, 17 Sep 1998 13:44:27 -0700 (PDT) Message-Id: <199809172044.NAA23930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/17 13:44:27 PDT Modified files: . INDEX Log: 1,725 ports! Revision Changes Path 1.188 +97 -82 ports/INDEX From owner-cvs-all Thu Sep 17 14:04:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00149 for cvs-all-outgoing; Thu, 17 Sep 1998 14:04: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 OAA29866; Thu, 17 Sep 1998 14:04:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA24876; Thu, 17 Sep 1998 14:03:45 -0700 (PDT) Date: Thu, 17 Sep 1998 14:03:45 -0700 (PDT) Message-Id: <199809172103.OAA24876@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:03:45 PDT Modified files: sys/dev/isp isp.c Log: ISP_DMASETUP now returns a value to be possibly punted to outer layers. Turn request queue overflow messages into debug messages. Ensure on isp_restarts that we nullify the xflist array. Revision Changes Path 1.4 +25 -13 src/sys/dev/isp/isp.c From owner-cvs-all Thu Sep 17 14:06:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00832 for cvs-all-outgoing; Thu, 17 Sep 1998 14:06: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 OAA00700; Thu, 17 Sep 1998 14:06:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25063; Thu, 17 Sep 1998 14:05:41 -0700 (PDT) Date: Thu, 17 Sep 1998 14:05:41 -0700 (PDT) Message-Id: <199809172105.OAA25063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:05:41 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Remove commented out and no longer pertinent EAGAIN message. Redo CMD_COMPLETE logic for returns from inner layer (just make sure that a CAM_REQ_INPROG doesn't get xpt_done'd). Revision Changes Path 1.6 +7 -12 src/sys/dev/isp/isp_freebsd.c From owner-cvs-all Thu Sep 17 14:07:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01133 for cvs-all-outgoing; Thu, 17 Sep 1998 14:07: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 OAA00995; Thu, 17 Sep 1998 14:07:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25185; Thu, 17 Sep 1998 14:06:38 -0700 (PDT) Date: Thu, 17 Sep 1998 14:06:38 -0700 (PDT) Message-Id: <199809172106.OAA25185@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:06:38 PDT Modified files: sys/dev/isp isp_freebsd_cam.h Log: Clean up a comment. Make the default debugging level contingent upon CAMDEBUG. Revision Changes Path 1.5 +5 -9 src/sys/dev/isp/isp_freebsd_cam.h From owner-cvs-all Thu Sep 17 14:08:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01489 for cvs-all-outgoing; Thu, 17 Sep 1998 14:08: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 OAA01282; Thu, 17 Sep 1998 14:08:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA24786; Thu, 17 Sep 1998 14:02:18 -0700 (PDT) Date: Thu, 17 Sep 1998 14:02:18 -0700 (PDT) Message-Id: <199809172102.OAA24786@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:02:18 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Roll revision, clean up a comment. Revision Changes Path 1.4 +1 -8 src/sys/dev/isp/isp_freebsd.h From owner-cvs-all Thu Sep 17 14:12:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02737 for cvs-all-outgoing; Thu, 17 Sep 1998 14:12: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 OAA02526; Thu, 17 Sep 1998 14:11:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA25524; Thu, 17 Sep 1998 14:11:21 -0700 (PDT) Date: Thu, 17 Sep 1998 14:11:21 -0700 (PDT) Message-Id: <199809172111.OAA25524@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 14:11:21 PDT Modified files: sys/pci isp_pci.c Log: A major amount of cleaning up: + Change some messages about CCB memory allocation + Turn a failure to DMA map all of a transaction due to lack of ISP queue entries into a requeue operation (instead of the case where it had been treated the same as a DMA too big operation). + put back splsoftvm around bus_dmamap_load calls. + cleanup (and fix a glaring bug) in the and of the dma setup routine. Also, the dma setup routines either return CMD_QUEUED (for success) or CMD_COMPLETE (for failure) or CMD_EAGAIN (for requeuing for resource shortage reasons). Revision Changes Path 1.6 +33 -45 src/sys/pci/isp_pci.c From owner-cvs-all Thu Sep 17 14:24:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06205 for cvs-all-outgoing; Thu, 17 Sep 1998 14:24: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 OAA05618; Thu, 17 Sep 1998 14:21:41 -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 VAA04441; Thu, 17 Sep 1998 21:07: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 VAA20307; Thu, 17 Sep 1998 21:05:47 +0100 (BST) (envelope-from brian@woof.lan.awfulhak.org) Message-Id: <199809172005.VAA20307@woof.lan.awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: John Fieber cc: Brian Somers , obrien@NUXI.com, ports@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Doug Subject: Re: DHCP in the base In-reply-to: Your message of "Thu, 17 Sep 1998 09:13:07 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 17 Sep 1998 21:05:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Thu, 17 Sep 1998, Brian Somers wrote: > > > You must have missed this at the end of the dhclient.conf man page: > > > > This is a very complicated dhclient.conf file - in gen- > > eral, yours should be much simpler. In many cases, it's > > sufficient to just create an empty dhclient.conf file - > > the defaults are usually fine. > > How about a little patch to move this block to the *beginning* of > the man page to preface the the astonishingly the very > complicated dhclient.conf example. Probably a good idea, but I'd tend to try to get the ISC crowd to do it rather than patching it locally.... of course if Doug (cc'd) ends up maintaining it, I'm sure he could put a word in ;-) > -john -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Sep 17 14:46:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13629 for cvs-all-outgoing; Thu, 17 Sep 1998 14:46:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13363; Thu, 17 Sep 1998 14:45:19 -0700 (PDT) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.9.1/8.9.1) id XAA07834; Thu, 17 Sep 1998 23:39:06 +0200 (CEST) (envelope-from karpen) From: Mikael Karpberg Message-Id: <199809172139.XAA07834@ocean.campus.luth.se> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from =?ISO-8859-1?Q?Dag=2DErling_Co=EFdan__Sm=F8rgrav?= at "Sep 17, 98 02:11:30 pm" To: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Thu, 17 Sep 1998 23:39:06 +0200 (CEST) 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Dag-Erling Coïdan Smørgrav: > "Jordan K. Hubbard" writes: > > probably revert whatever change caused this to happen by default since > > it's very evil and it didn't use to happen. Telling people to rebuild > > kernels with "PLEASE_DONT_FLICKER_AND_DRIVE_ME_CRAZY" is not much of > > an option since most folks don't RTFM anyway and they'll just conclude > > (rightly) that our console driver is broken. > > I agree that "flicker countermeasures" should be the default, but > please leave in a knob for turning them off when they're not needed. Exactly WHAT is it that makes the option needed at all? I mean the code works just fine with no-flicker... Why would you want the extra code that is turned off then you run in no-flicker? What does it do, since it's not needed? /Mikael From owner-cvs-all Thu Sep 17 14:55:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15983 for cvs-all-outgoing; Thu, 17 Sep 1998 14:55: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 OAA15785; Thu, 17 Sep 1998 14:54:41 -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 OAA27005; Thu, 17 Sep 1998 14:54:19 -0700 (PDT) Date: Thu, 17 Sep 1998 14:54:19 -0700 (PDT) Message-Id: <199809172154.OAA27005@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/17 14:54:18 PDT Modified files: sys/i386/conf LINT Log: vpo comments updated for cam, nlpt suggested instead of lpt Revision Changes Path 1.468 +5 -3 src/sys/i386/conf/LINT From owner-cvs-all Thu Sep 17 15:09:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18954 for cvs-all-outgoing; Thu, 17 Sep 1998 15:09: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 PAA18888; Thu, 17 Sep 1998 15:08:56 -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 PAA27477; Thu, 17 Sep 1998 15:08:35 -0700 (PDT) Date: Thu, 17 Sep 1998 15:08:35 -0700 (PDT) Message-Id: <199809172208.PAA27477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux linux_sysvec.c src/lkm/linux linux.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 15:08:35 PDT Modified files: sys/i386/linux linux_sysvec.c lkm/linux linux.c Log: Add support for glibc consumers using the new ld-linux.so.2 linker. I can't say this was the most inspired fix, but it matches the design OK. Revision Changes Path 1.34 +10 -2 src/sys/i386/linux/linux_sysvec.c 1.13 +4 -3 src/lkm/linux/linux.c From owner-cvs-all Thu Sep 17 15:13:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19884 for cvs-all-outgoing; Thu, 17 Sep 1998 15:13:39 -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 PAA19843; Thu, 17 Sep 1998 15:13:21 -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 AAA28610; Fri, 18 Sep 1998 00:12:55 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 18 Sep 1998 00:12:54 +0200 (MET DST) Mime-Version: 1.0 To: Mikael Karpberg Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al References: <199809172139.XAA07834@ocean.campus.luth.se> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 18 Sep 1998 00:12:52 +0200 In-Reply-To: Mikael Karpberg's message of "Thu, 17 Sep 1998 23:39:06 +0200 (CEST)" Message-ID: Lines: 19 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 PAB19860 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mikael Karpberg writes: > According to Dag-Erling Coïdan Smørgrav: > > I agree that "flicker countermeasures" should be the default, but > > please leave in a knob for turning them off when they're not needed. > Exactly WHAT is it that makes the option needed at all? I mean the code works > just fine with no-flicker... Why would you want the extra code that is turned > off then you run in no-flicker? What does it do, since it's not needed? I think you misunderstand. The issue is: certain video chipsets react badly to font changes outside the vertical retrace period. Using moused(8) on these chipsets is unbearable without the no-flicker code. The problem is that the no-flicker code slows things down a tad. Not much, but enough that you notice it if there's a lot of mouse activity. So those of us who don't have that problem may want to turn it off, unless we're always running X since it only affects text mode. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Thu Sep 17 15:29:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21778 for cvs-all-outgoing; Thu, 17 Sep 1998 15:29: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 PAA21766; Thu, 17 Sep 1998 15:29:24 -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 PAA28532; Thu, 17 Sep 1998 15:29:03 -0700 (PDT) Date: Thu, 17 Sep 1998 15:29:03 -0700 (PDT) Message-Id: <199809172229.PAA28532@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 gibbs 1998/09/17 15:29:02 PDT Modified files: sys/pci ncr.c Log: Really correct ncr_freeze_devq now. We scan backwards from the current insertion point into the start queue looking for entries to remove and mark them with the 'skip' address, recording the entry furthest from the insertion point that needs to be removed. We then go through a second loop starting at the furthest entry to be removed and compress the start queue. The old algorithm started at (old insert point + 1) and wrapped through the whole queue which would end up moving the start position in the queue out from under the nose of the scrip processor. Revision Changes Path 1.129 +26 -11 src/sys/pci/ncr.c From owner-cvs-all Thu Sep 17 15:30:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22030 for cvs-all-outgoing; Thu, 17 Sep 1998 15:30: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 PAA22025; Thu, 17 Sep 1998 15:30: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 PAA28639; Thu, 17 Sep 1998 15:30:11 -0700 (PDT) Date: Thu, 17 Sep 1998 15:30:11 -0700 (PDT) Message-Id: <199809172230.PAA28639@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl80 Makefile ports/lang/tcl80/patches patch-ab patch-aa ports/lang/tcl80/pkg PLIST 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 From owner-cvs-all Thu Sep 17 15:32:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22272 for cvs-all-outgoing; Thu, 17 Sep 1998 15:32: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 PAA22260; Thu, 17 Sep 1998 15:31: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 PAA28731; Thu, 17 Sep 1998 15:31:35 -0700 (PDT) Date: Thu, 17 Sep 1998 15:31:35 -0700 (PDT) Message-Id: <199809172231.PAA28731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/tk80 Makefile ports/x11-toolkits/tk80/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/17 15:31:35 PDT Modified files: x11-toolkits/tk80 Makefile x11-toolkits/tk80/pkg PLIST Log: Make this build in an ELF world. Revision Changes Path 1.12 +11 -3 ports/x11-toolkits/tk80/Makefile 1.7 +3 -2 ports/x11-toolkits/tk80/pkg/PLIST From owner-cvs-all Thu Sep 17 15:36:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22915 for cvs-all-outgoing; Thu, 17 Sep 1998 15:36: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 PAA22872; Thu, 17 Sep 1998 15:36: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 PAA28846; Thu, 17 Sep 1998 15:35:43 -0700 (PDT) Date: Thu, 17 Sep 1998 15:35:43 -0700 (PDT) Message-Id: <199809172235.PAA28846@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/mergemaster - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/17 15:35:42 PDT ports/sysutils/mergemaster - Imported sources Update of /home/ncvs/ports/sysutils/mergemaster In directory freefall.freebsd.org:/d/users/steve/work/mergemaster Log Message: Initial import of version 1.14 of mergemaster. A script to aid with merging configuration files during an upgrade. PR: 7910 Submitted by: Doug Status: Vendor Tag: STUDDED Release Tags: v1_14 N ports/sysutils/mergemaster/Makefile N ports/sysutils/mergemaster/files/md5 N ports/sysutils/mergemaster/pkg/COMMENT N ports/sysutils/mergemaster/pkg/DESCR N ports/sysutils/mergemaster/pkg/PLIST No conflicts created by this import From owner-cvs-all Thu Sep 17 15:39:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23376 for cvs-all-outgoing; Thu, 17 Sep 1998 15:39: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 PAA23341; Thu, 17 Sep 1998 15:39: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 PAA28980; Thu, 17 Sep 1998 15:38:47 -0700 (PDT) Date: Thu, 17 Sep 1998 15:38:47 -0700 (PDT) Message-Id: <199809172238.PAA28980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/17 15:38:47 PDT Modified files: sysutils Makefile Log: Activate mergemaster. Revision Changes Path 1.43 +2 -1 ports/sysutils/Makefile From owner-cvs-all Thu Sep 17 15:40:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23659 for cvs-all-outgoing; Thu, 17 Sep 1998 15: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 PAA23587; Thu, 17 Sep 1998 15:40:19 -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 PAA29030; Thu, 17 Sep 1998 15:39:58 -0700 (PDT) Date: Thu, 17 Sep 1998 15:39:58 -0700 (PDT) Message-Id: <199809172239.PAA29030@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/17 15:39:58 PDT Modified files: . modules Log: mergemaster -> ports/sysutils/mergemaster Revision Changes Path 1.2379 +2 -1 CVSROOT/modules From owner-cvs-all Thu Sep 17 15:46:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24583 for cvs-all-outgoing; Thu, 17 Sep 1998 15:46:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24433; Thu, 17 Sep 1998 15:45:56 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id CAA26997; Fri, 18 Sep 1998 02:42:35 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.1/8.9.1) with ESMTP id CAA02115; Fri, 18 Sep 1998 02:45:00 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199809172245.CAA02115@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Thu, 17 Sep 1998 04:25:51 PDT." <199809171125.EAA01779@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Sep 1998 02:45:00 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > o Remove MSDOSFS until I find some other way of gaining some space. > This *totally disables* the use of DOS partitions in installation > so it's truly just a temporary measure. What about replace gzip with minigzip? It should give about 40K (uncompressed). Dima From owner-cvs-all Thu Sep 17 15:54:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25460 for cvs-all-outgoing; Thu, 17 Sep 1998 15: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 PAA25448; Thu, 17 Sep 1998 15:53:56 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA29654; Thu, 17 Sep 1998 15:53:37 -0700 (PDT) Date: Thu, 17 Sep 1998 15:53:37 -0700 (PDT) Message-Id: <199809172253.PAA29654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 15:53:36 PDT Modified files: sys/dev/isp isp.c Log: Cleanliness. Don't leave defined a const char array that's only used if target mode is defined (which it isn't, yet). Revision Changes Path 1.5 +4 -2 src/sys/dev/isp/isp.c From owner-cvs-all Thu Sep 17 16:12:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28293 for cvs-all-outgoing; Thu, 17 Sep 1998 16:12:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA28240; Thu, 17 Sep 1998 16:11:42 -0700 (PDT) (envelope-from karpen@ocean.campus.luth.se) Received: (from karpen@localhost) by ocean.campus.luth.se (8.9.1/8.9.1) id BAA08041; Fri, 18 Sep 1998 01:05:31 +0200 (CEST) (envelope-from karpen) From: Mikael Karpberg Message-Id: <199809172305.BAA08041@ocean.campus.luth.se> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from =?ISO-8859-1?Q?Dag=2DErling_Co=EFdan__Sm=F8rgrav?= at "Sep 18, 98 00:12:52 am" To: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Fri, 18 Sep 1998 01:05:31 +0200 (CEST) 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=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Dag-Erling Coïdan Smørgrav: > Mikael Karpberg writes: > > According to Dag-Erling Coïdan Smørgrav: > > > I agree that "flicker countermeasures" should be the default, but > > > please leave in a knob for turning them off when they're not needed. > > Exactly WHAT is it that makes the option needed at all? I mean the code > > works just fine with no-flicker... Why would you want the extra code > > that is turned off then you run in no-flicker? What does it do, since > > it's not needed? > > I think you misunderstand. The issue is: certain video chipsets react > badly to font changes outside the vertical retrace period. Using > moused(8) on these chipsets is unbearable without the no-flicker code. > The problem is that the no-flicker code slows things down a tad. Not > much, but enough that you notice it if there's a lot of mouse > activity. So those of us who don't have that problem may want to turn > it off, unless we're always running X since it only affects text mode. Oh, ok. So it's a small speedup for others? Well, by all means, let's make it an option that can be turned on, then. /Mikael From owner-cvs-all Thu Sep 17 16:21:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00270 for cvs-all-outgoing; Thu, 17 Sep 1998 16:21: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 QAA00171; Thu, 17 Sep 1998 16:20:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA00722; Thu, 17 Sep 1998 16:20:30 -0700 (PDT) Date: Thu, 17 Sep 1998 16:20:30 -0700 (PDT) Message-Id: <199809172320.QAA00722@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp.c ispvar.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 16:20:30 PDT Modified files: sys/dev/isp isp.c ispvar.h Log: per bde (who is right about this) that an inlined fucntion with const char * strings being returned defined in a header file included several places but only used in one module, is, uh, silly. Revision Changes Path 1.6 +24 -2 src/sys/dev/isp/isp.c 1.5 +1 -19 src/sys/dev/isp/ispvar.h From owner-cvs-all Thu Sep 17 16:53:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA07094 for cvs-all-outgoing; Thu, 17 Sep 1998 16:53: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 QAA06975; Thu, 17 Sep 1998 16:52:41 -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 QAA01815; Thu, 17 Sep 1998 16:52:17 -0700 (PDT) Date: Thu, 17 Sep 1998 16:52:17 -0700 (PDT) Message-Id: <199809172352.QAA01815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha/common gensetdefs.c src/sys/boot/common gensetdefs.c interp_parse.c load_aout.c panic.c src/sys/boot/i386 Makefile src/sys/boot/i386/btx Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 16:52:16 PDT Modified files: sys/boot/common interp_parse.c load_aout.c panic.c sys/boot/i386 Makefile sys/boot/i386/btx Makefile sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/btx/lib btxv86.h sys/boot/i386/libi386 Makefile aout_freebsd.c biosdisk.c bootinfo.c comconsole.c i386_copy.c libi386.h vidconsole.c sys/boot/i386/loader Makefile conf.c main.c version Added files: sys/boot/common gensetdefs.c sys/boot/i386/libi386 biosmem.c time.c sys/boot/i386/loader setdef0.c setdef1.c Removed files: sys/boot/alpha/common gensetdefs.c sys/boot/i386/installboot Makefile bootblks.c getmount.c installboot.8 installboot.c installboot.h sys/boot/i386/libi386 biosdelay.S biosdisk_support.S biosgetrtc.S biosmem.S biosreboot.S comconsole_support.S getsecs.c startprog.S vidconsole_support.S sys/boot/i386/libi386/crt Makefile bios_disk.S biosdisk_ll.c biosdisk_ll.h buffers.S diskbuf.h sys/boot/i386/libi386/crt/bootsect Makefile bbinfo.h bootsectmain.c fraglist.S start_bootsect.S Log: Initial integration of the i386 bootloader and BTX. - Discard large amounts of BIOS-related code in favour of the more compact BTX vm86 interface. - Build the loader module as ELF, although the resulting object is a.out, make gensetdefs 32/64-bit sensitive and use a single copy of it. - Throw away installboot, as it's no longer required. - Use direct bcopy operations in the i386_copy module, as BTX maps the first 16M of memory. Check operations against the detected size of actual memory. Revision Changes Path 1.4 +1 -2 src/sys/boot/common/interp_parse.c 1.4 +2 -1 src/sys/boot/common/load_aout.c 1.2 +2 -2 src/sys/boot/common/panic.c 1.2 +1 -1 src/sys/boot/i386/Makefile 1.4 +2 -2 src/sys/boot/i386/btx/Makefile 1.3 +3 -1 src/sys/boot/i386/btx/btx/Makefile 1.3 +3 -2 src/sys/boot/i386/btx/btxldr/Makefile 1.2 +13 -3 src/sys/boot/i386/btx/lib/btxv86.h 1.3 +4 -7 src/sys/boot/i386/libi386/Makefile 1.4 +5 -2 src/sys/boot/i386/libi386/aout_freebsd.c 1.2 +101 -31 src/sys/boot/i386/libi386/biosdisk.c 1.4 +18 -18 src/sys/boot/i386/libi386/bootinfo.c 1.2 +44 -19 src/sys/boot/i386/libi386/comconsole.c 1.4 +13 -3 src/sys/boot/i386/libi386/i386_copy.c 1.5 +17 -2 src/sys/boot/i386/libi386/libi386.h 1.2 +46 -19 src/sys/boot/i386/libi386/vidconsole.c 1.3 +44 -12 src/sys/boot/i386/loader/Makefile 1.3 +3 -3 src/sys/boot/i386/loader/conf.c 1.5 +20 -13 src/sys/boot/i386/loader/main.c 1.2 +2 -1 src/sys/boot/i386/loader/version From owner-cvs-all Thu Sep 17 17:00:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08350 for cvs-all-outgoing; Thu, 17 Sep 1998 17:00: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 QAA08196; Thu, 17 Sep 1998 16:59:20 -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 QAA02049; Thu, 17 Sep 1998 16:58:56 -0700 (PDT) Date: Thu, 17 Sep 1998 16:58:56 -0700 (PDT) Message-Id: <199809172358.QAA02049@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/17 16:58:55 PDT Modified files: sys/cam cam_xpt.c Log: Fix a formatting error. Fix a problem reported by bde: setting SCSI_DELAY to 0 doesn't work. Now, when the user sets SCSI_DELAY to 0, we re-set it to the minimum allowable bus settle delay (100ms). Fix a potential panic in xptfinishconfigfunc() if the CCB passed in is NULL. Reported by, I think, Nicolas Souchu. Fix a memory leak in the same function (we created a path, but didn't free it) by allocating the getdev CCB and path on the stack. Reviewed by: gibbs Revision Changes Path 1.6 +32 -20 src/sys/cam/cam_xpt.c From owner-cvs-all Thu Sep 17 17:03:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09056 for cvs-all-outgoing; Thu, 17 Sep 1998 17:03: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 RAA08890; Thu, 17 Sep 1998 17:02:04 -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 RAA02171; Thu, 17 Sep 1998 17:01:40 -0700 (PDT) Date: Thu, 17 Sep 1998 17:01:40 -0700 (PDT) Message-Id: <199809180001.RAA02171@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 ken 1998/09/17 17:01:40 PDT Modified files: sys/i386/conf LINT Log: Move SCSI_DELAY and SCSI_CAM from the undocumented options section to the CAM options section. Document that SCSI_DELAY is in milliseconds, not seconds. Tell users that SCSI_CAM is only needed if you've got the QLogic driver in your kernel. Reviewed by: gibbs Revision Changes Path 1.469 +9 -3 src/sys/i386/conf/LINT From owner-cvs-all Thu Sep 17 17:07:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09777 for cvs-all-outgoing; Thu, 17 Sep 1998 17:07:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA09575; Thu, 17 Sep 1998 17:05:59 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <40667(2)>; Thu, 17 Sep 1998 17:05:24 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177534>; Thu, 17 Sep 1998 17:05:09 -0700 To: Nate Williams cc: Bill Fenner , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c In-reply-to: Your message of "Thu, 17 Sep 98 12:11:46 PDT." <199809171911.NAA20957@mt.sri.com> Date: Thu, 17 Sep 1998 17:05:01 PDT From: Bill Fenner Message-Id: <98Sep17.170509pdt.177534@crevenia.parc.xerox.com> Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199809171911.NAA20957@mt.sri.com> Nate wrote: >Thanks! If this is the same bugfix you posted to the java list, I've >been running it safely for months w/out any problem so it can be merged >into -stable.! Boy, I forgot about that one. I think that was a slightly different fix, since I had several different versions. I'll check the mailing list archive. Bill From owner-cvs-all Thu Sep 17 17:26:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14044 for cvs-all-outgoing; Thu, 17 Sep 1998 17:26: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 RAA13827; Thu, 17 Sep 1998 17:24:50 -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 RAA02903; Thu, 17 Sep 1998 17:24:26 -0700 (PDT) Date: Thu, 17 Sep 1998 17:24:26 -0700 (PDT) Message-Id: <199809180024.RAA02903@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common isapnp.c isapnp.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 17:24:26 PDT Added files: sys/boot/common isapnp.c isapnp.h Log: Oops, missed these. Machine-independant ISA PnP enumerator. From owner-cvs-all Thu Sep 17 17:42:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18130 for cvs-all-outgoing; Thu, 17 Sep 1998 17:42:36 -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 RAA17991 for ; Thu, 17 Sep 1998 17:41:58 -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 RAA14180; Thu, 17 Sep 1998 17:41:22 -0700 (PDT) (envelope-from jdp) Message-Id: <199809180041.RAA14180@austin.polstra.com> To: mark@grondar.za Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: <199809170603.IAA03554@gratis.grondar.za> References: <199809170555.PAA08032@cimlogic.com.au> <199809170603.IAA03554@gratis.grondar.za> Organization: Polstra & Co., Seattle, WA Cc: committers@freebsd.org Date: Thu, 17 Sep 1998 17:41:22 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199809170603.IAA03554@gratis.grondar.za>, Mark Murray wrote: > This is where I start passing the hat around for a contract on the > Perl5 developers' heads. Grrr. > > They have built a twisty little maze of interdependant scripts that > is _nasty_ to unravel. These scripts are riddled with path searchers > and other crap that overrides the build environment. After this, perhaps you'll be in the right state of mind to really enjoy working on GNU binutils ... ;-) 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 Thu Sep 17 17:45:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA18593 for cvs-all-outgoing; Thu, 17 Sep 1998 17:45:09 -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 RAA18405; Thu, 17 Sep 1998 17:43:53 -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 RAA14199; Thu, 17 Sep 1998 17:43:21 -0700 (PDT) (envelope-from jdp) Message-Id: <199809180043.RAA14199@austin.polstra.com> To: luigi@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_input.c In-Reply-To: <199809170435.VAA17843@freefall.freebsd.org> References: <199809170435.VAA17843@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Thu, 17 Sep 1998 17:43:21 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199809170435.VAA17843@freefall.freebsd.org>, Luigi Rizzo wrote: > luigi 1998/09/16 21:35:59 PDT > > Modified files: (Branch: RELENG_2_2) > sys/netinet tcp_input.c > Log: > introduce a sysctl variable to disable slow-start on "local" > tcp connections. slow-start is used by default (as it should be) > This fixes a misbehaviour that was introduced when T/TCP was > integrated in the main sources. > > Revision Changes Path > 1.54.2.12 +6 -2 src/sys/netinet/tcp_input.c Is this a merge from something in -current? New features aren't supposed to start out on the -stable branch. 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 Thu Sep 17 17:47:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19184 for cvs-all-outgoing; Thu, 17 Sep 1998 17:47: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 RAA19030; Thu, 17 Sep 1998 17:47:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA03676; Thu, 17 Sep 1998 17:46:43 -0700 (PDT) Date: Thu, 17 Sep 1998 17:46:43 -0700 (PDT) Message-Id: <199809180046.RAA03676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf options src/sys/dev/isp isp_freebsd.c isp_freebsd.h src/sys/i386/conf GENERIC LINT SMP-GENERIC src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/17 17:46:43 PDT Modified files: sys/alpha/conf GENERIC sys/conf options sys/dev/isp isp_freebsd.c isp_freebsd.h sys/i386/conf GENERIC LINT SMP-GENERIC sys/pci isp_pci.c Log: (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver that had depended on it for compilation within or without CAM to use __FreeBSD_version instead). Revision Changes Path 1.7 +1 -2 src/sys/alpha/conf/GENERIC 1.99 +1 -2 src/sys/conf/options 1.7 +3 -2 src/sys/dev/isp/isp_freebsd.c 1.5 +9 -14 src/sys/dev/isp/isp_freebsd.h 1.118 +1 -2 src/sys/i386/conf/GENERIC 1.470 +1 -5 src/sys/i386/conf/LINT 1.15 +1 -2 src/sys/i386/conf/SMP-GENERIC 1.7 +9 -8 src/sys/pci/isp_pci.c From owner-cvs-all Thu Sep 17 17:53:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20581 for cvs-all-outgoing; Thu, 17 Sep 1998 17:53:44 -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 RAA20358; Thu, 17 Sep 1998 17:52: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 RAA14263; Thu, 17 Sep 1998 17:51:48 -0700 (PDT) (envelope-from jdp) Message-Id: <199809180051.RAA14263@austin.polstra.com> To: ken@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <199809170414.VAA17152@freefall.freebsd.org> References: <199809170414.VAA17152@freefall.freebsd.org> Organization: Polstra & Co., Seattle, WA Cc: committers@FreeBSD.ORG Date: Thu, 17 Sep 1998 17:51:48 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199809170414.VAA17152@freefall.freebsd.org>, Kenneth Merry wrote: > ken 1998/09/16 21:14:13 PDT > > Modified files: > . modules > Log: > Take out a bunch of entries that are now obsolete or somewhat stale. > (scsi, scsiformat, libscsi, sys_scsi, scsi_i386, etc. etc.) You shouldn't remove modules entries for things that still exist in any branch. The modules file isn't tagged, and a "cvs co -r RELENG_2_2 scsi" won't be able to find the module even though it should still exist for that branch. 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 Thu Sep 17 18:03:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22455 for cvs-all-outgoing; Thu, 17 Sep 1998 18:03: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 SAA22258; Thu, 17 Sep 1998 18:02:27 -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 SAA04214; Thu, 17 Sep 1998 18:02:05 -0700 (PDT) Date: Thu, 17 Sep 1998 18:02:05 -0700 (PDT) Message-Id: <199809180102.SAA04214@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/cvsup Makefile ports/lang/modula-3 Makefile ports/lang/modula-3/pkg PLIST PLIST.noX11 ports/lang/modula-3/scripts configure ports/lang/modula-3-lib Makefile ports/lang/modula-3-lib/files FreeBSD2.aout FreeBSD2.elf ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/17 18:02:04 PDT Modified files: net/cvsup Makefile lang/modula-3 Makefile lang/modula-3/pkg PLIST PLIST.noX11 lang/modula-3-lib Makefile lang/modula-3-lib/files md5 lang/modula-3-lib/patches patch-ah lang/modula-3-lib/pkg PLIST PLIST.noX11 lang/modula-3-lib/scripts configure Added files: lang/modula-3/scripts configure lang/modula-3-lib/files FreeBSD2.aout FreeBSD2.elf lang/modula-3-lib/patches patch-bt patch-bu Log: Make these ports work on ELF systems. Revision Changes Path 1.27 +2 -2 ports/net/cvsup/Makefile 1.23 +13 -13 ports/lang/modula-3/Makefile 1.15 +4 -6 ports/lang/modula-3/pkg/PLIST 1.3 +4 -6 ports/lang/modula-3/pkg/PLIST.noX11 1.11 +21 -10 ports/lang/modula-3-lib/Makefile 1.2 +1 -0 ports/lang/modula-3-lib/files/md5 1.9 +0 -208 ports/lang/modula-3-lib/patches/patch-ah 1.10 +42 -42 ports/lang/modula-3-lib/pkg/PLIST 1.2 +26 -26 ports/lang/modula-3-lib/pkg/PLIST.noX11 1.4 +32 -23 ports/lang/modula-3-lib/scripts/configure From owner-cvs-all Thu Sep 17 18:13:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24862 for cvs-all-outgoing; Thu, 17 Sep 1998 18:13: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 SAA24725; Thu, 17 Sep 1998 18:13:11 -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 SAA04553; Thu, 17 Sep 1998 18:12:47 -0700 (PDT) Date: Thu, 17 Sep 1998 18:12:47 -0700 (PDT) Message-Id: <199809180112.SAA04553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common load_aout.c src/sys/boot/i386/libi386 biosdisk.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 18:12:47 PDT Modified files: sys/boot/common load_aout.c Log: Use a.out.h to get all the correct bits in one place. Revision Changes Path 1.5 +2 -3 src/sys/boot/common/load_aout.c Modified files: sys/boot/i386/libi386 biosdisk.c Log: We lost all the files in crt/, so define the BIOS sector size here instead. Revision Changes Path 1.3 +4 -4 src/sys/boot/i386/libi386/biosdisk.c From owner-cvs-all Thu Sep 17 18:29:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28051 for cvs-all-outgoing; Thu, 17 Sep 1998 18:29:09 -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 SAA27838 for ; Thu, 17 Sep 1998 18:28:10 -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 SAA14532; Thu, 17 Sep 1998 18:27:33 -0700 (PDT) (envelope-from jdp) Message-Id: <199809180127.SAA14532@austin.polstra.com> To: dillon@backplane.com Subject: Re: buildworld/installworld, minor inconsistancies In-Reply-To: <199809170319.UAA26241@apollo.backplane.com> References: <199809170319.UAA26241@apollo.backplane.com> Organization: Polstra & Co., Seattle, WA Cc: committers@freebsd.org Date: Thu, 17 Sep 1998 18:27:33 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199809170319.UAA26241@apollo.backplane.com>, Matthew Dillon wrote: > ... and one more serious problem: gcore does not appear to work. i.e.: Eeeyecch! That one sure never entered my mind. :-( I will add it to my list, but I can't promise I'll get to it before the release. There's some shiny new ELF coredump-writing code toward the end of "src/sys/kern/imgact_elf.c", in case somebody else wants to pick this up. It shouldn't be too hard to jam it into gcore. Thanks for pointing this out. I never would have thought of it, as I never use gcore. 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 Thu Sep 17 18:29:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28071 for cvs-all-outgoing; Thu, 17 Sep 1998 18:29:22 -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 SAA27815; Thu, 17 Sep 1998 18:28:00 -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 JAA03533; Fri, 18 Sep 1998 09:27:14 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809180127.JAA03533@spinner.netplex.com.au> To: Bob Bishop cc: asami@FreeBSD.ORG (Satoshi Asami), grog@lemis.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lkm/vinum - Imported sources In-reply-to: Your message of "Thu, 17 Sep 1998 09:19:13 GMT." Date: Fri, 18 Sep 1998 09:27:13 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bob Bishop wrote: > 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! Yes, I can do that, but being Gregs laptop, the keys have moved around a little too so it really is a case of "hunt the key" :-) Some of what should be on the top row is elsewhere.. > -- > Bob Bishop (0118) 977 4017 international code +44 118 > rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK Cheers, -Peter From owner-cvs-all Thu Sep 17 18:42:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA00516 for cvs-all-outgoing; Thu, 17 Sep 1998 18:42:41 -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 SAA00365 for ; Thu, 17 Sep 1998 18:41: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 SAA14612; Thu, 17 Sep 1998 18:40:46 -0700 (PDT) (envelope-from jdp) Message-Id: <199809180140.SAA14612@austin.polstra.com> To: bde@zeta.org.au Subject: Re: /usr/lib/compat/aout not being scanned? In-Reply-To: <199809171829.EAA25979@godzilla.zeta.org.au> References: <199809171829.EAA25979@godzilla.zeta.org.au> Organization: Polstra & Co., Seattle, WA Cc: committers@freebsd.org Date: Thu, 17 Sep 1998 18:40:46 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199809171829.EAA25979@godzilla.zeta.org.au>, Bruce Evans wrote: > Not just rc.conf. If ld.so and ld aren't both hacked, then all -Lfoo's > in makefiles would need to be changed to -Lfoo/aout for the aout case but > left alone for the elf case. All $LIBRARY_PATH's and $LD_LIBRARY_PATH's > in files and environments would need to be changed similary. We don't > even get this right for the paths in /usr/src/Makefile.inc1 (the paths > there work for the wrong reasons). This shows that aout subdirectories > should never have been used. Elf libraries should have been put in > subdirectories. It would be relatively easy to move them to the right > place later if this is planned for. Our reasoning was that ELF is now the standard object format for FreeBSD, so the ELF libraries should go into the standard places. I don't deny that there may be some minor difficulties currently in some cases, but still I think our approach was sound. Overall I'm very pleased with how the transition has gone thus far. 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 Thu Sep 17 18:47:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01203 for cvs-all-outgoing; Thu, 17 Sep 1998 18:47: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 SAA01091; Thu, 17 Sep 1998 18:46:26 -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 SAA05494; Thu, 17 Sep 1998 18:46:04 -0700 (PDT) Date: Thu, 17 Sep 1998 18:46:04 -0700 (PDT) Message-Id: <199809180146.SAA05494@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 ken 1998/09/17 18:46:03 PDT Modified files: . modules Log: Add back the modules I deleted in revision 1.2377. jdp pointed out that those things still exist in other branches, and since the modules file isn't branched, we shouldn't delete modules that still exist in any branch. Revision Changes Path 1.2380 +12 -1 CVSROOT/modules From owner-cvs-all Thu Sep 17 19:04:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03249 for cvs-all-outgoing; Thu, 17 Sep 1998 19:04: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 TAA03236; Thu, 17 Sep 1998 19:03:51 -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 TAA05890; Thu, 17 Sep 1998 19:03:31 -0700 (PDT) Date: Thu, 17 Sep 1998 19:03:31 -0700 (PDT) Message-Id: <199809180203.TAA05890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common commands.c panic.c src/sys/boot/i386/libi386 Makefile biosdisk.c src/sys/boot/i386/loader Makefile conf.c main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/17 19:03:30 PDT Modified files: sys/boot/common commands.c panic.c Log: Remove 'panic' command (it works), don't ask for a keypress in panic, as exit() does. Perhaps it shouldn't? Revision Changes Path 1.3 +1 -12 src/sys/boot/common/commands.c 1.3 +1 -3 src/sys/boot/common/panic.c Modified files: sys/boot/i386/libi386 Makefile biosdisk.c Log: Synch with development version. Compiles and opens but doesn't work yet. Revision Changes Path 1.4 +2 -2 src/sys/boot/i386/libi386/Makefile 1.4 +26 -30 src/sys/boot/i386/libi386/biosdisk.c Modified files: sys/boot/i386/loader Makefile conf.c main.c Log: Enable the biosdisk driver, duplicate -lstand as it both calls and is called by the i386 platform library. Revision Changes Path 1.4 +5 -3 src/sys/boot/i386/loader/Makefile 1.4 +2 -2 src/sys/boot/i386/loader/conf.c 1.6 +5 -5 src/sys/boot/i386/loader/main.c From owner-cvs-all Thu Sep 17 19:30:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07122 for cvs-all-outgoing; Thu, 17 Sep 1998 19: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 TAA07054; Thu, 17 Sep 1998 19:29:50 -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 TAA06626; Thu, 17 Sep 1998 19:29:31 -0700 (PDT) Date: Thu, 17 Sep 1998 19:29:31 -0700 (PDT) Message-Id: <199809180229.TAA06626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/patches patch-ah patch-ae Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/17 19:29:30 PDT Modified files: misc/mc Makefile misc/mc/patches patch-ae Added files: misc/mc/patches patch-ah Log: Fix some bug of mountlist.c. Revision Changes Path 1.23 +3 -3 ports/misc/mc/Makefile 1.6 +0 -24 ports/misc/mc/patches/patch-ae From owner-cvs-all Thu Sep 17 19:35:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08408 for cvs-all-outgoing; Thu, 17 Sep 1998 19:35: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 TAA08376; Thu, 17 Sep 1998 19:35:49 -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 TAA06874; Thu, 17 Sep 1998 19:35:26 -0700 (PDT) Date: Thu, 17 Sep 1998 19:35:26 -0700 (PDT) Message-Id: <199809180235.TAA06874@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libdevstat devstat.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/17 19:35:25 PDT Modified files: lib/libdevstat devstat.c Log: Fix some error message format problems in checkversion() and getversion(). Reported By: bde Revision Changes Path 1.2 +35 -8 src/lib/libdevstat/devstat.c From owner-cvs-all Thu Sep 17 19:36:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08551 for cvs-all-outgoing; Thu, 17 Sep 1998 19:36:26 -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 TAA08486; Thu, 17 Sep 1998 19:36:06 -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 TAA00767; Thu, 17 Sep 1998 19:35:23 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mikael Karpberg cc: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?=), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-reply-to: Your message of "Fri, 18 Sep 1998 01:05:31 +0200." <199809172305.BAA08041@ocean.campus.luth.se> Date: Thu, 17 Sep 1998 19:35:22 -0700 Message-ID: <764.906086122@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Absolutely. Does someone else want to do the honors, or shall I? > According to Dag-Erling Coïdan Smørgrav: > > Mikael Karpberg writes: > > > According to Dag-Erling Coïdan Smørgrav: > > > > I agree that "flicker countermeasures" should be the default, but > > > > please leave in a knob for turning them off when they're not needed. > > > Exactly WHAT is it that makes the option needed at all? I mean the code > > > works just fine with no-flicker... Why would you want the extra code > > > that is turned off then you run in no-flicker? What does it do, since > > > it's not needed? > > > > I think you misunderstand. The issue is: certain video chipsets react > > badly to font changes outside the vertical retrace period. Using > > moused(8) on these chipsets is unbearable without the no-flicker code. > > The problem is that the no-flicker code slows things down a tad. Not > > much, but enough that you notice it if there's a lot of mouse > > activity. So those of us who don't have that problem may want to turn > > it off, unless we're always running X since it only affects text mode. > > Oh, ok. So it's a small speedup for others? Well, by all means, let's make > it an option that can be turned on, then. > > /Mikael From owner-cvs-all Thu Sep 17 19:39:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09463 for cvs-all-outgoing; Thu, 17 Sep 1998 19:39:15 -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 TAA09439; Thu, 17 Sep 1998 19:39:08 -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 TAA00802; Thu, 17 Sep 1998 19:38:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Dmitrij Tejblum cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Fri, 18 Sep 1998 02:45:00 +0400." <199809172245.CAA02115@tejblum.dnttm.rssi.ru> Date: Thu, 17 Sep 1998 19:38:42 -0700 Message-ID: <799.906086322@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk minigzip? > "Jordan K. Hubbard" wrote: > > o Remove MSDOSFS until I find some other way of gaining some space. > > This *totally disables* the use of DOS partitions in installation > > so it's truly just a temporary measure. > > What about replace gzip with minigzip? It should give about 40K (uncompressed ). > > Dima > From owner-cvs-all Thu Sep 17 19:39:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09508 for cvs-all-outgoing; Thu, 17 Sep 1998 19:39: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 TAA09471; Thu, 17 Sep 1998 19:39:16 -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 TAA07089; Thu, 17 Sep 1998 19:38:57 -0700 (PDT) Date: Thu, 17 Sep 1998 19:38:57 -0700 (PDT) Message-Id: <199809180238.TAA07089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11/gnomelibs/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/17 19:38:56 PDT Modified files: x11/gnomelibs/patches patch-aa Log: Add a patch for giflib. Revision Changes Path 1.2 +97 -2 ports/x11/gnomelibs/patches/patch-aa From owner-cvs-all Thu Sep 17 20:15:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16594 for cvs-all-outgoing; Thu, 17 Sep 1998 20:15:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16419; Thu, 17 Sep 1998 20:14:25 -0700 (PDT) (envelope-from jkoshy) Date: Thu, 17 Sep 1998 20:14:25 -0700 (PDT) From: Joseph Koshy Message-Id: <199809180314.UAA16419@hub.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Michael Smith Cc: committers Subject: Re: cvs commit: src/sys/boot/alpha/common gensetdefs.c src/sys/boot/common gensetdefs.c interp_parse.c load_aout.c panic.c src/sys/boot/i386 Makefile src/sys/boot/i386/btx Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile ... In-Reply-To: Your message of "Thu, 17 Sep 1998 16:52:17 MST." <199809172352.QAA01815@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Log: > Initial integration of the i386 bootloader and BTX. > > - Discard large amounts of BIOS-related code in favour of the more compact > BTX vm86 interface. Will this work on 386 machines? Koshy From owner-cvs-all Thu Sep 17 20:43:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA22591 for cvs-all-outgoing; Thu, 17 Sep 1998 20:43: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 UAA22503; Thu, 17 Sep 1998 20:42: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 UAA09986; Thu, 17 Sep 1998 20:42:17 -0700 (PDT) Date: Thu, 17 Sep 1998 20:42:17 -0700 (PDT) Message-Id: <199809180342.UAA09986@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/17 20:42:17 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Don't interpret SCB index 254 as a target mode completion when not in target mode. This hack of using the normal command complete mechanism for target cdb completion will go away soon. Submitted by: Tor.Egge@fast.no Revision Changes Path 1.3 +3 -2 src/sys/dev/aic7xxx/aic7xxx.c From owner-cvs-all Thu Sep 17 21:37:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29477 for cvs-all-outgoing; Thu, 17 Sep 1998 21:37: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 VAA29463; Thu, 17 Sep 1998 21:37:09 -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 VAA11719; Thu, 17 Sep 1998 21:36:50 -0700 (PDT) Date: Thu, 17 Sep 1998 21:36:50 -0700 (PDT) Message-Id: <199809180436.VAA11719@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ncr.4 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/17 21:36:49 PDT Modified files: share/man/man4/man4.i386 ncr.4 Log: Added names of additional controller chips supported by the NCR driver to the manual page. PR: 7967 Submitted by: Stefan Eggers Revision Changes Path 1.5 +11 -5 src/share/man/man4/man4.i386/ncr.4 From owner-cvs-all Thu Sep 17 21:46:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00749 for cvs-all-outgoing; Thu, 17 Sep 1998 21:46: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 VAA00740; Thu, 17 Sep 1998 21:46:03 -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 VAA12635; Thu, 17 Sep 1998 21:45:44 -0700 (PDT) Date: Thu, 17 Sep 1998 21:45:44 -0700 (PDT) Message-Id: <199809180445.VAA12635@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pw pw.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/09/17 21:45:43 PDT Modified files: usr.sbin/pw pw.8 Log: Fix inappropriate use of .Ql macro. PR: docs/7905 Submitted by: kuma@jp.freebsd.org Revision Changes Path 1.15 +2 -2 src/usr.sbin/pw/pw.8 From owner-cvs-all Thu Sep 17 22:01:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03060 for cvs-all-outgoing; Thu, 17 Sep 1998 22:01:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03048; Thu, 17 Sep 1998 22:01:10 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA09699; Fri, 18 Sep 1998 15:00:46 +1000 Date: Fri, 18 Sep 1998 15:00:46 +1000 From: Bruce Evans Message-Id: <199809180500.PAA09699@godzilla.zeta.org.au> To: dima@tejblum.dnttm.rssi.ru, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >What about replace gzip with minigzip? It should give about 40K (uncompressed). More like 2K (0xa200 - 0x9a00) text, since the library is already paid for in crunched binaries. gzip is only 16K larger than minigzip for statically linked binaries. Bruce From owner-cvs-all Thu Sep 17 22:51:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11421 for cvs-all-outgoing; Thu, 17 Sep 1998 22:51: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 WAA11416; Thu, 17 Sep 1998 22:51:12 -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 WAA14256; Thu, 17 Sep 1998 22:50:53 -0700 (PDT) Date: Thu, 17 Sep 1998 22:50:53 -0700 (PDT) Message-Id: <199809180550.WAA14256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/i386/sys Ovfork.S Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/09/17 22:50:53 PDT Modified files: lib/libc/i386/sys Ovfork.S Log: Simplify implementation and eliminate a register preservation problem. Reviewed by: Bruce Evans Revision Changes Path 1.10 +10 -24 src/lib/libc/i386/sys/Ovfork.S From owner-cvs-all Thu Sep 17 23:13:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13908 for cvs-all-outgoing; Thu, 17 Sep 1998 23:13:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA13891 for ; Thu, 17 Sep 1998 23:13:08 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA25691; Fri, 18 Sep 1998 06:22:50 +0200 From: Luigi Rizzo Message-Id: <199809180422.GAA25691@labinfo.iet.unipi.it> Subject: recent ipfw changes to stable... To: cvs-committers@freebsd.org Date: Fri, 18 Sep 1998 06:22:49 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i forgot to say, but among the ipfw changes there is the SKIPTO optimization which allows you to interpret SKIPTO instructions in constant time instead of having to scan the whole rule database to find a matching rule. cheers luigi From owner-cvs-all Thu Sep 17 23:26:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15282 for cvs-all-outgoing; Thu, 17 Sep 1998 23:26:54 -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 XAA15274; Thu, 17 Sep 1998 23:26:46 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id IAA09408; Fri, 18 Sep 1998 08:26:06 +0200 (CEST) (envelope-from sos) Message-Id: <199809180626.IAA09408@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <764.906086122@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 17, 98 07:35:22 pm" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 18 Sep 1998 08:26:06 +0200 (CEST) Cc: karpen@ocean.campus.luth.se, dag-erli@ifi.uio.no, 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 Jordan K. Hubbard who wrote: Would you guuys please hold off until the code actually WORKS ?? The code that is in there to avoid doing font changes at random is allways on (ie the vertical retrace wait), the SC_BAD_FLICKER option does other trickery, but it no longer works despite the code hasn't changed. I dont even remember why it should work (I didn't code it :)) For all I care it could be just on all the time, ie like no option at all, those extra two outw instructions really doesn't matter anyhow. > Absolutely. Does someone else want to do the honors, or shall I? > > > According to Dag-Erling Coïdan Smørgrav: > > > Mikael Karpberg writes: > > > > According to Dag-Erling Coïdan Smørgrav: > > > > > I agree that "flicker countermeasures" should be the default, but > > > > > please leave in a knob for turning them off when they're not needed. > > > > Exactly WHAT is it that makes the option needed at all? I mean the code > > > > works just fine with no-flicker... Why would you want the extra code > > > > that is turned off then you run in no-flicker? What does it do, since > > > > it's not needed? > > > > > > I think you misunderstand. The issue is: certain video chipsets react > > > badly to font changes outside the vertical retrace period. Using > > > moused(8) on these chipsets is unbearable without the no-flicker code. > > > The problem is that the no-flicker code slows things down a tad. Not > > > much, but enough that you notice it if there's a lot of mouse > > > activity. So those of us who don't have that problem may want to turn > > > it off, unless we're always running X since it only affects text mode. > > > > Oh, ok. So it's a small speedup for others? Well, by all means, let's make > > it an option that can be turned on, then. > > > > /Mikael > > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Fri Sep 18 01:48:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01013 for cvs-all-outgoing; Fri, 18 Sep 1998 01:48:32 -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 BAA00999 for ; Fri, 18 Sep 1998 01:48:27 -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 JAA18640; Fri, 18 Sep 1998 09:47:48 +0100 (BST) Date: Fri, 18 Sep 1998 09:47:48 +0100 (BST) From: Doug Rabson To: John Polstra cc: mark@grondar.za, committers@freebsd.org Subject: Re: cvs commit: src/contrib/perl5/hints freebsd.sh In-Reply-To: <199809180041.RAA14180@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 Thu, 17 Sep 1998, John Polstra wrote: > In article <199809170603.IAA03554@gratis.grondar.za>, > Mark Murray wrote: > > > This is where I start passing the hat around for a contract on the > > Perl5 developers' heads. Grrr. > > > > They have built a twisty little maze of interdependant scripts that > > is _nasty_ to unravel. These scripts are riddled with path searchers > > and other crap that overrides the build environment. > > After this, perhaps you'll be in the right state of mind to really > enjoy working on GNU binutils ... ;-) I didn't think it was possible to enjoy working on GNU binutils, even if you changed several laws of physics :-) -- 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 18 01:48:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01052 for cvs-all-outgoing; Fri, 18 Sep 1998 01:48:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01014; Fri, 18 Sep 1998 01:48:32 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id MAA01842; Fri, 18 Sep 1998 12:46:53 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.1/8.9.1) with ESMTP id MAA03304; Fri, 18 Sep 1998 12:50:28 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199809180850.MAA03304@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Bruce Evans cc: jkh@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Fri, 18 Sep 1998 15:00:46 +1000." <199809180500.PAA09699@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Sep 1998 12:50:28 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > >What about replace gzip with minigzip? It should give about 40K (uncompressed). > > More like 2K (0xa200 - 0x9a00) text, since the library is already paid for > in crunched binaries. Frankly, I don't understand the numbers, especially 0x9a00. My idea is: since libz is already on boot floppy, replacing gzip with minigzip should give about size of libz, that is 40K. To be more precise, 45056 - 8192 = 36904 text (sizes of dynamically linked binaries) > gzip is only 16K larger than minigzip for statically > linked binaries. More than I thought. Dima From owner-cvs-all Fri Sep 18 01:52:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01399 for cvs-all-outgoing; Fri, 18 Sep 1998 01:52:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01376; Fri, 18 Sep 1998 01:52:03 -0700 (PDT) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id MAA01843; Fri, 18 Sep 1998 12:47:01 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.1/8.9.1) with ESMTP id MAA03323; Fri, 18 Sep 1998 12:50:35 +0400 (MSD) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199809180850.MAA03323@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Thu, 17 Sep 1998 19:38:42 PDT." <799.906086322@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Sep 1998 12:50:35 +0400 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > minigzip? Yes. It is in /usr/src/usr.bin/minigzip. It use libz to do its work, and libz is already on the boot floppy. Dima From owner-cvs-all Fri Sep 18 03:02:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09995 for cvs-all-outgoing; Fri, 18 Sep 1998 03:02:03 -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 DAA09941; Fri, 18 Sep 1998 03:01: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 MAA15095; Fri, 18 Sep 1998 12:01:27 +0200 (MET DST) Received: (from dag-erli@localhost) by hati.ifi.uio.no ; Fri, 18 Sep 1998 12:01:27 +0200 (MET DST) Mime-Version: 1.0 To: sos@FreeBSD.org Cc: jkh@time.cdrom.com (Jordan K. Hubbard), karpen@ocean.campus.luth.se, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al References: <199809180626.IAA09408@sos.freebsd.dk> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 18 Sep 1998 12:01:26 +0200 In-Reply-To: =?iso-8859-1?Q?S=F8ren?= =?iso-8859-1?Q?Schmidt=27s?= message of =?iso-8859-1?Q?=22Fri=2C?= 18 Sep 1998 =?iso-8859-1?Q?08=3A26=3A06?= +0200 (CEST)=?iso-8859-1?Q?=22?= 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 DAB09950 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Søren Schmidt writes: > The code that is in there to avoid doing font changes at random is > allways on (ie the vertical retrace wait), the SC_BAD_FLICKER option > does other tricker OK, in that case I too have misunderstood the issue. I think the vertical retrace wait is the biggest performance hit; that's the one that should be made optional. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 18 03:24:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11655 for cvs-all-outgoing; Fri, 18 Sep 1998 03:24:26 -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 DAA11649; Fri, 18 Sep 1998 03:24:24 -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 DAA02059; Fri, 18 Sep 1998 03:24:34 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: sos@FreeBSD.org cc: karpen@ocean.campus.luth.se, dag-erli@ifi.uio.no, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-reply-to: Your message of "Fri, 18 Sep 1998 08:26:06 +0200." <199809180626.IAA09408@sos.freebsd.dk> Date: Fri, 18 Sep 1998 03:24:33 -0700 Message-ID: <2055.906114273@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > In reply to Jordan K. Hubbard who wrote: > > Would you guuys please hold off until the code actually WORKS ?? Again, if you read my previous comments on this, you'll see that I'm talking about 2.2-stable, the diffs were just by way of example; I'm well aware from Mark's comments that this would currently be useless work in 3.0. :-) - Jordan From owner-cvs-all Fri Sep 18 03:57:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13553 for cvs-all-outgoing; Fri, 18 Sep 1998 03:57:04 -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 DAA13541; Fri, 18 Sep 1998 03:56:52 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id MAA10094; Fri, 18 Sep 1998 12:55:52 +0200 (CEST) (envelope-from sos) Message-Id: <199809181055.MAA10094@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: <2055.906114273@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 18, 98 03:24:33 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Fri, 18 Sep 1998 12:55:50 +0200 (CEST) Cc: sos@FreeBSD.org, karpen@ocean.campus.luth.se, dag-erli@ifi.uio.no, 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 Jordan K. Hubbard who wrote: > > In reply to Jordan K. Hubbard who wrote: > > > > Would you guuys please hold off until the code actually WORKS ?? > > Again, if you read my previous comments on this, you'll see that I'm > talking about 2.2-stable, the diffs were just by way of example; I'm > well aware from Mark's comments that this would currently be useless > work in 3.0. :-) Sure, but as the performance hit of the SC_BAD_FLICKER is almost nil, we could just always include it, no need for an option, unless it breaks "normal" video HW. The vertical retrace thingie is a completely different beast, and it will ALWAYS produce bad results if removed, and it isn't optional anyhow.... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Fri Sep 18 04:01:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14375 for cvs-all-outgoing; Fri, 18 Sep 1998 04:01:05 -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 EAA14366; Fri, 18 Sep 1998 04:01:01 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.9.1/8.9.1) id NAA10129; Fri, 18 Sep 1998 13:00:33 +0200 (CEST) (envelope-from sos) Message-Id: <199809181100.NAA10129@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al In-Reply-To: from =?ISO-8859-1?Q?Dag=2DErling_Co=EFdan__Sm=F8rgrav?= at "Sep 18, 98 12:01:26 pm" To: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?=) Date: Fri, 18 Sep 1998 13:00:33 +0200 (CEST) Cc: sos@FreeBSD.org, jkh@time.cdrom.com, karpen@ocean.campus.luth.se, 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 Dag-Erling Coïdan Smørgrav who wrote: > Søren Schmidt writes: > > The code that is in there to avoid doing font changes at random is > > allways on (ie the vertical retrace wait), the SC_BAD_FLICKER option > > does other tricker > > OK, in that case I too have misunderstood the issue. I think the > vertical retrace wait is the biggest performance hit; that's the one > that should be made optional. But it really isn't optional, the result will be noise & flicker beyond repair.... However I have patches lying around for a text block cursor instead, that could be made a option for those not wanting the bitmap version. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end? .. From owner-cvs-all Fri Sep 18 04:04:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14666 for cvs-all-outgoing; Fri, 18 Sep 1998 04:04:11 -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 EAA14660; Fri, 18 Sep 1998 04:04:08 -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 NAA26276; Fri, 18 Sep 1998 13:03:36 +0200 (MET DST) Received: (from dag-erli@localhost) by hati.ifi.uio.no ; Fri, 18 Sep 1998 13:03:35 +0200 (MET DST) Mime-Version: 1.0 To: sos@FreeBSD.org Cc: jkh@time.cdrom.com, karpen@ocean.campus.luth.se, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa scvidctl.c videoio.c videoio.h syscons.c syscons.h src/sys/alpha/conf files.alpha src/sys/al References: <199809181100.NAA10129@sos.freebsd.dk> 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 =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 18 Sep 1998 13:03:34 +0200 In-Reply-To: =?iso-8859-1?Q?S=F8ren?= =?iso-8859-1?Q?Schmidt=27s?= message of =?iso-8859-1?Q?=22Fri=2C?= 18 Sep 1998 =?iso-8859-1?Q?13=3A00=3A33?= +0200 (CEST)=?iso-8859-1?Q?=22?= Message-ID: Lines: 9 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 EAB14661 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Søren Schmidt writes: > However I have patches lying around for a text block cursor instead, > that could be made a option for those not wanting the bitmap version. Thanks, I'd love that. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 18 04:32:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16297 for cvs-all-outgoing; Fri, 18 Sep 1998 04:32:20 -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 EAA16291; Fri, 18 Sep 1998 04:32:17 -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 NAA26068; Fri, 18 Sep 1998 13:31:53 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA05627; Fri, 18 Sep 1998 13:31:53 +0200 (MET DST) Message-ID: <19980918133152.09027@follo.net> Date: Fri, 18 Sep 1998 13:31:52 +0200 From: Eivind Eklund To: 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 src/sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c src/sys/pci if_de.c ... References: <199809171802.LAA17679@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199809171802.LAA17679@freefall.freebsd.org>; from Luigi Rizzo on Thu, Sep 17, 1998 at 11:02:33AM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 17, 1998 at 11:02:33AM -0700, Luigi Rizzo wrote: > luigi 1998/09/17 11:02:33 PDT > > Modified files: (Branch: RELENG_2_2) > sbin/ipfw ipfw.c > sys/conf files > sys/i386/isa if_ed.c if_ep.c if_lnc.c > sys/net if_ethersubr.c > sys/netinet if_ether.c in.h ip_fw.c ip_fw.h > ip_input.c ip_output.c raw_ip.c > tcp_input.c > sys/pci if_de.c if_fxp.c > Log: > bring DUMMYNET and BRIDGE support into -stable > decouple BPF and PROMISC handling on some if drivers > make ipstat available through sysctl (already in -current) > > NOTE: you have to recompile ipfw! This commit is against the guidelines - you are not supposed to commit changes that break binary compatibility to -stable. Also, you are not supposed to commit changes to -stable without having them 'mature' in -current first, unless they are security/doc fixes. (Don't take these comments too negatively - I _love_ the functionality of dummynet :-) Eivind. From owner-cvs-all Fri Sep 18 06:23:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA24491 for cvs-all-outgoing; Fri, 18 Sep 1998 06:23:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA24483; Fri, 18 Sep 1998 06:23:04 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id NAA26299; Fri, 18 Sep 1998 13:32:03 +0200 From: Luigi Rizzo Message-Id: <199809181132.NAA26299@labinfo.iet.unipi.it> 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 src To: eivind@yes.no (Eivind Eklund) Date: Fri, 18 Sep 1998 13:32:03 +0200 (MET DST) Cc: luigi@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <19980918133152.09027@follo.net> from "Eivind Eklund" at Sep 18, 98 01:31:33 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > This commit is against the guidelines - you are not supposed to commit > changes that break binary compatibility to -stable. > > Also, you are not supposed to commit changes to -stable without having > them 'mature' in -current first, unless they are security/doc fixes. > > (Don't take these comments too negatively - I _love_ the functionality > of dummynet :-) i have asked permission to Jordan and Garret on these specific issues. About the ipfw binary compatibility my apologies because i forgot to mention that explicitly to the reviewers (and yes, now i remember you pointed that out), but the change it was absolutely necessary to have dummynet working. In my partial defense: * the change only affects one binary, ipfw, and there is no user interface change (i.e. you still have 10 ports available in a rule) * even if you don't use dummynet, you get the SKIPTO optimization which should make ipfw usage more efficient. cheers luigi From owner-cvs-all Fri Sep 18 09:39:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17931 for cvs-all-outgoing; Fri, 18 Sep 1998 09:39:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17898; Fri, 18 Sep 1998 09:39:51 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA21791; Sat, 19 Sep 1998 02:39:27 +1000 Date: Sat, 19 Sep 1998 02:39:27 +1000 From: Bruce Evans Message-Id: <199809181639.CAA21791@godzilla.zeta.org.au> To: bde@zeta.org.au, dima@tejblum.dnttm.rssi.ru Subject: Re: cvs commit: src/release Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >What about replace gzip with minigzip? It should give about 40K (uncompressed). >> >> More like 2K (0xa200 - 0x9a00) text, since the library is already paid for >> in crunched binaries. > >Frankly, I don't understand the numbers, especially 0x9a00. My idea is: since Use nm too look for the end of the non-library, non-zip objects. >libz is already on boot floppy, replacing gzip with minigzip should give about I thought it wasn't. Well, deleting it would save even more space :-). Bruce From owner-cvs-all Fri Sep 18 09:58:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20354 for cvs-all-outgoing; Fri, 18 Sep 1998 09:58:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles149.castles.com [208.214.165.149]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20342; Fri, 18 Sep 1998 09:58:28 -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 KAA00763; Fri, 18 Sep 1998 10:03:59 -0700 (PDT) (envelope-from mike@word.smith.net.au) Message-Id: <199809181703.KAA00763@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Joseph Koshy cc: Michael Smith , committers@hub.freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common gensetdefs.c src/sys/boot/common gensetdefs.c interp_parse.c load_aout.c panic.c src/sys/boot/i386 Makefile src/sys/boot/i386/btx Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile ... In-reply-to: Your message of "Thu, 17 Sep 1998 20:14:25 PDT." <199809180314.UAA16419@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Sep 1998 10:03:57 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Log: > > Initial integration of the i386 bootloader and BTX. > > > > - Discard large amounts of BIOS-related code in favour of the more compact > > BTX vm86 interface. > > Will this work on 386 machines? No, it's part of my port of FreeBSD to the 80286. I have a massively parallel cluster I built from a dumpster full of old AT motherboards. My plan is to enter all the current crypto-breaking competitions and prove for once and for all that we should have stayed with 64k segments, even in protected mode. I'm hoping to solicit funding from Sandia or perhaps NASA to expand the cluster into the vacant lot out the back, but I have to compete with a local property developer to get the land. (Note for the chronically humourless: yes) -- \\ 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 18 11:24:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04067 for cvs-all-outgoing; Fri, 18 Sep 1998 11:24:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA03989 for ; Fri, 18 Sep 1998 11:23:40 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id LAA08551; Fri, 18 Sep 1998 11:18:21 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdsJ8525; Fri Sep 18 18:18:12 1998 Date: Fri, 18 Sep 1998 11:18:00 -0700 (PDT) From: Julian Elischer To: Luigi Rizzo cc: cvs-committers@FreeBSD.ORG Subject: Re: recent ipfw changes to stable... In-Reply-To: <199809180422.GAA25691@labinfo.iet.unipi.it> 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 it in -current? On Fri, 18 Sep 1998, Luigi Rizzo wrote: > i forgot to say, but among the ipfw changes there is the SKIPTO > optimization which allows you to interpret SKIPTO instructions in > constant time instead of having to scan the whole rule database to > find a matching rule. > > cheers > luigi > From owner-cvs-all Fri Sep 18 11:37:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06958 for cvs-all-outgoing; Fri, 18 Sep 1998 11:37:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06941; Fri, 18 Sep 1998 11:37:27 -0700 (PDT) (envelope-from nash@Jupiter.Mcs.Net) Received: from Jupiter.Mcs.Net (nash@Jupiter.mcs.net [192.160.127.88]) by Kitten.mcs.com (8.8.7/8.8.2) with ESMTP id NAA14729; Fri, 18 Sep 1998 13:36:57 -0500 (CDT) Received: (from nash@localhost) by Jupiter.Mcs.Net (8.8.7/8.8.2) id NAA13101; Fri, 18 Sep 1998 13:36:56 -0500 (CDT) Message-ID: <19980918133656.A6449@Mcs.Net> Date: Fri, 18 Sep 1998 13:36:56 -0500 From: Alex Nash To: Luigi Rizzo Cc: Eivind Eklund , 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 src Mail-Followup-To: Luigi Rizzo , Eivind Eklund , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <19980918133152.09027@follo.net> <199809181132.NAA26299@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809181132.NAA26299@labinfo.iet.unipi.it>; from Luigi Rizzo on Fri, Sep 18, 1998 at 01:32:03PM +0200 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 18, 1998 at 01:32:03PM +0200, Luigi Rizzo wrote: > i have asked permission to Jordan and Garret on these specific issues. > > About the ipfw binary compatibility my apologies because i forgot > to mention that explicitly to the reviewers (and yes, now i remember > you pointed that out), but the change it was absolutely necessary > to have dummynet working. > > In my partial defense: > > * the change only affects one binary, ipfw, and there is no user > interface change (i.e. you still have 10 ports available in a rule) 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, change IFNAMSIZ. Interface name length constraints don't belong in ipfw. Alex From owner-cvs-all Fri Sep 18 11:41:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07868 for cvs-all-outgoing; Fri, 18 Sep 1998 11:41: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 LAA07859; Fri, 18 Sep 1998 11:41: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 LAA00588; Fri, 18 Sep 1998 11:41:00 -0700 (PDT) Date: Fri, 18 Sep 1998 11:41:00 -0700 (PDT) Message-Id: <199809181841.LAA00588@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf devices.alpha Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/18 11:40:59 PDT Modified files: sys/alpha/conf devices.alpha Log: Cam changes sd to da. Revision Changes Path 1.2 +2 -2 src/sys/alpha/conf/devices.alpha From owner-cvs-all Fri Sep 18 11:42:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08119 for cvs-all-outgoing; Fri, 18 Sep 1998 11:42: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 LAA08113; Fri, 18 Sep 1998 11:42:12 -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 LAA00621; Fri, 18 Sep 1998 11:41:49 -0700 (PDT) Date: Fri, 18 Sep 1998 11:41:49 -0700 (PDT) Message-Id: <199809181841.LAA00621@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf Makefile.alpha Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/18 11:41:49 PDT Modified files: sys/alpha/conf Makefile.alpha Log: Change version number. Revision Changes Path 1.10 +2 -2 src/sys/alpha/conf/Makefile.alpha From owner-cvs-all Fri Sep 18 11:44:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA08392 for cvs-all-outgoing; Fri, 18 Sep 1998 11:44: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 LAA08383; Fri, 18 Sep 1998 11:44:15 -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 LAA00655; Fri, 18 Sep 1998 11:43:52 -0700 (PDT) Date: Fri, 18 Sep 1998 11:43:52 -0700 (PDT) Message-Id: <199809181843.LAA00655@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/18 11:43:52 PDT Modified files: sys/alpha/conf GENERIC Log: Change sd to da and comment out the non-cam TurboChannel scsi drivers. Fix a typo which prevented VGA consoles from working. Revision Changes Path 1.8 +5 -5 src/sys/alpha/conf/GENERIC From owner-cvs-all Fri Sep 18 11:55:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10024 for cvs-all-outgoing; Fri, 18 Sep 1998 11:55:46 -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 LAA10010; Fri, 18 Sep 1998 11:55:40 -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 UAA06012; Fri, 18 Sep 1998 20:55:06 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Fri, 18 Sep 1998 20:55:05 +0200 (MET DST) Mime-Version: 1.0 To: Luigi Rizzo Cc: eivind@yes.no (Eivind Eklund), luigi@FreeBSD.ORG, 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 src References: <199809181132.NAA26299@labinfo.iet.unipi.it> 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: 18 Sep 1998 20:55:05 +0200 In-Reply-To: Luigi Rizzo's message of "Fri, 18 Sep 1998 13:32:03 +0200 (MET DST)" 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 LAB10015 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo writes: > About the ipfw binary compatibility my apologies because i forgot > to mention that explicitly to the reviewers (and yes, now i remember > you pointed that out), but the change it was absolutely necessary > to have dummynet working. You should post something on -stable warning people that they will need to recompile ipfw the next time they recompile their kernel... DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Fri Sep 18 11:58:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10469 for cvs-all-outgoing; Fri, 18 Sep 1998 11:58: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 LAA10464; Fri, 18 Sep 1998 11:58:30 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) From: Matt Jacob Received: (from mjacob@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00781; Fri, 18 Sep 1998 11:58:07 -0700 (PDT) Date: Fri, 18 Sep 1998 11:58:07 -0700 (PDT) Message-Id: <199809181858.LAA00781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp isp_freebsd_cam.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mjacob 1998/09/18 11:58:07 PDT Modified files: sys/dev/isp isp_freebsd_cam.h Log: Bump request queue size up to full amount (now that we have a contiguous CCB memory allocation). Revision Changes Path 1.6 +1 -1 src/sys/dev/isp/isp_freebsd_cam.h From owner-cvs-all Fri Sep 18 12:56:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18794 for cvs-all-outgoing; Fri, 18 Sep 1998 12:56: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 MAA18720; Fri, 18 Sep 1998 12:55:58 -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 MAA01127; Fri, 18 Sep 1998 12:55:35 -0700 (PDT) Date: Fri, 18 Sep 1998 12:55:35 -0700 (PDT) Message-Id: <199809181955.MAA01127@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/18 12:55:35 PDT Modified files: sys/cam cam_xpt.c Log: Change the Atlas II quirk entries so they work with differential Atlas II's. Also, add a quirk entry for the 2 gig Atlas II. Partially Submitted by: Ted Buswell Revision Changes Path 1.7 +8 -3 src/sys/cam/cam_xpt.c From owner-cvs-all Fri Sep 18 13:18:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23784 for cvs-all-outgoing; Fri, 18 Sep 1998 13:18: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 NAA23723; Fri, 18 Sep 1998 13:18:05 -0700 (PDT) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01267; Fri, 18 Sep 1998 13:17:42 -0700 (PDT) Date: Fri, 18 Sep 1998 13:17:42 -0700 (PDT) Message-Id: <199809182017.NAA01267@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 eivind 1998/09/18 13:17:41 PDT Modified files: sys/i386/conf LINT Log: Make LINT compile and link again after the CAM merge. The little annoying #!CAM# indicators are used to be clear, in the expectation that the places they show will be either fixed or diked out reasonably quickly. Reviewed by: ken Revision Changes Path 1.471 +18 -17 src/sys/i386/conf/LINT From owner-cvs-all Fri Sep 18 13:43:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29671 for cvs-all-outgoing; Fri, 18 Sep 1998 13:43:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA29627 for ; Fri, 18 Sep 1998 13:43:46 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id UAA26896; Fri, 18 Sep 1998 20:53:29 +0200 From: Luigi Rizzo Message-Id: <199809181853.UAA26896@labinfo.iet.unipi.it> Subject: Re: recent ipfw changes to stable... To: julian@whistle.com (Julian Elischer) Date: Fri, 18 Sep 1998 20:53:29 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG In-Reply-To: from "Julian Elischer" at Sep 18, 98 11:17:41 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > is it in -current? not yet because i don't run -current. I have posted diffs for -current to -net yesterday but did not get any feedback so far. if you want a copy and can't find it on the mail archives i can send it to you. luigi From owner-cvs-all Fri Sep 18 13:51:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01186 for cvs-all-outgoing; Fri, 18 Sep 1998 13:51: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 NAA01157; Fri, 18 Sep 1998 13:51:35 -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 NAA01431; Fri, 18 Sep 1998 13:51:10 -0700 (PDT) Date: Fri, 18 Sep 1998 13:51:10 -0700 (PDT) Message-Id: <199809182051.NAA01431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net bridge.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/18 13:51:10 PDT Modified files: (Branch: RELENG_2_2) sys/net bridge.c Log: fix an mbuf leak when using ipfw to filter bridged packets Revision Changes Path 1.1.2.1 +5 -2 src/sys/net/bridge.c From owner-cvs-all Fri Sep 18 13:53:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01552 for cvs-all-outgoing; Fri, 18 Sep 1998 13:53: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 NAA01530; Fri, 18 Sep 1998 13:53:34 -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 NAA01465; Fri, 18 Sep 1998 13:53:09 -0700 (PDT) Date: Fri, 18 Sep 1998 13:53:09 -0700 (PDT) Message-Id: <199809182053.NAA01465@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/18 13:53:09 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_fw.c Log: remove a diagnostic message and fix statistics when using ipfw on bridged packets Revision Changes Path 1.51.2.19 +11 -2 src/sys/netinet/ip_fw.c From owner-cvs-all Fri Sep 18 13:56:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01991 for cvs-all-outgoing; Fri, 18 Sep 1998 13:56: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 NAA01986; Fri, 18 Sep 1998 13:56:13 -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 NAA01508; Fri, 18 Sep 1998 13:55:51 -0700 (PDT) Date: Fri, 18 Sep 1998 13:55:51 -0700 (PDT) Message-Id: <199809182055.NAA01508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net bridge.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/18 13:55:50 PDT Modified files: sys/net bridge.c Log: fix an mbuf leak when using ipfw to filger bridged packets (from -stable, since this code is not yet active in -current) Revision Changes Path 1.2 +5 -2 src/sys/net/bridge.c From owner-cvs-all Fri Sep 18 14:15:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04033 for cvs-all-outgoing; Fri, 18 Sep 1998 14:15:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA04019; Fri, 18 Sep 1998 14:14:47 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id VAA26938; Fri, 18 Sep 1998 21:24:12 +0200 From: Luigi Rizzo Message-Id: <199809181924.VAA26938@labinfo.iet.unipi.it> 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 To: nash@mcs.net (Alex Nash) Date: Fri, 18 Sep 1998 21:24:12 +0200 (MET DST) Cc: eivind@yes.no, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <19980918133656.A6449@Mcs.Net> from "Alex Nash" at Sep 18, 98 01:36:37 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. (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. 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). 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. Frankly i don't see an evident advantage, given that my change cannot break functionality but just binary compatibility for a single program. cheers luigi From owner-cvs-all Fri Sep 18 14:23:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04886 for cvs-all-outgoing; Fri, 18 Sep 1998 14:23:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04881 for ; Fri, 18 Sep 1998 14:23:22 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id OAA15265; Fri, 18 Sep 1998 14:13:58 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdm15260; Fri Sep 18 21:13:50 1998 Date: Fri, 18 Sep 1998 14:13:47 -0700 (PDT) From: Julian Elischer To: Luigi Rizzo cc: cvs-committers@FreeBSD.ORG Subject: Re: recent ipfw changes to stable... In-Reply-To: <199809181853.UAA26896@labinfo.iet.unipi.it> 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 I just found that email... I'll try look at it this weekend.. On Fri, 18 Sep 1998, Luigi Rizzo wrote: > > is it in -current? > > not yet because i don't run -current. I have posted diffs for > -current to -net yesterday but did not get any feedback so far. if > you want a copy and can't find it on the mail archives i can send > it to you. > > luigi > > From owner-cvs-all Fri Sep 18 14:51:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08734 for cvs-all-outgoing; Fri, 18 Sep 1998 14:51: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 OAA08727; Fri, 18 Sep 1998 14:51: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 OAA02100; Fri, 18 Sep 1998 14:51:15 -0700 (PDT) Date: Fri, 18 Sep 1998 14:51:15 -0700 (PDT) Message-Id: <199809182151.OAA02100@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/18 14:51:15 PDT Modified files: . modules Log: ethereal --> ports/net/ethereal Revision Changes Path 1.2381 +2 -1 CVSROOT/modules From owner-cvs-all Fri Sep 18 14:52:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08955 for cvs-all-outgoing; Fri, 18 Sep 1998 14:52: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 OAA08854; Fri, 18 Sep 1998 14:52: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 OAA02179; Fri, 18 Sep 1998 14:51:43 -0700 (PDT) Date: Fri, 18 Sep 1998 14:51:43 -0700 (PDT) Message-Id: <199809182151.OAA02179@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/elisp-manual Makefile ports/lang/elisp-manual/files md5 ports/lang/elisp-manual/patches patch-aa patch-ab ports/lang/elisp-manual/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 14:51:43 PDT Modified files: lang/elisp-manual Makefile lang/elisp-manual/files md5 lang/elisp-manual/patches patch-aa patch-ab lang/elisp-manual/pkg PLIST Log: Upgrade to 20-2.5, and merge all info page to a BIG file. Revision Changes Path 1.2 +12 -10 ports/lang/elisp-manual/Makefile 1.2 +1 -1 ports/lang/elisp-manual/files/md5 1.2 +12 -25 ports/lang/elisp-manual/patches/patch-aa 1.2 +2 -2 ports/lang/elisp-manual/patches/patch-ab 1.2 +0 -36 ports/lang/elisp-manual/pkg/PLIST From owner-cvs-all Fri Sep 18 14:53:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09221 for cvs-all-outgoing; Fri, 18 Sep 1998 14:53: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 OAA09209; Fri, 18 Sep 1998 14:53:49 -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 OAA02206; Fri, 18 Sep 1998 14:53:25 -0700 (PDT) Date: Fri, 18 Sep 1998 14:53:25 -0700 (PDT) Message-Id: <199809182153.OAA02206@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ethereal - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 14:53:25 PDT ports/net/ethereal - Imported sources Update of /home/ncvs/ports/net/ethereal In directory freefall.freebsd.org:/d/users/vanilla/work/ethereal Log Message: a network sniffer a la NetXray. With a little work and development this could rival NetXray (which is approx $4,000). PR: ports/7581 Submitted by: Bill Fumerola Status: Vendor Tag: BIFFL Release Tags: ethereal_0_3_16 N ports/net/ethereal/Makefile I ports/net/ethereal/CVS N ports/net/ethereal/files/md5 N ports/net/ethereal/patches/patch-aa N ports/net/ethereal/pkg/COMMENT N ports/net/ethereal/pkg/DESCR N ports/net/ethereal/pkg/PLIST No conflicts created by this import From owner-cvs-all Fri Sep 18 14:55:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09590 for cvs-all-outgoing; Fri, 18 Sep 1998 14:55: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 OAA09568; Fri, 18 Sep 1998 14:55:31 -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 OAA02297; Fri, 18 Sep 1998 14:55:08 -0700 (PDT) Date: Fri, 18 Sep 1998 14:55:08 -0700 (PDT) Message-Id: <199809182155.OAA02297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 14:55:07 PDT Modified files: net Makefile Log: Activate ethereal. Revision Changes Path 1.181 +2 -1 ports/net/Makefile From owner-cvs-all Fri Sep 18 15:01:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10754 for cvs-all-outgoing; Fri, 18 Sep 1998 15:01: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 PAA10749; Fri, 18 Sep 1998 15:01:45 -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 PAA02615; Fri, 18 Sep 1998 15:01:22 -0700 (PDT) Date: Fri, 18 Sep 1998 15:01:22 -0700 (PDT) Message-Id: <199809182201.PAA02615@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/18 15:01:22 PDT Modified files: . modules Log: leim20 --> ports/editors/leim20 Revision Changes Path 1.2382 +2 -1 CVSROOT/modules From owner-cvs-all Fri Sep 18 15:03:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11063 for cvs-all-outgoing; Fri, 18 Sep 1998 15: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 PAA11058; Fri, 18 Sep 1998 15:03: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 PAA02668; Fri, 18 Sep 1998 15:03:07 -0700 (PDT) Date: Fri, 18 Sep 1998 15:03:07 -0700 (PDT) Message-Id: <199809182203.PAA02668@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/leim20 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 15:03:07 PDT ports/editors/leim20 - Imported sources Update of /home/ncvs/ports/editors/leim20 In directory freefall.freebsd.org:/d/users/vanilla/work/leim20 Log Message: This is a port for LEIM (Libraries of Emacs Input Method) LEIM enables you to input Multilingual Characters on Emacs20. The package making from this port includes emacs lisp files for LEIM. PR: ports/7891 Submitted by: Shigeyuki FUKUSHIMA Status: Vendor Tag: SHIGE Release Tags: leim_20_3 N ports/editors/leim20/Makefile I ports/editors/leim20/CVS N ports/editors/leim20/files/md5 N ports/editors/leim20/pkg/COMMENT N ports/editors/leim20/pkg/DESCR N ports/editors/leim20/pkg/PLIST N ports/editors/leim20/scripts/configure No conflicts created by this import From owner-cvs-all Fri Sep 18 15:06:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11885 for cvs-all-outgoing; Fri, 18 Sep 1998 15:06: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 PAA11825; Fri, 18 Sep 1998 15:06:19 -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 PAA02861; Fri, 18 Sep 1998 15:05:56 -0700 (PDT) Date: Fri, 18 Sep 1998 15:05:56 -0700 (PDT) Message-Id: <199809182205.PAA02861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 15:05:55 PDT Modified files: editors Makefile Log: Activate leim20. Revision Changes Path 1.59 +2 -1 ports/editors/Makefile From owner-cvs-all Fri Sep 18 15:06:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11889 for cvs-all-outgoing; Fri, 18 Sep 1998 15:06: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 PAA11829; Fri, 18 Sep 1998 15:06:19 -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 PAA02870; Fri, 18 Sep 1998 15:05:56 -0700 (PDT) Date: Fri, 18 Sep 1998 15:05:56 -0700 (PDT) Message-Id: <199809182205.PAA02870@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/tiff34 Makefile ports/graphics/tiff34/patches patch-aa patch-ab ports/graphics/tiff34/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/18 15:05:56 PDT Modified files: graphics/tiff34 Makefile Log: Convert to Elf Revision Changes Path 1.10 +2 -2 ports/graphics/tiff34/Makefile Modified files: graphics/tiff34/patches patch-aa patch-ab Log: COnvert to Elf. Two DSO types for tiff34 are now supported: FREEBSD_AOUTdso and FREEBSD_ELFdso Revision Changes Path 1.8 +12 -13 ports/graphics/tiff34/patches/patch-aa 1.4 +12 -6 ports/graphics/tiff34/patches/patch-ab Modified files: graphics/tiff34/pkg PLIST Log: Convert to Elf. Revision Changes Path 1.7 +4 -3 ports/graphics/tiff34/pkg/PLIST From owner-cvs-all Fri Sep 18 15:28:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17465 for cvs-all-outgoing; Fri, 18 Sep 1998 15:28: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 PAA17454; Fri, 18 Sep 1998 15:28:31 -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 PAA03755; Fri, 18 Sep 1998 15:28:04 -0700 (PDT) Date: Fri, 18 Sep 1998 15:28:04 -0700 (PDT) Message-Id: <199809182228.PAA03755@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/emacs-lisp-intro Makefile ports/lang/emacs-lisp-intro/patches patch-aa ports/lang/emacs-lisp-intro/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 15:28:04 PDT Modified files: lang/emacs-lisp-intro Makefile lang/emacs-lisp-intro/patches patch-aa lang/emacs-lisp-intro/pkg PLIST Log: Merge all info page to a BIG file. Revision Changes Path 1.2 +6 -7 ports/lang/emacs-lisp-intro/Makefile 1.2 +6 -6 ports/lang/emacs-lisp-intro/patches/patch-aa 1.2 +0 -13 ports/lang/emacs-lisp-intro/pkg/PLIST From owner-cvs-all Fri Sep 18 15:34:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18502 for cvs-all-outgoing; Fri, 18 Sep 1998 15:34: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 PAA18479; Fri, 18 Sep 1998 15:34:24 -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 PAA04087; Fri, 18 Sep 1998 15:34:00 -0700 (PDT) Date: Fri, 18 Sep 1998 15:34:00 -0700 (PDT) Message-Id: <199809182234.PAA04087@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcam Makefile src/sys/cam/scsi scsi_all.c scsi_all.h scsi_da.c scsi_da.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/18 15:34:00 PDT Modified files: lib/libcam Makefile Log: Remove scsi_da.c from the list of things compiled into the CAM library. The functions that were being compiled into the library have been moved to scsi_all.c. One warning: Any programs using scsi_start_stop() or scsi_read_write() that included scsi_da.h but not scsi_all.h will need to be changed to include scsi_all.h. This doesn't affect camcontrol, and I don't think it affects any ports, but you never know. PR: kern/7969 Reviewed by: gibbs Revision Changes Path 1.2 +1 -1 src/lib/libcam/Makefile Modified files: sys/cam/scsi scsi_all.c scsi_all.h scsi_da.c scsi_da.h Log: Fix the CAM code so that people can compile kernels with the CD driver but without the DA driver. The problem was that the CD driver depended on scsi_read_write() and scsi_start_stop(), which were defined in scsi_da.c. I moved both functions, and their associated data structures and defines from scsi_da.* to scsi_all.*. This is technically the "wrong" thing to do since those commands are really only for direct-access type devices, not for all SCSI devices. I think, though, that the advantage (allowing people to compile kernels without the disk driver) outweighs any architectural purity arguments. PR: kern/7969 Reviewed by: gibbs Revision Changes Path 1.2 +138 -5 src/sys/cam/scsi/scsi_all.c 1.2 +69 -1 src/sys/cam/scsi/scsi_all.h 1.3 +1 -145 src/sys/cam/scsi/scsi_da.c 1.2 +1 -71 src/sys/cam/scsi/scsi_da.h From owner-cvs-all Fri Sep 18 15:42:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA19803 for cvs-all-outgoing; Fri, 18 Sep 1998 15:42: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 PAA19676; Fri, 18 Sep 1998 15:41: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 PAA04479; Fri, 18 Sep 1998 15:41:13 -0700 (PDT) Date: Fri, 18 Sep 1998 15:41:13 -0700 (PDT) Message-Id: <199809182241.PAA04479@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 gibbs 1998/09/18 15:41:13 PDT Modified files: sys/pci ncr.c Log: Set QUIRK_NOMSG for all devices as was the case in the non-CAM version of the driver. Why this is necessary (and how identify message handling is performed when this is set) I don't comprehend... Revision Changes Path 1.130 +3 -3 src/sys/pci/ncr.c From owner-cvs-all Fri Sep 18 15:49:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21268 for cvs-all-outgoing; Fri, 18 Sep 1998 15:49: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 PAA21059; Fri, 18 Sep 1998 15:48: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 PAA04716; Fri, 18 Sep 1998 15:47:56 -0700 (PDT) Date: Fri, 18 Sep 1998 15:47:56 -0700 (PDT) Message-Id: <199809182247.PAA04716@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/18 15:47:56 PDT Modified files: japanese Makefile Log: Activate ja-elisa8x8. Revision Changes Path 1.147 +2 -1 ports/japanese/Makefile From owner-cvs-all Fri Sep 18 15:50:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21385 for cvs-all-outgoing; Fri, 18 Sep 1998 15: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 PAA21161; Fri, 18 Sep 1998 15:48:44 -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 PAA04756; Fri, 18 Sep 1998 15:48:17 -0700 (PDT) Date: Fri, 18 Sep 1998 15:48:17 -0700 (PDT) Message-Id: <199809182248.PAA04756@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/18 15:48:17 PDT Modified files: . modules Log: ja-elisa8x8 --> ports/japanese/elisa8x8 Revision Changes Path 1.2383 +2 -1 CVSROOT/modules From owner-cvs-all Fri Sep 18 15:50:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21527 for cvs-all-outgoing; Fri, 18 Sep 1998 15:50: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 PAA21317; Fri, 18 Sep 1998 15:49:57 -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 PAA04830; Fri, 18 Sep 1998 15:49:26 -0700 (PDT) Date: Fri, 18 Sep 1998 15:49:26 -0700 (PDT) Message-Id: <199809182249.PAA04830@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/elisa8x8 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/18 15:49:26 PDT ports/japanese/elisa8x8 - Imported sources Update of /home/ncvs/ports/japanese/elisa8x8 In directory freefall.freebsd.org:/tmp/cvs-serv4810 Log Message: X11 8-dot kanji font 'elisa font' PR: ports/7716 Submitted by: Toshihiko SHIMOKAWA Status: Vendor Tag: TOSHI Release Tags: v1_0 N ports/japanese/elisa8x8/Makefile N ports/japanese/elisa8x8/files/md5 N ports/japanese/elisa8x8/pkg/COMMENT N ports/japanese/elisa8x8/pkg/DESCR N ports/japanese/elisa8x8/pkg/PLIST No conflicts created by this import From owner-cvs-all Fri Sep 18 15:52:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21692 for cvs-all-outgoing; Fri, 18 Sep 1998 15:52:11 -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 PAA21261; Fri, 18 Sep 1998 15:49:24 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id RAA22778; Fri, 18 Sep 1998 17:48:11 -0500 (CDT) From: Scott Mace Message-Id: <199809182248.RAA22778@metal.intt.org> Subject: Re: cvs commit: ports/graphics/jpeg Makefile ports/graphics/jpeg/pkg PLIST In-Reply-To: <199809151621.JAA21252@austin.polstra.com> from John Polstra at "Sep 15, 1998 9:21:27 am" To: jdp@polstra.com (John Polstra) Date: Fri, 18 Sep 1998 17:48:11 -0500 (CDT) Cc: mark@grondar.za, asami@FreeBSD.ORG, markm@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 > > > If it does, does it add the flags "-Wl,-soname,jpeg.so.9" to the cc > > > -shared command line if PORTOBJFORMAT=elf? > > > > Damn. I missed this bit. > > It's possible that GNU configure does this automatically. > > John > libjpeg is linking with an soname of libjpeg.so.9.0 and installs as libjpeg.so.9.0 under elf, this needs to be fixed. Scott From owner-cvs-all Fri Sep 18 15:59:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23596 for cvs-all-outgoing; Fri, 18 Sep 1998 15:59: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 PAA23388; Fri, 18 Sep 1998 15:58:29 -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 PAA05077; Fri, 18 Sep 1998 15:58:01 -0700 (PDT) Date: Fri, 18 Sep 1998 15:58:01 -0700 (PDT) Message-Id: <199809182258.PAA05077@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand cd9660.c nfs.c pager.c stand.h tftp.c ufs.c zipfs.c nfs.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/18 15:58:01 PDT Modified files: lib/libstand cd9660.c nfs.c pager.c stand.h tftp.c ufs.c zipfs.c Removed files: lib/libstand nfs.h Log: Path arguments to *_open functions should be const, but we were mangling them. Submitted by: write-protected text segment in BTX Revision Changes Path 1.2 +4 -4 src/lib/libstand/cd9660.c 1.2 +13 -7 src/lib/libstand/nfs.c 1.2 +2 -2 src/lib/libstand/pager.c 1.3 +7 -10 src/lib/libstand/stand.h 1.2 +11 -4 src/lib/libstand/tftp.c 1.2 +11 -4 src/lib/libstand/ufs.c 1.2 +3 -3 src/lib/libstand/zipfs.c From owner-cvs-all Fri Sep 18 16:02:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24365 for cvs-all-outgoing; Fri, 18 Sep 1998 16:02: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 QAA24160; Fri, 18 Sep 1998 16:01:23 -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 QAA05169; Fri, 18 Sep 1998 16:00:58 -0700 (PDT) Date: Fri, 18 Sep 1998 16:00:58 -0700 (PDT) Message-Id: <199809182300.QAA05169@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand nullfs.c stand.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/18 16:00:58 PDT Modified files: lib/libstand nullfs.c stand.h Log: Nuke prototype for strerror, consumers get it from Fix overlooked nullopen() implementation. Revision Changes Path 1.2 +1 -1 src/lib/libstand/nullfs.c 1.4 +1 -3 src/lib/libstand/stand.h From owner-cvs-all Fri Sep 18 16:08:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26050 for cvs-all-outgoing; Fri, 18 Sep 1998 16:08:29 -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 QAA25931; Fri, 18 Sep 1998 16:07:52 -0700 (PDT) (envelope-from smace@metal.intt.org) Received: (from smace@localhost) by metal.intt.org (8.9.1/8.9.1) id SAA02426; Fri, 18 Sep 1998 18:07:26 -0500 (CDT) From: Scott Mace Message-Id: <199809182307.SAA02426@metal.intt.org> Subject: Re: cvs commit: ports/graphics/tiff34 Makefile ports/graphics/tiff34/patches patch-aa patch-ab ports/graphics/tiff34/pkg PLI In-Reply-To: <199809182205.PAA02870@freefall.freebsd.org> from Scott Mace at "Sep 18, 1998 3: 5:56 pm" To: smace@FreeBSD.ORG (Scott Mace) Date: Fri, 18 Sep 1998 18:07:25 -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/18 15:05:56 PDT > > Modified files: > graphics/tiff34 Makefile > Log: > Convert to Elf > > Revision Changes Path > 1.10 +2 -2 ports/graphics/tiff34/Makefile > > Modified files: > graphics/tiff34/patches patch-aa patch-ab > Log: > COnvert to Elf. > Two DSO types for tiff34 are now supported: FREEBSD_AOUTdso and FREEBSD_ELFdso > > Revision Changes Path > 1.8 +12 -13 ports/graphics/tiff34/patches/patch-aa > 1.4 +12 -6 ports/graphics/tiff34/patches/patch-ab > > Modified files: > graphics/tiff34/pkg PLIST > Log: > Convert to Elf. > > Revision Changes Path > 1.7 +4 -3 ports/graphics/tiff34/pkg/PLIST > Only side effect of this is that anything that links with -ltiff34 needs -Wl,-rpath,/usr/local/lib This is because libtiff34.so.1 is linked with -ljpeg and -lz. Is this inheritanly evil? Should a port that links with -ltiff34 just be required to link with -ljpeg and -lz or is adding the rpath the right way to go? Scott From owner-cvs-all Fri Sep 18 16:12:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27093 for cvs-all-outgoing; Fri, 18 Sep 1998 16:12:34 -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 QAA27006; Fri, 18 Sep 1998 16:11:52 -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 QAA20620; Fri, 18 Sep 1998 16:11:20 -0700 X-Authentication-Warning: remler.nas.nasa.gov: mjacob owned process doing -bs Date: Fri, 18 Sep 1998 16:11:20 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@nas.nasa.gov To: "Justin T. Gibbs" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci ncr.c In-Reply-To: <199809182241.PAA04479@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 If you can believe it, it apparently does SELECT w/o ATN when this is set. This means not only no identify message, but no disconnects either. On the other hand, I made changes in NetBSD recently in this area which only worked fitfully, so what do I know? On Fri, 18 Sep 1998, Justin T. Gibbs wrote: > gibbs 1998/09/18 15:41:13 PDT > > Modified files: > sys/pci ncr.c > Log: > Set QUIRK_NOMSG for all devices as was the case in the non-CAM version > of the driver. Why this is necessary (and how identify message handling > is performed when this is set) I don't comprehend... > > Revision Changes Path > 1.130 +3 -3 src/sys/pci/ncr.c > From owner-cvs-all Fri Sep 18 16:25:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29822 for cvs-all-outgoing; Fri, 18 Sep 1998 16:25:53 -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 QAA29713; Fri, 18 Sep 1998 16:25:11 -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 RAA06971; Fri, 18 Sep 1998 17:24:42 -0600 (MDT) Message-Id: <199809182324.RAA06971@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: mjacob@nas.nasa.gov cc: "Justin T. Gibbs" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Fri, 18 Sep 1998 16:11:20 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 18 Sep 1998 17:18:21 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >If you can believe it, it apparently does SELECT w/o ATN when this >is set. That was my take on the code too, but if that is the case, I don't understand how it is able to perform sync/wide negotiation (which it still does in my tests). I will probably hook up the SCSI bus analyzer to see exactly what comes out... -- Justin From owner-cvs-all Fri Sep 18 16:28:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00579 for cvs-all-outgoing; Fri, 18 Sep 1998 16:28:56 -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 QAA00441; Fri, 18 Sep 1998 16:28:04 -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 QAA20673; Fri, 18 Sep 1998 16:27:33 -0700 X-Authentication-Warning: remler.nas.nasa.gov: mjacob owned process doing -bs Date: Fri, 18 Sep 1998 16:27:33 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@nas.nasa.gov To: "Justin T. Gibbs" cc: mjacob@sally.nas.nasa.gov, "Justin T. Gibbs" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci ncr.c In-Reply-To: <199809182324.RAA06971@pluto.plutotech.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 Oh- umm- hmm... err, ummm, I'm not sure.... (cough) On Fri, 18 Sep 1998, Justin T. Gibbs wrote: > > > >If you can believe it, it apparently does SELECT w/o ATN when this > >is set. > > That was my take on the code too, but if that is the case, I don't > understand how it is able to perform sync/wide negotiation (which > it still does in my tests). I will probably hook up the SCSI bus > analyzer to see exactly what comes out... > > -- > Justin > From owner-cvs-all Fri Sep 18 16:29:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00666 for cvs-all-outgoing; Fri, 18 Sep 1998 16:29: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 QAA00550; Fri, 18 Sep 1998 16:28:38 -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 QAA05717; Fri, 18 Sep 1998 16:28:10 -0700 (PDT) Date: Fri, 18 Sep 1998 16:28:10 -0700 (PDT) Message-Id: <199809182328.QAA05717@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/18 16:28:10 PDT Modified files: usr.sbin/ppp ppp.8 Log: Revert SEE ALSO ordering to version 1.124 Patched correctly by: wosch Blunder pointed out by: bde Revision Changes Path 1.126 +14 -14 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Fri Sep 18 17:02:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05991 for cvs-all-outgoing; Fri, 18 Sep 1998 17:02: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 RAA05986; Fri, 18 Sep 1998 17:02:49 -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 RAA06642; Fri, 18 Sep 1998 17:02:26 -0700 (PDT) Date: Fri, 18 Sep 1998 17:02:26 -0700 (PDT) Message-Id: <199809190002.RAA06642@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/rshell Makefile ports/net/rshell/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 17:02:26 PDT Modified files: net/rshell Makefile net/rshell/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.7 +9 -5 ports/net/rshell/Makefile 1.2 +2 -1 ports/net/rshell/pkg/PLIST From owner-cvs-all Fri Sep 18 17:10:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07276 for cvs-all-outgoing; Fri, 18 Sep 1998 17:10:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nash.pr.mcs.net (nash.pr.mcs.net [204.95.47.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07267; Fri, 18 Sep 1998 17:10:18 -0700 (PDT) (envelope-from alex@nash.pr.mcs.net) Received: (from alex@localhost) by nash.pr.mcs.net (8.8.8/8.8.7) id TAA24725; Fri, 18 Sep 1998 19:09:13 -0500 (CDT) (envelope-from alex) Message-ID: <19980918190912.A16974@pr.mcs.net> Date: Fri, 18 Sep 1998 19:09:12 -0500 From: Alex Nash To: Luigi Rizzo Cc: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809181924.VAA26938@labinfo.iet.unipi.it>; from Luigi Rizzo on Fri, Sep 18, 1998 at 09:24:12PM +0200 X-Operating-System: FreeBSD 3.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 From owner-cvs-all Fri Sep 18 17:16:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08198 for cvs-all-outgoing; Fri, 18 Sep 1998 17:16: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 RAA08192; Fri, 18 Sep 1998 17:16:34 -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 RAA06978; Fri, 18 Sep 1998 17:16:08 -0700 (PDT) Date: Fri, 18 Sep 1998 17:16:08 -0700 (PDT) Message-Id: <199809190016.RAA06978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/elm Makefile ports/mail/elm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 17:16:08 PDT Modified files: mail/elm Makefile mail/elm/pkg PLIST Log: Really add MLINKS support. 7 or more times out of 9, you will need to change pkg/PLIST when adding MLINKS support. Revision Changes Path 1.51 +2 -2 ports/mail/elm/Makefile 1.9 +0 -6 ports/mail/elm/pkg/PLIST From owner-cvs-all Fri Sep 18 17:25:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09432 for cvs-all-outgoing; Fri, 18 Sep 1998 17:25: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 RAA09420; Fri, 18 Sep 1998 17:25:31 -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 RAA07196; Fri, 18 Sep 1998 17:25:08 -0700 (PDT) Date: Fri, 18 Sep 1998 17:25:08 -0700 (PDT) Message-Id: <199809190025.RAA07196@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 17:25:08 PDT Modified files: mail/fetchmail Makefile mail/fetchmail/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.68 +2 -2 ports/mail/fetchmail/Makefile 1.9 +0 -1 ports/mail/fetchmail/pkg/PLIST From owner-cvs-all Fri Sep 18 17:37:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA10920 for cvs-all-outgoing; Fri, 18 Sep 1998 17:37: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 RAA10896; Fri, 18 Sep 1998 17:37:52 -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 RAA07541; Fri, 18 Sep 1998 17:37:29 -0700 (PDT) Date: Fri, 18 Sep 1998 17:37:29 -0700 (PDT) Message-Id: <199809190037.RAA07541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/gsm Makefile ports/audio/gsm/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 17:37:29 PDT Modified files: audio/gsm Makefile audio/gsm/pkg PLIST Log: Add an MLINKS line. Revision Changes Path 1.12 +2 -8 ports/audio/gsm/Makefile 1.8 +0 -6 ports/audio/gsm/pkg/PLIST From owner-cvs-all Fri Sep 18 17:41:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11687 for cvs-all-outgoing; Fri, 18 Sep 1998 17:41: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 RAA11670; Fri, 18 Sep 1998 17:41:34 -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 RAA07729; Fri, 18 Sep 1998 17:41:11 -0700 (PDT) Date: Fri, 18 Sep 1998 17:41:11 -0700 (PDT) Message-Id: <199809190041.RAA07729@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/vice Makefile ports/emulators/vice/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 17:41:11 PDT Modified files: emulators/vice Makefile emulators/vice/pkg PLIST Log: Sync with a version that uses MLINKS. Revision Changes Path 1.8 +3 -12 ports/emulators/vice/Makefile 1.2 +0 -8 ports/emulators/vice/pkg/PLIST From owner-cvs-all Fri Sep 18 18:21:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19330 for cvs-all-outgoing; Fri, 18 Sep 1998 18:21:12 -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 SAA19307; Fri, 18 Sep 1998 18:21:00 -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 SAA04215; Fri, 18 Sep 1998 18:20:55 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Luigi Rizzo cc: nash@mcs.net (Alex Nash), eivind@yes.no, 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 "Fri, 18 Sep 1998 21:24:12 +0200." <199809181924.VAA26938@labinfo.iet.unipi.it> Date: Fri, 18 Sep 1998 18:20:55 -0700 Message-ID: <4211.906168055@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. 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). > > 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. > > Frankly i don't see an evident advantage, given that my change cannot > break functionality but just binary compatibility for a single program. Just to jump in here - yes, Garrett and I reviewed Luigi's fix so please don't shoot him. He should have noted this in the reviewed by field and for that you can give him a small smack on the hand, but he did at least HAVE it reviewed first. :) And yes, the issues with ipfw should be also noted in the release notes for 2.2. I'll let Luigi do the honors since that all goes hand in hand with being a committer. :-) - Jordan From owner-cvs-all Fri Sep 18 18:22:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19760 for cvs-all-outgoing; Fri, 18 Sep 1998 18:22:30 -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 SAA19638; Fri, 18 Sep 1998 18:22:15 -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 SAA04230; Fri, 18 Sep 1998 18:22:04 -0700 (PDT) (envelope-from jkh@time.cdrom.com) 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 In-reply-to: Your message of "Fri, 18 Sep 1998 19:09:12 CDT." <19980918190912.A16974@pr.mcs.net> Date: Fri, 18 Sep 1998 18:22:03 -0700 Message-ID: <4227.906168123@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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: Ordinarily good and proper sentiments, but this issue came up after code freeze and this option was not open to Luigi. - Jordan From owner-cvs-all Fri Sep 18 18:23:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19903 for cvs-all-outgoing; Fri, 18 Sep 1998 18:23: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 SAA19877; Fri, 18 Sep 1998 18:23: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 SAA09348; Fri, 18 Sep 1998 18:22:44 -0700 (PDT) Date: Fri, 18 Sep 1998 18:22:44 -0700 (PDT) Message-Id: <199809190122.SAA09348@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/giflib Makefile ports/graphics/giflib/patches patch-aa ports/graphics/giflib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/18 18:22:43 PDT Modified files: graphics/giflib Makefile graphics/giflib/patches patch-aa graphics/giflib/pkg PLIST Log: Make this build in an ELF world. Revision Changes Path 1.3 +8 -2 ports/graphics/giflib/Makefile 1.3 +21 -6 ports/graphics/giflib/patches/patch-aa 1.4 +3 -2 ports/graphics/giflib/pkg/PLIST From owner-cvs-all Fri Sep 18 18:23:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19990 for cvs-all-outgoing; Fri, 18 Sep 1998 18:23: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 SAA19945; Fri, 18 Sep 1998 18:23:33 -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 SAA09378; Fri, 18 Sep 1998 18:23:09 -0700 (PDT) Date: Fri, 18 Sep 1998 18:23:09 -0700 (PDT) Message-Id: <199809190123.SAA09378@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_all.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/18 18:23:04 PDT Modified files: sys/cam/scsi scsi_all.c Log: Fix error recovery in scsi_interpret_sense(). It turns out that ERESTART wasn't getting sent back for most errors, even if there were retries left on the command. I'm not sure how I ever let this slip by before... In any case, we now send back ERESTART if there are retries left for the command, and send back the default error code when there are no retries left. Reviewed by: gibbs Revision Changes Path 1.3 +27 -15 src/sys/cam/scsi/scsi_all.c From owner-cvs-all Fri Sep 18 18:28:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21300 for cvs-all-outgoing; Fri, 18 Sep 1998 18:28: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 SAA21184; Fri, 18 Sep 1998 18:28:19 -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 SAA09730; Fri, 18 Sep 1998 18:27:52 -0700 (PDT) Date: Fri, 18 Sep 1998 18:27:52 -0700 (PDT) Message-Id: <199809190127.SAA09730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/EZWGL Makefile ports/graphics/EZWGL/files manpages ports/graphics/EZWGL/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 18:27:52 PDT Modified files: graphics/EZWGL Makefile graphics/EZWGL/pkg PLIST Added files: graphics/EZWGL/files manpages Log: Use files/manpages and MLINKS. Revision Changes Path 1.9 +14 -222 ports/graphics/EZWGL/Makefile 1.5 +0 -243 ports/graphics/EZWGL/pkg/PLIST From owner-cvs-all Fri Sep 18 18:35:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22487 for cvs-all-outgoing; Fri, 18 Sep 1998 18:35: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 SAA22343; Fri, 18 Sep 1998 18:34: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 SAA10250; Fri, 18 Sep 1998 18:33:49 -0700 (PDT) Date: Fri, 18 Sep 1998 18:33:49 -0700 (PDT) Message-Id: <199809190133.SAA10250@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/kdemultimedia Makefile ports/comms/kpilot Makefile ports/deskutils/korganizer Makefile ports/games/kdegames Makefile ports/graphics/imlib Makefile ports/graphics/kdegraphics Makefile ports/misc/kdeutils Makefile ports/net/kdenetwork ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/18 18:33:49 PDT Modified files: audio/kdemultimedia Makefile comms/kpilot Makefile deskutils/korganizer Makefile games/kdegames Makefile graphics/imlib Makefile graphics/kdegraphics Makefile misc/kdeutils Makefile net/kdenetwork Makefile net/kirc Makefile x11/gnomelibs Makefile x11/kdebase Makefile x11/kdelibs Makefile x11/wdm Makefile x11-wm/enlightenment Makefile x11-wm/windowmaker Makefile Log: giflib is now converted to ELF so remove regexp support. Revision Changes Path 1.17 +2 -2 ports/audio/kdemultimedia/Makefile 1.13 +2 -2 ports/comms/kpilot/Makefile 1.9 +2 -2 ports/deskutils/korganizer/Makefile 1.18 +2 -2 ports/games/kdegames/Makefile 1.31 +3 -3 ports/graphics/imlib/Makefile 1.13 +2 -2 ports/graphics/kdegraphics/Makefile 1.19 +2 -2 ports/misc/kdeutils/Makefile 1.20 +2 -2 ports/net/kdenetwork/Makefile 1.10 +2 -2 ports/net/kirc/Makefile 1.8 +3 -3 ports/x11/gnomelibs/Makefile 1.19 +2 -2 ports/x11/kdebase/Makefile 1.18 +2 -2 ports/x11/kdelibs/Makefile 1.9 +3 -3 ports/x11/wdm/Makefile 1.25 +2 -2 ports/x11-wm/enlightenment/Makefile 1.31 +3 -3 ports/x11-wm/windowmaker/Makefile From owner-cvs-all Fri Sep 18 18:36:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22846 for cvs-all-outgoing; Fri, 18 Sep 1998 18:36: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 SAA22748; Fri, 18 Sep 1998 18:36:21 -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 SAA10313; Fri, 18 Sep 1998 18:35:53 -0700 (PDT) Date: Fri, 18 Sep 1998 18:35:53 -0700 (PDT) Message-Id: <199809190135.SAA10313@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common bootstrap.h misc.c src/sys/boot/i386/libi386 biosdisk.c src/sys/boot/i386/loader Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/09/18 18:35:53 PDT Modified files: sys/boot/common bootstrap.h misc.c Log: Add a generic hexdump tool for debugging purposes. Revision Changes Path 1.6 +2 -1 src/sys/boot/common/bootstrap.h 1.3 +41 -1 src/sys/boot/common/misc.c Modified files: sys/boot/i386/libi386 biosdisk.c Log: - Improve debugging code. - Make the "what do we do with a drunken disklabel" if-then-else-regardless tangle easier to read. - Don't count on the v86 structure being preserved between loop iterations, as it may be trampled eg. by the DEBUG call. Revision Changes Path 1.5 +36 -41 src/sys/boot/i386/libi386/biosdisk.c Modified files: sys/boot/i386/loader Makefile Log: Make libstand movable. This completes the basic work required to make the loader work with BTX. We now have a third-stage bootstrap shared by the i386 and Alpha. Revision Changes Path 1.5 +7 -5 src/sys/boot/i386/loader/Makefile From owner-cvs-all Fri Sep 18 18:37:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22937 for cvs-all-outgoing; Fri, 18 Sep 1998 18:37: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 SAA22829; Fri, 18 Sep 1998 18:36:43 -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 SAA10339; Fri, 18 Sep 1998 18:36:18 -0700 (PDT) Date: Fri, 18 Sep 1998 18:36:18 -0700 (PDT) Message-Id: <199809190136.SAA10339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/EZWGL Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 18:36:18 PDT Modified files: graphics/EZWGL Makefile Log: Unspam---Remove test target that accidentally slipped in. Revision Changes Path 1.10 +1 -4 ports/graphics/EZWGL/Makefile From owner-cvs-all Fri Sep 18 18:41:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24057 for cvs-all-outgoing; Fri, 18 Sep 1998 18:41: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 SAA23983; Fri, 18 Sep 1998 18:41:06 -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 SAA10467; Fri, 18 Sep 1998 18:40:38 -0700 (PDT) Date: Fri, 18 Sep 1998 18:40:38 -0700 (PDT) Message-Id: <199809190140.SAA10467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/mp Makefile ports/print/mp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 18:40:37 PDT Modified files: print/mp Makefile print/mp/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.8 +4 -14 ports/print/mp/Makefile 1.3 +0 -8 ports/print/mp/pkg/PLIST From owner-cvs-all Fri Sep 18 18:47:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25160 for cvs-all-outgoing; Fri, 18 Sep 1998 18:47: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 SAA25119; Fri, 18 Sep 1998 18:46:51 -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 SAA10772; Fri, 18 Sep 1998 18:46:23 -0700 (PDT) Date: Fri, 18 Sep 1998 18:46:23 -0700 (PDT) Message-Id: <199809190146.SAA10772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release fixit_crunch.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/18 18:46:23 PDT Modified files: release fixit_crunch.conf Log: Remove defunct scsi command from fixit floppy. Once I see how much room is available, I may add camcontrol in its place. Revision Changes Path 1.15 +3 -3 src/release/fixit_crunch.conf From owner-cvs-all Fri Sep 18 18:47:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25237 for cvs-all-outgoing; Fri, 18 Sep 1998 18:47: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 SAA25196; Fri, 18 Sep 1998 18:47: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 SAA10946; Fri, 18 Sep 1998 18:47:08 -0700 (PDT) Date: Fri, 18 Sep 1998 18:47:08 -0700 (PDT) Message-Id: <199809190147.SAA10946@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/18 18:47:07 PDT Modified files: release boot_crunch.conf Log: Try using minigzip instead of gzip; can't hurt! Revision Changes Path 1.34 +5 -4 src/release/boot_crunch.conf From owner-cvs-all Fri Sep 18 18:51:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25975 for cvs-all-outgoing; Fri, 18 Sep 1998 18:51: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 SAA25952; Fri, 18 Sep 1998 18:51:43 -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 SAA11456; Fri, 18 Sep 1998 18:51:20 -0700 (PDT) Date: Fri, 18 Sep 1998 18:51:20 -0700 (PDT) Message-Id: <199809190151.SAA11456@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/faces Makefile ports/mail/faces/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 18:51:20 PDT Modified files: mail/faces Makefile mail/faces/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.7 +2 -6 ports/mail/faces/Makefile 1.7 +0 -2 ports/mail/faces/pkg/PLIST From owner-cvs-all Fri Sep 18 19:15:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29247 for cvs-all-outgoing; Fri, 18 Sep 1998 19:15: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 TAA29234; Fri, 18 Sep 1998 19:15:19 -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 TAA12141; Fri, 18 Sep 1998 19:14:56 -0700 (PDT) Date: Fri, 18 Sep 1998 19:14:56 -0700 (PDT) Message-Id: <199809190214.TAA12141@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ORBacus Makefile ports/devel/ORBacus/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 19:14:56 PDT Modified files: devel/ORBacus Makefile devel/ORBacus/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.12 +3 -9 ports/devel/ORBacus/Makefile 1.6 +0 -6 ports/devel/ORBacus/pkg/PLIST From owner-cvs-all Fri Sep 18 19:29:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01095 for cvs-all-outgoing; Fri, 18 Sep 1998 19: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 TAA01087; Fri, 18 Sep 1998 19:29:46 -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 TAA12477; Fri, 18 Sep 1998 19:29:23 -0700 (PDT) Date: Fri, 18 Sep 1998 19:29:23 -0700 (PDT) Message-Id: <199809190229.TAA12477@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/noweb Makefile ports/devel/noweb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/09/18 19:29:22 PDT Modified files: devel/noweb Makefile devel/noweb/pkg PLIST Log: Use MLINKS. Revision Changes Path 1.12 +3 -10 ports/devel/noweb/Makefile 1.6 +0 -2 ports/devel/noweb/pkg/PLIST From owner-cvs-all Fri Sep 18 21:03:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12591 for cvs-all-outgoing; Fri, 18 Sep 1998 21:03: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 VAA12586; Fri, 18 Sep 1998 21:03: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 VAA14358; Fri, 18 Sep 1998 21:03:19 -0700 (PDT) Date: Fri, 18 Sep 1998 21:03:19 -0700 (PDT) Message-Id: <199809190403.VAA14358@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/lftp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 21:03:19 PDT Modified files: net/lftp/pkg PLIST Log: Add 2 entries of share/lftp/*. Revision Changes Path 1.6 +3 -0 ports/net/lftp/pkg/PLIST From owner-cvs-all Fri Sep 18 21:05:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12999 for cvs-all-outgoing; Fri, 18 Sep 1998 21:05: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 VAA12986; Fri, 18 Sep 1998 21:05: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 VAA14434; Fri, 18 Sep 1998 21:04:59 -0700 (PDT) Date: Fri, 18 Sep 1998 21:04:59 -0700 (PDT) Message-Id: <199809190404.VAA14434@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/elisp-manual/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/18 21:04:58 PDT Modified files: lang/elisp-manual/patches patch-ab Log: Correct the category of info page. Revision Changes Path 1.3 +15 -15 ports/lang/elisp-manual/patches/patch-ab From owner-cvs-all Fri Sep 18 22:00:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17703 for cvs-all-outgoing; Fri, 18 Sep 1998 22:00: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 VAA17633; Fri, 18 Sep 1998 21:59:58 -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 VAA16504; Fri, 18 Sep 1998 21:59:36 -0700 (PDT) Date: Fri, 18 Sep 1998 21:59:36 -0700 (PDT) Message-Id: <199809190459.VAA16504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_da.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/18 21:59:35 PDT Modified files: sys/cam/scsi scsi_da.c Log: Don't leave the device queue in a frozen state if the Synchronize Cache command on close fails. Revision Changes Path 1.4 +8 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-all Fri Sep 18 22:41:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23349 for cvs-all-outgoing; Fri, 18 Sep 1998 22:41: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 WAA23340; Fri, 18 Sep 1998 22:41: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 WAA17859; Fri, 18 Sep 1998 22:40:42 -0700 (PDT) Date: Fri, 18 Sep 1998 22:40:42 -0700 (PDT) Message-Id: <199809190540.WAA17859@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/tk80/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/18 22:40:42 PDT Modified files: japanese/tk80/pkg PLIST Log: Add missing xim.tcl to pkg/PLIST. Revision Changes Path 1.3 +1 -0 ports/japanese/tk80/pkg/PLIST From owner-cvs-all Fri Sep 18 22:46:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24253 for cvs-all-outgoing; Fri, 18 Sep 1998 22:46: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 WAA24248; Fri, 18 Sep 1998 22:46:33 -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 WAA18123; Fri, 18 Sep 1998 22:46:08 -0700 (PDT) Date: Fri, 18 Sep 1998 22:46:08 -0700 (PDT) Message-Id: <199809190546.WAA18123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/hylafax Makefile ports/graphics/ImageMagick Makefile ports/graphics/gimp1 Makefile ports/graphics/netpbm Makefile ports/graphics/urt Makefile ports/graphics/xpaint Makefile ports/x11/dgs Makefile ports/x11-toolkits/tkstep80 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/18 22:46:07 PDT Modified files: comms/hylafax Makefile graphics/ImageMagick Makefile graphics/gimp1 Makefile graphics/netpbm Makefile graphics/urt Makefile graphics/xpaint Makefile x11/dgs Makefile x11-toolkits/tkstep80 Makefile Log: Remove regexp support for libtiff34 as it is now ELF'able. Revision Changes Path 1.18 +2 -2 ports/comms/hylafax/Makefile 1.52 +3 -3 ports/graphics/ImageMagick/Makefile 1.43 +2 -2 ports/graphics/gimp1/Makefile 1.11 +2 -2 ports/graphics/netpbm/Makefile 1.7 +2 -2 ports/graphics/urt/Makefile 1.27 +3 -3 ports/graphics/xpaint/Makefile 1.6 +2 -2 ports/x11/dgs/Makefile 1.16 +3 -3 ports/x11-toolkits/tkstep80/Makefile From owner-cvs-all Fri Sep 18 22:48:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24581 for cvs-all-outgoing; Fri, 18 Sep 1998 22:48: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 WAA24567; Fri, 18 Sep 1998 22:48:35 -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 WAA18222; Fri, 18 Sep 1998 22:48:10 -0700 (PDT) Date: Fri, 18 Sep 1998 22:48:10 -0700 (PDT) Message-Id: <199809190548.WAA18222@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/asrpages Makefile ports/sysutils/asrpages/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/18 22:48:10 PDT Modified files: sysutils/asrpages Makefile sysutils/asrpages/files md5 Log: Fixup checksum and add a new manpage or two. PR: 7824 Submitted by: Bruce A. Mah Revision Changes Path 1.5 +2 -2 ports/sysutils/asrpages/Makefile 1.2 +1 -1 ports/sysutils/asrpages/files/md5 From owner-cvs-all Fri Sep 18 23:14:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28028 for cvs-all-outgoing; Fri, 18 Sep 1998 23:14: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 XAA28023; Fri, 18 Sep 1998 23:14:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA18863; Fri, 18 Sep 1998 23:14:11 -0700 (PDT) Date: Fri, 18 Sep 1998 23:14:11 -0700 (PDT) Message-Id: <199809190614.XAA18863@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 phk 1998/09/18 23:14:11 PDT Modified files: games/fortune/datfiles Makefile Log: Reverse the sense of the test looking for caesar & strfile. Revision Changes Path 1.11 +6 -6 src/games/fortune/datfiles/Makefile From owner-cvs-all Fri Sep 18 23:30:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29885 for cvs-all-outgoing; Fri, 18 Sep 1998 23:30:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gorillanet.gorilla.net (gorillanet.gorilla.net [208.128.8.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA29879 for ; Fri, 18 Sep 1998 23:30:18 -0700 (PDT) (envelope-from tom@gorilla.net) Received: from [208.143.84.9] by gorillanet.gorilla.net (NTMail 3.03.0014/18.aaac) with ESMTP id da433059 for ; Sat, 19 Sep 1998 01:29:23 -0500 Received: (from tom@localhost) by peeper.TOJ.org (8.9.1/8.8.8) id BAA22496 for cvs-all@FreeBSD.ORG; Sat, 19 Sep 1998 01:29:45 -0500 (CDT) (envelope-from tom) Message-ID: <19980919012904.A22488@TOJ.org> Date: Sat, 19 Sep 1998 01:29:04 -0500 From: Tom Jackson To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/pkg PLIST References: <199809190025.RAA07196@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809190025.RAA07196@freefall.freebsd.org>; from Tim Vanderhoek on Fri, Sep 18, 1998 at 05:25:08PM -0700 Reply_To: Tom Jackson Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Since E-day I have been trying to rebuild fetchmail on my current box with the result: ===> Extracting for fetchmail-4.5.5 ... checking size of int... 4 checking size of long... 4 checking for opie.h... yes checking for opiegenerator in -lopie... no configure: cannot find libopie, which is required for OPIE support. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. The library's there and ldconfig -r shows it in the hint file. By nuking the opie include in the makefile I get a working fetchmail. Anyone else ...? Ideas why? On Fri, Sep 18, 1998 at 05:25:08PM -0700, Tim Vanderhoek wrote: > hoek 1998/09/18 17:25:08 PDT > > Modified files: > mail/fetchmail Makefile > mail/fetchmail/pkg PLIST > Log: > Use MLINKS. > > Revision Changes Path > 1.68 +2 -2 ports/mail/fetchmail/Makefile > 1.9 +0 -1 ports/mail/fetchmail/pkg/PLIST -- Tom From owner-cvs-all Fri Sep 18 23:58:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA03121 for cvs-all-outgoing; Fri, 18 Sep 1998 23:58: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 XAA03116; Fri, 18 Sep 1998 23:58:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20128; Fri, 18 Sep 1998 23:58:15 -0700 (PDT) Date: Fri, 18 Sep 1998 23:58:15 -0700 (PDT) Message-Id: <199809190658.XAA20128@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 phk 1998/09/18 23:58:15 PDT Modified files: games/fortune/datfiles Makefile Log: Remove bogus dependencies. Submitted by: bde Revision Changes Path 1.12 +3 -3 src/games/fortune/datfiles/Makefile From owner-cvs-all Sat Sep 19 02:17:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15115 for cvs-all-outgoing; Sat, 19 Sep 1998 02:17: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 CAA15110; Sat, 19 Sep 1998 02:17:36 -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 CAA22488; Sat, 19 Sep 1998 02:17:13 -0700 (PDT) Date: Sat, 19 Sep 1998 02:17:13 -0700 (PDT) Message-Id: <199809190917.CAA22488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/19 02:17:13 PDT Modified files: handbook submitters.sgml Log: /tmp/doc.log Revision Changes Path 1.236 +3 -1 doc/handbook/submitters.sgml From owner-cvs-all Sat Sep 19 02:30:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15826 for cvs-all-outgoing; Sat, 19 Sep 1998 02:30: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 CAA15820; Sat, 19 Sep 1998 02:30:07 -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 CAA22857; Sat, 19 Sep 1998 02:29:41 -0700 (PDT) Date: Sat, 19 Sep 1998 02:29:41 -0700 (PDT) Message-Id: <199809190929.CAA22857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c src/sys/alpha/include ipl.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/09/19 02:29:40 PDT Modified files: sys/alpha/alpha ipl_funcs.c sys/alpha/include ipl.h Log: Add splsoftvm(). Submitted by: Andrew Gallatin Revision Changes Path 1.7 +2 -1 src/sys/alpha/alpha/ipl_funcs.c 1.6 +2 -1 src/sys/alpha/include/ipl.h From owner-cvs-all Sat Sep 19 02:46:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17161 for cvs-all-outgoing; Sat, 19 Sep 1998 02:46: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 CAA17153; Sat, 19 Sep 1998 02:46:05 -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 CAA23139; Sat, 19 Sep 1998 02:45:42 -0700 (PDT) Date: Sat, 19 Sep 1998 02:45:42 -0700 (PDT) Message-Id: <199809190945.CAA23139@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/script script.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/09/19 02:45:42 PDT Modified files: usr.bin/script script.c Log: Fix the following bugs: - if a command was specified and script(1) failed to execute it, it would print the name of your shell in the error message instead of that of the command that failed. - since finish() was installed as a SIGCHLD handler, it would often run before the main loop had had time to process the last few bytes of output. This resulted in very strange truncated error messages. - script(1) would almost always return with an exit status of 0, even if the command returned a non-zero exit status. This broke my 'build world, install it and rebuild the kernel' scripts because 'make installworld' would run even if 'make buildworld' had failed. Revision Changes Path 1.9 +27 -19 src/usr.bin/script/script.c From owner-cvs-all Sat Sep 19 03:42:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20545 for cvs-all-outgoing; Sat, 19 Sep 1998 03:42: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 DAA20509; Sat, 19 Sep 1998 03:42:01 -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 DAA24106; Sat, 19 Sep 1998 03:41:37 -0700 (PDT) Date: Sat, 19 Sep 1998 03:41:37 -0700 (PDT) Message-Id: <199809191041.DAA24106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.include.dist Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/19 03:41:37 PDT Modified files: etc/mtree BSD.include.dist Log: Remove tcl directory. Forgotten by: asami Approved by: jkh Revision Changes Path 1.21 +1 -3 src/etc/mtree/BSD.include.dist From owner-cvs-all Sat Sep 19 03:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22894 for cvs-all-outgoing; Sat, 19 Sep 1998 03:49: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 DAA22889; Sat, 19 Sep 1998 03:49:26 -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 DAA24239; Sat, 19 Sep 1998 03:49:03 -0700 (PDT) Date: Sat, 19 Sep 1998 03:49:03 -0700 (PDT) Message-Id: <199809191049.DAA24239@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/mailagent Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/09/19 03:49:03 PDT Modified files: mail/mailagent Makefile Log: Update this port so that it uses correct perl5. Some portlint fixes. Revision Changes Path 1.25 +8 -9 ports/mail/mailagent/Makefile From owner-cvs-all Sat Sep 19 03:55:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA23472 for cvs-all-outgoing; Sat, 19 Sep 1998 03:55: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 DAA23467; Sat, 19 Sep 1998 03:55:35 -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 DAA24346; Sat, 19 Sep 1998 03:55:12 -0700 (PDT) Date: Sat, 19 Sep 1998 03:55:12 -0700 (PDT) Message-Id: <199809191055.DAA24346@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xlogmaster Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/09/19 03:55:12 PDT Modified files: sysutils/xlogmaster Makefile Log: Fix gtk11 config proglem. PR: ports/7985 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/sysutils/xlogmaster/Makefile From owner-cvs-all Sat Sep 19 04:43:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26931 for cvs-all-outgoing; Sat, 19 Sep 1998 04:43: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 EAA26924; Sat, 19 Sep 1998 04:43:30 -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 EAA26190; Sat, 19 Sep 1998 04:43:07 -0700 (PDT) Date: Sat, 19 Sep 1998 04:43:07 -0700 (PDT) Message-Id: <199809191143.EAA26190@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/19 04:43:07 PDT Modified files: release Makefile Log: Turn off ALLLANG; the docs are currently in spanish and none of the docs folks seem to have worked out why yet, so I'm switching back to english and only english by default for now. :) Revision Changes Path 1.388 +2 -2 src/release/Makefile From owner-cvs-all Sat Sep 19 04:46:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27117 for cvs-all-outgoing; Sat, 19 Sep 1998 04: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 EAA27085; Sat, 19 Sep 1998 04:46:01 -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 EAA26246; Sat, 19 Sep 1998 04:45:38 -0700 (PDT) Date: Sat, 19 Sep 1998 04:45:38 -0700 (PDT) Message-Id: <199809191145.EAA26246@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf newvers.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/19 04:45:38 PDT Modified files: sys/conf newvers.sh Log: Note that we're in BETA status. Revision Changes Path 1.38 +2 -2 src/sys/conf/newvers.sh From owner-cvs-all Sat Sep 19 06:35:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05102 for cvs-all-outgoing; Sat, 19 Sep 1998 06: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 GAA05097; Sat, 19 Sep 1998 06:35:41 -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 GAA00575; Sat, 19 Sep 1998 06:35:18 -0700 (PDT) Date: Sat, 19 Sep 1998 06:35:18 -0700 (PDT) Message-Id: <199809191335.GAA00575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/19 06:35:18 PDT Modified files: sys/pc98/conf GENERIC98 Log: Sync with sys/i386/conf/GENERIC revision 1.118. Revision Changes Path 1.45 +1 -2 src/sys/pc98/conf/GENERIC98 From owner-cvs-all Sat Sep 19 06:36:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05293 for cvs-all-outgoing; Sat, 19 Sep 1998 06:36: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 GAA05288; Sat, 19 Sep 1998 06:36:36 -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 GAA00617; Sat, 19 Sep 1998 06:36:13 -0700 (PDT) Date: Sat, 19 Sep 1998 06:36:13 -0700 (PDT) Message-Id: <199809191336.GAA00617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf SMP-GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/19 06:36:13 PDT Modified files: sys/pc98/conf SMP-GENERIC98 Log: Sync with sys/i386/conf/SMP-GENERIC revision up to 1.15. Revision Changes Path 1.4 +2 -3 src/sys/pc98/conf/SMP-GENERIC98 From owner-cvs-all Sat Sep 19 06:37:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05356 for cvs-all-outgoing; Sat, 19 Sep 1998 06:37: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 GAA05351; Sat, 19 Sep 1998 06:37:40 -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 GAA11228; Sat, 19 Sep 1998 06:37:17 -0700 (PDT) Date: Sat, 19 Sep 1998 06:37:17 -0700 (PDT) Message-Id: <199809191337.GAA11228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/09/19 06:37:17 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/pc98 if_ed.c Log: Sync with sys/i386/isa/if_ed.c revision 1.107.2.9. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.11.2.17 +52 -15 src/sys/pc98/pc98/if_ed.c From owner-cvs-all Sat Sep 19 09:39:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18334 for cvs-all-outgoing; Sat, 19 Sep 1998 09:39: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 JAA18329; Sat, 19 Sep 1998 09:39:05 -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 JAA09440; Sat, 19 Sep 1998 09:38:42 -0700 (PDT) Date: Sat, 19 Sep 1998 09:38:42 -0700 (PDT) Message-Id: <199809191638.JAA09440@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps Makefile ports/print/a2ps/patches patch-ae ports/print/a2ps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 09:38:41 PDT Modified files: print/a2ps Makefile print/a2ps/pkg PLIST Added files: print/a2ps/patches patch-ae Log: Convert to Elf. Revision Changes Path 1.20 +2 -2 ports/print/a2ps/Makefile 1.13 +3 -2 ports/print/a2ps/pkg/PLIST From owner-cvs-all Sat Sep 19 09:40:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18467 for cvs-all-outgoing; Sat, 19 Sep 1998 09:40: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 JAA18460; Sat, 19 Sep 1998 09:40:48 -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 JAA09528; Sat, 19 Sep 1998 09:40:25 -0700 (PDT) Date: Sat, 19 Sep 1998 09:40:25 -0700 (PDT) Message-Id: <199809191640.JAA09528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 09:40:25 PDT Modified files: print/a2ps/pkg PLIST Log: add liba2ps.so Revision Changes Path 1.14 +1 -0 ports/print/a2ps/pkg/PLIST From owner-cvs-all Sat Sep 19 09:41:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18564 for cvs-all-outgoing; Sat, 19 Sep 1998 09:41: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 JAA18555; Sat, 19 Sep 1998 09:41:51 -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 JAA09582; Sat, 19 Sep 1998 09:41:28 -0700 (PDT) Date: Sat, 19 Sep 1998 09:41:28 -0700 (PDT) Message-Id: <199809191641.JAA09582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/a2ps/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 09:41:28 PDT Modified files: print/a2ps/pkg PLIST Log: add liba2ps.la Revision Changes Path 1.15 +1 -0 ports/print/a2ps/pkg/PLIST From owner-cvs-all Sat Sep 19 10:15:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21747 for cvs-all-outgoing; Sat, 19 Sep 1998 10:15: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 KAA21741; Sat, 19 Sep 1998 10:15:45 -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 KAA11256; Sat, 19 Sep 1998 10:15:20 -0700 (PDT) Date: Sat, 19 Sep 1998 10:15:20 -0700 (PDT) Message-Id: <199809191715.KAA11256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/09/19 10:15:20 PDT Modified files: en/ports portindex Log: Don't print the package name in comments. This broke SGML for the gtk-- port. Revision Changes Path 1.18 +1 -1 www/en/ports/portindex From owner-cvs-all Sat Sep 19 10:16:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21835 for cvs-all-outgoing; Sat, 19 Sep 1998 10:16: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 KAA21830; Sat, 19 Sep 1998 10:16: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 KAA11400; Sat, 19 Sep 1998 10:16:05 -0700 (PDT) Date: Sat, 19 Sep 1998 10:16:05 -0700 (PDT) Message-Id: <199809191716.KAA11400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/freetype/patches patch-ac ports/print/freetype/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 10:16:05 PDT Modified files: print/freetype/pkg PLIST Added files: print/freetype/patches patch-ac Log: convert to ELF Revision Changes Path 1.6 +3 -3 ports/print/freetype/pkg/PLIST From owner-cvs-all Sat Sep 19 10:17:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21908 for cvs-all-outgoing; Sat, 19 Sep 1998 10: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 KAA21903; Sat, 19 Sep 1998 10:17:11 -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 KAA11429; Sat, 19 Sep 1998 10:16:48 -0700 (PDT) Date: Sat, 19 Sep 1998 10:16:48 -0700 (PDT) Message-Id: <199809191716.KAA11429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include asnames.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 10:16:48 PDT Modified files: sys/i386/include asnames.h Log: Fix breakage of ELF kernel builds caused by the addition of an assembly language reference to a C symbol without the addition of the corresponding entry in asnames.h. Revision Changes Path 1.25 +2 -1 src/sys/i386/include/asnames.h From owner-cvs-all Sat Sep 19 10:21:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22646 for cvs-all-outgoing; Sat, 19 Sep 1998 10:21: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 KAA22623; Sat, 19 Sep 1998 10:21:49 -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 KAA11657; Sat, 19 Sep 1998 10:21:26 -0700 (PDT) Date: Sat, 19 Sep 1998 10:21:26 -0700 (PDT) Message-Id: <199809191721.KAA11657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/jpeg/patches patch-ac ports/graphics/jpeg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 10:21:26 PDT Added files: graphics/jpeg/patches patch-ac Log: Correct handling of major and minor numbers under elf or aout Modified files: graphics/jpeg/pkg PLIST Log: remove ranlib, it causes pkg_delete to fail Revision Changes Path 1.16 +0 -1 ports/graphics/jpeg/pkg/PLIST From owner-cvs-all Sat Sep 19 10:32:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24119 for cvs-all-outgoing; Sat, 19 Sep 1998 10:32: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 KAA24114; Sat, 19 Sep 1998 10:32:24 -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 KAA12192; Sat, 19 Sep 1998 10:32:01 -0700 (PDT) Date: Sat, 19 Sep 1998 10:32:01 -0700 (PDT) Message-Id: <199809191732.KAA12192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf newvers.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 10:32:01 PDT Modified files: (Branch: RELENG_2_2) sys/conf newvers.sh Log: Increment RELDATE to 227002 so that it can be used to test for a recent interface change introduced in "src/sys/sys/sem.h" revision 1.8.2.1. Unfortunately, this comes 12 days after the change was made. Revision Changes Path 1.26.2.29 +2 -2 src/sys/conf/newvers.sh From owner-cvs-all Sat Sep 19 10:36:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24543 for cvs-all-outgoing; Sat, 19 Sep 1998 10:36: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 KAA24537; Sat, 19 Sep 1998 10:36:25 -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 KAA19025; Sat, 19 Sep 1998 10:35:58 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.8.8) id RAA13130; Sat, 19 Sep 1998 17:35:55 GMT (envelope-from obrien) Message-ID: <19980919103555.A11522@nuxi.com> Date: Sat, 19 Sep 1998 10:35:55 -0700 From: "David O'Brien" To: Eivind Eklund Cc: 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 src/sys/netinet if_ether.c in.h ip_fw.c ip_fw.h ip_input.c ip_output.c raw_ip.c tcp_input.c src/sys/pci if_de.c ... Reply-To: obrien@NUXI.com References: <199809171802.LAA17679@freefall.freebsd.org> <19980918133152.09027@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980918133152.09027@follo.net>; from Eivind Eklund on Fri, Sep 18, 1998 at 01:31:52PM +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 > This commit is against the guidelines - you are not supposed to commit > changes that break binary compatibility to -stable. But, then when the compatiblitiy slice stuff went away from 2.2-STABLE, it was required to recompile config(8). So there is some precidence for being able to require such things. [such as recompile of a program or two] I think the guideline more addresses that you can't do something in 2.2-STABLE that would require me to recompile all of /usr/local, /bin, /usr/bin, etc... -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Sat Sep 19 10:47:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25738 for cvs-all-outgoing; Sat, 19 Sep 1998 10:47: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 KAA25726; Sat, 19 Sep 1998 10:47:04 -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 KAA13032; Sat, 19 Sep 1998 10:46:41 -0700 (PDT) Date: Sat, 19 Sep 1998 10:46:41 -0700 (PDT) Message-Id: <199809191746.KAA13032@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/mkhybrid/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 10:46:41 PDT Added files: sysutils/mkhybrid/patches patch-ag Log: Make reorder std headers so this compiles on 3.0. From owner-cvs-all Sat Sep 19 10:49:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA26169 for cvs-all-outgoing; Sat, 19 Sep 1998 10:49: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 KAA26164; Sat, 19 Sep 1998 10:49:46 -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 KAA13228; Sat, 19 Sep 1998 10:49:23 -0700 (PDT) Date: Sat, 19 Sep 1998 10:49:23 -0700 (PDT) Message-Id: <199809191749.KAA13228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/modula-3-lib/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 10:49:23 PDT Modified files: lang/modula-3-lib/patches patch-ab Log: Fix breakage caused by a recent change to in -stable. Unfortunately, this depends on a bump of __FreeBSD_version which came 12 days too late. Thus there is a range of -stable versions from 7 September 1998 to 19 September 1998 on which this port won't build. Revision Changes Path 1.10 +16 -15 ports/lang/modula-3-lib/patches/patch-ab From owner-cvs-all Sat Sep 19 10:55:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA27228 for cvs-all-outgoing; Sat, 19 Sep 1998 10:55:59 -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 KAA27207; Sat, 19 Sep 1998 10:55:49 -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 MAA11330; Sat, 19 Sep 1998 12:55:24 -0500 (CDT) Date: Sat, 19 Sep 1998 12:55:23 -0500 (CDT) From: Steve Price To: John Polstra cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.sh In-Reply-To: <199809191732.KAA12192@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 Yes campers I'm the guilty party. The sad thing is that I did this not once but twice. Color me dense and pass me the pointy hat. <:( Steve On Sat, 19 Sep 1998, John Polstra wrote: # jdp 1998/09/19 10:32:01 PDT # # Modified files: (Branch: RELENG_2_2) # sys/conf newvers.sh # Log: # Increment RELDATE to 227002 so that it can be used to test for a # recent interface change introduced in "src/sys/sys/sem.h" revision # 1.8.2.1. Unfortunately, this comes 12 days after the change was # made. # # Revision Changes Path # 1.26.2.29 +2 -2 src/sys/conf/newvers.sh # From owner-cvs-all Sat Sep 19 11:02:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28207 for cvs-all-outgoing; Sat, 19 Sep 1998 11:02:54 -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 LAA28201 for ; Sat, 19 Sep 1998 11:02:52 -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 LAA01529; Sat, 19 Sep 1998 11:02:23 -0700 (PDT) (envelope-from jdp) Message-Id: <199809191802.LAA01529@austin.polstra.com> To: Steve Price cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.sh In-reply-to: Your message of "Sat, 19 Sep 1998 12:55:23 CDT." Date: Sat, 19 Sep 1998 11:02:23 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Yes campers I'm the guilty party. The sad thing is that > I did this not once but twice. Color me dense and pass > me the pointy hat. <:( > > Steve > > On Sat, 19 Sep 1998, John Polstra wrote: > > # jdp 1998/09/19 10:32:01 PDT > # > # Modified files: (Branch: RELENG_2_2) > # sys/conf newvers.sh > # Log: > # Increment RELDATE to 227002 so that it can be used to test for a > # recent interface change introduced in "src/sys/sys/sem.h" revision > # 1.8.2.1. Unfortunately, this comes 12 days after the change was > # made. Well, yes, you're the guilty one. But you'll have to do better than that to earn the coveted pointy hat. :-) Nobody ever remembers to bump RELDATE. Also, the change you made was a perfectly safe one for "normal" applications, because it relaxed the prototype instead of making it stricter. It took a really weird application to get broken by that. 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 19 11:05:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28452 for cvs-all-outgoing; Sat, 19 Sep 1998 11:05: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 LAA28420; Sat, 19 Sep 1998 11:05:04 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:+X9zPCCGIiP70kWq9hU3drgOa75G7LkK@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA00716; Sat, 19 Sep 1998 20:04:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809191804.UAA00716@gratis.grondar.za> To: Scott Mace cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/graphics/jpeg/patches patch-ac ports/graphics/jpeg/pkg PLIST In-Reply-To: Your message of " Sat, 19 Sep 1998 10:21:26 MST." <199809191721.KAA11657@freefall.freebsd.org> References: <199809191721.KAA11657@freefall.freebsd.org> Date: Sat, 19 Sep 1998 20:04:28 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Scott Mace wrote: > smace 1998/09/19 10:21:26 PDT > > Added files: > graphics/jpeg/patches patch-ac > Log: > Correct handling of major and minor numbers under elf or aout > > Modified files: > graphics/jpeg/pkg PLIST > Log: > remove ranlib, it causes pkg_delete to fail Thanks! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Sat Sep 19 11:50:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05779 for cvs-all-outgoing; Sat, 19 Sep 1998 11:50: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 LAA05774; Sat, 19 Sep 1998 11:50:51 -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 LAA16792; Sat, 19 Sep 1998 11:50:28 -0700 (PDT) Date: Sat, 19 Sep 1998 11:50:28 -0700 (PDT) Message-Id: <199809191850.LAA16792@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11.dist Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 11:50:27 PDT Modified files: etc/mtree BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11.dist Log: Simplify these now that default owner is root.wheel. Partially reviewed by: bde Revision Changes Path 1.41 +39 -35 src/etc/mtree/BSD.local.dist 1.30 +5 -5 src/etc/mtree/BSD.root.dist 1.131 +28 -33 src/etc/mtree/BSD.usr.dist 1.37 +5 -5 src/etc/mtree/BSD.var.dist 1.4 +26 -24 src/etc/mtree/BSD.x11.dist From owner-cvs-all Sat Sep 19 11:57:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06471 for cvs-all-outgoing; Sat, 19 Sep 1998 11:57:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from seera.nttlabs.com (seera.nttlabs.com [204.162.36.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06448; Sat, 19 Sep 1998 11:57:33 -0700 (PDT) (envelope-from gene@nttlabs.com) Received: from localhost (gene@localhost) by seera.nttlabs.com (8.8.8/8.8.7) with SMTP id LAA10993; Sat, 19 Sep 1998 11:57:02 -0700 (PDT) X-Authentication-Warning: seera.nttlabs.com: gene owned process doing -bs Date: Sat, 19 Sep 1998 11:57:01 -0700 (PDT) From: "Eugene M. Kim" To: Tom Jackson cc: cvs-all@FreeBSD.ORG, FreeBSD Ports Mailing List Subject: Re: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/pkg PLIST In-Reply-To: <19980919012904.A22488@TOJ.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 The reason is that -lopie needs -lmd to resolve all symbols but -lmd is not included in "configure" script. (See config.log) The following patch (replacing patches/patch-ad) will solve the problem (on 3.0-current platforms). Could anybody with the commit privilege please commit this? ------------------------------ snip snip ------------------------------ *** configure.orig Mon Aug 3 08:45:11 1998 --- configure Sat Sep 19 11:49:22 1998 *************** *** 2880,2886 **** echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" ! LIBS="-lopie $LIBS" cat > conftest.$ac_ext <&6 else ac_save_LIBS="$LIBS" ! LIBS="-lopie -lmd $LIBS" cat > conftest.$ac_ext <&6 --- 2914,2920 ---- #define $ac_tr_lib 1 EOF ! LIBS="-lopie -lmd $LIBS" else echo "$ac_t""no" 1>&6 *************** *** 3531,3536 **** --- 3531,3537 ---- s%@host_os@%$host_os%g s%@CC@%$CC%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g + s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g s%@INSTALL_DATA@%$INSTALL_DATA%g s%@CPP@%$CPP%g s%@LEX@%$LEX%g ------------------------------ snip snip ------------------------------ On Sat, 19 Sep 1998, Tom Jackson wrote: | Date: Sat, 19 Sep 1998 01:29:04 -0500 | From: Tom Jackson | To: cvs-all@FreeBSD.ORG | Subject: Re: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/pkg PLIST | | Since E-day I have been trying to rebuild fetchmail on my current box with | the result: | | | ===> Extracting for fetchmail-4.5.5 | ... | checking size of int... 4 | checking size of long... 4 | checking for opie.h... yes | checking for opiegenerator in -lopie... no | configure: cannot find libopie, which is required for OPIE support. | *** Error code 1 | | Stop. | *** Error code 1 | | Stop. | *** Error code 1 | | Stop. | *** Error code 1 | | Stop. | | The library's there and ldconfig -r shows it in the hint file. By nuking | the opie include in the makefile I get a working fetchmail. | | Anyone else ...? Ideas why? | On Fri, Sep 18, 1998 at 05:25:08PM -0700, Tim Vanderhoek wrote: | > hoek 1998/09/18 17:25:08 PDT | > | > Modified files: | > mail/fetchmail Makefile | > mail/fetchmail/pkg PLIST | > Log: | > Use MLINKS. | > | > Revision Changes Path | > 1.68 +2 -2 ports/mail/fetchmail/Makefile | > 1.9 +0 -1 ports/mail/fetchmail/pkg/PLIST | | -- | Tom | From owner-cvs-all Sat Sep 19 12:04:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07611 for cvs-all-outgoing; Sat, 19 Sep 1998 12:04: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 MAA07606; Sat, 19 Sep 1998 12:04:52 -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 MAA17425; Sat, 19 Sep 1998 12:04:29 -0700 (PDT) Date: Sat, 19 Sep 1998 12:04:29 -0700 (PDT) Message-Id: <199809191904.MAA17425@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/mpeg-lib Makefile ports/graphics/mpeg-lib/patches patch-aa ports/graphics/mpeg-lib/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 12:04:29 PDT Modified files: graphics/mpeg-lib Makefile graphics/mpeg-lib/patches patch-aa graphics/mpeg-lib/pkg PLIST Log: Convert to ELF Revision Changes Path 1.9 +2 -2 ports/graphics/mpeg-lib/Makefile 1.5 +13 -3 ports/graphics/mpeg-lib/patches/patch-aa 1.6 +3 -2 ports/graphics/mpeg-lib/pkg/PLIST From owner-cvs-all Sat Sep 19 12:07:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07989 for cvs-all-outgoing; Sat, 19 Sep 1998 12:07: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 MAA07975; Sat, 19 Sep 1998 12:07:14 -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 MAA17568; Sat, 19 Sep 1998 12:06:51 -0700 (PDT) Date: Sat, 19 Sep 1998 12:06:51 -0700 (PDT) Message-Id: <199809191906.MAA17568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/lesstif Makefile ports/x11-toolkits/lesstif/patches patch-an ports/x11-toolkits/lesstif/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smace 1998/09/19 12:06:50 PDT Modified files: x11-toolkits/lesstif Makefile Log: Convert to ELF do not strip shared libs Revision Changes Path 1.24 +3 -4 ports/x11-toolkits/lesstif/Makefile Modified files: x11-toolkits/lesstif/pkg PLIST Added files: x11-toolkits/lesstif/patches patch-an Log: Convert to ELF Revision Changes Path 1.19 +2 -0 ports/x11-toolkits/lesstif/pkg/PLIST From owner-cvs-all Sat Sep 19 12:34:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12118 for cvs-all-outgoing; Sat, 19 Sep 1998 12:34: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 MAA11910; Sat, 19 Sep 1998 12:33:23 -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 DAA14937; Sun, 20 Sep 1998 03:31:57 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199809191931.DAA14937@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: dag-erli@ifi.uio.no (Dag-Erling C. =?iso-8859-1?Q?Sm=F8rgrav?= ) cc: Luigi Rizzo , eivind@yes.no (Eivind Eklund), luigi@FreeBSD.ORG, 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 src In-reply-to: Your message of "18 Sep 1998 20:55:05 +0200." Content-Transfer-Encoding: quoted-printable Date: Sun, 20 Sep 1998 03:31:56 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dag-Erling C. =3D?iso-8859-1?Q?Sm=3DF8rgrav?=3D wrote: > Luigi Rizzo writes: > > About the ipfw binary compatibility my apologies because i forgot > > to mention that explicitly to the reviewers (and yes, now i remember > > you pointed that out), but the change it was absolutely necessary > > to have dummynet working. > = > You should post something on -stable warning people that they will > need to recompile ipfw the next time they recompile their kernel... If we've got to do a recompile of IPFW, then perhaps we can backport the = large [gs]etsockopt() support from -current which will remove the = contraints on the size of this structure. I backported the stuff before along with the IPFIREWALL_FORWARD support = for transparent proxy. They both work well under -stable. > DES > -- = > Dag-Erling Sm=F8rgrav - dag-erli@ifi.uio.no > = Cheers, -Peter From owner-cvs-all Sat Sep 19 13:04:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA15598 for cvs-all-outgoing; Sat, 19 Sep 1998 13:04: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 NAA15590; Sat, 19 Sep 1998 13:04:27 -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 NAA18652; Sat, 19 Sep 1998 13:04:04 -0700 (PDT) Date: Sat, 19 Sep 1998 13:04:04 -0700 (PDT) Message-Id: <199809192004.NAA18652@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/fetchmail/patches patch-ad Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 13:04:04 PDT Modified files: mail/fetchmail/patches patch-ad Log: Add -lmd for -lopie so this compiles on -current. Submitted by: Eugene M. Kim Revision Changes Path 1.2 +38 -4 ports/mail/fetchmail/patches/patch-ad From owner-cvs-all Sat Sep 19 13:06:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16054 for cvs-all-outgoing; Sat, 19 Sep 1998 13:06:34 -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 NAA16022; Sat, 19 Sep 1998 13:06:30 -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 PAA04745; Sat, 19 Sep 1998 15:05:59 -0500 (CDT) Date: Sat, 19 Sep 1998 15:05:58 -0500 (CDT) From: Steve Price To: "Eugene M. Kim" cc: Tom Jackson , cvs-all@FreeBSD.ORG, FreeBSD Ports Mailing List Subject: Re: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/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 Done. Thanks! On Sat, 19 Sep 1998, Eugene M. Kim wrote: # The reason is that -lopie needs -lmd to resolve all symbols but -lmd is # not included in "configure" script. (See config.log) # # The following patch (replacing patches/patch-ad) will solve the problem # (on 3.0-current platforms). Could anybody with the commit privilege # please commit this? From owner-cvs-all Sat Sep 19 13:06:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16143 for cvs-all-outgoing; Sat, 19 Sep 1998 13:06:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pproxy01.gol.ad.jp (pproxy01.gol.ad.jp [203.216.1.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16112 for ; Sat, 19 Sep 1998 13:06:41 -0700 (PDT) (envelope-from harris@gol.com) Received: from gol.com (tc-1-075.nagoya.gol.ne.jp [203.216.28.75]) by pproxy01.gol.ad.jp (8.9.1/8.9.1/891-SMTP-P) with ESMTP id FAA09638 for ; Sun, 20 Sep 1998 05:06:05 +0900 (JST) Message-ID: <36040ED8.82B817F8@gol.com> Date: Sun, 20 Sep 1998 05:06:49 +0900 From: "James Thomas Harris, Jr." Reply-To: harris@gol.com X-Mailer: Mozilla 4.06 [en] (Win95; I) MIME-Version: 1.0 To: cvs-all@FreeBSD.ORG Subject: Add me to list Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please add me to list From owner-cvs-all Sat Sep 19 13:08:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16787 for cvs-all-outgoing; Sat, 19 Sep 1998 13:08: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 NAA16772; Sat, 19 Sep 1998 13:08: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 NAA18790; Sat, 19 Sep 1998 13:08:02 -0700 (PDT) Date: Sat, 19 Sep 1998 13:08:02 -0700 (PDT) Message-Id: <199809192008.NAA18790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ripetools Makefile ports/net/ripetools/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 13:08:01 PDT Modified files: net/ripetools Makefile net/ripetools/files md5 Log: Update to version 2.3. PR: 7977 Submitted by: maintainer Revision Changes Path 1.2 +4 -4 ports/net/ripetools/Makefile 1.2 +1 -1 ports/net/ripetools/files/md5 From owner-cvs-all Sat Sep 19 13:11:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17437 for cvs-all-outgoing; Sat, 19 Sep 1998 13:11: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 NAA17431; Sat, 19 Sep 1998 13: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 NAA19051; Sat, 19 Sep 1998 13:10:45 -0700 (PDT) Date: Sat, 19 Sep 1998 13:10:45 -0700 (PDT) Message-Id: <199809192010.NAA19051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/blackbox Makefile ports/x11-wm/blackbox/files md5 ports/x11-wm/blackbox/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 13:10:45 PDT Modified files: x11-wm/blackbox Makefile x11-wm/blackbox/files md5 x11-wm/blackbox/patches patch-aa Log: Update to version 0.40.6. PR: 7958 Submitted by: maintainer Revision Changes Path 1.8 +3 -3 ports/x11-wm/blackbox/Makefile 1.7 +1 -1 ports/x11-wm/blackbox/files/md5 1.4 +4 -3 ports/x11-wm/blackbox/patches/patch-aa From owner-cvs-all Sat Sep 19 13:23:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20046 for cvs-all-outgoing; Sat, 19 Sep 1998 13: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 NAA20030; Sat, 19 Sep 1998 13:23: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 NAA19361; Sat, 19 Sep 1998 13:23:10 -0700 (PDT) Date: Sat, 19 Sep 1998 13:23:10 -0700 (PDT) Message-Id: <199809192023.NAA19361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/crafty Makefile ports/games/crafty/files md5 ports/games/crafty/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 13:23:08 PDT Modified files: games/crafty Makefile games/crafty/files md5 games/crafty/patches patch-aa Log: Update to version 15.18 and ELF'ize. PR: 7887, 7909 Submitted by: maintainer Revision Changes Path 1.6 +5 -5 ports/games/crafty/Makefile 1.8 +3 -3 ports/games/crafty/files/md5 1.2 +49 -70 ports/games/crafty/patches/patch-aa From owner-cvs-all Sat Sep 19 13:35:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21714 for cvs-all-outgoing; Sat, 19 Sep 1998 13:35: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 NAA21698; Sat, 19 Sep 1998 13:35: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 NAA19767; Sat, 19 Sep 1998 13:34:43 -0700 (PDT) Date: Sat, 19 Sep 1998 13:34:43 -0700 (PDT) Message-Id: <199809192034.NAA19767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/8hz-mp3 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 13:34:42 PDT Modified files: audio/8hz-mp3 Makefile Log: This project has been put on hold pending the negotiation of licensing issues. PR: 7955 Pointed out by: Donald Burr Revision Changes Path 1.2 +3 -1 ports/audio/8hz-mp3/Makefile From owner-cvs-all Sat Sep 19 13:56:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24576 for cvs-all-outgoing; Sat, 19 Sep 1998 13:56: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 NAA24503; Sat, 19 Sep 1998 13:55:59 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA20473; Sat, 19 Sep 1998 13:55:36 -0700 (PDT) Date: Sat, 19 Sep 1998 13:55:36 -0700 (PDT) Message-Id: <199809192055.NAA20473@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 alex 1998/09/19 13:55:36 PDT Modified files: lib/libc/stdlib malloc.c Log: Correctly back out of free if a recursive call into malloc.c is detected. Set malloc_func *after* grabbing the thread lock. Noticed by: Simon Coggins Revision Changes Path 1.40 +7 -8 src/lib/libc/stdlib/malloc.c From owner-cvs-all Sat Sep 19 14:02:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25262 for cvs-all-outgoing; Sat, 19 Sep 1998 14:02: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 OAA25257; Sat, 19 Sep 1998 14:02:43 -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 OAA20675; Sat, 19 Sep 1998 14:02:20 -0700 (PDT) Date: Sat, 19 Sep 1998 14:02:20 -0700 (PDT) Message-Id: <199809192102.OAA20675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/arpwatch/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/09/19 14:02:20 PDT Added files: net/arpwatch/patches patch-ac Log: Remove garbage from the front of arpwatch.8 From owner-cvs-all Sat Sep 19 14:04:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA25524 for cvs-all-outgoing; Sat, 19 Sep 1998 14:04:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA25398; Sat, 19 Sep 1998 14:03:59 -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 XAA15311; Sat, 19 Sep 1998 23:00:13 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id WAA01222; Sat, 19 Sep 1998 22:57:58 +0200 (CEST) (envelope-from andreas) Message-ID: <19980919225757.A1213@klemm.gtn.com> Date: Sat, 19 Sep 1998 22:57:57 +0200 From: Andreas Klemm To: Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources References: <199809172235.PAA28846@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199809172235.PAA28846@freefall.freebsd.org>; from Steve Price on Thu, Sep 17, 1998 at 03:35:43PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Sep 17, 1998 at 03:35:43PM -0700, Steve Price wrote: > steve 1998/09/17 15:35:42 PDT > > ports/sysutils/mergemaster - Imported sources > Update of /home/ncvs/ports/sysutils/mergemaster > In directory freefall.freebsd.org:/d/users/steve/work/mergemaster > > Log Message: > Initial import of version 1.14 of mergemaster. > A script to aid with merging configuration files during an upgrade. It's really hot stuff, very useful, thanks ! It enabled me to update stuff under /, /root and /etc within minutes... -- 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 Sat Sep 19 14:14:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26831 for cvs-all-outgoing; Sat, 19 Sep 1998 14:14:40 -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 OAA26824; Sat, 19 Sep 1998 14:14:35 -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 QAA25747; Sat, 19 Sep 1998 16:14:04 -0500 (CDT) Date: Sat, 19 Sep 1998 16:14:04 -0500 (CDT) From: Steve Price To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources In-Reply-To: <19980919225757.A1213@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 Don't thank me. Doug Barton did all the hard work. :) Steve On Sat, 19 Sep 1998, Andreas Klemm wrote: # On Thu, Sep 17, 1998 at 03:35:43PM -0700, Steve Price wrote: # > steve 1998/09/17 15:35:42 PDT # > # > ports/sysutils/mergemaster - Imported sources # > Update of /home/ncvs/ports/sysutils/mergemaster # > In directory freefall.freebsd.org:/d/users/steve/work/mergemaster # > # > Log Message: # > Initial import of version 1.14 of mergemaster. # > A script to aid with merging configuration files during an upgrade. # # It's really hot stuff, very useful, thanks ! # # It enabled me to update stuff under /, /root and /etc within # minutes... # # -- # 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 Sat Sep 19 14:22:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27840 for cvs-all-outgoing; Sat, 19 Sep 1998 14:22:48 -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 OAA27803; Sat, 19 Sep 1998 14:22:24 -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 0zKURe-0006Me-00; Sat, 19 Sep 1998 16:21:30 -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: <19980919225757.A1213@klemm.gtn.com> References: <199809172235.PAA28846@freefall.freebsd.org> <19980919225757.A1213@klemm.gtn.com> Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources To: Andreas Klemm cc: Steve Price , cvs-committers@freebsd.org, cvs-all@freebsd.org, studded@dal.net Date: Sat, 19 Sep 1998 16:21:30 -0500 Message-Id: Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Hear, Hear! Is there a most-useful-port-of-the-month-award? I have been putting off merging for months now... and with this I also got it done in a few minutes. Thanks, Doug! and Steve for committing it! Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org On 19 September 1998 at 22:57, Andreas Klemm wrote: > On Thu, Sep 17, 1998 at 03:35:43PM -0700, Steve Price wrote: > > steve 1998/09/17 15:35:42 PDT > > > > ports/sysutils/mergemaster - Imported sources > > Update of /home/ncvs/ports/sysutils/mergemaster > > In directory freefall.freebsd.org:/d/users/steve/work/mergemaster > > > > Log Message: > > Initial import of version 1.14 of mergemaster. > > A script to aid with merging configuration files during an upgrade. > > It's really hot stuff, very useful, thanks ! > > It enabled me to update stuff under /, /root and /etc within > minutes... > > -- > 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'' > -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNgQgWjeRhT8JRySpAQEiMgP/XN0Vxhb3jrX/lk+FxJKK/fwdsLDh21NI baLg7MIuTEtzgXWWsmvInrRVzI81TXnaHS3N/S3r4OQnrv7MhS0V+8PtpWHQKoG1 GpaPs4XfuWk2plO4Ue2ppqjGJDmiYLgnUwPeTi4YESX+AsRxWbZ06hYs56/lHOev bl2SLgKy7Bw= =Xg7q -----END PGP SIGNATURE----- From owner-cvs-all Sat Sep 19 14:29:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29521 for cvs-all-outgoing; Sat, 19 Sep 1998 14:29: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 OAA29510; Sat, 19 Sep 1998 14:29:53 -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 OAA21464; Sat, 19 Sep 1998 14:29:30 -0700 (PDT) Date: Sat, 19 Sep 1998 14:29:30 -0700 (PDT) Message-Id: <199809192129.OAA21464@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/19 14:29:29 PDT Modified files: mail/imap-uw Makefile Log: Find the master site again. Also put this version back on my homepage again so that we can go at least a week without the distfile dropping off the face of the earth. :) PR: 7991 Submitted by: maintainer Revision Changes Path 1.16 +3 -2 ports/mail/imap-uw/Makefile From owner-cvs-all Sat Sep 19 14:35:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00874 for cvs-all-outgoing; Sat, 19 Sep 1998 14:35:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00804; Sat, 19 Sep 1998 14:35: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 XAA17205; Sat, 19 Sep 1998 23:30:14 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id XAA01249; Sat, 19 Sep 1998 23:26:39 +0200 (CEST) (envelope-from andreas) Message-ID: <19980919232639.A1242@klemm.gtn.com> Date: Sat, 19 Sep 1998 23:26:39 +0200 From: Andreas Klemm To: Steve Price Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources References: <19980919225757.A1213@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Steve Price on Sat, Sep 19, 1998 at 04:14:04PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Sep 19, 1998 at 04:14:04PM -0500, Steve Price wrote: > > Don't thank me. Doug Barton did all > the hard work. :) I meant both of you ... Doug and you who took the time to commit ;-) -- 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 Sat Sep 19 14:36:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00948 for cvs-all-outgoing; Sat, 19 Sep 1998 14:36:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00856; Sat, 19 Sep 1998 14:35:24 -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 XAA17207; Sat, 19 Sep 1998 23:30:19 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id XAA01256; Sat, 19 Sep 1998 23:28:19 +0200 (CEST) (envelope-from andreas) Message-ID: <19980919232818.B1242@klemm.gtn.com> Date: Sat, 19 Sep 1998 23:28:18 +0200 From: Andreas Klemm To: Jacques Vidrine Cc: Steve Price , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, studded@dal.net, wosch@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources References: <199809172235.PAA28846@freefall.freebsd.org> <19980919225757.A1213@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Jacques Vidrine on Sat, Sep 19, 1998 at 04:21:30PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Sep 19, 1998 at 04:21:30PM -0500, Jacques Vidrine wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Hear, Hear! Is there a most-useful-port-of-the-month-award? I have been > putting off merging for months now... and with this I also got it done > in a few minutes. > > Thanks, Doug! and Steve for committing it! Could also be something for the "Really Quick Newsletter(tm)" or for the Newsflash on the webserver. -- 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 Sat Sep 19 14:38:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01451 for cvs-all-outgoing; Sat, 19 Sep 1998 14:38:43 -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 OAA01379; Sat, 19 Sep 1998 14:38:09 -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 QAA18181; Sat, 19 Sep 1998 16:37:25 -0500 (CDT) Date: Sat, 19 Sep 1998 16:37:25 -0500 (CDT) From: Steve Price To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources In-Reply-To: <19980919232639.A1242@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 Sat, 19 Sep 1998, Andreas Klemm wrote: # On Sat, Sep 19, 1998 at 04:14:04PM -0500, Steve Price wrote: # > # > Don't thank me. Doug Barton did all # > the hard work. :) # # I meant both of you ... Doug and you who took the time to commit ;-) Well in that case, you're welcome. ;) 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 Sat Sep 19 14:41:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01972 for cvs-all-outgoing; Sat, 19 Sep 1998 14: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 OAA01967; Sat, 19 Sep 1998 14:41: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 OAA21804; Sat, 19 Sep 1998 14:40:39 -0700 (PDT) Date: Sat, 19 Sep 1998 14:40:39 -0700 (PDT) Message-Id: <199809192140.OAA21804@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/tinyware/kget Makefile uc_main.c uc_scsi.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/19 14:40:39 PDT Modified files: release/picobsd/tinyware/kget Makefile uc_main.c Removed files: release/picobsd/tinyware/kget uc_scsi.c Log: Remove some dead code. Obtained from: similar changes in sysinstall by jkh Revision Changes Path 1.2 +2 -2 src/release/picobsd/tinyware/kget/Makefile 1.2 +8 -0 src/release/picobsd/tinyware/kget/uc_main.c From owner-cvs-all Sat Sep 19 14:45:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA02849 for cvs-all-outgoing; Sat, 19 Sep 1998 14:45: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 OAA02834; Sat, 19 Sep 1998 14:45:42 -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 OAA21967; Sat, 19 Sep 1998 14:45:19 -0700 (PDT) Date: Sat, 19 Sep 1998 14:45:19 -0700 (PDT) Message-Id: <199809192145.OAA21967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build clean populate src/release/picobsd/dial/conf PICOBSD src/release/picobsd/isp/conf PICOBSD src/release/picobsd/net/conf PICOBSD src/release/picobsd/router/conf PICOBSD Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/19 14:45:19 PDT Modified files: release/picobsd/build build clean populate release/picobsd/dial/conf PICOBSD release/picobsd/isp/conf PICOBSD release/picobsd/net/conf PICOBSD release/picobsd/router/conf PICOBSD Log: Kill the remnants of DEVFS, since it's broken without the SLICE code... Pity - it was _very_ handy. This also required increasing of MFS size, so that PicoBSD consumes more memory now... Revision Changes Path 1.7 +6 -6 src/release/picobsd/build/build 1.5 +6 -2 src/release/picobsd/build/clean 1.5 +2 -2 src/release/picobsd/build/populate 1.2 +4 -4 src/release/picobsd/dial/conf/PICOBSD 1.3 +4 -4 src/release/picobsd/isp/conf/PICOBSD 1.3 +4 -4 src/release/picobsd/net/conf/PICOBSD 1.4 +4 -4 src/release/picobsd/router/conf/PICOBSD From owner-cvs-all Sat Sep 19 15:20:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07534 for cvs-all-outgoing; Sat, 19 Sep 1998 15:20: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 PAA07529; Sat, 19 Sep 1998 15:20:11 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA22916; Sat, 19 Sep 1998 15:19:48 -0700 (PDT) Date: Sat, 19 Sep 1998 15:19:48 -0700 (PDT) Message-Id: <199809192219.PAA22916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/bb Makefile ports/net/bb/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/19 15:19:48 PDT Modified files: net/bb Makefile net/bb/files md5 Log: update to version 1.08a PR: closes 7866 Revision Changes Path 1.28 +2 -2 ports/net/bb/Makefile 1.12 +1 -1 ports/net/bb/files/md5 From owner-cvs-all Sat Sep 19 15:32:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08906 for cvs-all-outgoing; Sat, 19 Sep 1998 15:32: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 PAA08898; Sat, 19 Sep 1998 15:32:04 -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 PAA23579; Sat, 19 Sep 1998 15:31:41 -0700 (PDT) Date: Sat, 19 Sep 1998 15:31:41 -0700 (PDT) Message-Id: <199809192231.PAA23579@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/binutils/bfd elflink.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 15:31:41 PDT Modified files: contrib/binutils/bfd elflink.h Log: Fix segmentation violation that sometimes occurred when warning symbols were used. PR: bin/7980 Submitted by: Doug Rabson Revision Changes Path 1.2 +721 -499 src/contrib/binutils/bfd/elflink.h From owner-cvs-all Sat Sep 19 15:41:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10136 for cvs-all-outgoing; Sat, 19 Sep 1998 15:41: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 PAA10121; Sat, 19 Sep 1998 15:41:33 -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 PAA24045; Sat, 19 Sep 1998 15:41:10 -0700 (PDT) Date: Sat, 19 Sep 1998 15:41:10 -0700 (PDT) Message-Id: <199809192241.PAA24045@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xbatt Makefile ports/sysutils/xbatt/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 15:41:10 PDT Modified files: sysutils/xbatt Makefile sysutils/xbatt/files md5 Log: Update to version 1.2.1. PR: 7893 Submitted by: maintainer Revision Changes Path 1.5 +3 -3 ports/sysutils/xbatt/Makefile 1.3 +1 -1 ports/sysutils/xbatt/files/md5 From owner-cvs-all Sat Sep 19 15:41:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10190 for cvs-all-outgoing; Sat, 19 Sep 1998 15:41:47 -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 PAA10134; Sat, 19 Sep 1998 15:41:39 -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 FAA12454; Sun, 20 Sep 1998 05:11:33 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id FAA12265; Sun, 20 Sep 1998 05:11:33 +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 FAA09529; Sun, 20 Sep 1998 05:10:13 +0900 (JST) To: vanilla@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/editors/leim20 - Imported sources From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Fri, 18 Sep 1998 15:03:07 -0700 (PDT)" <199809182203.PAA02668@freefall.freebsd.org> References: <199809182203.PAA02668@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) 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: <19980920051012N.masafumi@aslm.rim.or.jp> Date: Sun, 20 Sep 1998 05:10:12 +0900 X-Dispatcher: imput version 971024 Lines: 14 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > vanilla 1998/09/18 15:03:07 PDT > ports/editors/leim20 - Imported sources > Update of /home/ncvs/ports/editors/leim20 > In directory freefall.freebsd.org:/d/users/vanilla/work/leim20 > Log Message: > This is a port for LEIM (Libraries of Emacs Input Method) > LEIM enables you to input Multilingual Characters on Emacs20. I'm not too sure if this should be named (or imported to directory named) leim20 since there is no leim19. Cheers, Max From owner-cvs-all Sat Sep 19 15:43:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10643 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10518; Sat, 19 Sep 1998 15:42: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 PAA24812; Sat, 19 Sep 1998 15:42:06 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:06 -0700 (PDT) Message-Id: <199809192242.PAA24812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_ctls Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:06 PDT Modified files: usr.sbin/dpt/dpt_ctls Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_ctls/Makefile From owner-cvs-all Sat Sep 19 15:43:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10690 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10520; Sat, 19 Sep 1998 15:42: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 PAA24829; Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Message-Id: <199809192242.PAA24829@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_dm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:07 PDT Modified files: usr.sbin/dpt/dpt_dm Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_dm/Makefile From owner-cvs-all Sat Sep 19 15:43:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10664 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10522; Sat, 19 Sep 1998 15:42: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 PAA24848; Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Message-Id: <199809192242.PAA24848@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_led Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:07 PDT Modified files: usr.sbin/dpt/dpt_led Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_led/Makefile From owner-cvs-all Sat Sep 19 15:43:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10774 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10549; Sat, 19 Sep 1998 15:42:35 -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 PAA24985; Sat, 19 Sep 1998 15:42:10 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:10 -0700 (PDT) Message-Id: <199809192242.PAA24985@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mrouted/mrinfo Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:10 PDT Modified files: usr.sbin/mrouted/mrinfo Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.10 +1 -2 src/usr.sbin/mrouted/mrinfo/Makefile From owner-cvs-all Sat Sep 19 15:43:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10744 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10559; Sat, 19 Sep 1998 15:42:40 -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 PAA25020; Sat, 19 Sep 1998 15:42:11 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:11 -0700 (PDT) Message-Id: <199809192242.PAA25020@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:11 PDT Modified files: usr.sbin/newsyslog Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.5 +1 -3 src/usr.sbin/newsyslog/Makefile From owner-cvs-all Sat Sep 19 15:44:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10922 for cvs-all-outgoing; Sat, 19 Sep 1998 15:44: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 PAA10547; Sat, 19 Sep 1998 15:42:34 -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 PAA24951; Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Message-Id: <199809192242.PAA24951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lprm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:09 PDT Modified files: usr.sbin/lpr/lprm Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.7 +1 -2 src/usr.sbin/lpr/lprm/Makefile From owner-cvs-all Sat Sep 19 15:43:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10851 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10526; Sat, 19 Sep 1998 15:42: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 PAA24865; Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:07 -0700 (PDT) Message-Id: <199809192242.PAA24865@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_sig Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:07 PDT Modified files: usr.sbin/dpt/dpt_sig Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_sig/Makefile From owner-cvs-all Sat Sep 19 15:43:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10763 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10564; Sat, 19 Sep 1998 15:42:42 -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 PAA25038; Sat, 19 Sep 1998 15:42:11 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:11 -0700 (PDT) Message-Id: <199809192242.PAA25038@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile 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 From owner-cvs-all Sat Sep 19 15:43:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10788 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10573; Sat, 19 Sep 1998 15:42:44 -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 PAA25055; Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Message-Id: <199809192242.PAA25055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:12 PDT Modified files: usr.sbin/pppd Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.11 +1 -2 src/usr.sbin/pppd/Makefile From owner-cvs-all Sat Sep 19 15:44:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11024 for cvs-all-outgoing; Sat, 19 Sep 1998 15: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 PAA10589; Sat, 19 Sep 1998 15:42:49 -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 PAA25106; Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Message-Id: <199809192242.PAA25106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sliplogin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:13 PDT Modified files: usr.sbin/sliplogin Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.4 +0 -1 src/usr.sbin/sliplogin/Makefile From owner-cvs-all Sat Sep 19 15:44:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10939 for cvs-all-outgoing; Sat, 19 Sep 1998 15:44: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 PAA10534; Sat, 19 Sep 1998 15:42:32 -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 PAA24899; Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Message-Id: <199809192242.PAA24899@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_sysinfo Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:08 PDT Modified files: usr.sbin/dpt/dpt_sysinfo Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_sysinfo/Makefile From owner-cvs-all Sat Sep 19 15:43:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10821 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10516; Sat, 19 Sep 1998 15:42:29 -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 PAA24795; Sat, 19 Sep 1998 15:42:06 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:06 -0700 (PDT) Message-Id: <199809192242.PAA24795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc Makefile src/etc/periodic Makefile.inc src/libexec/mail.local Makefile src/sbin/dump Makefile src/sbin/ping Makefile src/sbin/restore Makefile src/sbin/route Makefile src/sbin/shutdown Makefile src/usr.bin/at Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:06 PDT Modified files: etc Makefile etc/periodic Makefile.inc libexec/mail.local Makefile sbin/dump Makefile sbin/ping Makefile sbin/restore Makefile sbin/route Makefile sbin/shutdown Makefile usr.bin/at Makefile usr.bin/chpass Makefile usr.bin/file Makefile usr.bin/keyinfo Makefile usr.bin/keyinit Makefile usr.bin/limits Makefile usr.bin/lock Makefile usr.bin/login Makefile usr.bin/passwd Makefile usr.bin/quota Makefile usr.bin/rlogin Makefile usr.bin/rsh Makefile usr.bin/su Makefile usr.sbin/dpt/dpt_ctlinfo Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.173 +1 -4 src/etc/Makefile 1.3 +1 -3 src/etc/periodic/Makefile.inc 1.9 +1 -2 src/libexec/mail.local/Makefile 1.8 +1 -2 src/sbin/dump/Makefile 1.7 +1 -2 src/sbin/ping/Makefile 1.9 +1 -2 src/sbin/restore/Makefile 1.9 +0 -1 src/sbin/route/Makefile 1.3 +0 -1 src/sbin/shutdown/Makefile 1.8 +1 -2 src/usr.bin/at/Makefile 1.14 +0 -1 src/usr.bin/chpass/Makefile 1.12 +2 -4 src/usr.bin/file/Makefile 1.4 +0 -1 src/usr.bin/keyinfo/Makefile 1.6 +0 -1 src/usr.bin/keyinit/Makefile 1.2 +0 -1 src/usr.bin/limits/Makefile 1.4 +0 -1 src/usr.bin/lock/Makefile 1.21 +1 -2 src/usr.bin/login/Makefile 1.30 +1 -2 src/usr.bin/passwd/Makefile 1.3 +0 -1 src/usr.bin/quota/Makefile 1.12 +1 -2 src/usr.bin/rlogin/Makefile 1.8 +1 -2 src/usr.bin/rsh/Makefile 1.21 +1 -2 src/usr.bin/su/Makefile 1.3 +1 -2 src/usr.sbin/dpt/dpt_ctlinfo/Makefile From owner-cvs-all Sat Sep 19 15:44:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10992 for cvs-all-outgoing; Sat, 19 Sep 1998 15: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 PAA10603; Sat, 19 Sep 1998 15:42:52 -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 PAA25140; Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Message-Id: <199809192242.PAA25140@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/traceroute Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:13 PDT Modified files: usr.sbin/traceroute Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.9 +1 -2 src/usr.sbin/traceroute/Makefile From owner-cvs-all Sat Sep 19 15:43:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10802 for cvs-all-outgoing; Sat, 19 Sep 1998 15: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 PAA10580; Sat, 19 Sep 1998 15:42:45 -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 PAA25089; Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Message-Id: <199809192242.PAA25089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:12 PDT Modified files: usr.sbin/sendmail Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.8 +0 -1 src/usr.sbin/sendmail/Makefile From owner-cvs-all Sat Sep 19 15:43:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10711 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10544; Sat, 19 Sep 1998 15:42:34 -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 PAA24933; Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Message-Id: <199809192242.PAA24933@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpr Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:09 PDT Modified files: usr.sbin/lpr/lpr Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.7 +1 -2 src/usr.sbin/lpr/lpr/Makefile From owner-cvs-all Sat Sep 19 15:43:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10719 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10552; Sat, 19 Sep 1998 15:42:36 -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 PAA25003; Sat, 19 Sep 1998 15:42:10 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:10 -0700 (PDT) Message-Id: <199809192242.PAA25003@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mrouted/mtrace Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:10 PDT Modified files: usr.sbin/mrouted/mtrace Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.9 +1 -2 src/usr.sbin/mrouted/mtrace/Makefile From owner-cvs-all Sat Sep 19 15:43:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10890 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10596; Sat, 19 Sep 1998 15:42:49 -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 PAA25123; Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:13 -0700 (PDT) Message-Id: <199809192242.PAA25123@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/timed/timedc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:13 PDT Modified files: usr.sbin/timed/timedc Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +0 -1 src/usr.sbin/timed/timedc/Makefile From owner-cvs-all Sat Sep 19 15:43:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10673 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10528; Sat, 19 Sep 1998 15:42: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 PAA24882; Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Message-Id: <199809192242.PAA24882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_softc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:08 PDT Modified files: usr.sbin/dpt/dpt_softc Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.3 +1 -2 src/usr.sbin/dpt/dpt_softc/Makefile From owner-cvs-all Sat Sep 19 15:44:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10960 for cvs-all-outgoing; Sat, 19 Sep 1998 15:44: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 PAA10602; Sat, 19 Sep 1998 15:42:52 -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 PAA25157; Sat, 19 Sep 1998 15:42:14 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:14 -0700 (PDT) Message-Id: <199809192242.PAA25157@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/dpt/dpt_ctlinfo Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:14 PDT Modified files: usr.sbin/dpt/dpt_ctlinfo Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.4 +1 -1 src/usr.sbin/dpt/dpt_ctlinfo/Makefile From owner-cvs-all Sat Sep 19 15:43:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10731 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10538; Sat, 19 Sep 1998 15:42:33 -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 PAA24916; Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:08 -0700 (PDT) Message-Id: <199809192242.PAA24916@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpq Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:08 PDT Modified files: usr.sbin/lpr/lpq Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.6 +1 -2 src/usr.sbin/lpr/lpq/Makefile From owner-cvs-all Sat Sep 19 15:43:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10864 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10550; Sat, 19 Sep 1998 15:42:35 -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 PAA24968; Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:09 -0700 (PDT) Message-Id: <199809192242.PAA24968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:09 PDT Modified files: usr.sbin/moused Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.4 +0 -1 src/usr.sbin/moused/Makefile From owner-cvs-all Sat Sep 19 15:43:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10870 for cvs-all-outgoing; Sat, 19 Sep 1998 15:43: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 PAA10572; Sat, 19 Sep 1998 15:42:44 -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 PAA25072; Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Date: Sat, 19 Sep 1998 15:42:12 -0700 (PDT) Message-Id: <199809192242.PAA25072@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pw Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/09/19 15:42:12 PDT Modified files: usr.sbin/pw Makefile Log: Remove useless `BINOWN=root' now that it is the default. Revision Changes Path 1.6 +1 -2 src/usr.sbin/pw/Makefile From owner-cvs-all Sat Sep 19 15:46:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11917 for cvs-all-outgoing; Sat, 19 Sep 1998 15:46: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 PAA11736; Sat, 19 Sep 1998 15:46: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 PAA25405; Sat, 19 Sep 1998 15:45:45 -0700 (PDT) Date: Sat, 19 Sep 1998 15:45:45 -0700 (PDT) Message-Id: <199809192245.PAA25405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/mpd Makefile ports/net/mpd/files md5 ports/net/mpd/patches patch-aa ports/net/mpd/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 15:45:45 PDT Modified files: net/mpd Makefile net/mpd/files md5 net/mpd/patches patch-aa net/mpd/pkg DESCR PLIST Log: Update to version 1.0 beta 5. PR: 7947 Submitted by: maintainer Revision Changes Path 1.8 +14 -12 ports/net/mpd/Makefile 1.3 +1 -1 ports/net/mpd/files/md5 1.3 +19 -19 ports/net/mpd/patches/patch-aa 1.3 +30 -10 ports/net/mpd/pkg/DESCR 1.3 +5 -1 ports/net/mpd/pkg/PLIST From owner-cvs-all Sat Sep 19 16:00:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11337 for cvs-all-outgoing; Sat, 19 Sep 1998 15:45: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 PAA11211; Sat, 19 Sep 1998 15:44: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 PAA25239; Sat, 19 Sep 1998 15:44:16 -0700 (PDT) Date: Sat, 19 Sep 1998 15:44:16 -0700 (PDT) Message-Id: <199809192244.PAA25239@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/display/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/09/19 15:44:16 PDT Added files: misc/display/patches patch-ab Log: Cleanup extra characters that are sometimes left behind when the output shortens. PR: 7900 Submitted by: Stephen J. Roznowski From owner-cvs-all Sat Sep 19 16:15:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA16366 for cvs-all-outgoing; Sat, 19 Sep 1998 16:15:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from titus.stade.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA16340 for ; Sat, 19 Sep 1998 16:15:43 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by titus.stade.co.uk (8.9.1/8.8.8) id WAA28689 for cvs-all@FreeBSD.ORG; Sat, 19 Sep 1998 22:46:51 +0100 (BST) (envelope-from aw1) Message-ID: <19980919224651.A28406@stade.co.uk> Date: Sat, 19 Sep 1998 22:46:51 +0100 From: Adrian Wontroba To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources Reply-To: aw1@stade.co.uk References: <19980919225757.A1213@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Steve Price on Sat, Sep 19, 1998 at 04:14:04PM -0500 Organization: Stade Computers Ltd, UK X-Phone: +(44) 121 681 6677 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Sep 19, 1998 at 04:14:04PM -0500, Steve Price wrote: > Don't thank me. Doug Barton did all > the hard work. :) Applause for Doug! comproot was good. mergemaster is better. -- Adrian Wontroba, Stade Computers Limited. phone: (+44) 121 681 6677 From owner-cvs-all Sat Sep 19 17:02:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24200 for cvs-all-outgoing; Sat, 19 Sep 1998 17:02: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 RAA24085; Sat, 19 Sep 1998 17:01:55 -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 RAA15408; Sat, 19 Sep 1998 17:01:28 -0700 (PDT) Date: Sat, 19 Sep 1998 17:01:28 -0700 (PDT) Message-Id: <199809200001.RAA15408@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/19 17:01:27 PDT Modified files: usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c Log: 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 Revision Changes Path 1.24 +16 -1 src/usr.bin/fetch/fetch.1 1.6 +2 -1 src/usr.bin/fetch/fetch.h 1.10 +8 -1 src/usr.bin/fetch/ftp.c 1.20 +15 -2 src/usr.bin/fetch/http.c 1.47 +14 -3 src/usr.bin/fetch/main.c From owner-cvs-all Sat Sep 19 17:12:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25732 for cvs-all-outgoing; Sat, 19 Sep 1998 17:12: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 RAA25693; Sat, 19 Sep 1998 17:11:47 -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 RAA15768; Sat, 19 Sep 1998 17:11:23 -0700 (PDT) Date: Sat, 19 Sep 1998 17:11:23 -0700 (PDT) Message-Id: <199809200011.RAA15768@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_devstat.c src/sys/sys devicestat.h src/lib/libdevstat devstat.3 devstat.c devstat.h src/usr.sbin/iostat iostat.c src/usr.bin/vmstat vmstat.c src/usr.bin/systat devs.c extern.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ken 1998/09/19 17:11:23 PDT Modified files: sys/kern subr_devstat.c sys/sys devicestat.h lib/libdevstat devstat.3 devstat.c devstat.h usr.sbin/iostat iostat.c usr.bin/vmstat vmstat.c usr.bin/systat devs.c extern.h Log: Change the devstat generation number from an int to a long. The int-sized generation was causing unaligned access faults on the Alpha. I have incremented the devstat version number, since this is an interface change. You'll need to recompile libdevstat, systat, iostat, vmstat and rpc.rstatd along with your kernel. Partially Submitted by: Andrew Gallatin Revision Changes Path 1.2 +5 -5 src/sys/kern/subr_devstat.c 1.2 +2 -2 src/sys/sys/devicestat.h 1.2 +5 -5 src/lib/libdevstat/devstat.3 1.3 +14 -13 src/lib/libdevstat/devstat.c 1.2 +5 -5 src/lib/libdevstat/devstat.h 1.12 +5 -4 src/usr.sbin/iostat/iostat.c 1.27 +5 -3 src/usr.bin/vmstat/vmstat.c 1.2 +5 -3 src/usr.bin/systat/devs.c 1.7 +2 -2 src/usr.bin/systat/extern.h From owner-cvs-all Sat Sep 19 17:47:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29618 for cvs-all-outgoing; Sat, 19 Sep 1998 17: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 RAA29587; Sat, 19 Sep 1998 17:46:54 -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 RAA16837; Sat, 19 Sep 1998 17:46:28 -0700 (PDT) Date: Sat, 19 Sep 1998 17:46:28 -0700 (PDT) Message-Id: <199809200046.RAA16837@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/build build stage1 src/release/picobsd/dial/mfs.tree Makefile src/release/picobsd/isp/mfs.tree Makefile src/release/picobsd/net/mfs.tree Makefile src/release/picobsd/router/mfs.tree Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/19 17:46:27 PDT Modified files: release/picobsd/build build stage1 release/picobsd/dial/mfs.tree Makefile release/picobsd/isp/mfs.tree Makefile release/picobsd/net/mfs.tree Makefile release/picobsd/router/mfs.tree Makefile Log: Hmm... Let's make the switch to non-DEVFS actually work. :-/ Revision Changes Path 1.8 +2 -2 src/release/picobsd/build/build 1.4 +5 -5 src/release/picobsd/build/stage1 1.3 +3 -5 src/release/picobsd/dial/mfs.tree/Makefile 1.2 +5 -8 src/release/picobsd/isp/mfs.tree/Makefile 1.2 +3 -5 src/release/picobsd/net/mfs.tree/Makefile 1.2 +3 -5 src/release/picobsd/router/mfs.tree/Makefile From owner-cvs-all Sat Sep 19 17:53:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00643 for cvs-all-outgoing; Sat, 19 Sep 1998 17:53: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 RAA00568; Sat, 19 Sep 1998 17:53:00 -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 RAA17095; Sat, 19 Sep 1998 17:52:35 -0700 (PDT) Date: Sat, 19 Sep 1998 17:52:35 -0700 (PDT) Message-Id: <199809200052.RAA17095@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/dial/mfs.tree MAKEDEV src/release/picobsd/isp/mfs.tree MAKEDEV src/release/picobsd/net/mfs.tree MAKEDEV src/release/picobsd/router/mfs.tree MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/09/19 17:52:34 PDT Removed files: release/picobsd/dial/mfs.tree MAKEDEV release/picobsd/isp/mfs.tree MAKEDEV release/picobsd/net/mfs.tree MAKEDEV release/picobsd/router/mfs.tree MAKEDEV Log: Use system-wide MAKEDEV, instead of our own copy. Suggested by: Ockham's razor From owner-cvs-all Sat Sep 19 18:08:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02833 for cvs-all-outgoing; Sat, 19 Sep 1998 18:08: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 SAA02775; Sat, 19 Sep 1998 18:08:15 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA17394; Sat, 19 Sep 1998 18:07:50 -0700 (PDT) Date: Sat, 19 Sep 1998 18:07:50 -0700 (PDT) Message-Id: <199809200107.SAA17394@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 alex 1998/09/19 18:07:50 PDT Modified files: lib/libc/stdlib malloc.c Log: Back out part of previous commit (even though it's technically correct). Our spinlock implementation allows a particular thread to obtain a lock multiple times, but release the lock with a single unlock call. Since we're detecting recursion, we know the lock is already owned by the current thread in a previous call and must not be released in the current call. This is really far too dependent on this particular spinlock implementation, so I've added commented out calls to THREAD_UNLOCK in the appropriate places. We can activate this code when spinlock is taught to count each lock operation. Revision Changes Path 1.41 +17 -1 src/lib/libc/stdlib/malloc.c From owner-cvs-all Sat Sep 19 18:38:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05695 for cvs-all-outgoing; Sat, 19 Sep 1998 18:38:39 -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 SAA05617; Sat, 19 Sep 1998 18:38:03 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp354.kt.rim.or.jp [202.247.140.54]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id KAA23840; Sun, 20 Sep 1998 10:37:33 +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 KAA00569; Sun, 20 Sep 1998 10:37:00 +0900 (JST) Message-ID: <36045BB0.5229A073@sky.rim.or.jp> Date: Sun, 20 Sep 1998 10:34:40 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: Jun Kuriyama CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/handbook submitters.sgml References: <199809190917.CAA22488@freefall.freebsd.org> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jun Kuriyama wrote: > Modified files: > handbook submitters.sgml > Log: > /tmp/doc.log Oh, I've used cvs ci -m instead of cvs ci -F. Correct log is: Add 'Toshihiko SHIMOKAWA ' for his port "ja-elisa8x8". -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Sat Sep 19 20:25:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16371 for cvs-all-outgoing; Sat, 19 Sep 1998 20:25: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 UAA16366; Sat, 19 Sep 1998 20:25:19 -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 UAA20254; Sat, 19 Sep 1998 20:24:56 -0700 (PDT) Date: Sat, 19 Sep 1998 20:24:56 -0700 (PDT) Message-Id: <199809200324.UAA20254@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 20:24:56 PDT Modified files: sys/sys cdefs.h Log: Null-terminate the message for a warning symbol in the __warn_references() macro for ELF. Ian@cygnus.com says that is the proper way to use the ".gnu.warning.SYMBOL" sections. However, he has accepted Doug Rabson's BFD patch anyway. Revision Changes Path 1.22 +3 -3 src/sys/sys/cdefs.h From owner-cvs-all Sat Sep 19 20:48:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18079 for cvs-all-outgoing; Sat, 19 Sep 1998 20:48: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 UAA18074; Sat, 19 Sep 1998 20:48:18 -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 UAA20682; Sat, 19 Sep 1998 20:47:55 -0700 (PDT) Date: Sat, 19 Sep 1998 20:47:55 -0700 (PDT) Message-Id: <199809200347.UAA20682@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/19 20:47:54 PDT Modified files: sys/i386/isa clock.c Log: Ensure that the i8254 timecounter doesn't go backards. It sometimes went backwards when interrupts were masked for more than one i8254 interrupt period. It sometimes went backwards when the i8254 counter was reprogrammed. Neither of these should happen in normal operation. Update the i8254 timecounter support variables atomically. Calling timecounter functions from fast interrupt handlers may actually work in all cases now. Revision Changes Path 1.126 +21 -6 src/sys/i386/isa/clock.c From owner-cvs-all Sat Sep 19 20:48:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18141 for cvs-all-outgoing; Sat, 19 Sep 1998 20:48: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 UAA18136; Sat, 19 Sep 1998 20:48:35 -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 UAA20745; Sat, 19 Sep 1998 20:48:11 -0700 (PDT) Date: Sat, 19 Sep 1998 20:48:11 -0700 (PDT) Message-Id: <199809200348.UAA20745@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files md5 ports/textproc/dsssl-docbook-modular/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/09/19 20:48:11 PDT Modified files: textproc/dsssl-docbook-modular Makefile textproc/dsssl-docbook-modular/files md5 textproc/dsssl-docbook-modular/pkg PLIST Log: Add patch for jpja localization. Submitted by: myself Revision Changes Path 1.6 +6 -1 ports/textproc/dsssl-docbook-modular/Makefile 1.5 +1 -0 ports/textproc/dsssl-docbook-modular/files/md5 1.5 +2 -0 ports/textproc/dsssl-docbook-modular/pkg/PLIST From owner-cvs-all Sat Sep 19 22:08:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24328 for cvs-all-outgoing; Sat, 19 Sep 1998 22:08: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 WAA24323; Sat, 19 Sep 1998 22:08: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 WAA22541; Sat, 19 Sep 1998 22:08:15 -0700 (PDT) Date: Sat, 19 Sep 1998 22:08:15 -0700 (PDT) Message-Id: <199809200508.WAA22541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam cam_xpt.c src/sys/dev/advansys advansys.c advlib.c advmcode.c src/sys/dev/aic7xxx aic7xxx.c src/sys/dev/buslogic bt.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/19 22:08:15 PDT Modified files: sys/cam cam_xpt.c Log: Only deregister out configuration hook manually if there are no SCSI busses to configure. Revision Changes Path 1.8 +6 -5 src/sys/cam/cam_xpt.c Modified files: sys/dev/advansys advansys.c advlib.c advmcode.c Log: Correct compilation with option DIAGNOSTIC set. Upgrade to the latest firmware. Revision Changes Path 1.2 +6 -5 src/sys/dev/advansys/advansys.c 1.6 +3 -1 src/sys/dev/advansys/advlib.c 1.5 +164 -162 src/sys/dev/advansys/advmcode.c Modified files: sys/dev/aic7xxx aic7xxx.c Log: Correct a bug in the timeout handler. When queuing a BDR response to a timeout, we must remove the pending SCB from the disconnected list or risk list corruption when our BDR request using the same SCB is placed on the waiting list. Eradicate some silly uses of u_int8_t that just serve to slow the code down. Revision Changes Path 1.4 +147 -134 src/sys/dev/aic7xxx/aic7xxx.c Modified files: sys/dev/buslogic bt.c Log: On wide cards with firmware revisions < 5.06L, we have to infer that wide targets are in fact running wide since the "setup info" command for these revisions does not fill out the wide negotiation bits. Revision Changes Path 1.4 +17 -1 src/sys/dev/buslogic/bt.c From owner-cvs-all Sat Sep 19 22:43:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26920 for cvs-all-outgoing; Sat, 19 Sep 1998 22:43:43 -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 WAA26912; Sat, 19 Sep 1998 22:43:40 -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 OAA18442; Sun, 20 Sep 1998 14:12:01 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id OAA17775; Sun, 20 Sep 1998 14:12:01 +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 OAA20702; Sun, 20 Sep 1998 14:10:29 +0900 (JST) To: n@nectar.com Cc: andreas@klemm.gtn.com, steve@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, studded@dal.net Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/sysutils/mergemaster - Imported sources From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= In-Reply-To: Your message of "Sat, 19 Sep 1998 16:21:30 -0500" References: 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: <19980920141027W.masafumi@aslm.rim.or.jp> Date: Sun, 20 Sep 1998 14:10:27 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 11 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Hear, Hear! Is there a most-useful-port-of-the-month-award? I > have been putting off merging for months now... and with this I > also got it done in a few minutes. Yeah, pretty useful! But it took me a little more than an hour to update my system.... after doing almost no update for two years! :) I even think this coud be in the base system. Cheers, Max From owner-cvs-all Sat Sep 19 22:55:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA28346 for cvs-all-outgoing; Sat, 19 Sep 1998 22:55: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 WAA28341; Sat, 19 Sep 1998 22:55:02 -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 WAA23752; Sat, 19 Sep 1998 22:54:39 -0700 (PDT) Date: Sat, 19 Sep 1998 22:54:39 -0700 (PDT) Message-Id: <199809200554.WAA23752@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa bt5xx-445.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/19 22:54:38 PDT Removed files: sys/i386/isa bt5xx-445.c Log: Remove unused file. From owner-cvs-all Sat Sep 19 23:05:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29135 for cvs-all-outgoing; Sat, 19 Sep 1998 23:05: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 XAA29129; Sat, 19 Sep 1998 23:05:20 -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 XAA24069; Sat, 19 Sep 1998 23:04:57 -0700 (PDT) Date: Sat, 19 Sep 1998 23:04:57 -0700 (PDT) Message-Id: <199809200604.XAA24069@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 mountroot.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/19 23:04:56 PDT Modified files: sys/i386/conf files.i386 Removed files: sys/i386/i386 mountroot.c Log: Remove vestiges of SLICE code. Forgotten by: sos Revision Changes Path 1.205 +1 -2 src/sys/i386/conf/files.i386 From owner-cvs-all Sat Sep 19 23:18:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29695 for cvs-all-outgoing; Sat, 19 Sep 1998 23:18: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 XAA29690; Sat, 19 Sep 1998 23:18:13 -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 XAA24348; Sat, 19 Sep 1998 23:17:50 -0700 (PDT) Date: Sat, 19 Sep 1998 23:17:50 -0700 (PDT) Message-Id: <199809200617.XAA24348@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/19 23:17:50 PDT Modified files: sys/conf files Log: Removed entries for dead SLICE files. Removed commented out entries for dead networking files (netccitt etc.). Uncommented entries for zombie networking files (netns). Revision Changes Path 1.159 +10 -86 src/sys/conf/files From owner-cvs-all Sat Sep 19 23:24:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00231 for cvs-all-outgoing; Sat, 19 Sep 1998 23:24: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 XAA00226; Sat, 19 Sep 1998 23:24:22 -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 XAA24478; Sat, 19 Sep 1998 23:23:59 -0700 (PDT) Date: Sat, 19 Sep 1998 23:23:59 -0700 (PDT) Message-Id: <199809200623.XAA24478@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files.newconf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/19 23:23:58 PDT Removed files: sys/conf files.newconf Log: Remove unused file. It was missing about half the necessary entries. From owner-cvs-all Sat Sep 19 23:28:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA00533 for cvs-all-outgoing; Sat, 19 Sep 1998 23:28: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 XAA00526; Sat, 19 Sep 1998 23:28:33 -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 XAA24566; Sat, 19 Sep 1998 23:28:10 -0700 (PDT) Date: Sat, 19 Sep 1998 23:28:10 -0700 (PDT) Message-Id: <199809200628.XAA24566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm device_pager.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/09/19 23:28:10 PDT Removed files: sys/vm device_pager.h Log: Removed unused file.