From owner-freebsd-commit Sun Mar 3 00:45:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28926 for freebsd-commit-outgoing; Sun, 3 Mar 1996 00:45:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28741 for cvs-all-outgoing; Sun, 3 Mar 1996 00:44:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28637 Sun, 3 Mar 1996 00:42:31 -0800 (PST) Date: Sun, 3 Mar 1996 00:42:31 -0800 (PST) From: Peter Wemm Message-Id: <199603030842.AAA28637@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ar.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 00:42:30 Modified: sys/i386/isa if_ar.c Log: Make the handshake lines do the right thing. This is untested by the author but others say it's working. (DTR etc) Closes PR#884 Submitted-by: John Hay Revision Changes Path 1.6 +14 -13 src/sys/i386/isa/if_ar.c From owner-freebsd-commit Sun Mar 3 00:45:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28974 for freebsd-commit-outgoing; Sun, 3 Mar 1996 00:45:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28782 for cvs-all-outgoing; Sun, 3 Mar 1996 00:44:30 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28759 Sun, 3 Mar 1996 00:44:24 -0800 (PST) Date: Sun, 3 Mar 1996 00:44:24 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603030844.AAA28759@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mount.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 00:44:24 Modified: sbin/mount mount.c Log: Close PR#17. This may be a contraversal fix in that now mount will spit out two error lines for a bogus filesystem type, e.g: root@time-> mount -t foo /dev/sd0a /mnt mount: exec /sbin/mount_foo for /mnt: No such file or directory mount: exec /usr/sbin/mount_foo for /mnt: No such file or directory But I would submit that if you're even going to scan multiple directories for a mount_foo (which I actually think is somewhat bogus - if it's not in /sbin, you're probably in big trouble anyway), you should emit an error for each one. I got multiple complaints (in addition to the PR) that the existing behavior was very confusing. Revision Changes Path 1.9 +1 -5 src/sbin/mount/mount.c From owner-freebsd-commit Sun Mar 3 00:55:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00164 for freebsd-commit-outgoing; Sun, 3 Mar 1996 00:55:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA29808 for cvs-all-outgoing; Sun, 3 Mar 1996 00:54:35 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA29587 Sun, 3 Mar 1996 00:53:07 -0800 (PST) Date: Sun, 3 Mar 1996 00:53:07 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603030853.AAA29587@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db/man hash.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 00:53:06 Modified: lib/libc/db/man hash.3 Log: Close PR#218. Don't reference non-existant dbm(3) and ndbm(3) manual pages. Revision Changes Path 1.2 +13 -6 src/lib/libc/db/man/hash.3 From owner-freebsd-commit Sun Mar 3 01:05:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01366 for freebsd-commit-outgoing; Sun, 3 Mar 1996 01:05:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01347 for cvs-all-outgoing; Sun, 3 Mar 1996 01:04:58 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01325 Sun, 3 Mar 1996 01:04:45 -0800 (PST) Date: Sun, 3 Mar 1996 01:04:45 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603030904.BAA01325@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-include Subject: cvs commit: src/include ndbm.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 01:04:43 Modified: include ndbm.h Log: Don't reference ndbm(3) manpage. Everything is covered by db(3). Revision Changes Path 1.2 +1 -1 src/include/ndbm.h From owner-freebsd-commit Sun Mar 3 01:07:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01472 for freebsd-commit-outgoing; Sun, 3 Mar 1996 01:07:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01465 for cvs-all-outgoing; Sun, 3 Mar 1996 01:07:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01440 Sun, 3 Mar 1996 01:07:05 -0800 (PST) Date: Sun, 3 Mar 1996 01:07:05 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603030907.BAA01440@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 01:07:04 Modified: usr.bin/vmstat vmstat.c Log: Print number of second-level cache hits as per-directory, not per-process (since they're per-directory now). Learned from: Kirk McKusick's OS internals course.. :-) Revision Changes Path 1.15 +1 -1 src/usr.bin/vmstat/vmstat.c From owner-freebsd-commit Sun Mar 3 02:57:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA10019 for freebsd-commit-outgoing; Sun, 3 Mar 1996 02:57:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA10010 for cvs-all-outgoing; Sun, 3 Mar 1996 02:57:46 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA09984 Sun, 3 Mar 1996 02:57:36 -0800 (PST) Date: Sun, 3 Mar 1996 02:57:36 -0800 (PST) From: Adam David Message-Id: <199603031057.CAA09984@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/mtree BSD.local.dist Sender: owner-commit@FreeBSD.ORG Precedence: bulk adam 96/03/03 02:57:36 Modified: etc/mtree BSD.local.dist Log: added share/doc and man/cat9 moved bogus man/skel to share/skel Revision Changes Path 1.15 +7 -3 src/etc/mtree/BSD.local.dist From owner-freebsd-commit Sun Mar 3 03:34:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16242 for freebsd-commit-outgoing; Sun, 3 Mar 1996 03:34:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16230 for cvs-all-outgoing; Sun, 3 Mar 1996 03:34:02 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16199 Sun, 3 Mar 1996 03:33:49 -0800 (PST) Date: Sun, 3 Mar 1996 03:33:49 -0800 (PST) From: Adam David Message-Id: <199603031133.DAA16199@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/editors/beav/patches patch-a ports/editors/beav/pkg PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk adam 96/03/03 03:33:48 Modified: editors/beav/patches patch-a editors/beav/pkg PLIST Log: install beav.txt Revision Changes Path 1.4 +18 -1 ports/editors/beav/patches/patch-a 1.2 +1 -0 ports/editors/beav/pkg/PLIST From owner-freebsd-commit Sun Mar 3 03:39:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16842 for freebsd-commit-outgoing; Sun, 3 Mar 1996 03:39:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16833 for cvs-all-outgoing; Sun, 3 Mar 1996 03:39:53 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA16805 Sun, 3 Mar 1996 03:39:43 -0800 (PST) Date: Sun, 3 Mar 1996 03:39:43 -0800 (PST) From: Mark Murray Message-Id: <199603031139.DAA16805@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/eBones/usr.sbin Makefile src/eBones/usr.sbin/kdb_edit kdb_edit.c src/eBones/usr.sbin/kdb_init kdb_init.c src/eBones/usr.sbin/kerberos kerberos.c src/eBones/usr.sbin/ksrvutil ksrvutil.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 03:39:42 Branch: eBones/usr.sbin RELENG_2_1_0 eBones/usr.sbin/kdb_edit RELENG_2_1_0 eBones/usr.sbin/kdb_init RELENG_2_1_0 eBones/usr.sbin/kerberos RELENG_2_1_0 eBones/usr.sbin/ksrvutil RELENG_2_1_0 Modified: eBones/usr.sbin Makefile eBones/usr.sbin/kdb_edit kdb_edit.c eBones/usr.sbin/kdb_init kdb_init.c eBones/usr.sbin/kerberos kerberos.c eBones/usr.sbin/ksrvutil ksrvutil.c Log: Bring the COAST/MIT random number fixes in. Revision Changes Path 1.1.2.1 +2 -2 src/eBones/usr.sbin/Makefile 1.5.2.1 +5 -3 src/eBones/usr.sbin/kdb_edit/kdb_edit.c 1.4.2.1 +4 -3 src/eBones/usr.sbin/kdb_init/kdb_init.c 1.4.2.2 +5 -4 src/eBones/usr.sbin/kerberos/kerberos.c 1.5.2.1 +6 -2 src/eBones/usr.sbin/ksrvutil/ksrvutil.c From owner-freebsd-commit Sun Mar 3 05:00:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA24101 for freebsd-commit-outgoing; Sun, 3 Mar 1996 05:00:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA24076 for cvs-all-outgoing; Sun, 3 Mar 1996 05:00:38 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA24050 Sun, 3 Mar 1996 05:00:29 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id NAA14842; Sun, 3 Mar 1996 13:45:53 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.6.9) id NAA24523; Sun, 3 Mar 1996 13:45:48 +0100 (MET) Date: Sun, 3 Mar 1996 13:45:48 +0100 (MET) Message-Id: <199603031245.NAA24523@caramba.cs.tu-berlin.de> To: "Jordan K. Hubbard" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org Subject: cvs commit: src/include ndbm.h In-Reply-To: <199603030904.BAA01325@freefall.freebsd.org> References: <199603030904.BAA01325@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-commit@FreeBSD.ORG Precedence: bulk Jordan K. Hubbard writes: >jkh 96/03/03 01:04:43 > > Modified: include ndbm.h > Don't reference ndbm(3) manpage. Everything is covered by db(3). Where are the manpages for dbm_close, dbm_delete, dbm_fetch, dbm_firstkey, dbm_forder, dbm_nextkey, dbm_open, dbm_store, dbm_dirfno? BTW, libc/db/docs/hash.usenix.ps and libc/db/docs/libtp.usenix.ps should be installed in /usr/share/doc// (xyz=libc or xyz=db) Wolfram From owner-freebsd-commit Sun Mar 3 05:20:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25307 for freebsd-commit-outgoing; Sun, 3 Mar 1996 05:20:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25294 for cvs-all-outgoing; Sun, 3 Mar 1996 05:20:07 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25223 Sun, 3 Mar 1996 05:19:59 -0800 (PST) Date: Sun, 3 Mar 1996 05:19:59 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603031319.FAA25223@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/tin Makefile ports/news/tin/patches patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-aa patch-ae ports/news/tin/pkg COMMENT Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/03 05:19:59 Modified: news/tin Makefile news/tin/patches patch-aa patch-ae news/tin/pkg COMMENT Added: news/tin/patches patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Log: Better FreeBSD tuning & configuration Revision Changes Path 1.2 +3 -1 ports/news/tin/Makefile 1.2 +85 -390 ports/news/tin/patches/patch-aa 1.2 +29 -4 ports/news/tin/patches/patch-ae 1.2 +1 -1 ports/news/tin/pkg/COMMENT From owner-freebsd-commit Sun Mar 3 05:56:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26403 for freebsd-commit-outgoing; Sun, 3 Mar 1996 05:56:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26387 for cvs-all-outgoing; Sun, 3 Mar 1996 05:56:10 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26365 Sun, 3 Mar 1996 05:56:03 -0800 (PST) Date: Sun, 3 Mar 1996 05:56:03 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603031356.FAA26365@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/tin/patches patch-ah Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/03 05:56:03 Modified: news/tin/patches patch-ah Log: Enable ^Z, cfmakeraw is too strict Revision Changes Path 1.2 +3 -2 ports/news/tin/patches/patch-ah From owner-freebsd-commit Sun Mar 3 05:56:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26463 for freebsd-commit-outgoing; Sun, 3 Mar 1996 05:56:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26452 for cvs-all-outgoing; Sun, 3 Mar 1996 05:56:29 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26429 Sun, 3 Mar 1996 05:56:24 -0800 (PST) Date: Sun, 3 Mar 1996 05:56:24 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603031356.FAA26429@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/tin/patches patch-aa Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/03 05:56:24 Modified: news/tin/patches patch-aa Log: Cosmetique Revision Changes Path 1.3 +4 -6 ports/news/tin/patches/patch-aa From owner-freebsd-commit Sun Mar 3 05:58:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26501 for freebsd-commit-outgoing; Sun, 3 Mar 1996 05:58:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26491 for cvs-all-outgoing; Sun, 3 Mar 1996 05:58:02 -0800 (PST) Received: from internat.freebsd.org (internat.freebsd.org [146.64.28.89]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA26486 Sun, 3 Mar 1996 05:57:54 -0800 (PST) Received: (from markm@localhost) by internat.freebsd.org (8.6.12/8.6.9) id PAA20065; Sun, 3 Mar 1996 15:58:38 +0200 Date: Sun, 3 Mar 1996 15:58:38 +0200 From: Mark Murray Message-Id: <199603031358.PAA20065@internat.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 15:58:38 FreeBSD International Crypto Repository Modified: . modules Log: Trivial commit to check interoperability with WC Revision Changes Path 1.516 +1 -1 CVSROOT/modules From owner-freebsd-commit Sun Mar 3 06:06:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26930 for freebsd-commit-outgoing; Sun, 3 Mar 1996 06:06:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26923 for cvs-all-outgoing; Sun, 3 Mar 1996 06:06:27 -0800 (PST) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA26894 Sun, 3 Mar 1996 06:06:13 -0800 (PST) Received: from grumble.grondar.za (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.4/8.7.3) with ESMTP id QAA19582; Sun, 3 Mar 1996 16:06:05 +0200 (SAT) Message-Id: <199603031406.QAA19582@grumble.grondar.za> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-CVSROOT@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules Date: Sun, 03 Mar 1996 16:06:04 +0200 From: Mark Murray Sender: owner-commit@FreeBSD.ORG Precedence: bulk Mark Murray wrote: > markm 96/03/03 15:58:38 > > FreeBSD International Crypto Repository > > Modified: . modules > Log: > Trivial commit to check interoperability with WC This means that all commit mail on Internat.FreeBSD.ORG will be sent to the equivalent lists on Freefall.FreeBSD.ORG. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-commit Sun Mar 3 06:53:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28427 for freebsd-commit-outgoing; Sun, 3 Mar 1996 06:53:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28420 for cvs-all-outgoing; Sun, 3 Mar 1996 06:53:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28396 Sun, 3 Mar 1996 06:52:55 -0800 (PST) Date: Sun, 3 Mar 1996 06:52:55 -0800 (PST) From: Peter Wemm Message-Id: <199603031452.GAA28396@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys sigaction.2 Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 06:52:55 Modified: lib/libc/sys sigaction.2 Log: Update the current sigaction(2) man page to current reality.. * sigstack(2) -> sigaltstack(2). * Document the SA_NODEFER flag * Document the SA_RESETHAND flag Revision Changes Path 1.5 +19 -5 src/lib/libc/sys/sigaction.2 From owner-freebsd-commit Sun Mar 3 07:47:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA00999 for freebsd-commit-outgoing; Sun, 3 Mar 1996 07:47:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA00991 for cvs-all-outgoing; Sun, 3 Mar 1996 07:47:56 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA00969 Sun, 3 Mar 1996 07:47:45 -0800 (PST) Date: Sun, 3 Mar 1996 07:47:45 -0800 (PST) From: Wolfram Schneider Message-Id: <199603031547.HAA00969@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi/vi v_ulcase.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/03/03 07:47:45 Modified: usr.bin/vi/vi v_ulcase.c Log: ``~a'', ``~i'' etc. cause vi to core dump if the (file)buffer is empty (line=1, colum=0, len=0) Submitted by: batie@agora.rdrop.com (Alan Batie) Revision Changes Path 1.4 +5 -1 src/usr.bin/vi/vi/v_ulcase.c From owner-freebsd-commit Sun Mar 3 10:02:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05462 for freebsd-commit-outgoing; Sun, 3 Mar 1996 10:02:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05452 for cvs-all-outgoing; Sun, 3 Mar 1996 10:02:27 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA05432 Sun, 3 Mar 1996 10:02:16 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id KAA03361; Sun, 3 Mar 1996 10:02:14 -0800 From: "Rodney W. Grimes" Message-Id: <199603031802.KAA03361@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sbin/mount mount.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Sun, 3 Mar 1996 10:02:13 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-Reply-To: <199603030844.AAA28759@freefall.freebsd.org> from "Jordan K. Hubbard" at Mar 3, 96 00:44:24 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > jkh 96/03/03 00:44:24 > > Modified: sbin/mount mount.c > Log: > Close PR#17. This may be a contraversal fix in that now mount will > spit out two error lines for a bogus filesystem type, e.g: > > root@time-> mount -t foo /dev/sd0a /mnt > mount: exec /sbin/mount_foo for /mnt: No such file or directory > mount: exec /usr/sbin/mount_foo for /mnt: No such file or directory mount: exec mount_foo could not be found in /sbin, /usr/sbin: No such file or directory > > But I would submit that if you're even going to scan multiple directories > for a mount_foo (which I actually think is somewhat bogus - if it's not > in /sbin, you're probably in big trouble anyway), you should emit an error > for each one. I got multiple complaints (in addition to the PR) that the > existing behavior was very confusing. > > Revision Changes Path > 1.9 +1 -5 src/sbin/mount/mount.c > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-commit Sun Mar 3 10:49:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06924 for freebsd-commit-outgoing; Sun, 3 Mar 1996 10:49:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06916 for cvs-all-outgoing; Sun, 3 Mar 1996 10:49:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06892 Sun, 3 Mar 1996 10:49:19 -0800 (PST) Date: Sun, 3 Mar 1996 10:49:19 -0800 (PST) From: Peter Wemm Message-Id: <199603031849.KAA06892@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump ethertype.h print-ether.c print-ipx.c print-ppp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 10:49:19 Modified: usr.sbin/tcpdump/tcpdump ethertype.h print-ether.c print-ipx.c print-ppp.c Log: John Hay's extentions to tcpdump to be able to differentiate between IP and IPX packets over a PPP link. I added the hack to print the PPP protocol type for other (eg: LCP, CCP, etc) packets. Submitted by: John Hay , mods from me. Revision Changes Path 1.2 +4 -1 src/usr.sbin/tcpdump/tcpdump/ethertype.h 1.4 +5 -1 src/usr.sbin/tcpdump/tcpdump/print-ether.c 1.2 +4 -4 src/usr.sbin/tcpdump/tcpdump/print-ipx.c 1.3 +67 -9 src/usr.sbin/tcpdump/tcpdump/print-ppp.c From owner-freebsd-commit Sun Mar 3 10:51:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07030 for freebsd-commit-outgoing; Sun, 3 Mar 1996 10:51:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07023 for cvs-all-outgoing; Sun, 3 Mar 1996 10:51:46 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06997 Sun, 3 Mar 1996 10:51:35 -0800 (PST) Date: Sun, 3 Mar 1996 10:51:35 -0800 (PST) From: Peter Wemm Message-Id: <199603031851.KAA06997@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys vnode.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 10:51:35 Modified: sys/sys vnode.h Log: Add missing prototype for newly public vn_vmio_open function, next to vn_vmio_close. Revision Changes Path 1.31 +3 -1 src/sys/sys/vnode.h From owner-freebsd-commit Sun Mar 3 10:53:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07149 for freebsd-commit-outgoing; Sun, 3 Mar 1996 10:53:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07141 for cvs-all-outgoing; Sun, 3 Mar 1996 10:53:21 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA07116 Sun, 3 Mar 1996 10:53:12 -0800 (PST) Date: Sun, 3 Mar 1996 10:53:12 -0800 (PST) From: Peter Wemm Message-Id: <199603031853.KAA07116@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 10:53:11 Modified: sys/vm vm_map.c Log: Remove the #ifdef notyet from the prototype of vm_map_simplify. John re-enabled the function but missed the prototype, causing a warning. Revision Changes Path 1.35 +1 -3 src/sys/vm/vm_map.c From owner-freebsd-commit Sun Mar 3 11:08:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07856 for freebsd-commit-outgoing; Sun, 3 Mar 1996 11:08:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07846 for cvs-all-outgoing; Sun, 3 Mar 1996 11:08:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA07760 Sun, 3 Mar 1996 11:07:52 -0800 (PST) Date: Sun, 3 Mar 1996 11:07:52 -0800 (PST) From: Peter Wemm Message-Id: <199603031907.LAA07760@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux.h linux_ioctl.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 11:07:51 Modified: sys/i386/linux linux.h linux_ioctl.c Log: Add support for the old-style Linux termio (not termios) TCGETA etc. Also, LINUX_POSIX_VDISABLE is \0, FreeBSD's is 0xff. Convert between them. This enables some more programs to run, including the Livingston Portmaster utilities (PMtools). Submitted by: Robert Sanders Revision Changes Path 1.6 +4 -2 src/sys/i386/linux/linux.h 1.7 +72 -2 src/sys/i386/linux/linux_ioctl.c From owner-freebsd-commit Sun Mar 3 11:25:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA08678 for freebsd-commit-outgoing; Sun, 3 Mar 1996 11:25:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA08663 for cvs-all-outgoing; Sun, 3 Mar 1996 11:25:38 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA08645 Sun, 3 Mar 1996 11:25:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id LAA27228; Sun, 3 Mar 1996 11:25:17 -0800 (PST) To: "Rodney W. Grimes" cc: jkh@freefall.freebsd.org (Jordan K. Hubbard), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/mount mount.c In-reply-to: Your message of "Sun, 03 Mar 1996 10:02:13 PST." <199603031802.KAA03361@GndRsh.aac.dev.com> Date: Sun, 03 Mar 1996 11:25:16 -0800 Message-ID: <27226.825881116@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > mount: exec mount_foo could not be found in /sbin, /usr/sbin: No such file or directory Look at the code - this kind of error message is not easy to emit without fundamentally changing more structure than I felt was wise. The search list is an arbitrary path, you see. Jordan From owner-freebsd-commit Sun Mar 3 11:49:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA10014 for freebsd-commit-outgoing; Sun, 3 Mar 1996 11:49:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA10002 for cvs-all-outgoing; Sun, 3 Mar 1996 11:49:00 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA09955 Sun, 3 Mar 1996 11:48:48 -0800 (PST) Date: Sun, 3 Mar 1996 11:48:48 -0800 (PST) From: John Dyson Message-Id: <199603031948.LAA09955@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/03 11:48:47 Modified: sys/kern kern_fork.c Log: Keep fork from over extending the number of processes. Since u_map is sized exactly for maxproc, the occasional overrunning the maxproc limit can cause problems. Revision Changes Path 1.18 +11 -2 src/sys/kern/kern_fork.c From owner-freebsd-commit Sun Mar 3 12:07:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10890 for freebsd-commit-outgoing; Sun, 3 Mar 1996 12:07:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10883 for cvs-all-outgoing; Sun, 3 Mar 1996 12:07:07 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10854 Sun, 3 Mar 1996 12:06:55 -0800 (PST) Date: Sun, 3 Mar 1996 12:06:55 -0800 (PST) From: Peter Wemm Message-Id: <199603032006.MAA10854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/03 12:06:54 Modified: sys/kern imgact_aout.c Log: Deal with NetBSD byte-swapped a.out magic when checking the MID to exclude linux binaries from the *BSD a.out loader. This is a hack, but lets me run static NetBSD binaries. Dynamic binaries are a much bigger problem because the shared libraries would conflict with our native libraries, so a /compat/netbsd alternate namespace and translation would be needed. Revision Changes Path 1.24 +4 -2 src/sys/kern/imgact_aout.c From owner-freebsd-commit Sun Mar 3 13:11:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13603 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:11:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13589 for cvs-all-outgoing; Sun, 3 Mar 1996 13:11:36 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13550 Sun, 3 Mar 1996 13:11:11 -0800 (PST) Date: Sun, 3 Mar 1996 13:11:11 -0800 (PST) From: John Dyson Message-Id: <199603032111.NAA13550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys rlist.h src/sys/kern subr_rlist.c src/sys/vm swap_pager.c swap_pager.h vm_swap.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/03 13:11:09 Modified: sys/kern subr_rlist.c sys/sys rlist.h sys/vm swap_pager.c swap_pager.h vm_swap.c Log: In order to fix some concurrency problems with the swap pager early on in the FreeBSD development, I had made a global lock around the rlist code. This was bogus, and now the lock is maintained on a per resource list basis. This now allows the rlist code to be used for almost any non-interrupt level application. Revision Changes Path 1.17 +31 -29 src/sys/kern/subr_rlist.c 1.9 +13 -5 src/sys/sys/rlist.h 1.62 +2 -2 src/sys/vm/swap_pager.c 1.15 +2 -1 src/sys/vm/swap_pager.h 1.35 +2 -1 src/sys/vm/vm_swap.c From owner-freebsd-commit Sun Mar 3 13:30:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14850 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:30:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14843 for cvs-all-outgoing; Sun, 3 Mar 1996 13:30:30 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA14782 Sun, 3 Mar 1996 13:30:14 -0800 (PST) Date: Sun, 3 Mar 1996 13:30:14 -0800 (PST) From: Mark Murray Message-Id: <199603032130.NAA14782@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 13:30:12 Modified: . modules Log: SSLeay --> ports/security/SSLeay Revision Changes Path 1.647 +2 -1 CVSROOT/modules From owner-freebsd-commit Sun Mar 3 13:32:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15071 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:32:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15064 for cvs-all-outgoing; Sun, 3 Mar 1996 13:32:48 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15036 Sun, 3 Mar 1996 13:32:36 -0800 (PST) Date: Sun, 3 Mar 1996 13:32:36 -0800 (PST) From: Mark Murray Message-Id: <199603032132.NAA15036@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/SSLeay - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 13:32:35 ports/security/SSLeay - Imported sources Update of /home/ncvs/ports/security/SSLeay In directory freefall.freebsd.org:/a/markm/ssl Revision/Branch: 1.1.1 Log Message: At long last! This is Eric Young's SSL library. The DES routines are not part of this build as they are part of mainstram FreeBSD. Please will a certificates expert check out the certificates location. Status: Vendor Tag: EAY Release Tags: ssleay_0_5_1b N ports/security/SSLeay/Makefile N ports/security/SSLeay/files/md5 N ports/security/SSLeay/pkg/COMMENT N ports/security/SSLeay/pkg/DESCR N ports/security/SSLeay/pkg/PLIST N ports/security/SSLeay/patches/patch-aa No conflicts created by this import From owner-freebsd-commit Sun Mar 3 13:38:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15547 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:38:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15535 for cvs-all-outgoing; Sun, 3 Mar 1996 13:38:42 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15510 Sun, 3 Mar 1996 13:38:30 -0800 (PST) Date: Sun, 3 Mar 1996 13:38:30 -0800 (PST) From: Mark Murray Message-Id: <199603032138.NAA15510@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security/SSLeay Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 13:38:30 Modified: security/SSLeay Makefile Log: This is crypto, so set NO_PACKAGE to ward of the net.police. Revision Changes Path 1.2 +4 -1 ports/security/SSLeay/Makefile From owner-freebsd-commit Sun Mar 3 13:43:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15845 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:43:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15835 for cvs-all-outgoing; Sun, 3 Mar 1996 13:43:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA15792 Sun, 3 Mar 1996 13:43:05 -0800 (PST) Date: Sun, 3 Mar 1996 13:43:05 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603032143.NAA15792@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT avail Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 13:43:04 Modified: . avail Log: Sync this with reality. The ArchBSD project is dead, and jvh has gone on to other things (though if he wants commit access again, he need but ask!) Revision Changes Path 1.58 +2 -2 CVSROOT/avail From owner-freebsd-commit Sun Mar 3 13:54:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA16731 for freebsd-commit-outgoing; Sun, 3 Mar 1996 13:54:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA16712 for cvs-all-outgoing; Sun, 3 Mar 1996 13:54:17 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA16680 Sun, 3 Mar 1996 13:54:01 -0800 (PST) Date: Sun, 3 Mar 1996 13:54:01 -0800 (PST) From: Mark Murray Message-Id: <199603032154.NAA16680@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports LEGAL Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/03 13:53:59 Modified: . LEGAL Log: Add SSLeay - crypto, so it is export controlled. Revision Changes Path 1.27 +2 -1 ports/LEGAL From owner-freebsd-commit Sun Mar 3 14:08:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17395 for freebsd-commit-outgoing; Sun, 3 Mar 1996 14:08:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17387 for cvs-all-outgoing; Sun, 3 Mar 1996 14:08:18 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17336 Sun, 3 Mar 1996 14:08:01 -0800 (PST) Date: Sun, 3 Mar 1996 14:08:01 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603032208.OAA17336@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook authors.sgml contrib.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/03 14:08:00 Modified: share/doc/handbook authors.sgml contrib.sgml Log: Put all the major contributors into alphabetical order by last name so it looks just a little more professional (and helps me figure out when/if someone's already been added!). Add Wolfram Schneider to list of developers. Update latest changes from avail. Revision Changes Path 1.18 +4 -1 src/share/doc/handbook/authors.sgml 1.52 +57 -67 src/share/doc/handbook/contrib.sgml From owner-freebsd-commit Sun Mar 3 18:05:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25659 for freebsd-commit-outgoing; Sun, 3 Mar 1996 18:05:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25638 for cvs-all-outgoing; Sun, 3 Mar 1996 18:04:44 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA25614 Sun, 3 Mar 1996 18:04:26 -0800 (PST) Date: Sun, 3 Mar 1996 18:04:26 -0800 (PST) From: John Dyson Message-Id: <199603040204.SAA25614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/03 18:04:26 Modified: sys/vm vm_map.c Log: Fix a problem that pages in a mapped region were not always properly invalidated. Now we traverse the object shadow chain properly. Revision Changes Path 1.36 +17 -1 src/sys/vm/vm_map.c From owner-freebsd-commit Sun Mar 3 20:57:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA03835 for freebsd-commit-outgoing; Sun, 3 Mar 1996 20:57:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA03826 for cvs-all-outgoing; Sun, 3 Mar 1996 20:56:46 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA03803 Sun, 3 Mar 1996 20:56:30 -0800 (PST) Date: Sun, 3 Mar 1996 20:56:30 -0800 (PST) From: David Greenman Message-Id: <199603040456.UAA03803@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet in_rmx.c ip_icmp.c ip_output.c ip_var.h tcp_input.c tcp_output.c tcp_subr.c tcp_var.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/03/03 20:56:30 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet in_rmx.c ip_icmp.c ip_output.c ip_var.h tcp_input.c tcp_output.c tcp_subr.c tcp_var.h Log: Brought in Path MTU Discovery implementation from main branch. This has been running on wcarchive now for several weeks and makes a substantial improvement in TCP performance. Revision Changes Path 1.13.4.3 +7 -1 src/sys/netinet/in_rmx.c 1.7.4.2 +81 -1 src/sys/netinet/ip_icmp.c 1.19.4.5 +32 -1 src/sys/netinet/ip_output.c 1.10.4.2 +2 -1 src/sys/netinet/ip_var.h 1.25.4.4 +4 -30 src/sys/netinet/tcp_input.c 1.11.4.4 +31 -8 src/sys/netinet/tcp_output.c 1.11.4.2 +82 -1 src/sys/netinet/tcp_subr.c 1.11.4.4 +20 -17 src/sys/netinet/tcp_var.h From owner-freebsd-commit Sun Mar 3 23:13:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA08572 for freebsd-commit-outgoing; Sun, 3 Mar 1996 23:13:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA08511 for cvs-all-outgoing; Sun, 3 Mar 1996 23:13:31 -0800 (PST) Received: from irz301.inf.tu-dresden.de ([141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA08495 Sun, 3 Mar 1996 23:13:19 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA02600; Mon, 4 Mar 1996 08:13:15 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA03401; Mon, 4 Mar 1996 08:13:26 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id QAA01202; Sat, 2 Mar 1996 16:29:12 +0100 (MET) From: J Wunsch Message-Id: <199603021529.QAA01202@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c To: gpalmer@freefall.freebsd.org (Gary Palmer) Date: Sat, 2 Mar 1996 16:29:12 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199602282142.NAA15862@freefall.freebsd.org> from "Gary Palmer" at Feb 28, 96 01:42:19 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk As Gary Palmer wrote: > Modified: sys/i386/conf LINT > sys/kern subr_prf.c > Log: > Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB > when it panics, but leaving activation of DDB from the console > unaffected. I would have loved to see a sysctl variable for this instead. This way, i don't need a dozen of different kernels, but could for example disable DDB fallbacks before leaving for a vacation or longer business trip. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-commit Mon Mar 4 00:56:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13319 for freebsd-commit-outgoing; Mon, 4 Mar 1996 00:56:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13312 for cvs-all-outgoing; Mon, 4 Mar 1996 00:56:27 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13291 Mon, 4 Mar 1996 00:56:18 -0800 (PST) Date: Mon, 4 Mar 1996 00:56:18 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603040856.AAA13291@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/nn-current - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 00:56:17 ports/news/nn-current - Imported sources Update of /home/ncvs/ports/news/nn-current In directory freefall.freebsd.org:/a/ache/x Revision/Branch: 1.1.1 Log Message: More advanced nn version, still under development Status: Vendor Tag: ache Release Tags: ache N ports/news/nn-current/Makefile N ports/news/nn-current/files/md5 N ports/news/nn-current/patches/patch-aa N ports/news/nn-current/patches/patch-ab N ports/news/nn-current/patches/patch-ac N ports/news/nn-current/pkg/COMMENT N ports/news/nn-current/pkg/DESCR N ports/news/nn-current/pkg/PLIST No conflicts created by this import From owner-freebsd-commit Mon Mar 4 00:59:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13431 for freebsd-commit-outgoing; Mon, 4 Mar 1996 00:59:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13420 for cvs-all-outgoing; Mon, 4 Mar 1996 00:59:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13377 Mon, 4 Mar 1996 00:59:01 -0800 (PST) Date: Mon, 4 Mar 1996 00:59:01 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603040859.AAA13377@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 00:59:01 Modified: . modules Log: Add nn-current Revision Changes Path 1.648 +2 -1 CVSROOT/modules From owner-freebsd-commit Mon Mar 4 01:01:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13805 for freebsd-commit-outgoing; Mon, 4 Mar 1996 01:01:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13795 for cvs-all-outgoing; Mon, 4 Mar 1996 01:01:20 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13741 Mon, 4 Mar 1996 01:01:06 -0800 (PST) Date: Mon, 4 Mar 1996 01:01:06 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603040901.BAA13741@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 01:01:06 Modified: news Makefile Log: Add nn-current Revision Changes Path 1.13 +2 -1 ports/news/Makefile From owner-freebsd-commit Mon Mar 4 02:36:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19483 for freebsd-commit-outgoing; Mon, 4 Mar 1996 02:36:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19446 for cvs-all-outgoing; Mon, 4 Mar 1996 02:36:01 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19393 Mon, 4 Mar 1996 02:35:47 -0800 (PST) Date: Mon, 4 Mar 1996 02:35:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041035.CAA19393@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/startslip uucplock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 02:35:46 Modified: sbin/startslip uucplock.c Log: Prepare to eliminate multiply uucplock.c copies Revision Changes Path 1.5 +33 -16 src/sbin/startslip/uucplock.c From owner-freebsd-commit Mon Mar 4 02:38:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19706 for freebsd-commit-outgoing; Mon, 4 Mar 1996 02:38:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19699 for cvs-all-outgoing; Mon, 4 Mar 1996 02:38:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19676 Mon, 4 Mar 1996 02:38:43 -0800 (PST) Date: Mon, 4 Mar 1996 02:38:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041038.CAA19676@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile uucplock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 02:38:43 Modified: usr.sbin/ppp Makefile Removed: usr.sbin/ppp uucplock.c Log: Eliminate multiply uucplock.c Revision Changes Path 1.6 +4 -2 src/usr.sbin/ppp/Makefile From owner-freebsd-commit Mon Mar 4 02:46:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20083 for freebsd-commit-outgoing; Mon, 4 Mar 1996 02:46:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20075 for cvs-all-outgoing; Mon, 4 Mar 1996 02:46:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20053 Mon, 4 Mar 1996 02:46:30 -0800 (PST) Date: Mon, 4 Mar 1996 02:46:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041046.CAA20053@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/tip/tip Makefile uucplock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 02:46:30 Modified: usr.bin/tip/tip Makefile Removed: usr.bin/tip/tip uucplock.c Log: Eliminate multiply uucplock.c copies Revision Changes Path 1.4 +3 -0 src/usr.bin/tip/tip/Makefile From owner-freebsd-commit Mon Mar 4 03:03:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA20838 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:03:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA20827 for cvs-all-outgoing; Mon, 4 Mar 1996 03:03:36 -0800 (PST) Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA20811 Mon, 4 Mar 1996 03:03:25 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id TAA02632; Mon, 4 Mar 1996 19:02:38 +0800 (WST) Message-Id: <199603041102.TAA02632@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: "Andrey A. Chernov" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/tip/tip Makefile uucplock.c In-reply-to: Your message of "Mon, 04 Mar 1996 02:46:30 PST." <199603041046.CAA20053@freefall.freebsd.org> Date: Mon, 04 Mar 1996 19:02:37 +0800 From: Peter Wemm Sender: owner-commit@FreeBSD.ORG Precedence: bulk >ache 96/03/04 02:46:30 > > Modified: usr.bin/tip/tip Makefile > Removed: usr.bin/tip/tip uucplock.c > Log: > Eliminate multiply uucplock.c copies These might be useful to go into libutil... Cheers, -Peter From owner-freebsd-commit Mon Mar 4 03:15:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21655 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:15:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21647 for cvs-all-outgoing; Mon, 4 Mar 1996 03:15:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21617 Mon, 4 Mar 1996 03:15:22 -0800 (PST) Date: Mon, 4 Mar 1996 03:15:22 -0800 (PST) From: Peter Wemm Message-Id: <199603041115.DAA21617@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_ioctl.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 03:15:21 Modified: sys/i386/linux linux_ioctl.c Log: Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses. Submitted by: Robert Sanders Revision Changes Path 1.8 +9 -1 src/sys/i386/linux/linux_ioctl.c From owner-freebsd-commit Mon Mar 4 03:27:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22934 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:27:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22912 for cvs-all-outgoing; Mon, 4 Mar 1996 03:27:42 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA22880 Mon, 4 Mar 1996 03:27:29 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id TAA02681; Mon, 4 Mar 1996 19:09:30 +0800 (WST) Message-Id: <199603041109.TAA02681@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: J Wunsch cc: gpalmer@freefall.freebsd.org (Gary Palmer), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c In-reply-to: Your message of "Sat, 02 Mar 1996 16:29:12 +0100." <199603021529.QAA01202@uriah.heep.sax.de> Date: Mon, 04 Mar 1996 19:09:30 +0800 From: Peter Wemm Sender: owner-commit@FreeBSD.ORG Precedence: bulk >As Gary Palmer wrote: > >> Modified: sys/i386/conf LINT >> sys/kern subr_prf.c >> Log: >> Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB >> when it panics, but leaving activation of DDB from the console >> unaffected. > >I would have loved to see a sysctl variable for this instead. This >way, i don't need a dozen of different kernels, but could for example >disable DDB fallbacks before leaving for a vacation or longer business >trip. > >-- >cheers, J"org I agree.. It is amazingly simple to add sysctl variables after PHK's upgrade of the sysctl code. It's now as simple as adding two (or three) lines to the code.. One #include, an int variable and a SYSCTL_INT(.. OID_AUTO..) line. Cheers, -Peter From owner-freebsd-commit Mon Mar 4 03:28:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23028 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:28:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22973 for cvs-all-outgoing; Mon, 4 Mar 1996 03:28:00 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22913 Mon, 4 Mar 1996 03:27:43 -0800 (PST) Date: Mon, 4 Mar 1996 03:27:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041127.DAA22913@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/nn Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 03:27:41 Modified: news/nn Makefile Log: Add one line setup instructions Revision Changes Path 1.8 +4 -1 ports/news/nn/Makefile From owner-freebsd-commit Mon Mar 4 03:30:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23238 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:30:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23231 for cvs-all-outgoing; Mon, 4 Mar 1996 03:30:45 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23207 Mon, 4 Mar 1996 03:30:37 -0800 (PST) Date: Mon, 4 Mar 1996 03:30:37 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603041130.DAA23207@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/nn-current Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/04 03:30:36 Modified: news/nn-current Makefile Log: Add one line setup instructions Revision Changes Path 1.2 +4 -1 ports/news/nn-current/Makefile From owner-freebsd-commit Mon Mar 4 03:49:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA24206 for freebsd-commit-outgoing; Mon, 4 Mar 1996 03:49:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA24196 for cvs-all-outgoing; Mon, 4 Mar 1996 03:49:14 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA24049 Mon, 4 Mar 1996 03:47:45 -0800 (PST) Received: by sequent.kiae.su id AA29690 (5.65.kiae-2 ); Mon, 4 Mar 1996 14:36:39 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 4 Mar 96 14:36:38 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.4/8.7.3) id OAA01883; Mon, 4 Mar 1996 14:34:44 +0300 (MSK) Message-Id: <199603041134.OAA01883@ache.dialup.ru> Subject: Re: cvs commit: src/usr.bin/tip/tip Makefile uucplock.c To: peter@jhome.dialix.com (Peter Wemm) Date: Mon, 4 Mar 1996 14:34:43 +0300 (MSK) Cc: ache@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199603041102.TAA02632@jhome.DIALix.COM> from "Peter Wemm" at "Mar 4, 96 07:02:37 pm" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk > >ache 96/03/04 02:46:30 > > > > Modified: usr.bin/tip/tip Makefile > > Removed: usr.bin/tip/tip uucplock.c > > Log: > > Eliminate multiply uucplock.c copies > > These might be useful to go into libutil... There is one problem: both syslog & perror based variants needed, one for daemons, one for interactive apps. Now it choosed in compilation time by USE_PERROR define. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Mon Mar 4 04:10:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25733 for freebsd-commit-outgoing; Mon, 4 Mar 1996 04:10:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25722 for cvs-all-outgoing; Mon, 4 Mar 1996 04:10:15 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA25707 Mon, 4 Mar 1996 04:10:08 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id XAA11681; Mon, 4 Mar 1996 23:04:30 +1100 Date: Mon, 4 Mar 1996 23:04:30 +1100 From: Bruce Evans Message-Id: <199603041204.XAA11681@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, peter@jhome.dialix.com Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, gpalmer@freefall.freebsd.org Sender: owner-commit@FreeBSD.ORG Precedence: bulk >>> Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB >>>... >>I would have loved to see a sysctl variable for this instead. This >>... >I agree.. It is amazingly simple to add sysctl variables after PHK's upgrade >of the sysctl code. It's now as simple as adding two (or three) lines to the >code.. One #include, an int variable and a SYSCTL_INT(.. OID_AUTO..) line. It's almost as simple as echo "set ddb_unattended = 1" | gdb -k -w /kernel /dev/mem :-). Only variables that need a procdedure to set dependent variables can't be handled using gdb. Using a single variable to control debugger entries is actually not simple. Debugger() is called from 18 modules and you don't want to have to change all of these and all future callers to test the variable and decide what to do. The variable should probably be tested in Debugger() (panic if it is set), but then you need a separate entry point(s) to force ordinary entry to ddb from the console(s). Similarly for other entries to ddb (for stray trace traps, breakpoints, and other exceptions). Similarly if cons_unavail is set. Bruce From owner-freebsd-commit Mon Mar 4 04:40:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27616 for freebsd-commit-outgoing; Mon, 4 Mar 1996 04:40:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27608 for cvs-all-outgoing; Mon, 4 Mar 1996 04:40:41 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27582 Mon, 4 Mar 1996 04:40:31 -0800 (PST) Date: Mon, 4 Mar 1996 04:40:31 -0800 (PST) From: John Dyson Message-Id: <199603041240.EAA27582@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/04 04:40:31 Modified: usr.sbin/pstat pstat.c Log: Fix pstat to sync up with recent changes with swap space allocation. Revision Changes Path 1.20 +7 -5 src/usr.sbin/pstat/pstat.c From owner-freebsd-commit Mon Mar 4 04:41:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27681 for freebsd-commit-outgoing; Mon, 4 Mar 1996 04:41:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27665 for cvs-all-outgoing; Mon, 4 Mar 1996 04:41:50 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA27650 Mon, 4 Mar 1996 04:41:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id EAA17868; Mon, 4 Mar 1996 04:40:55 -0800 Message-Id: <199603041240.EAA17868@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: j@uriah.heep.sax.de, peter@jhome.dialix.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, gpalmer@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c In-reply-to: Your message of "Mon, 04 Mar 1996 23:04:30 +1100." <199603041204.XAA11681@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 04 Mar 1996 04:40:55 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >>>> Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB >>>>... >>>I would have loved to see a sysctl variable for this instead. This >>>... > >>I agree.. It is amazingly simple to add sysctl variables after PHK's upgrade >>of the sysctl code. It's now as simple as adding two (or three) lines to the >>code.. One #include, an int variable and a SYSCTL_INT(.. OID_AUTO..) line. > >It's almost as simple as > > echo "set ddb_unattended = 1" | gdb -k -w /kernel /dev/mem > >:-). Only variables that need a procdedure to set dependent variables >can't be handled using gdb. > >Using a single variable to control debugger entries is actually not >simple. Debugger() is called from 18 modules and you don't want to >have to change all of these and all future callers to test the variable >and decide what to do. The variable should probably be tested in >Debugger() (panic if it is set), but then you need a separate entry >point(s) to force ordinary entry to ddb from the console(s). >Similarly for other entries to ddb (for stray trace traps, breakpoints, >and other exceptions). Similarly if cons_unavail is set. All that we really need is a "ddb_on_panic" sysctl variable. The other cases I (and I'm sure most others) don't care about. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Mon Mar 4 04:47:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27979 for freebsd-commit-outgoing; Mon, 4 Mar 1996 04:47:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27972 for cvs-all-outgoing; Mon, 4 Mar 1996 04:47:18 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27950 Mon, 4 Mar 1996 04:47:07 -0800 (PST) Date: Mon, 4 Mar 1996 04:47:07 -0800 (PST) From: David Greenman Message-Id: <199603041247.EAA27950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/03/04 04:47:07 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern kern_fork.c Log: Brought in fix from rev 1.18: Fix for u_map allocation failure panic. Revision Changes Path 1.12.4.1 +11 -2 src/sys/kern/kern_fork.c From owner-freebsd-commit Mon Mar 4 05:28:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29354 for freebsd-commit-outgoing; Mon, 4 Mar 1996 05:28:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29344 for cvs-all-outgoing; Mon, 4 Mar 1996 05:28:42 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA29330 Mon, 4 Mar 1996 05:28:08 -0800 (PST) Received: by sequent.kiae.su id AA01699 (5.65.kiae-2 ); Mon, 4 Mar 1996 16:20:09 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 4 Mar 96 16:20:07 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.4/8.7.3) id QAA02412; Mon, 4 Mar 1996 16:16:01 +0300 (MSK) Message-Id: <199603041316.QAA02412@ache.dialup.ru> Subject: Re: cvs commit: src/usr.sbin/pstat pstat.c To: dyson@freefall.freebsd.org (John Dyson) Date: Mon, 4 Mar 1996 16:16:00 +0300 (MSK) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603041240.EAA27582@freefall.freebsd.org> from "John Dyson" at "Mar 4, 96 04:40:31 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk > dyson 96/03/04 04:40:31 > > Modified: usr.sbin/pstat pstat.c > Log: > Fix pstat to sync up with recent changes with swap space allocation. Thanx. 'top' port need to be fixed in similar way too, it shows 100%. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Mon Mar 4 06:27:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03023 for freebsd-commit-outgoing; Mon, 4 Mar 1996 06:27:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03001 for cvs-all-outgoing; Mon, 4 Mar 1996 06:27:33 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA02988 Mon, 4 Mar 1996 06:27:27 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id BAA16598; Tue, 5 Mar 1996 01:22:32 +1100 Date: Tue, 5 Mar 1996 01:22:32 +1100 From: Bruce Evans Message-Id: <199603041422.BAA16598@godzilla.zeta.org.au> To: bde@zeta.org.au, davidg@Root.COM Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, gpalmer@freefall.freebsd.org, j@uriah.heep.sax.de, peter@jhome.dialix.com Sender: owner-commit@FreeBSD.ORG Precedence: bulk >>Using a single variable to control debugger entries is actually not >>simple. Debugger() is called from 18 modules and you don't want to >>have to change all of these and all future callers to test the variable >>and decide what to do. The variable should probably be tested in >>Debugger() (panic if it is set), but then you need a separate entry >>point(s) to force ordinary entry to ddb from the console(s). >>Similarly for other entries to ddb (for stray trace traps, breakpoints, >>and other exceptions). Similarly if cons_unavail is set. > All that we really need is a "ddb_on_panic" sysctl variable. The other >cases I (and I'm sure most others) don't care about. panic() usually isn't called until after ddb returns (if ddb is installed). E.g., trap() calls kdb_trap() in ddb for all fatal traps. Thus preventing panic() from calling Debugger() doesn't help much. Bruce From owner-freebsd-commit Mon Mar 4 06:42:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03983 for freebsd-commit-outgoing; Mon, 4 Mar 1996 06:42:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03976 for cvs-all-outgoing; Mon, 4 Mar 1996 06:42:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03951 Mon, 4 Mar 1996 06:42:48 -0800 (PST) Date: Mon, 4 Mar 1996 06:42:48 -0800 (PST) From: Peter Wemm Message-Id: <199603041442.GAA03951@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/sysutils/top/files m_freebsd2.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 06:42:47 Modified: sysutils/top/files m_freebsd2.c Log: Update the swaplist reading code to deal with the new rlist layout after John's fixes there and in pstat.c. Revision Changes Path 1.3 +8 -6 ports/sysutils/top/files/m_freebsd2.c From owner-freebsd-commit Mon Mar 4 07:35:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08399 for freebsd-commit-outgoing; Mon, 4 Mar 1996 07:35:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08361 for cvs-all-outgoing; Mon, 4 Mar 1996 07:35:04 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08318 Mon, 4 Mar 1996 07:34:45 -0800 (PST) Date: Mon, 4 Mar 1996 07:34:45 -0800 (PST) From: Bill Paul Message-Id: <199603041534.HAA08318@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_yp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/03/04 07:34:44 Modified: usr.bin/chpass pw_yp.c Log: Fix small bug in get_yp_master(): this function is used to look for a master server and initialize the suser_override flag, but in a non-NIS environment is should be smart enough to just leave the flag cleared and return (unless forced with a command-line argument like -y). Otherwise, it will return an NIS-related error even if NIS isn't turned on. Pointed out by: ache Revision Changes Path 1.4 +13 -1 src/usr.bin/chpass/pw_yp.c From owner-freebsd-commit Mon Mar 4 07:58:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA11288 for freebsd-commit-outgoing; Mon, 4 Mar 1996 07:58:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA11262 for cvs-all-outgoing; Mon, 4 Mar 1996 07:58:44 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA11235 Mon, 4 Mar 1996 07:58:28 -0800 (PST) Date: Mon, 4 Mar 1996 07:58:28 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603041558.HAA11235@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/04 07:58:27 Modified: sys/i386/isa lpt.c Log: Validate the length before we trust it. Submitted by: Andrew.Gordon@net-tel.co.uk Revision Changes Path 1.50 +3 -1 src/sys/i386/isa/lpt.c From owner-freebsd-commit Mon Mar 4 08:03:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11584 for freebsd-commit-outgoing; Mon, 4 Mar 1996 08:03:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11577 for cvs-all-outgoing; Mon, 4 Mar 1996 08:03:30 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11543 Mon, 4 Mar 1996 08:03:20 -0800 (PST) Date: Mon, 4 Mar 1996 08:03:20 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603041603.IAA11543@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/04 08:03:19 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa lpt.c Log: Validate length before we trust it. Submitted by: Andrew.Gordon@net-tel.co.uk Revision Changes Path 1.30.4.8 +3 -1 src/sys/i386/isa/lpt.c From owner-freebsd-commit Mon Mar 4 08:06:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11809 for freebsd-commit-outgoing; Mon, 4 Mar 1996 08:06:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11801 for cvs-all-outgoing; Mon, 4 Mar 1996 08:06:18 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11775 Mon, 4 Mar 1996 08:06:06 -0800 (PST) Date: Mon, 4 Mar 1996 08:06:06 -0800 (PST) From: Mark Murray Message-Id: <199603041606.IAA11775@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/lib/libgmp/tests Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/04 08:06:05 Modified: gnu/lib/libgmp/tests Makefile Log: Make "make tests" actually work. This is an extremely crude hack, but I figure that as this is not part of any automated processes, WTH. Revision Changes Path 1.3 +9 -9 src/gnu/lib/libgmp/tests/Makefile From owner-freebsd-commit Mon Mar 4 11:48:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22673 for freebsd-commit-outgoing; Mon, 4 Mar 1996 11:48:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22540 for cvs-all-outgoing; Mon, 4 Mar 1996 11:48:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22463 Mon, 4 Mar 1996 11:46:18 -0800 (PST) Date: Mon, 4 Mar 1996 11:46:18 -0800 (PST) From: Peter Wemm Message-Id: <199603041946.LAA22463@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 11:46:17 Branch: sys/i386/linux RELENG_2_1_0 Modified: sys/i386/linux linux_misc.c Log: Make time(0) work.. Netscape's scroll bars dont work without it. Revision Changes Path 1.1.4.2 +2 -2 src/sys/i386/linux/linux_misc.c From owner-freebsd-commit Mon Mar 4 11:50:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22850 for freebsd-commit-outgoing; Mon, 4 Mar 1996 11:50:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22839 for cvs-all-outgoing; Mon, 4 Mar 1996 11:50:10 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22721 Mon, 4 Mar 1996 11:48:40 -0800 (PST) Date: Mon, 4 Mar 1996 11:48:40 -0800 (PST) From: Peter Wemm Message-Id: <199603041948.LAA22721@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_dummy.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 11:48:40 Branch: sys/i386/linux RELENG_2_1_0 Modified: sys/i386/linux linux_dummy.c Log: Whack a #ifdef DEBUG around the printf about syslog being replaced by a sigreturn, There's up to 20 of these per second, and syslogd is fsync()'ing the /var/log/messages file.. :-( This is "expected behavior" for the level of code in -stable. Revision Changes Path 1.1.4.1 +3 -1 src/sys/i386/linux/linux_dummy.c From owner-freebsd-commit Mon Mar 4 12:59:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27090 for freebsd-commit-outgoing; Mon, 4 Mar 1996 12:59:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27063 for cvs-all-outgoing; Mon, 4 Mar 1996 12:59:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27029 Mon, 4 Mar 1996 12:58:49 -0800 (PST) Date: Mon, 4 Mar 1996 12:58:49 -0800 (PST) From: Peter Wemm Message-Id: <199603042058.MAA27029@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 12:58:48 Modified: sys/i386/linux syscalls.master Log: Oops.. I was wrong about the change to sigsuspend. The library interface is different to the syscall under Linux, back this out. Use correct arg type for linux_utime() Revision Changes Path 1.2 +4 -3 src/sys/i386/linux/syscalls.master From owner-freebsd-commit Mon Mar 4 13:03:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27574 for freebsd-commit-outgoing; Mon, 4 Mar 1996 13:03:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27567 for cvs-all-outgoing; Mon, 4 Mar 1996 13:03:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA27534 Mon, 4 Mar 1996 13:03:15 -0800 (PST) Date: Mon, 4 Mar 1996 13:03:15 -0800 (PST) From: Peter Wemm Message-Id: <199603042103.NAA27534@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c linux_proto.h linux_signal.c linux_syscall.h linux_sysent.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 13:03:14 Modified: sys/i386/linux linux_misc.c linux_proto.h linux_signal.c linux_syscall.h linux_sysent.c Log: update linux_times() and linux_utime() emulation, fix sigsuspend() (actually back out my recent change there) and regen the syscall tables.. Revision Changes Path 1.14 +43 -14 src/sys/i386/linux/linux_misc.c 1.2 +4 -2 src/sys/i386/linux/linux_proto.h 1.6 +6 -3 src/sys/i386/linux/linux_signal.c 1.2 +1 -1 src/sys/i386/linux/linux_syscall.h 1.6 +2 -2 src/sys/i386/linux/linux_sysent.c From owner-freebsd-commit Mon Mar 4 14:50:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05471 for freebsd-commit-outgoing; Mon, 4 Mar 1996 14:50:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05464 for cvs-all-outgoing; Mon, 4 Mar 1996 14:50:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05436 Mon, 4 Mar 1996 14:50:32 -0800 (PST) Date: Mon, 4 Mar 1996 14:50:32 -0800 (PST) From: Mike Pritchard Message-Id: <199603042250.OAA05436@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook quotas.sgml Makefile handbook.sgml sections.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/03/04 14:50:32 Modified: share/doc/handbook Makefile handbook.sgml sections.sgml Added: share/doc/handbook quotas.sgml Log: Added a section explaining how to configure/use disk quotas. Reviewed by: Guy Helmer, John Fieber, Sean Kelly Revision Changes Path 1.10 +2 -2 src/share/doc/handbook/Makefile 1.42 +3 -1 src/share/doc/handbook/handbook.sgml 1.10 +2 -1 src/share/doc/handbook/sections.sgml From owner-freebsd-commit Mon Mar 4 15:09:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07339 for freebsd-commit-outgoing; Mon, 4 Mar 1996 15:09:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07327 for cvs-all-outgoing; Mon, 4 Mar 1996 15:08:52 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07287 Mon, 4 Mar 1996 15:08:39 -0800 (PST) Date: Mon, 4 Mar 1996 15:08:39 -0800 (PST) From: Mike Pritchard Message-Id: <199603042308.PAA07287@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook authors.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/03/04 15:08:38 Modified: share/doc/handbook authors.sgml Log: Fixed Wolfram Schneider's entry and added Bill Fenner's info so that the developer section isn't garbaged up. Suggestion: anytime you mess with the handbook, build it and actually look at the result with your favorite browser, since a one character typo can mess up the whole thing. Revision Changes Path 1.19 +6 -2 src/share/doc/handbook/authors.sgml From owner-freebsd-commit Mon Mar 4 16:22:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11648 for freebsd-commit-outgoing; Mon, 4 Mar 1996 16:22:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11633 for cvs-all-outgoing; Mon, 4 Mar 1996 16:22:31 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA11604 Mon, 4 Mar 1996 16:22:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id QAA24495; Mon, 4 Mar 1996 16:20:35 -0800 (PST) To: Peter Wemm cc: J Wunsch , gpalmer@freefall.freebsd.org (Gary Palmer), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c In-reply-to: Your message of "Mon, 04 Mar 1996 19:09:30 +0800." <199603041109.TAA02681@jhome.DIALix.COM> Date: Mon, 04 Mar 1996 16:20:35 -0800 Message-ID: <24493.825985235@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > I agree.. It is amazingly simple to add sysctl variables after PHK's upgrade > of the sysctl code. It's now as simple as adding two (or three) lines to the > code.. One #include, an int variable and a SYSCTL_INT(.. OID_AUTO..) line. Hmmmm. Can you add new variables at runtime, or is an NT-style registry still going to be a necessary evil for unifying the kernel dynamic information? Jordan From owner-freebsd-commit Mon Mar 4 18:18:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA18844 for freebsd-commit-outgoing; Mon, 4 Mar 1996 18:18:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA18823 for cvs-all-outgoing; Mon, 4 Mar 1996 18:17:47 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA18806 Mon, 4 Mar 1996 18:17:43 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id SAA26014; Mon, 4 Mar 1996 18:17:31 -0800 (PST) To: Mike Pritchard cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/doc/handbook authors.sgml In-reply-to: Your message of "Mon, 04 Mar 1996 15:08:39 PST." <199603042308.PAA07287@freefall.freebsd.org> Date: Mon, 04 Mar 1996 18:17:30 -0800 Message-ID: <26012.825992250@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk Thanks, mea culpa. I usually *do* build it, but this one time I was at someone else's house and the eyeball check looked correct, and well, ahem. No excuse I guess.. :-) Jordan > mpp 96/03/04 15:08:38 > > Modified: share/doc/handbook authors.sgml > Log: > Fixed Wolfram Schneider's entry and added Bill Fenner's info > so that the developer section isn't garbaged up. > > Suggestion: anytime you mess with the handbook, build it > and actually look at the result with your favorite browser, since > a one character typo can mess up the whole thing. > > Revision Changes Path > 1.19 +6 -2 src/share/doc/handbook/authors.sgml From owner-freebsd-commit Mon Mar 4 20:56:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01230 for freebsd-commit-outgoing; Mon, 4 Mar 1996 20:56:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01194 for cvs-all-outgoing; Mon, 4 Mar 1996 20:55:26 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01086 Mon, 4 Mar 1996 20:53:52 -0800 (PST) Date: Mon, 4 Mar 1996 20:53:52 -0800 (PST) From: Nate Williams Message-Id: <199603050453.UAA01086@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm/apm_init real_prot.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/03/04 20:53:52 Branch: sys/i386/apm/apm_init RELENG_2_1_0 Modified: sys/i386/apm/apm_init real_prot.h Log: Bring in changes from -current. revision 1.4 date: 1996/01/30 22:53:13; author: mpp; state: Exp; lines: +2 -2 Fix a bunch of spelling errors in the comment fields of a bunch of system include files. Revision Changes Path 1.3.4.1 +2 -2 src/sys/i386/apm/apm_init/real_prot.h From owner-freebsd-commit Mon Mar 4 21:36:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA04107 for freebsd-commit-outgoing; Mon, 4 Mar 1996 21:36:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03985 for cvs-all-outgoing; Mon, 4 Mar 1996 21:36:02 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03889 Mon, 4 Mar 1996 21:35:50 -0800 (PST) Date: Mon, 4 Mar 1996 21:35:50 -0800 (PST) From: Nate Williams Message-Id: <199603050535.VAA03889@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc daily Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/03/04 21:35:49 Modified: etc daily Log: Don't try running ruptime if /var/rwho doesn't exist. Revision Changes Path 1.17 +3 -1 src/etc/daily From owner-freebsd-commit Mon Mar 4 21:52:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA07318 for freebsd-commit-outgoing; Mon, 4 Mar 1996 21:52:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA07305 for cvs-all-outgoing; Mon, 4 Mar 1996 21:52:33 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA06893 Mon, 4 Mar 1996 21:50:57 -0800 (PST) Date: Mon, 4 Mar 1996 21:50:57 -0800 (PST) From: Nate Williams Message-Id: <199603050550.VAA06893@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/03/04 21:50:56 Branch: sys/i386/apm RELENG_2_1_0 Modified: sys/i386/apm apm.c Log: Removed MACH_KERNEL ifdef's to bring the code closer in-line with -current. DEVFS and static changes have not yet been brought in. Revision Changes Path 1.12.4.2 +3 -135 src/sys/i386/apm/apm.c From owner-freebsd-commit Mon Mar 4 22:41:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15481 for freebsd-commit-outgoing; Mon, 4 Mar 1996 22:41:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15448 for cvs-all-outgoing; Mon, 4 Mar 1996 22:41:26 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA15439 Mon, 4 Mar 1996 22:41:22 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0ttqQx-0003vrC; Mon, 4 Mar 96 22:41 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id GAA02306; Tue, 5 Mar 1996 06:41:21 GMT X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: "Jordan K. Hubbard" cc: Peter Wemm , J Wunsch , gpalmer@freefall.freebsd.org (Gary Palmer), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c In-reply-to: Your message of "Mon, 04 Mar 1996 16:20:35 PST." <24493.825985235@time.cdrom.com> Date: Tue, 05 Mar 1996 06:41:19 +0000 Message-ID: <2304.826008079@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > I agree.. It is amazingly simple to add sysctl variables after PHK's upgrad e > > of the sysctl code. It's now as simple as adding two (or three) lines to t he > > code.. One #include, an int variable and a SYSCTL_INT(.. OID_AUTO..) line. > > Hmmmm. Can you add new variables at runtime, or is an NT-style > registry still going to be a necessary evil for unifying the kernel > dynamic information? I have a prototype of the dynamic sysctl code, it's not quite what I want and I still have some panic-style bugs in it, but it's on the way. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-freebsd-commit Mon Mar 4 23:44:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27275 for freebsd-commit-outgoing; Mon, 4 Mar 1996 23:44:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27070 for cvs-all-outgoing; Mon, 4 Mar 1996 23:43:53 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27001 Mon, 4 Mar 1996 23:43:43 -0800 (PST) Date: Mon, 4 Mar 1996 23:43:43 -0800 (PST) From: Satoshi Asami Message-Id: <199603050743.XAA27001@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xargs xargs.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/04 23:43:42 Modified: usr.bin/xargs xargs.c Log: Make xargs take into account the bytes occupied by the environment. Original by: peter Revision Changes Path 1.2 +7 -3 src/usr.bin/xargs/xargs.c From owner-freebsd-commit Mon Mar 4 23:46:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27803 for freebsd-commit-outgoing; Mon, 4 Mar 1996 23:46:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27781 for cvs-all-outgoing; Mon, 4 Mar 1996 23:46:20 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27701 Mon, 4 Mar 1996 23:46:08 -0800 (PST) Date: Mon, 4 Mar 1996 23:46:08 -0800 (PST) From: Satoshi Asami Message-Id: <199603050746.XAA27701@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/04 23:46:08 Modified: . modules Log: minicom --> ports/comms/minicom Revision Changes Path 1.649 +2 -1 CVSROOT/modules From owner-freebsd-commit Mon Mar 4 23:47:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27993 for freebsd-commit-outgoing; Mon, 4 Mar 1996 23:47:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27978 for cvs-all-outgoing; Mon, 4 Mar 1996 23:47:06 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27932 Mon, 4 Mar 1996 23:46:59 -0800 (PST) Date: Mon, 4 Mar 1996 23:46:59 -0800 (PST) From: Satoshi Asami Message-Id: <199603050746.XAA27932@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/minicom - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/04 23:46:58 ports/comms/minicom - Imported sources Update of /home/ncvs/ports/comms/minicom In directory freefall.freebsd.org:/a/asami/minicom Revision/Branch: 1.1.1 Log Message: A serial communication program. A clone of MS-DOS Telix. Submitted by: obrien@cs.ucdavis.edu Status: Vendor Tag: OBRIEN Release Tags: minicom_1_74 N ports/comms/minicom/Makefile N ports/comms/minicom/files/md5 N ports/comms/minicom/patches/patch-aa N ports/comms/minicom/patches/patch-ab N ports/comms/minicom/patches/patch-ac N ports/comms/minicom/patches/patch-ad N ports/comms/minicom/patches/patch-ae N ports/comms/minicom/patches/patch-af N ports/comms/minicom/patches/patch-ag N ports/comms/minicom/pkg/COMMENT N ports/comms/minicom/pkg/DESCR N ports/comms/minicom/pkg/PLIST N ports/comms/minicom/scripts/pre-install No conflicts created by this import From owner-freebsd-commit Mon Mar 4 23:48:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28460 for freebsd-commit-outgoing; Mon, 4 Mar 1996 23:48:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28443 for cvs-all-outgoing; Mon, 4 Mar 1996 23:48:44 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28400 Mon, 4 Mar 1996 23:48:33 -0800 (PST) Date: Mon, 4 Mar 1996 23:48:33 -0800 (PST) From: Satoshi Asami Message-Id: <199603050748.XAA28400@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/04 23:48:32 Modified: comms Makefile Log: Added minicom. Revision Changes Path 1.17 +2 -1 ports/comms/Makefile From owner-freebsd-commit Tue Mar 5 00:00:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00965 for freebsd-commit-outgoing; Tue, 5 Mar 1996 00:00:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00930 for cvs-all-outgoing; Tue, 5 Mar 1996 00:00:46 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00881 Tue, 5 Mar 1996 00:00:35 -0800 (PST) Date: Tue, 5 Mar 1996 00:00:35 -0800 (PST) From: Satoshi Asami Message-Id: <199603050800.AAA00881@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/spigot/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/05 00:00:34 Modified: graphics/spigot/files md5 Log: New checksum Revision Changes Path 1.2 +1 -1 ports/graphics/spigot/files/md5 From owner-freebsd-commit Tue Mar 5 05:07:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25050 for freebsd-commit-outgoing; Tue, 5 Mar 1996 05:07:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25018 for cvs-all-outgoing; Tue, 5 Mar 1996 05:07:14 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA24982 Tue, 5 Mar 1996 05:07:05 -0800 (PST) Date: Tue, 5 Mar 1996 05:07:05 -0800 (PST) From: David Greenman Message-Id: <199603051307.FAA24982@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/03/05 05:07:05 Modified: usr.bin/locate/locate updatedb.csh updatedb.sh Log: Use '-fstype ufs' rather than '-fstype local' on the find command to avoid special non-filesystems like procfs from being included. Revision Changes Path 1.3 +1 -1 src/usr.bin/locate/locate/updatedb.csh 1.2 +1 -1 src/usr.bin/locate/locate/updatedb.sh From owner-freebsd-commit Tue Mar 5 05:11:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25358 for freebsd-commit-outgoing; Tue, 5 Mar 1996 05:11:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25345 for cvs-all-outgoing; Tue, 5 Mar 1996 05:11:53 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA25321 Tue, 5 Mar 1996 05:11:44 -0800 (PST) Date: Tue, 5 Mar 1996 05:11:44 -0800 (PST) From: David Greenman Message-Id: <199603051311.FAA25321@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen pwcache.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/03/05 05:11:44 Modified: lib/libc/gen pwcache.c Log: Implemented negative caching on uid/gid lookup failures. This won't matter much on some systems, but on ftp servers (like wcarchive) where you run with special stripped group and pwd.db files in the anonymous ftp /etc, this can be a major speedup for ls(1). Revision Changes Path 1.3 +20 -14 src/lib/libc/gen/pwcache.c From owner-freebsd-commit Tue Mar 5 06:33:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28391 for freebsd-commit-outgoing; Tue, 5 Mar 1996 06:33:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28381 for cvs-all-outgoing; Tue, 5 Mar 1996 06:32:54 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA28367 Tue, 5 Mar 1996 06:32:49 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id AAA06109; Wed, 6 Mar 1996 00:37:38 +1100 Date: Wed, 6 Mar 1996 00:37:38 +1100 From: Bruce Evans Message-Id: <199603051337.AAA06109@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, davidg@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Modified: usr.bin/locate/locate updatedb.csh updatedb.sh > Log: > Use '-fstype ufs' rather than '-fstype local' on the find command to avoid > special non-filesystems like procfs from being included. This breaks non-special filesystems such as cd9660, msdosfs and ext2fs. It will be easier to fix properly when the Lite2 find is imported (the 4.4Lite find only knows about a few fstypes, not including procfs). I don't really want to re-create the database every week for the cdrom that happens to be mounted, but I want cdrom filenames in the database. gnu locate supports multiple databases (specified in the environment variable LOCATE_PATH IIRC). This allows the cdrom databases to be kept separately and merged when locate is run. Bruce From owner-freebsd-commit Tue Mar 5 07:41:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA01939 for freebsd-commit-outgoing; Tue, 5 Mar 1996 07:41:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA01928 for cvs-all-outgoing; Tue, 5 Mar 1996 07:41:25 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA01899 Tue, 5 Mar 1996 07:41:06 -0800 (PST) Date: Tue, 5 Mar 1996 07:41:06 -0800 (PST) From: Bill Paul Message-Id: <199603051541.HAA01899@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppwupdate Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/03/05 07:41:05 Modified: usr.sbin/rpc.yppasswdd yppwupdate Log: Make yppwupdate script redirect stderr to stdout; if we don't do this, the error messages (if any) from yppush will end up on the system console instead of the /var/yp/ypupdate.log file. Revision Changes Path 1.2 +3 -3 src/usr.sbin/rpc.yppasswdd/yppwupdate From owner-freebsd-commit Tue Mar 5 08:50:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07614 for freebsd-commit-outgoing; Tue, 5 Mar 1996 08:50:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07584 for cvs-all-outgoing; Tue, 5 Mar 1996 08:50:27 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07494 Tue, 5 Mar 1996 08:49:58 -0800 (PST) Date: Tue, 5 Mar 1996 08:49:58 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603051649.IAA07494@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 lp.4 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/05 08:49:58 Modified: share/man/man4/man4.i386 Makefile Added: share/man/man4/man4.i386 lp.4 Log: Manpage on the "Laplink" TCP/IP support. Reviewed by: phk Submitted by: Andrew.Gordon@net-tel.co.uk Revision Changes Path 1.43 +2 -1 src/share/man/man4/man4.i386/Makefile From owner-freebsd-commit Tue Mar 5 08:53:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07933 for freebsd-commit-outgoing; Tue, 5 Mar 1996 08:53:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07925 for cvs-all-outgoing; Tue, 5 Mar 1996 08:53:33 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07897 Tue, 5 Mar 1996 08:53:26 -0800 (PST) Date: Tue, 5 Mar 1996 08:53:26 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603051653.IAA07897@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/05 08:53:25 Branch: share/man/man4/man4.i386 RELENG_2_1_0 Modified: share/man/man4/man4.i386 Makefile Log: Man page on Laplink TCP/IP. Reviewed by: phk Submitted by: Andrew.Gordon@net-tel.co.uk Revision Changes Path 1.26.4.6 +2 -1 src/share/man/man4/man4.i386/Makefile From owner-freebsd-commit Tue Mar 5 11:12:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16409 for freebsd-commit-outgoing; Tue, 5 Mar 1996 11:12:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16394 for cvs-all-outgoing; Tue, 5 Mar 1996 11:12:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16311 Tue, 5 Mar 1996 11:11:52 -0800 (PST) Date: Tue, 5 Mar 1996 11:11:52 -0800 (PST) From: Paul Traina Message-Id: <199603051911.LAA16311@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/tip/libacu unidialer.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/03/05 11:11:51 Modified: usr.bin/tip/libacu unidialer.c Log: Here's a patch that fixes the problem with modem syncronization problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko Revision Changes Path 1.4 +2 -2 src/usr.bin/tip/libacu/unidialer.c From owner-freebsd-commit Tue Mar 5 13:06:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24544 for freebsd-commit-outgoing; Tue, 5 Mar 1996 13:06:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24497 for cvs-all-outgoing; Tue, 5 Mar 1996 13:05:48 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA24470 Tue, 5 Mar 1996 13:05:38 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.5/nervosa.com.2) with SMTP id MAA19256; Tue, 5 Mar 1996 12:48:40 -0800 (PST) Date: Tue, 5 Mar 1996 12:48:39 -0800 (PST) From: invalid opcode To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, davidg@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh In-Reply-To: <199603051337.AAA06109@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Wed, 6 Mar 1996, Bruce Evans wrote: > > Modified: usr.bin/locate/locate updatedb.csh updatedb.sh > > Log: > > Use '-fstype ufs' rather than '-fstype local' on the find command to avoid > > special non-filesystems like procfs from being included. > > This breaks non-special filesystems such as cd9660, msdosfs and ext2fs. > It will be easier to fix properly when the Lite2 find is imported (the > 4.4Lite find only knows about a few fstypes, not including procfs). Well how about: set NOSRCHPATHS = "/proc" (stuff before) -fstype local (stuff after) | egrep -v ^${NOSRCHPATHS} | (stuff after) == Chris Layne ============================================================= == coredump@nervosa.com ================ http://www.nervosa.com/~coredump == From owner-freebsd-commit Tue Mar 5 15:48:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08012 for freebsd-commit-outgoing; Tue, 5 Mar 1996 15:48:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07996 for cvs-all-outgoing; Tue, 5 Mar 1996 15:48:30 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07918 Tue, 5 Mar 1996 15:48:10 -0800 (PST) Date: Tue, 5 Mar 1996 15:48:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199603052348.PAA07918@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/FAQ freebsd-faq.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/03/05 15:48:08 Modified: share/doc/FAQ freebsd-faq.sgml Log: Add a description of how to setup sendmail for use with UUCP. Ideally, this should go into the ``mail'' section of the handbook, but i don't have the time to write all of this right now, so i've put it into the FAQ. Revision Changes Path 1.38 +150 -1 src/share/doc/FAQ/freebsd-faq.sgml From owner-freebsd-commit Tue Mar 5 16:42:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11338 for freebsd-commit-outgoing; Tue, 5 Mar 1996 16:42:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11316 for cvs-all-outgoing; Tue, 5 Mar 1996 16:42:36 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA11285 Tue, 5 Mar 1996 16:42:25 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id BAA29383; Wed, 6 Mar 1996 01:33:52 +0100 Received: (from wosch@localhost) by campa.panke.de (8.6.9/8.6.9) id VAA00603; Tue, 5 Mar 1996 21:45:32 +0100 Date: Tue, 5 Mar 1996 21:45:32 +0100 From: Wolfram Schneider Message-Id: <199603052045.VAA00603@campa.panke.de> To: Bruce Evans Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, davidg@freefall.freebsd.org, wosch@cs.tu-berlin.de Subject: Re: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh In-Reply-To: <199603051337.AAA06109@godzilla.zeta.org.au> References: <199603051337.AAA06109@godzilla.zeta.org.au> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk >gnu locate supports multiple databases (specified in the environment >variable LOCATE_PATH IIRC). This allows the cdrom databases to be >kept separately and merged when locate is run. I changed my FreeBSD locate to support multiple databases (option or environment). I fixed also broken locate.bigram and locate.code. It works well but I don't think my code style is ready for a commit. Wolfram New options -S Print some statistic about database and exit. -c Suppress normal output; instead print a count of matching file names. -d database Search in database instead the default file name database. Multiple option -d allowed and use different databases Or in other words, the last -d don't overwrite the pre- vious -d database may be a colon-separated list of databases. A single colon is a reference to the default database. $ locate -d ~/lib/mydb: foo search first in ~/lib/mydb and then in /var/db/locate.database. Read from standard input if file name - is given. For example, you can compress your database and use: $ zcat database.gz | locate -d - pattern This maybe useful on machines with fast CPU and few RAM and slow I/O. Note: you can only use *one* pattern for stdin. -i Ignore case distinctions in both the pattern and the database. -l number Limit output to number of file names and exit. -m use mmap(2) instead stdio library, default. In most cases faster. -s use stdio library instead mmap(2). From owner-freebsd-commit Tue Mar 5 19:26:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23740 for freebsd-commit-outgoing; Tue, 5 Mar 1996 19:26:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23659 for cvs-all-outgoing; Tue, 5 Mar 1996 19:25:30 -0800 (PST) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA23594 Tue, 5 Mar 1996 19:24:55 -0800 (PST) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id TAA11194; Tue, 5 Mar 1996 19:26:53 -0800 Date: Tue, 5 Mar 1996 19:26:53 -0800 Message-Id: <199603060326.TAA11194@sunrise.cs.berkeley.edu> To: jkh@time.cdrom.com CC: rgrimes@gndrsh.aac.dev.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-reply-to: <27226.825881116@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: src/sbin/mount mount.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * > mount: exec mount_foo could not be found in /sbin, /usr/sbin: No such file or * directory * * Look at the code - this kind of error message is not easy to emit * without fundamentally changing more structure than I felt was wise. * The search list is an arbitrary path, you see. I know it's no big deal but this message has bugged me in the past too. What about this? === Index: mount.c =================================================================== RCS file: /usr/cvs/src/sbin/mount/mount.c,v retrieving revision 1.9 diff -u -r1.9 mount.c --- 1.9 1996/03/03 08:44:22 +++ mount.c 1996/03/06 03:20:54 @@ -332,8 +332,20 @@ (void)snprintf(execname, sizeof(execname), "%s/mount_%s", *edir, vfstype); execv(execname, (char * const *)argv); - warn("exec %s for %s", execname, name); } while (*++edir != NULL); + if (errno == ENOENT) { + char tmp[sizeof(edirs)+5]; + tmp[0] = '\0'; + edir = edirs; + do { + strcat(tmp, *edir); + strcat(tmp, ", "); + } while (*++edir != NULL); + /* now delete the last ", " */ + tmp[strlen(tmp)-2] = '\0'; + warn("exec mount_%s could not be found in %s", + vfstype, tmp); + } exit(1); /* NOTREACHED */ default: /* Parent. */ === Actually, if I know how to call warn() (or an equivalent) without letting it emit the "No such file or directory" message first, we don't have to build the string and it will be even simpler.... Satoshi From owner-freebsd-commit Tue Mar 5 19:30:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24314 for freebsd-commit-outgoing; Tue, 5 Mar 1996 19:30:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24301 for cvs-all-outgoing; Tue, 5 Mar 1996 19:30:28 -0800 (PST) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA24218 Tue, 5 Mar 1996 19:30:02 -0800 (PST) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id TAA11575; Tue, 5 Mar 1996 19:32:00 -0800 Date: Tue, 5 Mar 1996 19:32:00 -0800 Message-Id: <199603060332.TAA11575@sunrise.cs.berkeley.edu> To: jkh@time.cdrom.com CC: rgrimes@gndrsh.aac.dev.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-reply-to: <27226.825881116@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: src/sbin/mount mount.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk On second thought, try this one instead. The message is slightly shorter, making it fit on 80-line terminals for most cases. ;) === Index: mount.c =================================================================== RCS file: /usr/cvs/src/sbin/mount/mount.c,v retrieving revision 1.9 diff -u -r1.9 mount.c --- 1.9 1996/03/03 08:44:22 +++ mount.c 1996/03/06 03:27:47 @@ -332,8 +332,20 @@ (void)snprintf(execname, sizeof(execname), "%s/mount_%s", *edir, vfstype); execv(execname, (char * const *)argv); - warn("exec %s for %s", execname, name); } while (*++edir != NULL); + if (errno == ENOENT) { + char tmp[sizeof(edirs)+5]; + tmp[0] = '\0'; + edir = edirs; + do { + strcat(tmp, *edir); + strcat(tmp, ", "); + } while (*++edir != NULL); + /* now delete the last ", " */ + tmp[strlen(tmp)-2] = '\0'; + warn("exec mount_%s not found in %s", + vfstype, tmp); + } exit(1); /* NOTREACHED */ default: /* Parent. */ === Satoshi From owner-freebsd-commit Tue Mar 5 19:37:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24971 for freebsd-commit-outgoing; Tue, 5 Mar 1996 19:37:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA24958 for cvs-all-outgoing; Tue, 5 Mar 1996 19:37:53 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA24929 Tue, 5 Mar 1996 19:37:43 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id TAA01223; Tue, 5 Mar 1996 19:37:28 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: rgrimes@gndrsh.aac.dev.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/mount mount.c In-reply-to: Your message of "Tue, 05 Mar 1996 19:26:53 PST." <199603060326.TAA11194@sunrise.cs.berkeley.edu> Date: Tue, 05 Mar 1996 19:37:28 -0800 Message-ID: <1221.826083448@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > I know it's no big deal but this message has bugged me in the past > too. What about this? Except for being more complex than my solution (and hence more failure prone), I've no problems with it. Go ahead! I only sought to eliminate the PR, which my simple fix at least accomplished. Jordan From owner-freebsd-commit Tue Mar 5 19:39:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25135 for freebsd-commit-outgoing; Tue, 5 Mar 1996 19:39:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25113 for cvs-all-outgoing; Tue, 5 Mar 1996 19:39:11 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA25094 Tue, 5 Mar 1996 19:39:00 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id TAA01243; Tue, 5 Mar 1996 19:38:45 -0800 (PST) To: asami@cs.berkeley.edu (Satoshi Asami) cc: rgrimes@gndrsh.aac.dev.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/mount mount.c In-reply-to: Your message of "Tue, 05 Mar 1996 19:32:00 PST." <199603060332.TAA11575@sunrise.cs.berkeley.edu> Date: Tue, 05 Mar 1996 19:38:45 -0800 Message-ID: <1241.826083525@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > On second thought, try this one instead. The message is slightly > shorter, making it fit on 80-line terminals for most cases. ;) One small question - won't the warn() inside the loop also go off, resulting in even _more_ output? Jordan From owner-freebsd-commit Tue Mar 5 19:59:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27461 for freebsd-commit-outgoing; Tue, 5 Mar 1996 19:59:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27447 for cvs-all-outgoing; Tue, 5 Mar 1996 19:59:34 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27404 Tue, 5 Mar 1996 19:59:18 -0800 (PST) Date: Tue, 5 Mar 1996 19:59:18 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603060359.TAA27404@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc sysconfig Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/05 19:59:17 Modified: etc sysconfig Log: Correct a typo in the sample AMD flags. Revision Changes Path 1.40 +2 -2 src/etc/sysconfig From owner-freebsd-commit Tue Mar 5 20:11:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28654 for freebsd-commit-outgoing; Tue, 5 Mar 1996 20:11:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28637 for cvs-all-outgoing; Tue, 5 Mar 1996 20:11:27 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA28612 Tue, 5 Mar 1996 20:11:13 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id UAA13389; Tue, 5 Mar 1996 20:11:01 -0800 (PST) Date: Tue, 5 Mar 1996 20:11:01 -0800 (PST) Message-Id: <199603060411.UAA13389@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: rgrimes@gndrsh.aac.dev.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-reply-to: <1241.826083525@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: src/sbin/mount mount.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * One small question - won't the warn() inside the loop also go off, * resulting in even _more_ output? Um, that part is deleted in the patch. The "-" at the beginning of the line. But anyway, people don't try this at home...the patch is totally bogus, sizeof(array of "char *"s) will not return the total number of characters used by the strings. ;) I'll send out another one after dinner.... Satoshi From owner-freebsd-commit Tue Mar 5 20:32:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01090 for freebsd-commit-outgoing; Tue, 5 Mar 1996 20:32:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01059 for cvs-all-outgoing; Tue, 5 Mar 1996 20:32:31 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA00894 Tue, 5 Mar 1996 20:31:54 -0800 (PST) Date: Tue, 5 Mar 1996 20:31:54 -0800 (PST) From: John Dyson Message-Id: <199603060431.UAA00894@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/05 20:31:52 Modified: sys/vm swap_pager.c Log: Fix a problem in the swap pager that caused some of the pages that were paged in under low swap space conditions to both loose their backing store and their dirty bits. This would cause pages to be demand zeroed under certain conditions in low VM space conditions and consequential sig-11's or sig-10's. This situation was made worse lately when the level for swap space reclaim threshold was increased. Revision Changes Path 1.63 +9 -9 src/sys/vm/swap_pager.c From owner-freebsd-commit Tue Mar 5 21:23:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA08830 for freebsd-commit-outgoing; Tue, 5 Mar 1996 21:23:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA08798 for cvs-all-outgoing; Tue, 5 Mar 1996 21:23:12 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA08753 Tue, 5 Mar 1996 21:23:01 -0800 (PST) Date: Tue, 5 Mar 1996 21:23:01 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603060523.VAA08753@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/root dot.profile Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/05 21:23:01 Modified: etc/root dot.profile Log: Add back the stty commands I nuked - bad idea, sorry. Revision Changes Path 1.10 +4 -0 src/etc/root/dot.profile From owner-freebsd-commit Tue Mar 5 21:25:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA09149 for freebsd-commit-outgoing; Tue, 5 Mar 1996 21:25:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA09129 for cvs-all-outgoing; Tue, 5 Mar 1996 21:25:10 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA09091 Tue, 5 Mar 1996 21:25:02 -0800 (PST) Date: Tue, 5 Mar 1996 21:25:02 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603060525.VAA09091@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/root dot.login Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/05 21:25:02 Modified: etc/root dot.login Log: Put the stty back here. Revision Changes Path 1.13 +2 -0 src/etc/root/dot.login From owner-freebsd-commit Tue Mar 5 21:33:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA10212 for freebsd-commit-outgoing; Tue, 5 Mar 1996 21:33:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA10185 for cvs-all-outgoing; Tue, 5 Mar 1996 21:33:00 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA10179 Tue, 5 Mar 1996 21:32:55 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id VAA13683; Tue, 5 Mar 1996 21:32:41 -0800 (PST) Date: Tue, 5 Mar 1996 21:32:41 -0800 (PST) Message-Id: <199603060532.VAA13683@silvia.HIP.Berkeley.EDU> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org In-reply-to: <199603060411.UAA13389@silvia.HIP.Berkeley.EDU> (asami@cs.berkeley.edu) Subject: Re: cvs commit: src/sbin/mount mount.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * But anyway, people don't try this at home...the patch is totally * bogus, sizeof(array of "char *"s) will not return the total number of * characters used by the strings. ;) * * I'll send out another one after dinner.... Ok, this one should be ok. I also converted a "do-while" to a "for", I don't know why it had to be three lines instead of one.... === Index: mount.c =================================================================== RCS file: /usr/cvs/src/sbin/mount/mount.c,v retrieving revision 1.9 diff -c -r1.9 mount.c *** mount.c 1996/03/03 08:44:22 1.9 --- mount.c 1996/03/06 05:29:50 *************** *** 327,339 **** exit(mount_ufs(argc, (char * const *) argv)); /* Go find an executable. */ ! edir = edirs; ! do { (void)snprintf(execname, sizeof(execname), "%s/mount_%s", *edir, vfstype); execv(execname, (char * const *)argv); ! warn("exec %s for %s", execname, name); ! } while (*++edir != NULL); exit(1); /* NOTREACHED */ default: /* Parent. */ --- 327,354 ---- exit(mount_ufs(argc, (char * const *) argv)); /* Go find an executable. */ ! for (edir = edirs; *edir; edir++) { (void)snprintf(execname, sizeof(execname), "%s/mount_%s", *edir, vfstype); execv(execname, (char * const *)argv); ! } ! if (errno == ENOENT) { ! int len = 0; ! char *tmp; ! for (edir = edirs; *edir; edir++) ! len += strlen(*edir) + 2; /* ", " */ ! if ((tmp = malloc(len)) == NULL) { ! warn(NULL); ! exit(1); ! } ! tmp[0] = '\0'; ! for (edir = edirs; *edir; edir++) { ! strcat(tmp, *edir); ! if (edir[1] != NULL) ! strcat(tmp, ", "); ! } ! warn("exec mount_%s not found in %s", vfstype, tmp); ! } exit(1); /* NOTREACHED */ default: /* Parent. */ === I know it's more complicated than necessary (I can probably get away with "char tmp[100]" or some such), but I don't want it to break when someone decides to add 30 directories to the list.... :) Satoshi From owner-freebsd-commit Tue Mar 5 23:17:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26985 for freebsd-commit-outgoing; Tue, 5 Mar 1996 23:17:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26969 for cvs-all-outgoing; Tue, 5 Mar 1996 23:16:57 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26896 Tue, 5 Mar 1996 23:16:42 -0800 (PST) Date: Tue, 5 Mar 1996 23:16:42 -0800 (PST) From: Satoshi Asami Message-Id: <199603060716.XAA26896@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/mail/elm Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/05 23:16:42 Modified: mail/elm Makefile Log: Reorder variables. Revision Changes Path 1.18 +3 -2 ports/mail/elm/Makefile From owner-freebsd-commit Tue Mar 5 23:19:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27546 for freebsd-commit-outgoing; Tue, 5 Mar 1996 23:19:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27531 for cvs-all-outgoing; Tue, 5 Mar 1996 23:19:47 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA27493 Tue, 5 Mar 1996 23:19:40 -0800 (PST) Date: Tue, 5 Mar 1996 23:19:40 -0800 (PST) From: Satoshi Asami Message-Id: <199603060719.XAA27493@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/teTeX Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/05 23:19:40 Modified: print/teTeX Makefile Log: Add "/teTeX" to ${DISTDIR}. This port requires a bunch of files, not all of which start with "teTeX". Revision Changes Path 1.2 +2 -1 ports/print/teTeX/Makefile From owner-freebsd-commit Tue Mar 5 23:32:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29540 for freebsd-commit-outgoing; Tue, 5 Mar 1996 23:32:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29436 for cvs-all-outgoing; Tue, 5 Mar 1996 23:31:45 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29383 Tue, 5 Mar 1996 23:31:35 -0800 (PST) Date: Tue, 5 Mar 1996 23:31:35 -0800 (PST) From: Satoshi Asami Message-Id: <199603060731.XAA29383@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/japanese/nethack/patches patch-ag Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/05 23:31:35 Added: japanese/nethack/patches patch-ag Log: Fix the mindflayer message. Obtained from: the jnethack mailing list From owner-freebsd-commit Tue Mar 5 23:35:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00341 for freebsd-commit-outgoing; Tue, 5 Mar 1996 23:35:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00328 for cvs-all-outgoing; Tue, 5 Mar 1996 23:35:55 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00280 Tue, 5 Mar 1996 23:35:42 -0800 (PST) Date: Tue, 5 Mar 1996 23:35:42 -0800 (PST) From: Satoshi Asami Message-Id: <199603060735.XAA00280@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/news/nn-current Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/05 23:35:42 Modified: news/nn-current Makefile Log: Reorder variables. Change package name to nn-6.5.0c, "nn-current" is not an allowable package name. Revision Changes Path 1.3 +6 -4 ports/news/nn-current/Makefile From owner-freebsd-commit Wed Mar 6 00:08:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06802 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:08:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06776 for cvs-all-outgoing; Wed, 6 Mar 1996 00:08:37 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06694 Wed, 6 Mar 1996 00:08:20 -0800 (PST) Date: Wed, 6 Mar 1996 00:08:20 -0800 (PST) From: Satoshi Asami Message-Id: <199603060808.AAA06694@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 00:08:19 Modified: share/mk bsd.port.mk Log: Replace absolute pathnames with variables, so that (1) people can have weird paths and it will still work, and (2) if you really need to use /usr/local/bin/cp instead of /bin/cp, you can do that by changing only one line. Submitted by: wosch Revision Changes Path 1.194 +80 -68 src/share/mk/bsd.port.mk From owner-freebsd-commit Wed Mar 6 00:15:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08405 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:15:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08358 for cvs-all-outgoing; Wed, 6 Mar 1996 00:14:52 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08251 Wed, 6 Mar 1996 00:14:30 -0800 (PST) Date: Wed, 6 Mar 1996 00:14:30 -0800 (PST) From: Satoshi Asami Message-Id: <199603060814.AAA08251@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 00:14:29 Modified: share/mk bsd.port.mk Log: Delete all references to the variable ${KEYWORD} that never quite flew. (Sorry Jordan, but your other idea (${CATEGORIES}) was a major hit.) Also remove the keyword field in the INDEX line and replace it with two columns: build-time dependencies and run-time dependencies. They are both list of package names (minus the ".tgz"). Revision Changes Path 1.195 +14 -6 src/share/mk/bsd.port.mk From owner-freebsd-commit Wed Mar 6 00:20:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09905 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:20:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09888 for cvs-all-outgoing; Wed, 6 Mar 1996 00:20:44 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09811 Wed, 6 Mar 1996 00:20:22 -0800 (PST) Date: Wed, 6 Mar 1996 00:20:22 -0800 (PST) From: Satoshi Asami Message-Id: <199603060820.AAA09811@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/comms/hylafax Makefile ports/games/tksol Makefile ports/lang/elk Makefile ports/lang/pbasic Makefile ports/math/octave Makefile ports/cad/acs Makefile ports/devel/noweb Makefile ports/graphics/xpdf Makefile ports/print/rtf2latex Makefile ports/print/tr2latex Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 00:20:21 Modified: cad/acs Makefile comms/hylafax Makefile devel/noweb Makefile games/tksol Makefile graphics/xpdf Makefile lang/elk Makefile lang/pbasic Makefile math/octave Makefile print/rtf2latex Makefile print/tr2latex Makefile Log: Remove ${KEYWORDS}. Revision Changes Path 1.6 +1 -2 ports/cad/acs/Makefile 1.7 +1 -2 ports/comms/hylafax/Makefile 1.5 +1 -2 ports/devel/noweb/Makefile 1.3 +1 -2 ports/games/tksol/Makefile 1.3 +1 -2 ports/graphics/xpdf/Makefile 1.10 +1 -2 ports/lang/elk/Makefile 1.3 +1 -2 ports/lang/pbasic/Makefile 1.3 +1 -2 ports/math/octave/Makefile 1.3 +1 -2 ports/print/rtf2latex/Makefile 1.3 +0 -1 ports/print/tr2latex/Makefile From owner-freebsd-commit Wed Mar 6 00:40:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14667 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:40:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14595 for cvs-all-outgoing; Wed, 6 Mar 1996 00:40:23 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA14450 Wed, 6 Mar 1996 00:40:03 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id AAA02031; Wed, 6 Mar 1996 00:40:00 -0800 (PST) To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: Re: cvs commit: src/share/mk bsd.port.mk In-reply-to: Your message of "Wed, 06 Mar 1996 00:14:30 PST." <199603060814.AAA08251@freefall.freebsd.org> Date: Wed, 06 Mar 1996 00:39:59 -0800 Message-ID: <2029.826101599@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk YAY!! Commits to sysinstall will follow in the morning, just as soon as I hack on the INDEX file parser a little! This is going to make the package installer a LOT more robust - thanks, Satoshi!! Jordan > asami 96/03/06 00:14:29 > > Modified: share/mk bsd.port.mk > Log: > Delete all references to the variable ${KEYWORD} that never quite flew. > (Sorry Jordan, but your other idea (${CATEGORIES}) was a major hit.) > > Also remove the keyword field in the INDEX line and replace it with > two columns: build-time dependencies and run-time dependencies. They > are both list of package names (minus the ".tgz"). > > Revision Changes Path > 1.195 +14 -6 src/share/mk/bsd.port.mk From owner-freebsd-commit Wed Mar 6 00:45:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16114 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:45:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16083 for cvs-all-outgoing; Wed, 6 Mar 1996 00:45:47 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16020 Wed, 6 Mar 1996 00:45:38 -0800 (PST) Date: Wed, 6 Mar 1996 00:45:38 -0800 (PST) From: Satoshi Asami Message-Id: <199603060845.AAA16020@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports INDEX Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 00:45:38 Modified: . INDEX Log: INDEX in now format. Since this includes a change to every single line, the cvs repository just grew by 64K. :( Requested by: jkh and his new sysinstall Revision Changes Path 1.60 +394 -392 ports/INDEX From owner-freebsd-commit Wed Mar 6 00:53:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17817 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:53:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17805 for cvs-all-outgoing; Wed, 6 Mar 1996 00:53:56 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17753 Wed, 6 Mar 1996 00:53:47 -0800 (PST) Date: Wed, 6 Mar 1996 00:53:47 -0800 (PST) From: Satoshi Asami Message-Id: <199603060853.AAA17753@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 00:53:47 Modified: . Makefile Log: Update print-index rule to reflect change in INDEX format. Deleted "Keywd:", added "B-deps:" and "R-deps:" (I know I know, but I needed it to fit in before the first tabstop! ;). Revision Changes Path 1.23 +2 -2 ports/Makefile From owner-freebsd-commit Wed Mar 6 00:54:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17925 for freebsd-commit-outgoing; Wed, 6 Mar 1996 00:54:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17905 for cvs-all-outgoing; Wed, 6 Mar 1996 00:54:11 -0800 (PST) Received: (from rgrimes@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA17855 Wed, 6 Mar 1996 00:54:03 -0800 (PST) Date: Wed, 6 Mar 1996 00:54:03 -0800 (PST) From: "Rodney W. Grimes" Message-Id: <199603060854.AAA17855@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc sysconfig Sender: owner-commit@FreeBSD.ORG Precedence: bulk rgrimes 96/03/06 00:54:02 Branch: etc RELENG_2_1_0 Modified: etc sysconfig Log: Fix the botched addition of the lpd knob, it was stuck in the middle of the nfs_client knob. Put it in the same place that -current has it. Revision Changes Path 1.14.4.7 +4 -4 src/etc/sysconfig From owner-freebsd-commit Wed Mar 6 01:05:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21089 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:05:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21064 for cvs-all-outgoing; Wed, 6 Mar 1996 01:05:05 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20962 Wed, 6 Mar 1996 01:04:46 -0800 (PST) Date: Wed, 6 Mar 1996 01:04:46 -0800 (PST) From: Satoshi Asami Message-Id: <199603060904.BAA20962@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook porting.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:04:46 Modified: share/doc/handbook porting.sgml Log: Remove reference to ${KEYWORDS}. Revision Changes Path 1.14 +5 -12 src/share/doc/handbook/porting.sgml From owner-freebsd-commit Wed Mar 6 01:10:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22496 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:10:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22473 for cvs-all-outgoing; Wed, 6 Mar 1996 01:10:43 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA22384 Wed, 6 Mar 1996 01:10:26 -0800 (PST) Date: Wed, 6 Mar 1996 01:10:26 -0800 (PST) From: Satoshi Asami Message-Id: <199603060910.BAA22384@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc make.conf Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:10:25 Modified: etc make.conf Log: Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional port documentation (which can be things like postscript manuals describing every single of the 65,536 options) from being installed into ${PREFIX}/share/doc. Revision Changes Path 1.26 +7 -1 src/etc/make.conf From owner-freebsd-commit Wed Mar 6 01:22:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25746 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:22:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25680 for cvs-all-outgoing; Wed, 6 Mar 1996 01:22:19 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25565 Wed, 6 Mar 1996 01:22:05 -0800 (PST) Date: Wed, 6 Mar 1996 01:22:05 -0800 (PST) From: Peter Wemm Message-Id: <199603060922.BAA25565@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/TODO-2.1 README asami core-team dyson gibbs gpalmer jkh joerg nate phk sos wollman Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/06 01:22:04 Branch: TODO-2.1 RELENG_2_1_0 Removed: TODO-2.1 README asami core-team dyson gibbs gpalmer jkh joerg nate phk sos wollman Log: Remove these stale files from the 2.1 branch, they've been out of date for quite some time and were never maintained after the 2.1 branch was split off. Requested-by: jkh From owner-freebsd-commit Wed Mar 6 01:27:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27220 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:27:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27197 for cvs-all-outgoing; Wed, 6 Mar 1996 01:27:20 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27119 Wed, 6 Mar 1996 01:27:06 -0800 (PST) Date: Wed, 6 Mar 1996 01:27:06 -0800 (PST) From: Satoshi Asami Message-Id: <199603060927.BAA27119@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:27:05 Modified: . modules Log: harvest --> ports/www/harvest Revision Changes Path 1.650 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Mar 6 01:29:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28138 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:29:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28119 for cvs-all-outgoing; Wed, 6 Mar 1996 01:29:55 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28004 Wed, 6 Mar 1996 01:29:39 -0800 (PST) Date: Wed, 6 Mar 1996 01:29:39 -0800 (PST) From: Satoshi Asami Message-Id: <199603060929.BAA28004@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/harvest - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:29:37 ports/www/harvest - Imported sources Update of /home/ncvs/ports/www/harvest In directory freefall.freebsd.org:/net/thud/e/work/asami/harvest Revision/Branch: 1.1.1 Log Message: The awesome harvest package, which is basically a janitor sweeping the information superhighway. Submitted by: Andreas Klemm Status: Vendor Tag: KLEMM Release Tags: harvest_1_4_2 N ports/www/harvest/Makefile N ports/www/harvest/files/md5 N ports/www/harvest/pkg/PLIST N ports/www/harvest/pkg/DESCR N ports/www/harvest/pkg/COMMENT N ports/www/harvest/patches/patch-aa N ports/www/harvest/patches/patch-ab N ports/www/harvest/patches/patch-ac No conflicts created by this import From owner-freebsd-commit Wed Mar 6 01:30:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28266 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:30:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28259 for cvs-all-outgoing; Wed, 6 Mar 1996 01:30:30 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28232 Wed, 6 Mar 1996 01:30:17 -0800 (PST) Date: Wed, 6 Mar 1996 01:30:17 -0800 (PST) From: Satoshi Asami Message-Id: <199603060930.BAA28232@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:30:17 Modified: www Makefile Log: Add harvest. Revision Changes Path 1.4 +2 -1 ports/www/Makefile From owner-freebsd-commit Wed Mar 6 01:45:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02723 for freebsd-commit-outgoing; Wed, 6 Mar 1996 01:45:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02697 for cvs-all-outgoing; Wed, 6 Mar 1996 01:45:32 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02593 Wed, 6 Mar 1996 01:45:09 -0800 (PST) Date: Wed, 6 Mar 1996 01:45:09 -0800 (PST) From: Satoshi Asami Message-Id: <199603060945.BAA02593@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc/handbook porting.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 01:45:07 Modified: share/doc/handbook porting.sgml Log: Recommend installing additional port documents to ${PREFIX}/share/doc, conditional to ${NOPORTDOCS} (commented out by default in /etc/make.conf). Revision Changes Path 1.15 +34 -3 src/share/doc/handbook/porting.sgml From owner-freebsd-commit Wed Mar 6 03:05:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11195 for freebsd-commit-outgoing; Wed, 6 Mar 1996 03:05:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11183 for cvs-all-outgoing; Wed, 6 Mar 1996 03:05:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11125 Wed, 6 Mar 1996 03:05:12 -0800 (PST) Date: Wed, 6 Mar 1996 03:05:12 -0800 (PST) From: Satoshi Asami Message-Id: <199603061105.DAA11125@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 03:05:11 Modified: graphics Makefile Log: Add hpscan, which was, um, sort of missing. Revision Changes Path 1.20 +2 -1 ports/graphics/Makefile From owner-freebsd-commit Wed Mar 6 04:53:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18410 for freebsd-commit-outgoing; Wed, 6 Mar 1996 04:53:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18402 for cvs-all-outgoing; Wed, 6 Mar 1996 04:53:20 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18373 Wed, 6 Mar 1996 04:53:11 -0800 (PST) Date: Wed, 6 Mar 1996 04:53:11 -0800 (PST) From: Satoshi Asami Message-Id: <199603061253.EAA18373@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/xv/pkg PLIST ports/graphics/xv Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 04:53:11 Modified: graphics/xv Makefile graphics/xv/pkg PLIST Log: Set an example by installing the xv manual (postscript, only 3.6MB) in ${PREFIX}/share/doc/xv, conditional to NOPORTDOCS. Note that README is not conditionalized on NOPORTDOCS, this is the license statement and its installation is required by the xv author. Revision Changes Path 1.11 +4 -1 ports/graphics/xv/Makefile 1.5 +1 -0 ports/graphics/xv/pkg/PLIST From owner-freebsd-commit Wed Mar 6 09:58:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08854 for freebsd-commit-outgoing; Wed, 6 Mar 1996 09:58:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08841 for cvs-all-outgoing; Wed, 6 Mar 1996 09:58:20 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08808 Wed, 6 Mar 1996 09:58:00 -0800 (PST) Date: Wed, 6 Mar 1996 09:58:00 -0800 (PST) From: Torsten Blum Message-Id: <199603061758.JAA08808@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/shells/zsh Makefile ports/shells/zsh/files md5 ports/shells/zsh/pkg COMMENT PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk torstenb 96/03/06 09:57:59 Modified: shells/zsh Makefile shells/zsh/files md5 shells/zsh/pkg COMMENT PLIST Log: upgrade to beta 13 Revision Changes Path 1.14 +6 -5 ports/shells/zsh/Makefile 1.6 +1 -1 ports/shells/zsh/files/md5 1.5 +1 -1 ports/shells/zsh/pkg/COMMENT 1.6 +4 -3 ports/shells/zsh/pkg/PLIST From owner-freebsd-commit Wed Mar 6 10:49:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13161 for freebsd-commit-outgoing; Wed, 6 Mar 1996 10:49:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13148 for cvs-all-outgoing; Wed, 6 Mar 1996 10:49:51 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13094 Wed, 6 Mar 1996 10:49:41 -0800 (PST) Date: Wed, 6 Mar 1996 10:49:41 -0800 (PST) From: Torsten Blum Message-Id: <199603061849.KAA13094@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk torstenb 96/03/06 10:49:40 Modified: . modules Log: libwww --> ports/devel/libwww Revision Changes Path 1.651 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Mar 6 10:50:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13298 for freebsd-commit-outgoing; Wed, 6 Mar 1996 10:50:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13289 for cvs-all-outgoing; Wed, 6 Mar 1996 10:50:37 -0800 (PST) Received: (from torstenb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13255 Wed, 6 Mar 1996 10:50:28 -0800 (PST) Date: Wed, 6 Mar 1996 10:50:28 -0800 (PST) From: Torsten Blum Message-Id: <199603061850.KAA13255@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/devel/libwww - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk torstenb 96/03/06 10:50:27 ports/devel/libwww - Imported sources Update of /home/ncvs/ports/devel/libwww In directory freefall.freebsd.org:/a/torstenb/work/libwww Revision/Branch: 1.1.1 Log Message: libwww - the W3C Reference Library, Version 4.0D Status: Vendor Tag: W3C Release Tags: libwww_4_0_d N ports/devel/libwww/Makefile N ports/devel/libwww/patches/patch-aa N ports/devel/libwww/patches/patch-ab N ports/devel/libwww/patches/patch-ac N ports/devel/libwww/patches/patch-ad N ports/devel/libwww/patches/patch-ae N ports/devel/libwww/files/md5 N ports/devel/libwww/pkg/PLIST N ports/devel/libwww/pkg/DESCR N ports/devel/libwww/pkg/COMMENT No conflicts created by this import From owner-freebsd-commit Wed Mar 6 14:07:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29581 for freebsd-commit-outgoing; Wed, 6 Mar 1996 14:07:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29558 for cvs-all-outgoing; Wed, 6 Mar 1996 14:06:51 -0800 (PST) Received: from sunrise.cs.berkeley.edu (sunrise.CS.Berkeley.EDU [128.32.38.121]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA29517 Wed, 6 Mar 1996 14:06:38 -0800 (PST) Received: (from asami@localhost) by sunrise.cs.berkeley.edu (8.6.12/8.6.12) id OAA01181; Wed, 6 Mar 1996 14:06:59 -0800 Date: Wed, 6 Mar 1996 14:06:59 -0800 Message-Id: <199603062206.OAA01181@sunrise.cs.berkeley.edu> To: torstenb@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199603061850.KAA13255@freefall.freebsd.org> (message from Torsten Blum on Wed, 6 Mar 1996 10:50:28 -0800 (PST)) Subject: Re: cvs commit: ports/devel/libwww - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * ports/devel/libwww - Imported sources * libwww - the W3C Reference Library, Version 4.0D Thanks, but shouldn't this go into the "www" subdirectory, Torsten? Satoshi From owner-freebsd-commit Wed Mar 6 15:09:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07822 for freebsd-commit-outgoing; Wed, 6 Mar 1996 15:09:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07790 for cvs-all-outgoing; Wed, 6 Mar 1996 15:09:09 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07728 Wed, 6 Mar 1996 15:08:55 -0800 (PST) Date: Wed, 6 Mar 1996 15:08:55 -0800 (PST) From: Satoshi Asami Message-Id: <199603062308.PAA07728@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/colorls Makefile ports/misc/colorls/patches patch-aa Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 15:08:54 Modified: misc/colorls Makefile misc/colorls/patches patch-aa Log: (1) Remove FETCH_DEPENDS to ncftp2. Regular ncftp can't fetch it from the master site but the backup site should work. This will all be fine when we start using the new ftpget that I am now testing. (2) Move the manpage rename from patch to Makefile. Revision Changes Path 1.9 +4 -5 ports/misc/colorls/Makefile 1.3 +3 -6 ports/misc/colorls/patches/patch-aa From owner-freebsd-commit Wed Mar 6 15:21:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09042 for freebsd-commit-outgoing; Wed, 6 Mar 1996 15:21:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09028 for cvs-all-outgoing; Wed, 6 Mar 1996 15:21:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08960 Wed, 6 Mar 1996 15:20:44 -0800 (PST) Date: Wed, 6 Mar 1996 15:20:44 -0800 (PST) From: Bruce Evans Message-Id: <199603062320.PAA08960@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/06 15:20:43 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa isa.c Log: Brought in fix from rev 1.57: don't forget the (1 << intr) bit. Submitted by: gibbs Revision Changes Path 1.50.4.3 +2 -1 src/sys/i386/isa/isa.c From owner-freebsd-commit Wed Mar 6 15:30:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09552 for freebsd-commit-outgoing; Wed, 6 Mar 1996 15:30:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09538 for cvs-all-outgoing; Wed, 6 Mar 1996 15:30:13 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09501 Wed, 6 Mar 1996 15:30:03 -0800 (PST) Date: Wed, 6 Mar 1996 15:30:03 -0800 (PST) From: Satoshi Asami Message-Id: <199603062330.PAA09501@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/misc/git/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 15:30:02 Added: misc/git/files md5 Log: Checksum was missing. From owner-freebsd-commit Wed Mar 6 16:22:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13480 for freebsd-commit-outgoing; Wed, 6 Mar 1996 16:22:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13463 for cvs-all-outgoing; Wed, 6 Mar 1996 16:22:12 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13423 Wed, 6 Mar 1996 16:21:56 -0800 (PST) Date: Wed, 6 Mar 1996 16:21:56 -0800 (PST) From: Satoshi Asami Message-Id: <199603070021.QAA13423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/dore/scripts configure ports/graphics/dore Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 16:21:55 Modified: graphics/dore Makefile graphics/dore/scripts configure Log: Redefine WRKSRC instead of WRKDIR so that "work/" won't be left behind after a "make clean". Adjust scripts and variables accordingly. Revision Changes Path 1.4 +5 -5 ports/graphics/dore/Makefile 1.2 +3 -3 ports/graphics/dore/scripts/configure From owner-freebsd-commit Wed Mar 6 17:52:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25930 for freebsd-commit-outgoing; Wed, 6 Mar 1996 17:52:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25869 for cvs-all-outgoing; Wed, 6 Mar 1996 17:52:40 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25788 Wed, 6 Mar 1996 17:52:17 -0800 (PST) Date: Wed, 6 Mar 1996 17:52:17 -0800 (PST) From: Satoshi Asami Message-Id: <199603070152.RAA25788@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/color_xterm Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 17:52:17 Modified: x11/color_xterm Makefile Log: Remove FETCH_DEPENDS to ncftp2. The backup site should make people happy for now; eventually the master site will work. Revision Changes Path 1.10 +1 -5 ports/x11/color_xterm/Makefile From owner-freebsd-commit Wed Mar 6 17:53:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26004 for freebsd-commit-outgoing; Wed, 6 Mar 1996 17:53:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25990 for cvs-all-outgoing; Wed, 6 Mar 1996 17:52:59 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA25928 Wed, 6 Mar 1996 17:52:50 -0800 (PST) Date: Wed, 6 Mar 1996 17:52:50 -0800 (PST) From: Satoshi Asami Message-Id: <199603070152.RAA25928@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/xcolors Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 17:52:48 Modified: x11/xcolors Makefile Log: Remove FETCH_DEPENDS to ncftp2. The backup site should make people happy for now; eventually the master site will also work. Revision Changes Path 1.3 +2 -4 ports/x11/xcolors/Makefile From owner-freebsd-commit Wed Mar 6 17:54:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26155 for freebsd-commit-outgoing; Wed, 6 Mar 1996 17:54:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26144 for cvs-all-outgoing; Wed, 6 Mar 1996 17:54:18 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26104 Wed, 6 Mar 1996 17:54:02 -0800 (PST) Date: Wed, 6 Mar 1996 17:54:02 -0800 (PST) From: Satoshi Asami Message-Id: <199603070154.RAA26104@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 17:54:01 Modified: x11 Makefile Log: Add tk41 and tkxpm. Guys, don't forget that easy-import won't do this for you! Revision Changes Path 1.81 +3 -1 ports/x11/Makefile From owner-freebsd-commit Wed Mar 6 17:54:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26266 for freebsd-commit-outgoing; Wed, 6 Mar 1996 17:54:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26240 for cvs-all-outgoing; Wed, 6 Mar 1996 17:54:45 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26216 Wed, 6 Mar 1996 17:54:38 -0800 (PST) Date: Wed, 6 Mar 1996 17:54:38 -0800 (PST) From: Satoshi Asami Message-Id: <199603070154.RAA26216@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 17:54:37 Modified: lang Makefile Log: Add tcl75. Revision Changes Path 1.45 +2 -1 ports/lang/Makefile From owner-freebsd-commit Wed Mar 6 17:57:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26725 for freebsd-commit-outgoing; Wed, 6 Mar 1996 17:57:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26715 for cvs-all-outgoing; Wed, 6 Mar 1996 17:57:43 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26659 Wed, 6 Mar 1996 17:57:32 -0800 (PST) Date: Wed, 6 Mar 1996 17:57:32 -0800 (PST) From: Satoshi Asami Message-Id: <199603070157.RAA26659@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/xfed Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 17:57:31 Modified: x11/xfed Makefile Log: Add a pre-clean target to delete the "src" subdirectory, which is a staging area to create the tarball during fetch. Revision Changes Path 1.10 +4 -1 ports/x11/xfed/Makefile From owner-freebsd-commit Wed Mar 6 18:19:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00553 for freebsd-commit-outgoing; Wed, 6 Mar 1996 18:19:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00542 for cvs-all-outgoing; Wed, 6 Mar 1996 18:19:04 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00498 Wed, 6 Mar 1996 18:18:52 -0800 (PST) Date: Wed, 6 Mar 1996 18:18:52 -0800 (PST) From: Satoshi Asami Message-Id: <199603070218.SAA00498@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xrisk/files - New directory Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 18:18:52 ports/games/xrisk/files - New directory From owner-freebsd-commit Wed Mar 6 18:20:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00917 for freebsd-commit-outgoing; Wed, 6 Mar 1996 18:20:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00874 for cvs-all-outgoing; Wed, 6 Mar 1996 18:20:11 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00715 Wed, 6 Mar 1996 18:19:50 -0800 (PST) Date: Wed, 6 Mar 1996 18:19:50 -0800 (PST) From: Satoshi Asami Message-Id: <199603070219.SAA00715@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xrisk Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 18:19:49 Modified: games/xrisk Makefile Log: Move the comment to after NO_PACKAGE so it's easier to grep and see why it's so. Revision Changes Path 1.6 +2 -4 ports/games/xrisk/Makefile From owner-freebsd-commit Wed Mar 6 18:20:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01135 for freebsd-commit-outgoing; Wed, 6 Mar 1996 18:20:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01117 for cvs-all-outgoing; Wed, 6 Mar 1996 18:20:47 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01024 Wed, 6 Mar 1996 18:20:32 -0800 (PST) Date: Wed, 6 Mar 1996 18:20:32 -0800 (PST) From: Satoshi Asami Message-Id: <199603070220.SAA01024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xrisk/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 18:20:28 Added: games/xrisk/files md5 Log: Well we can't distribute the distfile but that doesn't mean we can't have a checksum. From owner-freebsd-commit Wed Mar 6 18:58:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09467 for freebsd-commit-outgoing; Wed, 6 Mar 1996 18:58:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09444 for cvs-all-outgoing; Wed, 6 Mar 1996 18:57:53 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09359 Wed, 6 Mar 1996 18:57:39 -0800 (PST) Date: Wed, 6 Mar 1996 18:57:39 -0800 (PST) From: Satoshi Asami Message-Id: <199603070257.SAA09359@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xrisk/pkg PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 18:57:39 Modified: games/xrisk/pkg PLIST Log: Expand lib/xrisk. Revision Changes Path 1.2 +52 -1 ports/games/xrisk/pkg/PLIST From owner-freebsd-commit Wed Mar 6 18:59:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09767 for freebsd-commit-outgoing; Wed, 6 Mar 1996 18:59:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09715 for cvs-all-outgoing; Wed, 6 Mar 1996 18:59:01 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09674 Wed, 6 Mar 1996 18:58:53 -0800 (PST) Date: Wed, 6 Mar 1996 18:58:53 -0800 (PST) From: Satoshi Asami Message-Id: <199603070258.SAA09674@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/games/xrisk/patches patch-c patch-d patch-e Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 18:58:53 Modified: games/xrisk/patches patch-c patch-d patch-e Log: Use "install -c" for all installations. This will make "reinstall" work, and also close PR ports/1060. Revision Changes Path 1.2 +2 -2 ports/games/xrisk/patches/patch-c 1.2 +3 -3 ports/games/xrisk/patches/patch-d 1.2 +19 -2 ports/games/xrisk/patches/patch-e From owner-freebsd-commit Wed Mar 6 19:53:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19477 for freebsd-commit-outgoing; Wed, 6 Mar 1996 19:53:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19420 for cvs-all-outgoing; Wed, 6 Mar 1996 19:53:06 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19340 Wed, 6 Mar 1996 19:52:48 -0800 (PST) Date: Wed, 6 Mar 1996 19:52:48 -0800 (PST) From: Satoshi Asami Message-Id: <199603070352.TAA19340@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 19:52:48 Modified: . modules Log: kaffe --> ports/www/kaffe Revision Changes Path 1.652 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Mar 6 19:54:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19799 for freebsd-commit-outgoing; Wed, 6 Mar 1996 19:54:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19698 for cvs-all-outgoing; Wed, 6 Mar 1996 19:54:16 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19617 Wed, 6 Mar 1996 19:53:58 -0800 (PST) Date: Wed, 6 Mar 1996 19:53:58 -0800 (PST) From: Satoshi Asami Message-Id: <199603070353.TAA19617@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/kaffe - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 19:53:57 ports/www/kaffe - Imported sources Update of /home/ncvs/ports/www/kaffe In directory freefall.freebsd.org:/a/asami/kaffe Revision/Branch: 1.1.1 Log Message: Kaffe maker to brew Java on your PC. Submitted by: Tim Wilkinson via Jeffrey Hsu Status: Vendor Tag: TIMW Release Tags: kaffe_0_2 N ports/www/kaffe/Makefile N ports/www/kaffe/pkg/COMMENT N ports/www/kaffe/pkg/DESCR N ports/www/kaffe/pkg/PLIST N ports/www/kaffe/files/md5 N ports/www/kaffe/patches/patch-aa No conflicts created by this import From owner-freebsd-commit Wed Mar 6 19:54:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19858 for freebsd-commit-outgoing; Wed, 6 Mar 1996 19:54:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19848 for cvs-all-outgoing; Wed, 6 Mar 1996 19:54:49 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA19760 Wed, 6 Mar 1996 19:54:29 -0800 (PST) Date: Wed, 6 Mar 1996 19:54:29 -0800 (PST) From: Satoshi Asami Message-Id: <199603070354.TAA19760@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/06 19:54:28 Modified: www Makefile Log: Added kaffe. Revision Changes Path 1.5 +2 -1 ports/www/Makefile From owner-freebsd-commit Wed Mar 6 21:41:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA04397 for freebsd-commit-outgoing; Wed, 6 Mar 1996 21:41:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA04369 for cvs-all-outgoing; Wed, 6 Mar 1996 21:41:07 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA04354 Wed, 6 Mar 1996 21:41:01 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.5/nervosa.com.2) with SMTP id VAA28778; Wed, 6 Mar 1996 21:40:43 -0800 (PST) Date: Wed, 6 Mar 1996 21:40:43 -0800 (PST) From: invalid opcode To: Satoshi Asami cc: torstenb@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-Reply-To: <199603062206.OAA01181@sunrise.cs.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Wed, 6 Mar 1996, Satoshi Asami wrote: > * libwww - the W3C Reference Library, Version 4.0D > Thanks, but shouldn't this go into the "www" subdirectory, Torsten? > Satoshi No, because it's a library for development. == Chris Layne ============================================================= == coredump@nervosa.com ================ http://www.nervosa.com/~coredump == From owner-freebsd-commit Wed Mar 6 22:26:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA08417 for freebsd-commit-outgoing; Wed, 6 Mar 1996 22:26:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA08410 for cvs-all-outgoing; Wed, 6 Mar 1996 22:26:09 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA08388 Wed, 6 Mar 1996 22:26:02 -0800 (PST) Date: Wed, 6 Mar 1996 22:26:02 -0800 (PST) From: Mark Murray Message-Id: <199603070626.WAA08388@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/security Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/06 22:26:01 Modified: security Makefile Log: Add SSLeay Noticed before: asami Revision Changes Path 1.3 +2 -1 ports/security/Makefile From owner-freebsd-commit Thu Mar 7 01:00:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20566 for freebsd-commit-outgoing; Thu, 7 Mar 1996 01:00:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20542 for cvs-all-outgoing; Thu, 7 Mar 1996 01:00:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA20398 Thu, 7 Mar 1996 00:59:55 -0800 (PST) Date: Thu, 7 Mar 1996 00:59:55 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603070859.AAA20398@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ranlib build.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/07 00:59:55 Modified: usr.bin/ranlib build.c Log: Phkmalloc strikes again. Found by: asami Revision Changes Path 1.4 +1 -1 src/usr.bin/ranlib/build.c From owner-freebsd-commit Thu Mar 7 01:01:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20720 for freebsd-commit-outgoing; Thu, 7 Mar 1996 01:01:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20697 for cvs-all-outgoing; Thu, 7 Mar 1996 01:01:23 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA20663 Thu, 7 Mar 1996 01:01:10 -0800 (PST) Date: Thu, 7 Mar 1996 01:01:10 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199603070901.BAA20663@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ranlib build.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/03/07 01:01:09 Branch: usr.bin/ranlib RELENG_2_1_0 Modified: usr.bin/ranlib build.c Log: phkmalloc strikes again. Found by: asami Revision Changes Path 1.2.4.2 +1 -1 src/usr.bin/ranlib/build.c From owner-freebsd-commit Thu Mar 7 04:32:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA04441 for freebsd-commit-outgoing; Thu, 7 Mar 1996 04:32:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA04431 for cvs-all-outgoing; Thu, 7 Mar 1996 04:32:26 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA04419 Thu, 7 Mar 1996 04:32:17 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id EAA18803; Thu, 7 Mar 1996 04:32:03 -0800 (PST) Date: Thu, 7 Mar 1996 04:32:03 -0800 (PST) Message-Id: <199603071232.EAA18803@silvia.HIP.Berkeley.EDU> To: coredump@nervosa.com CC: torstenb@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: (message from invalid opcode on Wed, 6 Mar 1996 21:40:43 -0800 (PST)) Subject: Re: cvs commit: ports/devel/libwww - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk Were you around when we discussed the "www" category? * No, because it's a library for development. Yeah, but the development of WHAT? We agreed when we created the www category that we are going to collect everything that has something to do with www, either it's a editor, browser, syntax checker or anything. Don't you know why tkHTML's in he? The subdirectories aren't mutually exclusive, and some categories are just "stronger" than others. Things like japanese/russian, which cater to a group of people who speak a specific language, are the "strongest" (did you notice that japanese has three editors, two web browsers, and six desktop publishing tools in there?). Then come the "topic" groups (www, security?), and then the rest. Satoshi From owner-freebsd-commit Thu Mar 7 04:56:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05553 for freebsd-commit-outgoing; Thu, 7 Mar 1996 04:56:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05537 for cvs-all-outgoing; Thu, 7 Mar 1996 04:56:10 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA05446 Thu, 7 Mar 1996 04:56:00 -0800 (PST) Date: Thu, 7 Mar 1996 04:56:00 -0800 (PST) From: Satoshi Asami Message-Id: <199603071256.EAA05446@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/Sather/pkg COMMENT DESCR PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/07 04:56:00 Added: lang/Sather/pkg COMMENT DESCR PLIST Log: Mandatory package files! From owner-freebsd-commit Thu Mar 7 05:01:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA05847 for freebsd-commit-outgoing; Thu, 7 Mar 1996 05:01:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA05838 for cvs-all-outgoing; Thu, 7 Mar 1996 05:01:14 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA05806 Thu, 7 Mar 1996 05:01:00 -0800 (PST) Date: Thu, 7 Mar 1996 05:01:00 -0800 (PST) From: Satoshi Asami Message-Id: <199603071301.FAA05806@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/Sather Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/07 05:00:57 Modified: lang/Sather Makefile Log: Install additional documents conditional to NOPORTDOCS. Note that "License" is installed unconditionally. Revision Changes Path 1.11 +11 -3 ports/lang/Sather/Makefile From owner-freebsd-commit Thu Mar 7 13:17:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09232 for freebsd-commit-outgoing; Thu, 7 Mar 1996 13:17:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA09220 for cvs-all-outgoing; Thu, 7 Mar 1996 13:17:50 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA09192 Thu, 7 Mar 1996 13:17:24 -0800 (PST) Received: from ramsey.UUCP by solar.tlk.com with UUCP id ; Thu, 7 Mar 96 22:17 MET Received: by ramsey.tlk.com (/\oo/\ Smail3.1.29.1 #1) id ; Thu, 7 Mar 96 22:16 MET Message-Id: Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: asami@cs.berkeley.edu (Satoshi Asami) Date: Thu, 7 Mar 1996 22:16:19 +0100 (MET) From: "Torsten Blum" Cc: coredump@nervosa.com, torstenb@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603071232.EAA18803@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Mar 7, 96 04:32:03 am Reply-To: torstenb@tlk.com X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk Satoshi Asami wrote: > Were you around when we discussed the "www" category? > > * No, because it's a library for development. > > Yeah, but the development of WHAT? We agreed when we created the www > category that we are going to collect everything that has something to > do with www, either it's a editor, browser, syntax checker or > anything. I don't think it makes much sense to put libwww into the www directory because its useless for joe-average-user. It does not contain any executables (like tiff or jpeg for example)... -tb From owner-freebsd-commit Thu Mar 7 13:27:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10181 for freebsd-commit-outgoing; Thu, 7 Mar 1996 13:27:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10170 for cvs-all-outgoing; Thu, 7 Mar 1996 13:27:22 -0800 (PST) Received: from nervosa.com (root@nervosa.com [192.187.228.86]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA10150 Thu, 7 Mar 1996 13:27:12 -0800 (PST) Received: from nervosa.com (coredump@onyx.nervosa.com [10.0.0.1]) by nervosa.com (8.7.5/nervosa.com.2) with SMTP id NAA00211; Thu, 7 Mar 1996 13:27:06 -0800 (PST) Date: Thu, 7 Mar 1996 13:27:06 -0800 (PST) From: invalid opcode To: Satoshi Asami cc: torstenb@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-Reply-To: <199603071232.EAA18803@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Thu, 7 Mar 1996, Satoshi Asami wrote: > just "stronger" than others. Things like japanese/russian, which > cater to a group of people who speak a specific language, are the > "strongest" (did you notice that japanese has three editors, two web > browsers, and six desktop publishing tools in there?). Then come the > "topic" groups (www, security?), and then the rest. > Satoshi I never noticed that. Why wasn't it done like this: Language specific ports go into the same directories as the english ones, and than symbolic links are made to those ports from each respective ports/language dir. == Chris Layne ============================================================= == coredump@nervosa.com ================ http://www.nervosa.com/~coredump == From owner-freebsd-commit Thu Mar 7 14:45:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26022 for freebsd-commit-outgoing; Thu, 7 Mar 1996 14:45:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA26007 for cvs-all-outgoing; Thu, 7 Mar 1996 14:45:05 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25941 Thu, 7 Mar 1996 14:44:52 -0800 (PST) Date: Thu, 7 Mar 1996 14:44:52 -0800 (PST) From: Joerg Wunsch Message-Id: <199603072244.OAA25941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/hpscan/patches patch-ae ports/graphics/hpscan/pkg PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/03/07 14:44:52 Modified: graphics/hpscan/pkg PLIST Added: graphics/hpscan/patches patch-ae Log: A few enhancements: . adjustable scanner intensity and contrast, . extracted the customizable resources into Xrm resource files, including ``colorization'' to make the appearance prettier, . fixed a bug in the gamma handling on truecolor displays that caused a core dump for me, . taught it to register a WM_DELETE message and an icon with the window manager Revision Changes Path 1.3 +2 -0 ports/graphics/hpscan/pkg/PLIST From owner-freebsd-commit Thu Mar 7 15:23:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07021 for freebsd-commit-outgoing; Thu, 7 Mar 1996 15:23:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06452 for cvs-all-outgoing; Thu, 7 Mar 1996 15:21:05 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06296 Thu, 7 Mar 1996 15:20:33 -0800 (PST) Date: Thu, 7 Mar 1996 15:20:33 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603072320.PAA06296@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/syscons/keymaps it.iso.kbd Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/07 15:20:32 Modified: share/syscons/keymaps Makefile Added: share/syscons/keymaps it.iso.kbd Log: Add an Italian keyboard entry. I'm not exactly sure if it's ISO standard since I've no idea what the ISO standard for Italian keyboards is, but we can always adjust it later and this is better than the nothing we had before. Submitted by: Gianmarco Giovannelli Revision Changes Path 1.11 +2 -2 src/share/syscons/keymaps/Makefile From owner-freebsd-commit Thu Mar 7 15:27:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08095 for freebsd-commit-outgoing; Thu, 7 Mar 1996 15:27:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08021 for cvs-all-outgoing; Thu, 7 Mar 1996 15:27:29 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07866 Thu, 7 Mar 1996 15:27:03 -0800 (PST) Date: Thu, 7 Mar 1996 15:27:03 -0800 (PST) From: Wolfram Schneider Message-Id: <199603072327.PAA07866@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/rm rm.1 rm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/03/07 15:27:01 Modified: bin/rm rm.1 rm.c Log: fix usage string respond `Y' is equal to `y' Add a note how to delete file name with beginning `-' Revision Changes Path 1.3 +17 -1 src/bin/rm/rm.1 1.11 +3 -3 src/bin/rm/rm.c From owner-freebsd-commit Thu Mar 7 15:40:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11440 for freebsd-commit-outgoing; Thu, 7 Mar 1996 15:40:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11298 for cvs-all-outgoing; Thu, 7 Mar 1996 15:40:13 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11059 Thu, 7 Mar 1996 15:39:49 -0800 (PST) Date: Thu, 7 Mar 1996 15:39:49 -0800 (PST) From: Wolfram Schneider Message-Id: <199603072339.PAA11059@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.info.mk bsd.sgml.mk Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/03/07 15:39:48 Modified: share/mk bsd.info.mk bsd.sgml.mk Log: [Ee]rrs -> Errs errs save one process for make clean Revision Changes Path 1.17 +2 -2 src/share/mk/bsd.info.mk 1.4 +2 -2 src/share/mk/bsd.sgml.mk From owner-freebsd-commit Thu Mar 7 17:22:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA23326 for freebsd-commit-outgoing; Thu, 7 Mar 1996 17:22:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA23304 for cvs-all-outgoing; Thu, 7 Mar 1996 17:22:16 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA23244 Thu, 7 Mar 1996 17:21:56 -0800 (PST) Date: Thu, 7 Mar 1996 17:21:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199603080121.RAA23244@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd ccp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/03/07 17:21:56 Modified: usr.sbin/pppd ccp.c Log: Work around the problem that our -current pppd can no longer talk with our iijppp as a client. Simply shut down the CCP layer if no matching protocol could be found. Reviewed by: peter Revision Changes Path 1.4 +5 -1 src/usr.sbin/pppd/ccp.c From owner-freebsd-commit Thu Mar 7 21:16:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11588 for freebsd-commit-outgoing; Thu, 7 Mar 1996 21:16:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11569 for cvs-all-outgoing; Thu, 7 Mar 1996 21:16:12 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11487 Thu, 7 Mar 1996 21:15:57 -0800 (PST) Date: Thu, 7 Mar 1996 21:15:57 -0800 (PST) From: Bruce Evans Message-Id: <199603080515.VAA11487@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.S table.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 21:15:56 Modified: sys/i386/boot/biosboot asm.S table.c Log: Fixed restoring segment descriptors in prot_to_real(). The descriptors must have limit 0xffff and attribute G = 0 (byte granularity) as well as other properties that they already had (see e.g., the Intel i486 manual section 22.5). Not restoring them broke Ctrl-Alt-Del in the bootstrap for my ASUS P55TP4XE system, probably because the Award BIOS does anti-tracing stuff involving inaccessible %esp's. asm.S: Don't use lret in prot_to_real(). This reduces the risk of using an incompletely intialized stack segment and saves space. Submitted by: "K.Higashino" (on 13 Jan 1995!) reworked by me Revision Changes Path 1.7 +11 -10 src/sys/i386/boot/biosboot/asm.S 1.9 +2 -2 src/sys/i386/boot/biosboot/table.c From owner-freebsd-commit Thu Mar 7 21:44:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13442 for freebsd-commit-outgoing; Thu, 7 Mar 1996 21:44:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13433 for cvs-all-outgoing; Thu, 7 Mar 1996 21:44:15 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13323 Thu, 7 Mar 1996 21:43:48 -0800 (PST) Date: Thu, 7 Mar 1996 21:43:48 -0800 (PST) From: Bruce Evans Message-Id: <199603080543.VAA13323@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.S Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 21:43:47 Modified: sys/i386/boot/biosboot asm.S Log: Load %fs with the flat data segment selector while in protected mode. This will be used for convenient access to the BIOS variables. Revision Changes Path 1.8 +7 -3 src/sys/i386/boot/biosboot/asm.S From owner-freebsd-commit Thu Mar 7 22:11:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15442 for freebsd-commit-outgoing; Thu, 7 Mar 1996 22:11:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15434 for cvs-all-outgoing; Thu, 7 Mar 1996 22:11:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA15408 Thu, 7 Mar 1996 22:11:36 -0800 (PST) Date: Thu, 7 Mar 1996 22:11:36 -0800 (PST) From: Bruce Evans Message-Id: <199603080611.WAA15408@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot io.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 22:11:35 Modified: sys/i386/boot/biosboot io.c Log: Made the timeouts in gets() machine-independent. Use the BIOS tick counter instead of the BIOS time call to save space. Reworked the anti-noise timeout to avoid duplicating code. The timeout in the outer loop is now restarted after every noise timeout, so it is now possible for the total timeout to be infinite; previously, the maximum total timeout was 150000 seconds. Revision Changes Path 1.17 +35 -31 src/sys/i386/boot/biosboot/io.c From owner-freebsd-commit Thu Mar 7 22:29:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16867 for freebsd-commit-outgoing; Thu, 7 Mar 1996 22:29:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16860 for cvs-all-outgoing; Thu, 7 Mar 1996 22:29:20 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16835 Thu, 7 Mar 1996 22:29:10 -0800 (PST) Date: Thu, 7 Mar 1996 22:29:10 -0800 (PST) From: Bruce Evans Message-Id: <199603080629.WAA16835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile boot.c io.c probe_keyboard.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 22:29:10 Modified: sys/i386/boot/biosboot Makefile boot.c io.c probe_keyboard.c Log: Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet' is defined and FORCE_COMCONSOLE isn't defined. Don't compile any keyboard probing code if PROBE_KEYBOARD isn't defined. Makefile: Removed -I paths. They weren't used, and the one to /sys hasn't worked since the source directory was moved down one level. Revision Changes Path 1.38 +6 -3 src/sys/i386/boot/biosboot/Makefile 1.47 +6 -6 src/sys/i386/boot/biosboot/boot.c 1.18 +3 -1 src/sys/i386/boot/biosboot/io.c 1.6 +3 -3 src/sys/i386/boot/biosboot/probe_keyboard.c From owner-freebsd-commit Thu Mar 7 22:58:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18503 for freebsd-commit-outgoing; Thu, 7 Mar 1996 22:58:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18482 for cvs-all-outgoing; Thu, 7 Mar 1996 22:58:23 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA18458 Thu, 7 Mar 1996 22:58:10 -0800 (PST) Date: Thu, 7 Mar 1996 22:58:10 -0800 (PST) From: Wolfram Schneider Message-Id: <199603080658.WAA18458@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/cp cp.1 cp.c extern.h utils.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/03/07 22:58:09 Modified: bin/cp cp.1 cp.c extern.h utils.c Log: Option -f implemented (remove + create) option -f and -i are exclusive respond `Y' is equal to `y' fix usage string remove isatty(3) check Reviewed by: pst Revision Changes Path 1.5 +16 -7 src/bin/cp/cp.1 1.10 +5 -3 src/bin/cp/cp.c 1.5 +2 -2 src/bin/cp/extern.h 1.9 +14 -5 src/bin/cp/utils.c From owner-freebsd-commit Thu Mar 7 23:28:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA20413 for freebsd-commit-outgoing; Thu, 7 Mar 1996 23:28:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA20405 for cvs-all-outgoing; Thu, 7 Mar 1996 23:28:10 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA20258 Thu, 7 Mar 1996 23:27:55 -0800 (PST) Date: Thu, 7 Mar 1996 23:27:55 -0800 (PST) From: Bruce Evans Message-Id: <199603080727.XAA20258@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.S Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 23:27:54 Modified: sys/i386/boot/biosboot asm.S Log: Saved 14 bytes by avoiding gas braindamage and 8 bytes by better instruction selection, for a total of 16 bytes after padding. Whee. Revision Changes Path 1.9 +22 -23 src/sys/i386/boot/biosboot/asm.S From owner-freebsd-commit Fri Mar 8 01:03:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24126 for freebsd-commit-outgoing; Fri, 8 Mar 1996 01:03:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24117 for cvs-all-outgoing; Fri, 8 Mar 1996 01:03:34 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24082 Fri, 8 Mar 1996 01:03:12 -0800 (PST) Date: Fri, 8 Mar 1996 01:03:12 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603080903.BAA24082@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 01:03:11 Modified: usr.sbin/ppp chat.c command.c main.c modem.c ppp.8 systems.c vars.h Log: 1) Add multi-phone dialing/redialing, several phones separated by ':' 2) Improve on-line help subsystem 3) Make 'term' mode works even carrier dropped (old code close line forever here) 4) Make 'term' mode 8bit clean. 5) Improve manual page 6) #ifdef DEBUG diagnostic about missing optional files. 7) Don't put interactive dialing info to logfile Revision Changes Path 1.6 +10 -4 src/usr.sbin/ppp/chat.c 1.15 +11 -7 src/usr.sbin/ppp/command.c 1.15 +5 -2 src/usr.sbin/ppp/main.c 1.13 +24 -9 src/usr.sbin/ppp/modem.c 1.14 +20 -8 src/usr.sbin/ppp/ppp.8 1.6 +3 -1 src/usr.sbin/ppp/systems.c 1.5 +5 -3 src/usr.sbin/ppp/vars.h From owner-freebsd-commit Fri Mar 8 01:40:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25848 for freebsd-commit-outgoing; Fri, 8 Mar 1996 01:40:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25769 for cvs-all-outgoing; Fri, 8 Mar 1996 01:40:01 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25733 Fri, 8 Mar 1996 01:39:47 -0800 (PST) Date: Fri, 8 Mar 1996 01:39:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603080939.BAA25733@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/ppp ppp.conf.sample ppp.linkup.sample Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 01:39:46 Modified: etc/ppp ppp.conf.sample ppp.linkup.sample Log: Fix several places where interface netmask was in place of route netmask Fix dialout device name Add multi-phone example Revision Changes Path 1.5 +12 -6 src/etc/ppp/ppp.conf.sample 1.3 +2 -2 src/etc/ppp/ppp.linkup.sample From owner-freebsd-commit Fri Mar 8 02:54:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28774 for freebsd-commit-outgoing; Fri, 8 Mar 1996 02:54:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28767 for cvs-all-outgoing; Fri, 8 Mar 1996 02:54:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28737 Fri, 8 Mar 1996 02:54:02 -0800 (PST) Date: Fri, 8 Mar 1996 02:54:02 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081054.CAA28737@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc services X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 02:54:02 Modified: etc services Log: Add "ppp 3000/tcp" for Use-level PPP in daemon mode (-auto) Revision Changes Path 1.21 +2 -1 src/etc/services From owner-freebsd-commit Fri Mar 8 03:00:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29194 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:00:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29181 for cvs-all-outgoing; Fri, 8 Mar 1996 03:00:48 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA29119 Fri, 8 Mar 1996 03:00:06 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id KAA13340; Fri, 8 Mar 1996 10:53:35 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.7.2/8.6.9) id KAA12515; Fri, 8 Mar 1996 10:53:31 +0100 (MET) Date: Fri, 8 Mar 1996 10:53:31 +0100 (MET) Message-Id: <199603080953.KAA12515@caramba.cs.tu-berlin.de> To: "Jordan K. Hubbard" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org Subject: cvs commit: src/share/syscons/keymaps it.iso.kbd Makefile In-Reply-To: <199603072320.PAA06296@freefall.freebsd.org> References: <199603072320.PAA06296@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Jordan K. Hubbard writes: >jkh 96/03/07 15:20:32 > > Modified: share/syscons/keymaps Makefile > Added: share/syscons/keymaps it.iso.kbd > Log: > Add an Italian keyboard entry. I'm not exactly sure if it's ISO standard > since I've no idea what the ISO standard for Italian keyboards is, See the MS-DOS handbook (no flames please) or src/usr.sbin/pcvt/keycap/keycap.src Wolfram From owner-freebsd-commit Fri Mar 8 03:07:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29563 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:07:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29551 for cvs-all-outgoing; Fri, 8 Mar 1996 03:06:58 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA29535 Fri, 8 Mar 1996 03:06:47 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id DAA20788; Fri, 8 Mar 1996 03:06:28 -0800 (PST) Date: Fri, 8 Mar 1996 03:06:28 -0800 (PST) Message-Id: <199603081106.DAA20788@silvia.HIP.Berkeley.EDU> To: torstenb@tlk.com CC: coredump@nervosa.com, torstenb@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: (torstenb@ramsey.tlk.com) Subject: Re: cvs commit: ports/devel/libwww - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk * I don't think it makes much sense to put libwww into the www * directory because its useless for joe-average-user. It does not * contain any executables (like tiff or jpeg for example)... Um, whether it's useful for Joe FreeBSD user is not an issue here. We never classified ports by skill level. :) Satoshi From owner-freebsd-commit Fri Mar 8 03:07:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29637 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:07:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29627 for cvs-all-outgoing; Fri, 8 Mar 1996 03:07:21 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29599 Fri, 8 Mar 1996 03:07:11 -0800 (PST) Date: Fri, 8 Mar 1996 03:07:11 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081107.DAA29599@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_tun.h X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 03:07:10 Modified: sys/net if_tun.h Log: Make user-level PPP on-demand with dynamic IP actually work. Story so fr: 1) PPP on-demand with static IP works. 2) PPP on-demand with dynamic IP says "Host is down" on any IP request The problem is that tun driver check its READY state by *first* ifconfig address. i.e.: set ifaddr works (static IP) and set ifaddr 0 not works (dynamic IP) because first address is equal 0. Since tun is always POINTOPOINT interface, dst address is more meaningfull. I change checking to second (dst) address in READY test. PPP on-demand finally works. Revision Changes Path 1.5 +1 -1 src/sys/net/if_tun.h From owner-freebsd-commit Fri Mar 8 03:28:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03156 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:28:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03149 for cvs-all-outgoing; Fri, 8 Mar 1996 03:28:18 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA03123 Fri, 8 Mar 1996 03:28:06 -0800 (PST) Received: by solar.tlk.com id ; Fri, 8 Mar 96 12:28 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: asami@cs.berkeley.edu (Satoshi Asami) Date: Fri, 8 Mar 1996 12:28:33 +0100 (MET) Cc: torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603081106.DAA20788@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Mar 8, 96 03:06:28 am Reply-To: torstenb@tlk.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Satoshi Asami wrote: > * I don't think it makes much sense to put libwww into the www > * directory because its useless for joe-average-user. It does not > * contain any executables (like tiff or jpeg for example)... > > Um, whether it's useful for Joe FreeBSD user is not an issue here. We > never classified ports by skill level. :) I meant: it's only usefull for people who want to develop a www application with this particular library. autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's why they are in the "devel" directory... -tb From owner-freebsd-commit Fri Mar 8 03:42:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04249 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:42:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04233 for cvs-all-outgoing; Fri, 8 Mar 1996 03:42:53 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04146 Fri, 8 Mar 1996 03:42:38 -0800 (PST) Date: Fri, 8 Mar 1996 03:42:38 -0800 (PST) From: Stefan Esser Message-Id: <199603081142.DAA04146@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk se 96/03/08 03:42:38 Modified: . modules Log: isc-dhcp --> ports/net/isc-dhcp Revision Changes Path 1.653 +2 -1 CVSROOT/modules From owner-freebsd-commit Fri Mar 8 03:45:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04590 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:45:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04569 for cvs-all-outgoing; Fri, 8 Mar 1996 03:45:19 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04539 Fri, 8 Mar 1996 03:45:11 -0800 (PST) Date: Fri, 8 Mar 1996 03:45:11 -0800 (PST) From: Stefan Esser Message-Id: <199603081145.DAA04539@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/isc-dhcp - Imported sources X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk se 96/03/08 03:45:11 ports/net/isc-dhcp - Imported sources Update of /home/ncvs/ports/net/isc-dhcp In directory freefall.freebsd.org:/a/se/isc-dhcp/isc-dhcp Revision/Branch: 1.1.1 Log Message: A port of the Internet Software Consortium DHCP Server (ISC dhcpd). Status: Vendor Tag: SE Release Tags: beta_0 N ports/net/isc-dhcp/Makefile N ports/net/isc-dhcp/pkg/PLIST N ports/net/isc-dhcp/pkg/DESCR N ports/net/isc-dhcp/pkg/COMMENT N ports/net/isc-dhcp/patches/patch-aa N ports/net/isc-dhcp/files/md5 No conflicts created by this import From owner-freebsd-commit Fri Mar 8 03:48:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05007 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:48:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04997 for cvs-all-outgoing; Fri, 8 Mar 1996 03:48:31 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA04648 Fri, 8 Mar 1996 03:45:48 -0800 (PST) Received: by sequent.kiae.su id AA02008 (5.65.kiae-2 ); Fri, 8 Mar 1996 14:35:55 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Fri, 8 Mar 96 14:35:54 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.4/8.7.3) id OAA00532; Fri, 8 Mar 1996 14:34:47 +0300 (MSK) Message-Id: <199603081134.OAA00532@astral.msk.su> Subject: Re: cvs commit: src/sys/net if_tun.h To: ache@freefall.freebsd.org (Andrey A. Chernov) Date: Fri, 8 Mar 1996 14:34:47 +0300 (MSK) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199603081107.DAA29599@freefall.freebsd.org> from "Andrey A. Chernov" at "Mar 8, 96 03:07:11 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk > ache 96/03/08 03:07:10 > > Modified: sys/net if_tun.h > Log: > Make user-level PPP on-demand with dynamic IP actually work. > Story so fr: > 1) PPP on-demand with static IP works. > 2) PPP on-demand with dynamic IP says "Host is down" on any IP request ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ I miss "dialing to host not occurse, because tun interface not accumulate/output any packets, it not ready" here. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Fri Mar 8 03:55:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05417 for freebsd-commit-outgoing; Fri, 8 Mar 1996 03:55:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05400 for cvs-all-outgoing; Fri, 8 Mar 1996 03:55:23 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05367 Fri, 8 Mar 1996 03:55:11 -0800 (PST) Date: Fri, 8 Mar 1996 03:55:11 -0800 (PST) From: Stefan Esser Message-Id: <199603081155.DAA05367@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/print/ghostscript3 Makefile ports/print/ghostscript3/files md5 X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk se 96/03/08 03:55:11 Modified: print/ghostscript3 Makefile print/ghostscript3/files md5 Log: Update to Ghostscript 3.53. Revision Changes Path 1.3 +9 -9 ports/print/ghostscript3/Makefile 1.2 +3 -3 ports/print/ghostscript3/files/md5 From owner-freebsd-commit Fri Mar 8 04:07:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06187 for freebsd-commit-outgoing; Fri, 8 Mar 1996 04:07:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA06179 for cvs-all-outgoing; Fri, 8 Mar 1996 04:07:07 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA06137 Fri, 8 Mar 1996 04:06:39 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id UAA13192; Fri, 8 Mar 1996 20:04:00 +0800 (WST) Message-Id: <199603081204.UAA13192@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: torstenb@tlk.com cc: asami@cs.berkeley.edu (Satoshi Asami), coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-reply-to: Your message of "Fri, 08 Mar 1996 12:28:33 +0100." Date: Fri, 08 Mar 1996 20:03:59 +0800 From: Peter Wemm X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk >Satoshi Asami wrote: > >> * I don't think it makes much sense to put libwww into the www >> * directory because its useless for joe-average-user. It does not >> * contain any executables (like tiff or jpeg for example)... >> >> Um, whether it's useful for Joe FreeBSD user is not an issue here. We >> never classified ports by skill level. :) > >I meant: it's only usefull for people who want to develop a www application >with this particular library. > >autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's >why they are in the "devel" directory... > > -tb And what happens when a program is written that uses this library comes in as a port? You'd have to install the "developemnt" library in order to use the final finished program? Take ports/www/comline for example.. It uses libwww-4.0D, and it's not a development tool. It's currently downloading and building it's own version of libwww-4.0D. IMO, libwww should be in ports/www, and ports/www/comline should use it (if possible) rather than statically compiling in "yet another" copy of the code. Cheers, -Peter From owner-freebsd-commit Fri Mar 8 04:23:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA07457 for freebsd-commit-outgoing; Fri, 8 Mar 1996 04:23:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA07444 for cvs-all-outgoing; Fri, 8 Mar 1996 04:23:37 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA07436 Fri, 8 Mar 1996 04:23:28 -0800 (PST) Received: by solar.tlk.com id ; Fri, 8 Mar 96 13:23 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: peter@jhome.DIALix.COM (Peter Wemm) Date: Fri, 8 Mar 1996 13:23:48 +0100 (MET) Cc: torstenb@tlk.com, asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603081204.UAA13192@jhome.DIALix.COM> from "Peter Wemm" at Mar 8, 96 08:03:59 pm Reply-To: torstenb@tlk.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > >> * I don't think it makes much sense to put libwww into the www > >> * directory because its useless for joe-average-user. It does not > >> * contain any executables (like tiff or jpeg for example)... > >> > >> Um, whether it's useful for Joe FreeBSD user is not an issue here. We > >> never classified ports by skill level. :) > > > >I meant: it's only usefull for people who want to develop a www application > >with this particular library. > > > >autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's > >why they are in the "devel" directory... > > And what happens when a program is written that uses this library comes > in as a port? You'd have to install the "developemnt" library in order > to use the final finished program? Yes, of course. Take a look at ssh and libz... > Take ports/www/comline for example.. It uses libwww-4.0D, and it's not a > development tool. A port that uses a library von ports/devel is not a development tool. We already have such a port: security/ssh depends on devel/libz > It's currently downloading and building it's own version of libwww-4.0D. Well, that's the problem with lots of the W3C Sources, they even use old versions (arena for example uses an old version of libwww whichis incompatible with the current version). > IMO, libwww should be in ports/www I don't agree with you. If you want to move libwww to the www category you have to do that with other ports (libz, m4 and so on) too... > and ports/www/comline should use it (if possible) rather than statically > compiling in "yet another" copy of the code. Yes, of course... -tb From owner-freebsd-commit Fri Mar 8 04:35:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09723 for freebsd-commit-outgoing; Fri, 8 Mar 1996 04:35:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09716 for cvs-all-outgoing; Fri, 8 Mar 1996 04:35:03 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09644 Fri, 8 Mar 1996 04:34:47 -0800 (PST) Date: Fri, 8 Mar 1996 04:34:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081234.EAA09644@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c modem.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 04:34:46 Modified: usr.sbin/ppp chat.c modem.c Log: Log phone as LOG_PHASE, it is valuable enough for multi-phone environment. Add missing return when terminal mode can't be re-established due to modem not opened. Revision Changes Path 1.7 +2 -1 src/usr.sbin/ppp/chat.c 1.14 +2 -1 src/usr.sbin/ppp/modem.c From owner-freebsd-commit Fri Mar 8 04:43:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA10892 for freebsd-commit-outgoing; Fri, 8 Mar 1996 04:43:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA10880 for cvs-all-outgoing; Fri, 8 Mar 1996 04:43:27 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA10863 Fri, 8 Mar 1996 04:43:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id EAA00945; Fri, 8 Mar 1996 04:43:47 -0800 Message-Id: <199603081243.EAA00945@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/boot/biosboot asm.S table.c In-reply-to: Your message of "Thu, 07 Mar 1996 21:15:57 PST." <199603080515.VAA11487@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 08 Mar 1996 04:43:47 -0800 X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk >bde 96/03/07 21:15:56 > > Modified: sys/i386/boot/biosboot asm.S table.c > Log: > Fixed restoring segment descriptors in prot_to_real(). The descriptors > must have limit 0xffff and attribute G = 0 (byte granularity) as well > as other properties that they already had (see e.g., the Intel i486 > manual section 22.5). Not restoring them broke Ctrl-Alt-Del in the > bootstrap for my ASUS P55TP4XE system, probably because the Award BIOS > does anti-tracing stuff involving inaccessible %esp's. > > asm.S: > Don't use lret in prot_to_real(). This reduces the risk of using an > incompletely intialized stack segment and saves space. > > Submitted by: "K.Higashino" (on 13 Jan 1995!) > reworked by me This should be brought into -stable. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Fri Mar 8 05:08:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA12535 for freebsd-commit-outgoing; Fri, 8 Mar 1996 05:08:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA12522 for cvs-all-outgoing; Fri, 8 Mar 1996 05:08:17 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA12375 Fri, 8 Mar 1996 05:08:00 -0800 (PST) Received: by solar.tlk.com id ; Fri, 8 Mar 96 14:08 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Date: Fri, 8 Mar 1996 14:08:05 +0100 (MET) Cc: torstenb@tlk.com, peter@jhome.dialix.com, asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603081255.NAA12306@ghpc6.ihf.rwth-aachen.de> from "Thomas Gellekum" at Mar 8, 96 01:55:24 pm Reply-To: torstenb@tlk.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Thomas Gellekum wrote: > > > IMO, libwww should be in ports/www > > > > I don't agree with you. If you want to move libwww to the www category > > you have to do that with other ports (libz, m4 and so on) too... > > According to your logic, we should move jpeg, tiff, mpeg-lib, xpm > from graphics to devel? No, please read my first mail. jpeg, tiff and xpm are not just libraries, so I think they belong to graphics. mpeg_lib is just a library, thats why it should be moved to devel too... > Set ${CATEGORIES} to www and devel, but I think libwww belongs in www. CATEGORIES is already set to www and devel -tb From owner-freebsd-commit Fri Mar 8 05:22:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA13451 for freebsd-commit-outgoing; Fri, 8 Mar 1996 05:22:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA13444 for cvs-all-outgoing; Fri, 8 Mar 1996 05:22:37 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA13421 Fri, 8 Mar 1996 05:22:26 -0800 (PST) Date: Fri, 8 Mar 1996 05:22:26 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603081322.FAA13421@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c command.c vars.h X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 05:22:25 Modified: usr.sbin/ppp chat.c command.c vars.h Log: Prevent dial cycling on the last phone from the list, make phone list copy Revision Changes Path 1.8 +5 -3 src/usr.sbin/ppp/chat.c 1.16 +3 -2 src/usr.sbin/ppp/command.c 1.6 +3 -1 src/usr.sbin/ppp/vars.h From owner-freebsd-commit Fri Mar 8 05:55:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15564 for freebsd-commit-outgoing; Fri, 8 Mar 1996 05:55:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15550 for cvs-all-outgoing; Fri, 8 Mar 1996 05:55:27 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA15511 Fri, 8 Mar 1996 05:54:57 -0800 (PST) Received: by solar.tlk.com id ; Fri, 8 Mar 96 14:16 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: asami@cs.berkeley.edu (Satoshi Asami) Date: Fri, 8 Mar 1996 14:16:16 +0100 (MET) Cc: torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603081257.EAA20992@silvia.HIP.Berkeley.EDU> from "Satoshi Asami" at Mar 8, 96 04:57:44 am Reply-To: torstenb@tlk.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Satoshi Asami wrote: > * I meant: it's only usefull for people who want to develop a www application > * with this particular library. > > I know what you meant. The "www" is the keyword there. I don't think "www" is the right directory just because it's the most used word on the net these days. An Developer who wants to write an application using libwww will look in the devel directory first. Ports dependencies don't count because they're automatically installed > * autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's > * why they are in the "devel" directory... > > No, they are there because they are develpment tools and also don't > fit into any other category. The libwww port is both a development > tool and a www-related package. yes, but only someone who wants to write an application using libwww will use it directly. > And as I said before, when there are two or more categories that a port > belongs to, the "catch-net" category wins -- like japanese, russian, and > www. catch-net ? -tb From owner-freebsd-commit Fri Mar 8 05:56:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15805 for freebsd-commit-outgoing; Fri, 8 Mar 1996 05:56:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15777 for cvs-all-outgoing; Fri, 8 Mar 1996 05:56:54 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA15765 Fri, 8 Mar 1996 05:56:48 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id EAA20992; Fri, 8 Mar 1996 04:57:44 -0800 (PST) Date: Fri, 8 Mar 1996 04:57:44 -0800 (PST) Message-Id: <199603081257.EAA20992@silvia.HIP.Berkeley.EDU> To: torstenb@tlk.com CC: torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: (torstenb@solar.tlk.com) Subject: Re: cvs commit: ports/devel/libwww - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk * I meant: it's only usefull for people who want to develop a www application * with this particular library. I know what you meant. The "www" is the keyword there. * autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's * why they are in the "devel" directory... No, they are there because they are develpment tools and also don't fit into any other category. The libwww port is both a development tool and a www-related package. And as I said before, when there are two or more categories that a port belongs to, the "catch-net" category wins -- like japanese, russian, and www. Satoshi From owner-freebsd-commit Fri Mar 8 05:57:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15819 for freebsd-commit-outgoing; Fri, 8 Mar 1996 05:57:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA15783 for cvs-all-outgoing; Fri, 8 Mar 1996 05:56:57 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA15772 Fri, 8 Mar 1996 05:56:52 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.4/8.6.9) id EAA20997; Fri, 8 Mar 1996 04:59:47 -0800 (PST) Date: Fri, 8 Mar 1996 04:59:47 -0800 (PST) Message-Id: <199603081259.EAA20997@silvia.HIP.Berkeley.EDU> To: peter@jhome.DIALix.COM CC: torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <199603081204.UAA13192@jhome.DIALix.COM> (message from Peter Wemm on Fri, 08 Mar 1996 20:03:59 +0800) Subject: Re: cvs commit: ports/devel/libwww - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk * IMO, libwww should be in ports/www, and ports/www/comline should use it (if * possible) rather than statically compiling in "yet another" copy of the code. I'm afraid you are confusing something. I agree with both halves of your sentence, but they have nothing to do with each other. The comline port can use libwww by adding a LIB_DEPENDS. The dependency doesn't have to be in the same category. Satoshi From owner-freebsd-commit Fri Mar 8 06:00:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16235 for freebsd-commit-outgoing; Fri, 8 Mar 1996 06:00:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16218 for cvs-all-outgoing; Fri, 8 Mar 1996 06:00:27 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA16056 Fri, 8 Mar 1996 06:00:05 -0800 (PST) Received: by sovcom.kiae.su id AA13746 (5.65.kiae-1 ); Fri, 8 Mar 1996 16:07:54 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Fri, 8 Mar 96 16:07:54 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.4/8.7.3) id PAA00872; Fri, 8 Mar 1996 15:32:03 +0300 (MSK) Message-Id: <199603081232.PAA00872@astral.msk.su> Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: peter@jhome.dialix.com (Peter Wemm) Date: Fri, 8 Mar 1996 15:32:03 +0300 (MSK) Cc: torstenb@tlk.com, asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: <199603081204.UAA13192@jhome.DIALix.COM> from "Peter Wemm" at "Mar 8, 96 08:03:59 pm" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk > Take ports/www/comline for example.. It uses libwww-4.0D, and it's not a > development tool. It's currently downloading and building it's own version of > libwww-4.0D. > > IMO, libwww should be in ports/www, and ports/www/comline should use it (if > possible) rather than statically compiling in "yet another" copy of the code. It is possible for comline. It is possible for cern_linemode too. BTW, Peter, what happens with renaming cern_linemode -> linemode cern_httpd -> w3c_httpd -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Fri Mar 8 06:13:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17894 for freebsd-commit-outgoing; Fri, 8 Mar 1996 06:13:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA17881 for cvs-all-outgoing; Fri, 8 Mar 1996 06:13:54 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA17799 Fri, 8 Mar 1996 06:13:30 -0800 (PST) Received: by sequent.kiae.su id AA01873 (5.65.kiae-2 ); Fri, 8 Mar 1996 17:02:18 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Fri, 8 Mar 96 17:02:18 +0300 Received: (from ache@localhost) by d133.z194-58-229.relcom.ru (8.7.4/8.7.3) id RAA01509; Fri, 8 Mar 1996 17:01:50 +0300 (MSK) Message-Id: <199603081401.RAA01509@d133.z194-58-229.relcom.ru> Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: torstenb@tlk.com Date: Fri, 8 Mar 1996 17:01:50 +0300 (MSK) Cc: peter@jhome.dialix.com, torstenb@tlk.com, asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: from "Torsten Blum" at "Mar 8, 96 01:23:48 pm" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL11 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk > > And what happens when a program is written that uses this library comes > > in as a port? You'd have to install the "developemnt" library in order > > to use the final finished program? > > Yes, of course. Take a look at ssh and libz... > > > Take ports/www/comline for example.. It uses libwww-4.0D, and it's not a > > development tool. > > A port that uses a library von ports/devel is not a development tool. > We already have such a port: security/ssh depends on devel/libz > libz used not in ssh only, but for graphics apps too. libwww used only for www. libz is more generic -> 'devel' libwww is less generic -> 'www' -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Fri Mar 8 06:37:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA19548 for freebsd-commit-outgoing; Fri, 8 Mar 1996 06:37:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA19541 for cvs-all-outgoing; Fri, 8 Mar 1996 06:37:52 -0800 (PST) Received: (from erich@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA19508 Fri, 8 Mar 1996 06:37:37 -0800 (PST) Date: Fri, 8 Mar 1996 06:37:37 -0800 (PST) From: "Eric L. Hernes" Message-Id: <199603081437.GAA19508@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/xanim Makefile ports/graphics/xanim/files md5 ports/graphics/xanim/patches patch-aa X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk erich 96/03/08 06:37:36 Modified: graphics/xanim Makefile graphics/xanim/files md5 graphics/xanim/patches patch-aa Log: upgraded to version 2.70.3; added support for cinepak and indeo codecs Revision Changes Path 1.6 +16 -5 ports/graphics/xanim/Makefile 1.4 +3 -1 ports/graphics/xanim/files/md5 1.4 +31 -36 ports/graphics/xanim/patches/patch-aa From owner-freebsd-commit Fri Mar 8 07:26:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA23189 for freebsd-commit-outgoing; Fri, 8 Mar 1996 07:26:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA23175 for cvs-all-outgoing; Fri, 8 Mar 1996 07:26:37 -0800 (PST) Received: from distortion.eng.umd.edu (distortion.eng.umd.edu [129.2.98.6]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA23147 Fri, 8 Mar 1996 07:26:15 -0800 (PST) Received: from ginger.eng.umd.edu (ginger.eng.umd.edu [129.2.98.204]) by distortion.eng.umd.edu (8.7.5/8.7.3) with ESMTP id KAA00770; Fri, 8 Mar 1996 10:24:45 -0500 (EST) Received: (from chuckr@localhost) by ginger.eng.umd.edu (8.7.5/8.7.3) id KAA00586; Fri, 8 Mar 1996 10:24:44 -0500 (EST) Date: Fri, 8 Mar 1996 10:24:43 -0500 (EST) From: Chuck Robey X-Sender: chuckr@ginger.eng.umd.edu To: Satoshi Asami cc: torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-Reply-To: <199603081257.EAA20992@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk On Fri, 8 Mar 1996, Satoshi Asami wrote: > * I meant: it's only usefull for people who want to develop a www application > * with this particular library. > > I know what you meant. The "www" is the keyword there. > > * autoconf, bcc, bison and so on are not useful for "Joe FreeBSD user" - that's > * why they are in the "devel" directory... > > No, they are there because they are develpment tools and also don't > fit into any other category. The libwww port is both a development > tool and a www-related package. And as I said before, when there are > two or more categories that a port belongs to, the "catch-net" > category wins -- like japanese, russian, and www. The point (In my opinion) ought to be, where would your average user, trying to find such tools, be most likely to look for them? I see the examples of autoconf, bcc, and bison; these are purely for development, I think someone would go looking in ports/devel. For the graphics stuff, whether of not it's a lib, they would expect to find it under graphics. Likewise, most people looking for WWW tools are going to look into the www section, regrdless of whether it's a library or not. This hasn't anything to do with dictionary definitions, and this isn't a software categorization problem. This is about causing the most people the least amount of headaches. I think Satoshi is right here. > > Satoshi > ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-commit Fri Mar 8 09:08:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA29934 for freebsd-commit-outgoing; Fri, 8 Mar 1996 09:08:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA29920 for cvs-all-outgoing; Fri, 8 Mar 1996 09:08:35 -0800 (PST) Received: from solar.tlk.com (root@solar.tlk.com [194.97.84.34]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA29910 Fri, 8 Mar 1996 09:08:28 -0800 (PST) Received: by solar.tlk.com id ; Fri, 8 Mar 96 17:05 MET Message-Id: From: torstenb@solar.tlk.com (Torsten Blum) Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: chuckr@glue.umd.edu (Chuck Robey) Date: Fri, 8 Mar 1996 17:05:26 +0100 (MET) Cc: asami@cs.berkeley.edu, torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: from "Chuck Robey" at Mar 8, 96 10:24:43 am Reply-To: torstenb@tlk.com MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Chuck Robey wrote: > The point (In my opinion) ought to be, where would your average user, > trying to find such tools, be most likely to look for them? I see the > examples of autoconf, bcc, and bison; these are purely for development, I > think someone would go looking in ports/devel. For the graphics stuff, > whether of not it's a lib, they would expect to find it under graphics. > Likewise, most people looking for WWW tools are going to look into the > www section, regrdless of whether it's a library or not. Yes, but there's a difference between libwww and the graphics stuff (tiff and jpeg for example): graphics/tiff and graphics/jpeg are not just libraries. These ports also install utilities who might be what joe average user is looking for. libwww is just the library - and someone who is looking for libwww is not "joe average user". That's the point: joe average user has no usage for libwww (port dependencies don't count, that's done automatically) > This hasn't anything to do with dictionary definitions, and this isn't a > software categorization problem. This is about causing the most people > the least amount of headaches. yes, but I don't think that libwww in the www directory lowers the amount of headaches for joe average user. Yes, but there's a difference between libwww and the graphics stuff (tiff and jpeg for example): graphics/tiff and graphics/jpeg are not just libraries. These ports also install utilities who might be what joe average user is looking for. libwww is just the library - and someone who is looking for libwww is not "joe average user". That's the point: joe average user has no usage for libwww (port dependencies don't count, that's done automatically) > This hasn't anything to do with dictionary definitions, and this isn't a > software categorization problem. This is about causing the most people > the least amount of headaches. I don't think that libwww in the www directory lowers the amount of headaches for joe average user. Most people are users not programmers. They will never think about ports/devel... -tb From owner-freebsd-commit Fri Mar 8 10:45:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA04541 for freebsd-commit-outgoing; Fri, 8 Mar 1996 10:45:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA04522 for cvs-all-outgoing; Fri, 8 Mar 1996 10:45:02 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA04492 Fri, 8 Mar 1996 10:44:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.4/8.6.9) with SMTP id KAA19430; Fri, 8 Mar 1996 10:26:12 -0800 (PST) To: torstenb@tlk.com cc: chuckr@glue.umd.edu (Chuck Robey), asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-reply-to: Your message of "Fri, 08 Mar 1996 17:05:26 +0100." Date: Fri, 08 Mar 1996 10:26:12 -0800 Message-ID: <19428.826309572@time.cdrom.com> From: "Jordan K. Hubbard" X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk > Yes, but there's a difference between libwww and the graphics stuff (tiff > and jpeg for example): graphics/tiff and graphics/jpeg are not just I think you're missing one fundamental point here, Torsten, which is that Satoshi is the portsmeister and if he wants the collection organized a certain way then it's HIS decision. I would therefore strongly suggest that you guys just stop arguing about it and do it his way! :-) Jordan From owner-freebsd-commit Fri Mar 8 11:04:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05855 for freebsd-commit-outgoing; Fri, 8 Mar 1996 11:04:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05846 for cvs-all-outgoing; Fri, 8 Mar 1996 11:04:11 -0800 (PST) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA05779 Fri, 8 Mar 1996 11:03:50 -0800 (PST) Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.12/8.6.9) id NAA12306; Fri, 8 Mar 1996 13:55:26 +0100 Message-Id: <199603081255.NAA12306@ghpc6.ihf.rwth-aachen.de> Subject: Re: cvs commit: ports/devel/libwww - Imported sources To: torstenb@tlk.com Date: Fri, 8 Mar 1996 13:55:24 +0100 (MET) From: "Thomas Gellekum" Cc: peter@jhome.dialix.com, asami@cs.berkeley.edu, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-Reply-To: from "Torsten Blum" at Mar 8, 96 01:23:48 pm Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk Torsten Blum wrote: > > Peter Wemm wrote: > > > IMO, libwww should be in ports/www > > I don't agree with you. If you want to move libwww to the www category > you have to do that with other ports (libz, m4 and so on) too... According to your logic, we should move jpeg, tiff, mpeg-lib, xpm from graphics to devel? Or linpack, eispack, blas from math? Nope. Set ${CATEGORIES} to www and devel, but I think libwww belongs in www. tg From owner-freebsd-commit Fri Mar 8 14:38:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18129 for freebsd-commit-outgoing; Fri, 8 Mar 1996 14:38:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18106 for cvs-all-outgoing; Fri, 8 Mar 1996 14:37:54 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18080 Fri, 8 Mar 1996 14:37:40 -0800 (PST) Date: Fri, 8 Mar 1996 14:37:40 -0800 (PST) From: Satoshi Asami Message-Id: <199603082237.OAA18080@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math/octave/pkg PLIST X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/08 14:37:40 Modified: math/octave/pkg PLIST Log: Change version-dependent filenames to 2.2. Revision Changes Path 1.5 +3 -3 ports/math/octave/pkg/PLIST From owner-freebsd-commit Fri Mar 8 15:27:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22421 for freebsd-commit-outgoing; Fri, 8 Mar 1996 15:27:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22414 for cvs-all-outgoing; Fri, 8 Mar 1996 15:27:02 -0800 (PST) Received: from distortion.eng.umd.edu (distortion.eng.umd.edu [129.2.98.6]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA22369 Fri, 8 Mar 1996 15:26:44 -0800 (PST) Received: from ginger.eng.umd.edu (ginger.eng.umd.edu [129.2.98.204]) by distortion.eng.umd.edu (8.7.5/8.7.3) with ESMTP id RAA10723; Fri, 8 Mar 1996 17:15:49 -0500 (EST) Received: (from chuckr@localhost) by ginger.eng.umd.edu (8.7.5/8.7.3) id RAA01659; Fri, 8 Mar 1996 17:15:43 -0500 (EST) Date: Fri, 8 Mar 1996 17:15:34 -0500 (EST) From: Chuck Robey X-Sender: chuckr@ginger.eng.umd.edu To: torstenb@tlk.com cc: asami@cs.berkeley.edu, torstenb@tlk.com, coredump@nervosa.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/devel/libwww - Imported sources In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk On Fri, 8 Mar 1996, Torsten Blum wrote: > Chuck Robey wrote: > > > The point (In my opinion) ought to be, where would your average user, > > trying to find such tools, be most likely to look for them? I see the > > examples of autoconf, bcc, and bison; these are purely for development, I > > think someone would go looking in ports/devel. For the graphics stuff, > > whether of not it's a lib, they would expect to find it under graphics. > > Likewise, most people looking for WWW tools are going to look into the > > www section, regrdless of whether it's a library or not. > > Yes, but there's a difference between libwww and the graphics stuff (tiff > and jpeg for example): graphics/tiff and graphics/jpeg are not just > libraries. These ports also install utilities who might be what joe > average user is looking for. > libwww is just the library - and someone who is looking for libwww is > not "joe average user". > > That's the point: joe average user has no usage for libwww (port dependencies > don't count, that's done automatically) [some context deleted] > I don't think that libwww in the www directory lowers the amount > of headaches for joe average user. > Most people are users not programmers. They will never think about > ports/devel... Even for pretty sophisticated users, this is going to be pretty non-intuitive. You can make justifications about the category, but the bottom line is, it's going to be harder to find libWWW under ports/devel than the much more obvious ports/www. This applies WRT either programs OR libraries. ========================================================================== Chuck Robey chuckr@eng.umd.edu, I run FreeBSD-current on n3lxx + Journey2 Three Accounts for the Super-users in the sky, Seven for the Operators in their halls of fame, Nine for Ordinary Users doomed to crie, One for the Illegal Cracker with his evil game In the Domains of Internet where the data lie. One Account to rule them all, One Account to watch them, One Account to make them all and in the network bind them. From owner-freebsd-commit Fri Mar 8 22:00:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23434 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:00:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23419 for cvs-all-outgoing; Fri, 8 Mar 1996 22:00:28 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23395 Fri, 8 Mar 1996 22:00:11 -0800 (PST) Date: Fri, 8 Mar 1996 22:00:11 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603090600.WAA23395@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/lynx Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/08 22:00:11 Modified: www/lynx Makefile Log: Dist directory name changed Revision Changes Path 1.20 +2 -2 ports/www/lynx/Makefile From owner-freebsd-commit Fri Mar 8 22:36:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25494 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:36:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25388 for cvs-all-outgoing; Fri, 8 Mar 1996 22:35:59 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25321 Fri, 8 Mar 1996 22:35:43 -0800 (PST) Date: Fri, 8 Mar 1996 22:35:43 -0800 (PST) From: Peter Wemm Message-Id: <199603090635.WAA25321@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/w3c_httpd/pkg COMMENT DESCR ports/www/w3c_httpd Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/08 22:35:42 Modified: www/w3c_httpd Makefile www/w3c_httpd/pkg COMMENT DESCR Log: repository copy www/cern_httpd -> www/w3c_httpd cern no longer deal with this program. w3c_httpd is to distinguish it from apache_httpd. I've not tested the build here, because I could not reach the master site. Requested by: ache Revision Changes Path 1.11 +3 -3 ports/www/w3c_httpd/Makefile 1.3 +1 -1 ports/www/w3c_httpd/pkg/COMMENT 1.2 +3 -3 ports/www/w3c_httpd/pkg/DESCR From owner-freebsd-commit Fri Mar 8 22:42:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26855 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:42:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26834 for cvs-all-outgoing; Fri, 8 Mar 1996 22:42:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26805 Fri, 8 Mar 1996 22:42:06 -0800 (PST) Date: Fri, 8 Mar 1996 22:42:06 -0800 (PST) From: Peter Wemm Message-Id: <199603090642.WAA26805@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/linemode Makefile ports/www/linemode/pkg COMMENT DESCR X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/08 22:42:05 Modified: www/linemode Makefile www/linemode/pkg COMMENT DESCR Log: cleanup after repository copy cern_linemode -> linemode cern no longer maintain it. It doesn't have w3c_ prefix because there's no other "linemode" browser to confuse it with. :-) Somebody needs to update pkg/DESCR, it's very out of date. Untested, I can't get to the master size. Requested by: ache Revision Changes Path 1.11 +2 -2 ports/www/linemode/Makefile 1.3 +1 -1 ports/www/linemode/pkg/COMMENT 1.2 +1 -1 ports/www/linemode/pkg/DESCR From owner-freebsd-commit Fri Mar 8 22:42:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26896 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:42:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26889 for cvs-all-outgoing; Fri, 8 Mar 1996 22:42:25 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26853 Fri, 8 Mar 1996 22:42:18 -0800 (PST) Date: Fri, 8 Mar 1996 22:42:18 -0800 (PST) From: John Dyson Message-Id: <199603090642.WAA26853@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_vnops.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:42:17 Modified: sys/kern vfs_vnops.c Log: Remove a now unnecessary function prototype. Revision Changes Path 1.25 +1 -3 src/sys/kern/vfs_vnops.c From owner-freebsd-commit Fri Mar 8 22:43:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26982 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:43:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26975 for cvs-all-outgoing; Fri, 8 Mar 1996 22:43:27 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26951 Fri, 8 Mar 1996 22:43:21 -0800 (PST) Date: Fri, 8 Mar 1996 22:43:21 -0800 (PST) From: John Dyson Message-Id: <199603090643.WAA26951@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:43:21 Modified: sys/kern vfs_subr.c Log: Put the "free vnode isn't" check back in the right place. Revision Changes Path 1.53 +3 -3 src/sys/kern/vfs_subr.c From owner-freebsd-commit Fri Mar 8 22:47:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27274 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:47:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27266 for cvs-all-outgoing; Fri, 8 Mar 1996 22:47:01 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27243 Fri, 8 Mar 1996 22:46:54 -0800 (PST) Date: Fri, 8 Mar 1996 22:46:54 -0800 (PST) From: John Dyson Message-Id: <199603090646.WAA27243@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:46:53 Modified: sys/kern vfs_bio.c Log: Correct handling of dirty pages in I/O buffers. The case where pages residing in a buffer that had been dirtied by a process was being handled incorrectly. The pages were mistakenly placed into the cache queue. This would likely have the effect of mmaped page modifications being lost when I/O system calls were being used simultaneously to the same locations in a file. Submitted by: davidg Revision Changes Path 1.88 +9 -3 src/sys/kern/vfs_bio.c From owner-freebsd-commit Fri Mar 8 22:48:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27493 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:48:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27481 for cvs-all-outgoing; Fri, 8 Mar 1996 22:48:40 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27457 Fri, 8 Mar 1996 22:48:28 -0800 (PST) Date: Fri, 8 Mar 1996 22:48:28 -0800 (PST) From: John Dyson Message-Id: <199603090648.WAA27457@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:48:28 Modified: sys/vm vm_fault.c Log: Set the page valid bits in fewer places, as opposed to being scattered in various places. Revision Changes Path 1.42 +3 -5 src/sys/vm/vm_fault.c From owner-freebsd-commit Fri Mar 8 22:51:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27657 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:51:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27621 for cvs-all-outgoing; Fri, 8 Mar 1996 22:50:54 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27589 Fri, 8 Mar 1996 22:50:46 -0800 (PST) Date: Fri, 8 Mar 1996 22:50:46 -0800 (PST) From: Peter Wemm Message-Id: <199603090650.WAA27589@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/08 22:50:46 Modified: . modules Log: linemode -> ports/www/linemode w3c_httpd -> ports/www/w3c_httpd xlint reinserted in sort order Revision Changes Path 1.654 +4 -2 CVSROOT/modules From owner-freebsd-commit Fri Mar 8 22:52:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27749 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:52:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27736 for cvs-all-outgoing; Fri, 8 Mar 1996 22:52:17 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27711 Fri, 8 Mar 1996 22:52:08 -0800 (PST) Date: Fri, 8 Mar 1996 22:52:08 -0800 (PST) From: John Dyson Message-Id: <199603090652.WAA27711@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:52:08 Modified: sys/vm vm_map.c Log: Fix two problems: The pmap_remove in vm_map_clean incorrectly unmapped the entire map entry. The new vm_map_simplify_entry code had an error (the offset of the combined map entry was not set correctly.) Submitted by: Alan Cox Revision Changes Path 1.37 +3 -2 src/sys/vm/vm_map.c From owner-freebsd-commit Fri Mar 8 22:53:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27871 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:53:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27864 for cvs-all-outgoing; Fri, 8 Mar 1996 22:53:39 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27820 Fri, 8 Mar 1996 22:53:29 -0800 (PST) Date: Fri, 8 Mar 1996 22:53:29 -0800 (PST) From: John Dyson Message-Id: <199603090653.WAA27820@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:53:28 Modified: sys/vm vm_pageout.c Log: Fix a calculation for a paging parameter. Revision Changes Path 1.67 +2 -2 src/sys/vm/vm_pageout.c From owner-freebsd-commit Fri Mar 8 22:54:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27980 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:54:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27971 for cvs-all-outgoing; Fri, 8 Mar 1996 22:54:51 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27947 Fri, 8 Mar 1996 22:54:44 -0800 (PST) Date: Fri, 8 Mar 1996 22:54:44 -0800 (PST) From: John Dyson Message-Id: <199603090654.WAA27947@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm device_pager.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:54:43 Modified: sys/vm device_pager.c Log: Add a missing initialization of the hold_count for device pager ficticiouse pages. Revision Changes Path 1.21 +2 -1 src/sys/vm/device_pager.c From owner-freebsd-commit Fri Mar 8 22:56:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28116 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:56:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28109 for cvs-all-outgoing; Fri, 8 Mar 1996 22:56:53 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28072 Fri, 8 Mar 1996 22:56:42 -0800 (PST) Date: Fri, 8 Mar 1996 22:56:42 -0800 (PST) From: John Dyson Message-Id: <199603090656.WAA28072@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:56:41 Modified: sys/vm vm_page.c Log: Modify a threshold for waking up the pageout daemon. Also, add a consistancy check for making sure that held pages aren't freed (DG). Revision Changes Path 1.49 +7 -3 src/sys/vm/vm_page.c From owner-freebsd-commit Fri Mar 8 22:58:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28210 for freebsd-commit-outgoing; Fri, 8 Mar 1996 22:58:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28203 for cvs-all-outgoing; Fri, 8 Mar 1996 22:58:01 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28174 Fri, 8 Mar 1996 22:57:54 -0800 (PST) Date: Fri, 8 Mar 1996 22:57:54 -0800 (PST) From: John Dyson Message-Id: <199603090657.WAA28174@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 22:57:54 Modified: sys/vm vm_glue.c Log: Delay forking a process until there are more pages available. It was possible to deadlock with the low threshold that we had used. Revision Changes Path 1.42 +2 -2 src/sys/vm/vm_glue.c From owner-freebsd-commit Fri Mar 8 23:00:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28389 for freebsd-commit-outgoing; Fri, 8 Mar 1996 23:00:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28380 for cvs-all-outgoing; Fri, 8 Mar 1996 23:00:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28331 Fri, 8 Mar 1996 23:00:07 -0800 (PST) Date: Fri, 8 Mar 1996 23:00:07 -0800 (PST) From: Peter Wemm Message-Id: <199603090700.XAA28331@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/08 23:00:07 Modified: . modules Log: sort ImageMagick and jp-xdvi into correct location.. Revision Changes Path 1.655 +3 -3 CVSROOT/modules From owner-freebsd-commit Fri Mar 8 23:01:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28449 for freebsd-commit-outgoing; Fri, 8 Mar 1996 23:01:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28442 for cvs-all-outgoing; Fri, 8 Mar 1996 23:01:29 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28420 Fri, 8 Mar 1996 23:01:22 -0800 (PST) Date: Fri, 8 Mar 1996 23:01:22 -0800 (PST) From: John Dyson Message-Id: <199603090701.XAA28420@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 23:01:22 Modified: sys/i386/i386 pmap.c Log: Correct some new and older lurking bugs. Hold count wasn't being handled correctly. Fix some incorrect code that was included to improve performance. Significantly simplify the pmap_use_pt and pmap_unuse_pt subroutines. Add some more diagnostic code. Revision Changes Path 1.78 +212 -118 src/sys/i386/i386/pmap.c From owner-freebsd-commit Fri Mar 8 23:03:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28527 for freebsd-commit-outgoing; Fri, 8 Mar 1996 23:03:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28520 for cvs-all-outgoing; Fri, 8 Mar 1996 23:02:59 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA28497 Fri, 8 Mar 1996 23:02:53 -0800 (PST) Date: Fri, 8 Mar 1996 23:02:53 -0800 (PST) From: John Dyson Message-Id: <199603090702.XAA28497@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/03/08 23:02:53 Modified: sys/miscfs/specfs spec_vnops.c Log: Make sure that the zero flag is cleared upon completion of paging I/O. Revision Changes Path 1.28 +2 -1 src/sys/miscfs/specfs/spec_vnops.c From owner-freebsd-commit Fri Mar 8 23:14:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29044 for freebsd-commit-outgoing; Fri, 8 Mar 1996 23:14:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29036 for cvs-all-outgoing; Fri, 8 Mar 1996 23:14:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29005 Fri, 8 Mar 1996 23:13:59 -0800 (PST) Date: Fri, 8 Mar 1996 23:13:59 -0800 (PST) From: Peter Wemm Message-Id: <199603090713.XAA29005@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/08 23:13:58 Modified: sys/scsi scsiconf.c Log: Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h") Pointed out by: Boyd Faulkner Revision Changes Path 1.56 +3 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Sat Mar 9 00:19:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01826 for freebsd-commit-outgoing; Sat, 9 Mar 1996 00:19:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01819 for cvs-all-outgoing; Sat, 9 Mar 1996 00:18:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01786 Sat, 9 Mar 1996 00:18:44 -0800 (PST) Date: Sat, 9 Mar 1996 00:18:44 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603090818.AAA01786@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c modem.c ppp.8 X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/09 00:18:43 Modified: usr.sbin/ppp main.c modem.c ppp.8 Log: 1) Open /dev/null for std* after setsid() to be shure that modem is *not* our controlling terminal (SIGHUP can coming in other case) 2) Add HUPCL for non-dedicated lines to be shure that modem properly resetted. 3) Correct usage string. Revision Changes Path 1.16 +10 -1 src/usr.sbin/ppp/main.c 1.15 +5 -1 src/usr.sbin/ppp/modem.c 1.15 +3 -2 src/usr.sbin/ppp/ppp.8 From owner-freebsd-commit Sat Mar 9 03:44:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12671 for freebsd-commit-outgoing; Sat, 9 Mar 1996 03:44:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12664 for cvs-all-outgoing; Sat, 9 Mar 1996 03:43:53 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12637 Sat, 9 Mar 1996 03:43:41 -0800 (PST) Date: Sat, 9 Mar 1996 03:43:41 -0800 (PST) From: Satoshi Asami Message-Id: <199603091143.DAA12637@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/graphics/xanim Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 03:43:38 Modified: graphics/xanim Makefile Log: Clean this up a bit. My criteria: don't type the same thing twice. :) Revision Changes Path 1.7 +12 -11 ports/graphics/xanim/Makefile From owner-freebsd-commit Sat Mar 9 03:44:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12865 for freebsd-commit-outgoing; Sat, 9 Mar 1996 03:44:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12857 for cvs-all-outgoing; Sat, 9 Mar 1996 03:44:50 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12834 Sat, 9 Mar 1996 03:44:38 -0800 (PST) Date: Sat, 9 Mar 1996 03:44:38 -0800 (PST) From: Satoshi Asami Message-Id: <199603091144.DAA12834@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/w3c_httpd/patches patch-ac X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 03:44:37 Modified: www/w3c_httpd/patches patch-ac Log: Make it pull in CFLAGS from /etc/make.conf. Revision Changes Path 1.2 +8 -6 ports/www/w3c_httpd/patches/patch-ac From owner-freebsd-commit Sat Mar 9 04:54:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18837 for freebsd-commit-outgoing; Sat, 9 Mar 1996 04:54:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18828 for cvs-all-outgoing; Sat, 9 Mar 1996 04:54:01 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18794 Sat, 9 Mar 1996 04:53:50 -0800 (PST) Date: Sat, 9 Mar 1996 04:53:50 -0800 (PST) From: Satoshi Asami Message-Id: <199603091253.EAA18794@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www/cern_httpd Makefile ports/www/cern_httpd/files md5 ports/www/cern_httpd/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/www/cern_linemode/pkg COMMENT DESCR PLIST ports/www/cern_httpd/pkg COMMENT DESCR PLIST ports/www/cern_linemode Makefile ports/www/cern_linemode/files md5 X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 04:53:49 Removed: www/cern_httpd Makefile www/cern_httpd/files md5 www/cern_httpd/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af www/cern_httpd/pkg COMMENT DESCR PLIST www/cern_linemode Makefile www/cern_linemode/files md5 www/cern_linemode/pkg COMMENT DESCR PLIST Log: Remove originals, Peter already copied them to new locations. From owner-freebsd-commit Sat Mar 9 04:55:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19029 for freebsd-commit-outgoing; Sat, 9 Mar 1996 04:55:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19004 for cvs-all-outgoing; Sat, 9 Mar 1996 04:55:23 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18958 Sat, 9 Mar 1996 04:55:08 -0800 (PST) Date: Sat, 9 Mar 1996 04:55:08 -0800 (PST) From: Satoshi Asami Message-Id: <199603091255.EAA18958@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 04:55:08 Modified: www Makefile Log: Rename cern_httpd -> w3c_httpd, cern_linemode -> linemode. This completes the repository copy operation. Thanks, Peter. Revision Changes Path 1.6 +3 -3 ports/www/Makefile From owner-freebsd-commit Sat Mar 9 05:09:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20420 for freebsd-commit-outgoing; Sat, 9 Mar 1996 05:09:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20389 for cvs-all-outgoing; Sat, 9 Mar 1996 05:09:00 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA20368 Sat, 9 Mar 1996 05:08:47 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id VAA12591; Sat, 9 Mar 1996 21:08:43 +0800 (WST) Message-Id: <199603091308.VAA12591@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/www/cern_httpd Makefile ports/www/cern_httpd/files md5 ports/www/cern_httpd/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/www/cern_linemode/pkg COMMENT DESCR PLIST ports/www/cern_httpd/pkg COMMENT DESCR PLIST ports/www/cern_linemode Makefile ports/www/cern_linemode/files md5 In-reply-to: Your message of "Sat, 09 Mar 1996 04:53:50 PST." <199603091253.EAA18794@freefall.freebsd.org> Date: Sat, 09 Mar 1996 21:08:41 +0800 From: Peter Wemm X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk >asami 96/03/09 04:53:49 > > Removed: www/cern_httpd Makefile > www/cern_httpd/files md5 > www/cern_httpd/patches patch-aa patch-ab patch-ac patch-ad > patch-ae patch-af > www/cern_httpd/pkg COMMENT DESCR PLIST > www/cern_linemode Makefile > www/cern_linemode/files md5 > www/cern_linemode/pkg COMMENT DESCR PLIST > Log: > Remove originals, Peter already copied them to new locations. Yes, I didn't zap them because I'd not been able to build the port under the new location.. (ftp.w3c.org was having ftp problems.. I see it's "only" a linux machine.. :-) Cheers, -Peter From owner-freebsd-commit Sat Mar 9 05:09:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20492 for freebsd-commit-outgoing; Sat, 9 Mar 1996 05:09:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20482 for cvs-all-outgoing; Sat, 9 Mar 1996 05:09:55 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA20461 Sat, 9 Mar 1996 05:09:41 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id VAA12734; Sat, 9 Mar 1996 21:09:35 +0800 (WST) Message-Id: <199603091309.VAA12734@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/www Makefile In-reply-to: Your message of "Sat, 09 Mar 1996 04:55:08 PST." <199603091255.EAA18958@freefall.freebsd.org> Date: Sat, 09 Mar 1996 21:09:35 +0800 From: Peter Wemm X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk >asami 96/03/09 04:55:08 > > Modified: www Makefile > Log: > Rename cern_httpd -> w3c_httpd, cern_linemode -> linemode. This completes > the repository copy operation. Thanks, Peter. Oh, and the old module names need to get deleted... Cheers, -Peter From owner-freebsd-commit Sat Mar 9 05:33:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22737 for freebsd-commit-outgoing; Sat, 9 Mar 1996 05:33:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22729 for cvs-all-outgoing; Sat, 9 Mar 1996 05:33:06 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22697 Sat, 9 Mar 1996 05:32:47 -0800 (PST) Date: Sat, 9 Mar 1996 05:32:47 -0800 (PST) From: Satoshi Asami Message-Id: <199603091332.FAA22697@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports INDEX X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 05:32:46 Modified: . INDEX Log: The latest INDEX. The older one had wrong dependencies (it picked up the PKGNAME from my working copy of xpm, which is not committed). Revision Changes Path 1.61 +35 -29 ports/INDEX From owner-freebsd-commit Sat Mar 9 05:36:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23007 for freebsd-commit-outgoing; Sat, 9 Mar 1996 05:36:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23000 for cvs-all-outgoing; Sat, 9 Mar 1996 05:36:43 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22978 Sat, 9 Mar 1996 05:36:36 -0800 (PST) Date: Sat, 9 Mar 1996 05:36:36 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603091336.FAA22978@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/secure/lib/libtelnet Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/09 05:36:35 Modified: secure/lib/libtelnet Makefile Log: Sense MAKE_EBONES, DESTDIR SRCS cleanup DPADD cleanup Revision Changes Path 1.12 +22 -15 src/secure/lib/libtelnet/Makefile From owner-freebsd-commit Sat Mar 9 05:39:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23147 for freebsd-commit-outgoing; Sat, 9 Mar 1996 05:39:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23138 for cvs-all-outgoing; Sat, 9 Mar 1996 05:39:09 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA23110 Sat, 9 Mar 1996 05:39:02 -0800 (PST) Date: Sat, 9 Mar 1996 05:39:02 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603091339.FAA23110@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/secure/libexec/telnetd Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/09 05:39:02 Modified: secure/libexec/telnetd Makefile Log: Sense MAKE_EBONES, DESTDIR SRCS, DPADD cleanup Revision Changes Path 1.12 +11 -5 src/secure/libexec/telnetd/Makefile From owner-freebsd-commit Sat Mar 9 06:10:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25518 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:10:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25502 for cvs-all-outgoing; Sat, 9 Mar 1996 06:10:11 -0800 (PST) Received: from internat.freebsd.org (internat.freebsd.org [146.64.28.89]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA25467 Sat, 9 Mar 1996 06:10:00 -0800 (PST) Received: (from markm@localhost) by internat.freebsd.org (8.6.12/8.6.9) id QAA13102; Sat, 9 Mar 1996 16:09:47 +0200 Date: Sat, 9 Mar 1996 16:09:47 +0200 From: Mark Murray Message-Id: <199603091409.QAA13102@internat.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src/secure/lib/libtelnet Makefile src/secure/libexec/telnetd Makefile src/secure/usr.bin/telnet Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/09 16:09:46 FreeBSD International Crypto Repository Modified: secure/lib/libtelnet Makefile secure/libexec/telnetd Makefile secure/usr.bin/telnet Makefile Log: Sense MAKE_EBONES, DESTDIR. SRCS DPADD Cleanup. Submitted by: ache Revision Changes Path 1.10 +22 -15 src/secure/lib/libtelnet/Makefile 1.11 +11 -5 src/secure/libexec/telnetd/Makefile 1.9 +13 -7 src/secure/usr.bin/telnet/Makefile From owner-freebsd-commit Sat Mar 9 06:36:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28161 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:36:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28150 for cvs-all-outgoing; Sat, 9 Mar 1996 06:36:45 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28118 Sat, 9 Mar 1996 06:36:22 -0800 (PST) Date: Sat, 9 Mar 1996 06:36:22 -0800 (PST) From: Satoshi Asami Message-Id: <199603091436.GAA28118@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/www Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 06:36:21 Modified: www Makefile Log: Added arena. Revision Changes Path 1.7 +2 -1 ports/www/Makefile From owner-freebsd-commit Sat Mar 9 06:42:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28571 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:42:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28564 for cvs-all-outgoing; Sat, 9 Mar 1996 06:42:14 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28515 Sat, 9 Mar 1996 06:42:02 -0800 (PST) Date: Sat, 9 Mar 1996 06:42:02 -0800 (PST) From: Satoshi Asami Message-Id: <199603091442.GAA28515@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 06:42:02 Modified: . modules Log: fvwm2 --> ports/x11/fvwm2 Revision Changes Path 1.656 +2 -1 CVSROOT/modules From owner-freebsd-commit Sat Mar 9 06:43:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28653 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:43:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28636 for cvs-all-outgoing; Sat, 9 Mar 1996 06:43:04 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28612 Sat, 9 Mar 1996 06:42:58 -0800 (PST) Date: Sat, 9 Mar 1996 06:42:58 -0800 (PST) From: Satoshi Asami Message-Id: <199603091442.GAA28612@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/fvwm2 - Imported sources X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 06:42:57 ports/x11/fvwm2 - Imported sources Update of /home/ncvs/ports/x11/fvwm2 In directory freefall.freebsd.org:/a/asami/fvwm2 Revision/Branch: 1.1.1 Log Message: The beta af fvwm version 2. Peter gave it to me a long time ago, I thought he was going to commit it but he didn't so I'm going to do it. :) Submitted by: peter Status: Vendor Tag: WEMM Release Tags: fvwm_2_0_40 N ports/x11/fvwm2/Makefile N ports/x11/fvwm2/files/md5 N ports/x11/fvwm2/patches/patch-aa N ports/x11/fvwm2/patches/patch-ab N ports/x11/fvwm2/patches/patch-ad N ports/x11/fvwm2/patches/patch-ae N ports/x11/fvwm2/pkg/PLIST N ports/x11/fvwm2/pkg/DESCR N ports/x11/fvwm2/pkg/COMMENT No conflicts created by this import From owner-freebsd-commit Sat Mar 9 06:43:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28730 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:43:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28723 for cvs-all-outgoing; Sat, 9 Mar 1996 06:43:29 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28695 Sat, 9 Mar 1996 06:43:21 -0800 (PST) Date: Sat, 9 Mar 1996 06:43:21 -0800 (PST) From: Satoshi Asami Message-Id: <199603091443.GAA28695@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11 Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 06:43:21 Modified: x11 Makefile Log: Add fvwm2. Revision Changes Path 1.82 +2 -1 ports/x11/Makefile From owner-freebsd-commit Sat Mar 9 06:57:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00161 for freebsd-commit-outgoing; Sat, 9 Mar 1996 06:57:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00147 for cvs-all-outgoing; Sat, 9 Mar 1996 06:57:53 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00104 Sat, 9 Mar 1996 06:57:44 -0800 (PST) Date: Sat, 9 Mar 1996 06:57:44 -0800 (PST) From: Mark Murray Message-Id: <199603091457.GAA00104@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su Makefile su.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/03/09 06:57:44 Modified: usr.bin/su Makefile su.c Log: Better integrate kerberos into su so that if an incorrect Kerberos password is entered, the user is not prompted for a password a second time. This closes pr-bin/1006. Revision Changes Path 1.11 +1 -0 src/usr.bin/su/Makefile 1.12 +52 -32 src/usr.bin/su/su.c From owner-freebsd-commit Sat Mar 9 08:22:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06395 for freebsd-commit-outgoing; Sat, 9 Mar 1996 08:22:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06377 for cvs-all-outgoing; Sat, 9 Mar 1996 08:22:28 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06338 Sat, 9 Mar 1996 08:22:07 -0800 (PST) Date: Sat, 9 Mar 1996 08:22:07 -0800 (PST) From: Jean-Marc Zucconi Message-Id: <199603091622.IAA06338@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/x11/XFree86/scripts configure X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk jmz 96/03/09 08:22:06 Modified: x11/XFree86/scripts configure Log: The cpwh variable is not always defined and thus caused a syntax error (if [ != NO ]) Revision Changes Path 1.17 +1 -1 ports/x11/XFree86/scripts/configure From owner-freebsd-commit Sat Mar 9 10:59:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16598 for freebsd-commit-outgoing; Sat, 9 Mar 1996 10:59:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16588 for cvs-all-outgoing; Sat, 9 Mar 1996 10:59:15 -0800 (PST) Received: (from rgrimes@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16561 Sat, 9 Mar 1996 10:59:02 -0800 (PST) Date: Sat, 9 Mar 1996 10:59:02 -0800 (PST) From: "Rodney W. Grimes" Message-Id: <199603091859.KAA16561@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa rc.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk rgrimes 96/03/09 10:59:02 Modified: sys/i386/isa rc.c Log: Convert a timeout loop from 100 iterations of 15uS to 50 iterations of 30uS so that really fast systems stop getting timeout messages from the Riscom driver. Reviewed by: ache, peter@nmti.com (Peter da Silva) Revision Changes Path 1.21 +2 -2 src/sys/i386/isa/rc.c From owner-freebsd-commit Sat Mar 9 11:03:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16928 for freebsd-commit-outgoing; Sat, 9 Mar 1996 11:03:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16920 for cvs-all-outgoing; Sat, 9 Mar 1996 11:03:47 -0800 (PST) Received: (from rgrimes@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16896 Sat, 9 Mar 1996 11:03:38 -0800 (PST) Date: Sat, 9 Mar 1996 11:03:38 -0800 (PST) From: "Rodney W. Grimes" Message-Id: <199603091903.LAA16896@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa rc.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk rgrimes 96/03/09 11:03:38 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa rc.c Log: Bring in revision 1.21, timeout fix. Reviewed by: ache, peter@nmti.com (Peter da Silva) Revision Changes Path 1.1.4.2 +2 -2 src/sys/i386/isa/rc.c From owner-freebsd-commit Sat Mar 9 11:18:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17683 for freebsd-commit-outgoing; Sat, 9 Mar 1996 11:18:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17673 for cvs-all-outgoing; Sat, 9 Mar 1996 11:18:11 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA17658 Sat, 9 Mar 1996 11:18:03 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id LAA10171; Sat, 9 Mar 1996 11:17:24 -0800 From: "Rodney W. Grimes" Message-Id: <199603091917.LAA10171@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sys/i386/isa rc.c To: rgrimes@freefall.freebsd.org (Rodney W. Grimes) Date: Sat, 9 Mar 1996 11:17:24 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199603091859.KAA16561@freefall.freebsd.org> from "Rodney W. Grimes" at Mar 9, 96 10:59:02 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk > > rgrimes 96/03/09 10:59:02 > > Modified: sys/i386/isa rc.c > Log: > Convert a timeout loop from 100 iterations of 15uS to 50 > iterations of 30uS so that really fast systems stop getting > timeout messages from the Riscom driver. > > Reviewed by: ache, peter@nmti.com (Peter da Silva) > > Revision Changes Path > 1.21 +2 -2 src/sys/i386/isa/rc.c Note that this patch really points to a problem in DELAY(X) for X smaller than 20. Right now the DELAY code does an X=-20 and never really goes into the DELAY loop. It seems that on 133Mhz and faster Pentium systems the assumed overhead time of 20uS is no longer valid and something needs to be done to correct this. This is especially true when calling short DELAY's in a loop since that all ends up running from the internal cache. If you spot DELAY being called in an loop some place with values of 20 or below I suggest that the code be corrected to do what I did here or we are going to see more of these types of problems as system speeds increase. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-commit Sat Mar 9 11:23:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18160 for freebsd-commit-outgoing; Sat, 9 Mar 1996 11:23:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18146 for cvs-all-outgoing; Sat, 9 Mar 1996 11:23:18 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18118 Sat, 9 Mar 1996 11:23:05 -0800 (PST) Date: Sat, 9 Mar 1996 11:23:05 -0800 (PST) From: Joerg Wunsch Message-Id: <199603091923.LAA18118@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/talk get_iface.c Makefile ctl.c ctl_transact.c display.c get_addrs.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/03/09 11:23:05 Modified: usr.bin/talk Makefile ctl.c ctl_transact.c display.c get_addrs.c get_names.c init_disp.c invite.c io.c look_up.c msgs.c talk.c talk.h Added: usr.bin/talk get_iface.c Log: Make talk automagically find out the interface IP address where the remote peer will be connected through. This avoids the ``Checking for invitation on caller's machine'' problem for multi-homed hosts. Thanks to: Garrett, for his `find_interface' example Revision Changes Path 1.4 +3 -2 src/usr.bin/talk/Makefile 1.3 +5 -2 src/usr.bin/talk/ctl.c 1.3 +7 -7 src/usr.bin/talk/ctl_transact.c 1.3 +7 -2 src/usr.bin/talk/display.c 1.2 +11 -22 src/usr.bin/talk/get_addrs.c 1.4 +3 -5 src/usr.bin/talk/get_names.c 1.5 +8 -3 src/usr.bin/talk/init_disp.c 1.4 +6 -2 src/usr.bin/talk/invite.c 1.4 +10 -8 src/usr.bin/talk/io.c 1.3 +3 -0 src/usr.bin/talk/look_up.c 1.3 +5 -1 src/usr.bin/talk/msgs.c 1.5 +4 -0 src/usr.bin/talk/talk.c 1.2 +36 -0 src/usr.bin/talk/talk.h From owner-freebsd-commit Sat Mar 9 12:11:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA20499 for freebsd-commit-outgoing; Sat, 9 Mar 1996 12:11:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA20486 for cvs-all-outgoing; Sat, 9 Mar 1996 12:11:32 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA20468 Sat, 9 Mar 1996 12:11:25 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id HAA22595; Sun, 10 Mar 1996 07:09:03 +1100 Date: Sun, 10 Mar 1996 07:09:03 +1100 From: Bruce Evans Message-Id: <199603092009.HAA22595@godzilla.zeta.org.au> To: rgrimes@freefall.freebsd.org, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src/sys/i386/isa rc.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk >Note that this patch really points to a problem in DELAY(X) for X >smaller than 20. Right now the DELAY code does an X=-20 and never >really goes into the DELAY loop. >It seems that on 133Mhz and faster Pentium systems the assumed overhead >time of 20uS is no longer valid and something needs to be done to >correct this. This is especially true when calling short DELAY's in >a loop since that all ends up running from the internal cache. >If you spot DELAY being called in an loop some place with values of >20 or below I suggest that the code be corrected to do what I did here >or we are going to see more of these types of problems as system >speeds increase. Very short delays should only have been used when the precise delay isn't critical. It isn't practical to guarantee a maximum delay (slow machines take several usec just to call DELAY(), and interrupts may extend the delay for several thousand usec). Perhaps DELAY() should guarantee a minimal delay. This would make all the stupid timeout loops with DELAY(SMALL) give huge timeouts on slow machines :-(. Bruce From owner-freebsd-commit Sat Mar 9 14:58:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02494 for freebsd-commit-outgoing; Sat, 9 Mar 1996 14:58:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22072 for cvs-all-outgoing; Sat, 9 Mar 1996 05:27:10 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA21994 Sat, 9 Mar 1996 05:26:32 -0800 (PST) Date: Sat, 9 Mar 1996 05:26:32 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199603091326.FAA21994@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/secure/usr.bin/telnet Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/03/09 05:26:29 Modified: secure/usr.bin/telnet Makefile Log: Sense MAKE_EBONES, DESTDIR SRCS cleanup DPADD cleanup Revision Changes Path 1.12 +13 -7 src/secure/usr.bin/telnet/Makefile From owner-freebsd-commit Sat Mar 9 15:30:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04142 for freebsd-commit-outgoing; Sat, 9 Mar 1996 15:30:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04070 for cvs-all-outgoing; Sat, 9 Mar 1996 15:29:47 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA04020 Sat, 9 Mar 1996 15:29:19 -0800 (PST) Date: Sat, 9 Mar 1996 15:29:19 -0800 (PST) From: Satoshi Asami Message-Id: <199603092329.PAA04020@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-CVSROOT Subject: cvs commit: CVSROOT modules X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 15:29:19 Modified: . modules Log: Remove cern_httpd and cern_linemode. Reminded by: peter Revision Changes Path 1.657 +1 -3 CVSROOT/modules From owner-freebsd-commit Sat Mar 9 15:49:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05104 for freebsd-commit-outgoing; Sat, 9 Mar 1996 15:49:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05094 for cvs-all-outgoing; Sat, 9 Mar 1996 15:49:06 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05045 Sat, 9 Mar 1996 15:48:57 -0800 (PST) Date: Sat, 9 Mar 1996 15:48:57 -0800 (PST) From: Wolfram Schneider Message-Id: <199603092348.PAA05045@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.doc.mk bsd.kmod.mk bsd.prog.mk X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/03/09 15:48:56 Modified: share/mk bsd.doc.mk bsd.kmod.mk bsd.prog.mk Log: [Ee]rrs -> Errs errs, save one process for make clean Revision Changes Path 1.24 +2 -2 src/share/mk/bsd.doc.mk 1.18 +3 -3 src/share/mk/bsd.kmod.mk 1.28 +3 -3 src/share/mk/bsd.prog.mk From owner-freebsd-commit Sat Mar 9 15:50:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05280 for freebsd-commit-outgoing; Sat, 9 Mar 1996 15:50:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05273 for cvs-all-outgoing; Sat, 9 Mar 1996 15:50:18 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA05245 Sat, 9 Mar 1996 15:50:07 -0800 (PST) Date: Sat, 9 Mar 1996 15:50:07 -0800 (PST) From: Satoshi Asami Message-Id: <199603092350.PAA05245@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/isc-dhcp Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 15:50:07 Modified: net/isc-dhcp Makefile Log: Compress manpages so that this thing actually packages. Also, change package name slightly (no "beta" allowed in version string). Revision Changes Path 1.2 +6 -2 ports/net/isc-dhcp/Makefile From owner-freebsd-commit Sat Mar 9 16:04:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06511 for freebsd-commit-outgoing; Sat, 9 Mar 1996 16:04:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06503 for cvs-all-outgoing; Sat, 9 Mar 1996 16:04:33 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06474 Sat, 9 Mar 1996 16:04:13 -0800 (PST) Date: Sat, 9 Mar 1996 16:04:13 -0800 (PST) From: Satoshi Asami Message-Id: <199603100004.QAA06474@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/lang/scm/files md5 X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 16:04:12 Modified: lang/scm/files md5 Log: Checksum was wrong. Revision Changes Path 1.4 +2 -2 ports/lang/scm/files/md5 From owner-freebsd-commit Sat Mar 9 16:06:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06664 for freebsd-commit-outgoing; Sat, 9 Mar 1996 16:06:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06650 for cvs-all-outgoing; Sat, 9 Mar 1996 16:06:04 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA06614 Sat, 9 Mar 1996 16:05:51 -0800 (PST) Date: Sat, 9 Mar 1996 16:05:51 -0800 (PST) From: Satoshi Asami Message-Id: <199603100005.QAA06614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/math/oleo Makefile X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 16:05:50 Modified: math/oleo Makefile Log: Delete unnecessary stuff. Revision Changes Path 1.7 +2 -3 ports/math/oleo/Makefile From owner-freebsd-commit Sat Mar 9 16:20:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA07891 for freebsd-commit-outgoing; Sat, 9 Mar 1996 16:20:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA07854 for cvs-all-outgoing; Sat, 9 Mar 1996 16:20:40 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA07805 Sat, 9 Mar 1996 16:20:30 -0800 (PST) Date: Sat, 9 Mar 1996 16:20:30 -0800 (PST) From: Mike Pritchard Message-Id: <199603100020.QAA07805@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mount.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/03/09 16:20:29 Modified: sbin/mount mount.c Log: Do not allow the caller to specify the same path for the special device file and the mount point. This prevents the "unexpected recursive lock" panic from happening. This is a temporary fix. A kernel fix would be much much more ugly than this, and still wouldn't be the "right" way to fix it. After some of Terry's file system rework is installed, it will be possible to properly fix this problem in a clean manner. Until then, this change should prevent use from getting a problem report on this every month or so (and I just noticed that someone in one of the freebsd news groups was complaining about this problem, too). Revision Changes Path 1.10 +19 -0 src/sbin/mount/mount.c From owner-freebsd-commit Sat Mar 9 16:49:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09754 for freebsd-commit-outgoing; Sat, 9 Mar 1996 16:49:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09738 for cvs-all-outgoing; Sat, 9 Mar 1996 16:49:12 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09707 Sat, 9 Mar 1996 16:48:45 -0800 (PST) Date: Sat, 9 Mar 1996 16:48:45 -0800 (PST) From: Satoshi Asami Message-Id: <199603100048.QAA09707@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports INDEX X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/03/09 16:48:45 Modified: . INDEX Log: New INDEX file. Some more ports added. Revision Changes Path 1.62 +5 -2 ports/INDEX From owner-freebsd-commit Sat Mar 9 16:50:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09922 for freebsd-commit-outgoing; Sat, 9 Mar 1996 16:50:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09913 for cvs-all-outgoing; Sat, 9 Mar 1996 16:50:30 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA09888 Sat, 9 Mar 1996 16:50:19 -0800 (PST) Date: Sat, 9 Mar 1996 16:50:19 -0800 (PST) From: Bruce Evans Message-Id: <199603100050.QAA09888@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot asm.S table.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/09 16:50:19 Branch: sys/i386/boot/biosboot RELENG_2_1_0 Modified: sys/i386/boot/biosboot asm.S table.c Log: Brought in fixes for restoring segment registers in prot_to_real() from asm.S (rev 1.7) and table.c (rev 1.9). Revision Changes Path 1.6.4.1 +11 -10 src/sys/i386/boot/biosboot/asm.S 1.7.4.2 +2 -2 src/sys/i386/boot/biosboot/table.c From owner-freebsd-commit Sat Mar 9 18:10:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14642 for freebsd-commit-outgoing; Sat, 9 Mar 1996 18:10:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14634 for cvs-all-outgoing; Sat, 9 Mar 1996 18:10:43 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14609 Sat, 9 Mar 1996 18:10:29 -0800 (PST) Date: Sat, 9 Mar 1996 18:10:29 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603100210.SAA14609@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/09 18:10:28 Modified: sys/i386/isa isa.c Log: Don't print DMA busy messages - the sound code apparently runs afoul of this without actually providing useful information and works nonetheless. Submitted by: Jim Lowe Revision Changes Path 1.64 +7 -1 src/sys/i386/isa/isa.c From owner-freebsd-commit Sat Mar 9 18:17:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14970 for freebsd-commit-outgoing; Sat, 9 Mar 1996 18:17:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14939 for cvs-all-outgoing; Sat, 9 Mar 1996 18:17:10 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA14888 Sat, 9 Mar 1996 18:17:00 -0800 (PST) Date: Sat, 9 Mar 1996 18:17:00 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199603100217.SAA14888@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pcvt/Misc/Etc rc.local X-Loop: owner-cvs-all@FreeBSD.ORG Sender: owner-commit@FreeBSD.ORG X-Loop: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/03/09 18:16:59 Modified: usr.sbin/pcvt/Misc/Etc rc.local Log: Correct paths for pcvt in FreeBSD. Close PR#1071 Submitted by: David E. O'Brien Revision Changes Path 1.2 +30 -30 src/usr.sbin/pcvt/Misc/Etc/rc.local