From owner-cvs-user Sun Mar 23 01:24:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA00871 for cvs-user-outgoing; Sun, 23 Mar 1997 01:24:18 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA00862; Sun, 23 Mar 1997 01:24:16 -0800 (PST) Date: Sun, 23 Mar 1997 01:24:16 -0800 (PST) From: John-Mark Gurney Message-Id: <199703230924.BAA00862@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gcc gcc.1 Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/03/23 01:24:15 Branch: contrib/gcc RELENG_2_2 Modified: contrib/gcc gcc.1 Log: YAMFC: slight fix to gcc man page... Revision Changes Path 1.2.2.1 +9 -3 src/contrib/gcc/gcc.1 From owner-cvs-user Sun Mar 23 10:51:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18533 for cvs-user-outgoing; Sun, 23 Mar 1997 10:51:23 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18526; Sun, 23 Mar 1997 10:51:22 -0800 (PST) Date: Sun, 23 Mar 1997 10:51:22 -0800 (PST) From: Joerg Wunsch Message-Id: <199703231851.KAA18526@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/top - Imported sources Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/23 10:51:22 src/contrib/top - Imported sources Update of /home/ncvs/src/contrib/top In directory freefall.freebsd.org:/a/joerg/top-3.4 Revision/Branch: 1.1.1 Log Message: This is the long-awaited import of top into the base system (actually, the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection. Status: Vendor Tag: NWU Release Tags: v3_4 N src/contrib/top/README N src/contrib/top/INSTALL N src/contrib/top/DISCLAIMER N src/contrib/top/FAQ N src/contrib/top/ADVERTISEMENT N src/contrib/top/Changes N src/contrib/top/Configure N src/contrib/top/Porting N src/contrib/top/Makefile.X N src/contrib/top/Make.desc.X N src/contrib/top/getans N src/contrib/top/install N src/contrib/top/top.c N src/contrib/top/commands.c N src/contrib/top/display.c N src/contrib/top/screen.c N src/contrib/top/username.c N src/contrib/top/utils.c N src/contrib/top/version.c N src/contrib/top/getopt.c N src/contrib/top/prime.c N src/contrib/top/boolean.h N src/contrib/top/display.h N src/contrib/top/layout.h N src/contrib/top/loadavg.h N src/contrib/top/screen.h N src/contrib/top/machine.h N src/contrib/top/patchlevel.h N src/contrib/top/top.h N src/contrib/top/top.local.H N src/contrib/top/os.h N src/contrib/top/utils.h N src/contrib/top/sigconv.awk N src/contrib/top/top.X N src/contrib/top/m-template N src/contrib/top/metatop No conflicts created by this import From owner-cvs-user Sun Mar 23 10:53:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18733 for cvs-user-outgoing; Sun, 23 Mar 1997 10:53:07 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA18722; Sun, 23 Mar 1997 10:53:05 -0800 (PST) Date: Sun, 23 Mar 1997 10:53:05 -0800 (PST) From: Joerg Wunsch Message-Id: <199703231853.KAA18722@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/top display.c layout.h machine.h top.c top.h utils.c utils.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/23 10:53:05 Modified: contrib/top display.c layout.h machine.h top.c top.h utils.c utils.h Log: Apply the FreeBSD-local patches. Obtained from: The ports collection. Revision Changes Path 1.2 +43 -2 src/contrib/top/display.c 1.2 +7 -5 src/contrib/top/layout.h 1.2 +2 -0 src/contrib/top/machine.h 1.2 +13 -2 src/contrib/top/top.c 1.2 +1 -1 src/contrib/top/top.h 1.2 +40 -7 src/contrib/top/utils.c 1.2 +1 -0 src/contrib/top/utils.h From owner-cvs-user Sun Mar 23 14:31:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03262 for cvs-user-outgoing; Sun, 23 Mar 1997 14:31:23 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03255; Sun, 23 Mar 1997 14:31:21 -0800 (PST) Date: Sun, 23 Mar 1997 14:31:21 -0800 (PST) From: Wolfram Schneider Message-Id: <199703232231.OAA03255@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/groff/tmac doc-syms Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/23 14:31:20 Modified: contrib/groff/tmac doc-syms Log: Add last minute CDROM releases 2.1.6.1, 2.1.7.1, 2.2.1 to macro .Fx Revision Changes Path 1.8 +6 -0 src/contrib/groff/tmac/doc-syms From owner-cvs-user Sun Mar 23 17:01:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14503 for cvs-user-outgoing; Sun, 23 Mar 1997 17:01:59 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA14461; Sun, 23 Mar 1997 17:01:32 -0800 (PST) From: Mike Pritchard Message-Id: <199703240101.RAA14461@freefall.freebsd.org> Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms To: wosch@freefall.freebsd.org (Wolfram Schneider) Date: Sun, 23 Mar 1997 17:01:31 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199703232231.OAA03255@freefall.freebsd.org> from "Wolfram Schneider" at Mar 23, 97 02:31:21 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > wosch 97/03/23 14:31:20 > > Modified: contrib/groff/tmac doc-syms > Log: > Add last minute CDROM releases 2.1.6.1, 2.1.7.1, 2.2.1 to macro .Fx Is there any real need for this? There aren't any programs or manual pages that first appeared in one of the x.x.x.1 releases that didn't appear in the x.x.x release first, right? And none of those releases actually advertise themselves by those relese names, do they? E.g. 2.1.7.1 lies and says it is 2.1.7, doesn't it? -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-user Mon Mar 24 06:52:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA11621 for cvs-user-outgoing; Mon, 24 Mar 1997 06:52:55 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA11614; Mon, 24 Mar 1997 06:52:53 -0800 (PST) Date: Mon, 24 Mar 1997 06:52:53 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703241452.GAA11614@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/eBones/lib/libkrb des_rw.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/24 06:52:52 Modified: eBones/lib/libkrb des_rw.c Log: Use srandomdev() now Revision Changes Path 1.8 +3 -2 src/eBones/lib/libkrb/des_rw.c From owner-cvs-user Mon Mar 24 08:47:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA17565 for cvs-user-outgoing; Mon, 24 Mar 1997 08:47:19 -0800 (PST) Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA17338; Mon, 24 Mar 1997 08:43:29 -0800 (PST) Received: (from markm@localhost) by internat.freebsd.org (8.8.5/8.8.5) id SAA23180; Mon, 24 Mar 1997 18:43:03 +0200 (SAT) Date: Mon, 24 Mar 1997 18:43:03 +0200 (SAT) From: Mark Murray Message-Id: <199703241643.SAA23180@internat.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src/eBones/lib/libkrb des_rw.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 97/03/24 18:43:03 FreeBSD International Crypto Repository Modified: eBones/lib/libkrb des_rw.c Log: Use srandomdev() to initialise the RNG. Submitted by: ache Revision Changes Path 1.10 +3 -2 src/eBones/lib/libkrb/des_rw.c From owner-cvs-user Mon Mar 24 16:09:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22213 for cvs-user-outgoing; Mon, 24 Mar 1997 16:09:03 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22204; Mon, 24 Mar 1997 16:08:59 -0800 (PST) Date: Mon, 24 Mar 1997 16:08:59 -0800 (PST) From: Joerg Wunsch Message-Id: <199703250008.QAA22204@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/03/24 16:08:58 Modified: release/sysinstall/help relnotes.hlp Log: Mention top(1) being part of the base system now. Revision Changes Path 1.39 +3 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-user Mon Mar 24 18:46:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03475 for cvs-user-outgoing; Mon, 24 Mar 1997 18:46:10 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03466; Mon, 24 Mar 1997 18:46:07 -0800 (PST) Date: Mon, 24 Mar 1997 18:46:07 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703250246.SAA03466@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c index.c install.c menus.c register.c src/release/sysinstall/help readme.hlp relnotes.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/24 18:46:06 Branch: release/sysinstall RELENG_2_2 release/sysinstall/help RELENG_2_2 Modified: release/sysinstall dist.c index.c install.c menus.c register.c release/sysinstall/help readme.hlp relnotes.hlp Log: o Fix bogon in paranoia check for !distributions. o Clean up package installer menus a little and make certain things more clear by changing the button labels. Also add category description for Korean ports/packages. o Turn on secure NFS (-P) by default for John P. o Put release name in top menu. o Fix UK FTP sites since they now follow canon. o Change release notes to say we're 2.2.1 now. The RELENG_2_1_1_RELEASE tag will slide forward on all these files. Revision Changes Path 1.73.2.23 +2 -4 src/release/sysinstall/dist.c 1.38.2.6 +20 -11 src/release/sysinstall/index.c 1.134.2.39 +2 -1 src/release/sysinstall/install.c 1.89.2.33 +4 -4 src/release/sysinstall/menus.c 1.1.2.5 +4 -1 src/release/sysinstall/register.c 1.12.2.9 +3 -3 src/release/sysinstall/help/readme.hlp 1.17.2.17 +22 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-user Mon Mar 24 19:08:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05104 for cvs-user-outgoing; Mon, 24 Mar 1997 19:08:01 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05071; Mon, 24 Mar 1997 19:07:58 -0800 (PST) Date: Mon, 24 Mar 1997 19:07:58 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703250307.TAA05071@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c index.c install.c menus.c register.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/24 19:07:55 Modified: release/sysinstall dist.c index.c install.c menus.c register.c Log: YAMF22 Revision Changes Path 1.104 +2 -4 src/release/sysinstall/dist.c 1.46 +20 -11 src/release/sysinstall/index.c 1.179 +2 -1 src/release/sysinstall/install.c 1.129 +4 -4 src/release/sysinstall/menus.c 1.6 +4 -1 src/release/sysinstall/register.c From owner-cvs-user Mon Mar 24 19:11:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05537 for cvs-user-outgoing; Mon, 24 Mar 1997 19:11:12 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA04950; Mon, 24 Mar 1997 19:07:27 -0800 (PST) From: Mike Pritchard Message-Id: <199703250307.TAA04950@freefall.freebsd.org> Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms To: wosch@apfel.de (Wolfram Schneider) Date: Mon, 24 Mar 1997 19:07:26 -0800 (PST) Cc: wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199703242354.AAA01830@campa.panke.de> from "Wolfram Schneider" at Mar 25, 97 00:54:25 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > Mike Pritchard writes: > >> Modified: contrib/groff/tmac doc-syms > >> Add last minute CDROM releases 2.1.6.1, 2.1.7.1, 2.2.1 to macro .Fx > >Is there any real need for this? > > All selled releases should be documented. > >There aren't any programs or > >manual pages that first appeared in one of the x.x.x.1 releases > >that didn't appear in the x.x.x release first, right? > > Yes. But the .Fx macro isn't really documentation so to speak. All that adding releases that will never actually be specified as parameters to the macro just results in more code for *roff to execute. At least .Fx isn't called that much, so it really isn't a big deal. But I can still remember running on some older systems where I would groan if I saw the message "Formatting page, please wait..." come out, due to the amount of time it took to format. Maybe we need a releases(7) or history(7) man page to document this type of thing. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-user Mon Mar 24 19:13:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05763 for cvs-user-outgoing; Mon, 24 Mar 1997 19:13:11 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05737; Mon, 24 Mar 1997 19:13:08 -0800 (PST) Date: Mon, 24 Mar 1997 19:13:08 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703250313.TAA05737@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall dist.c install.c menus.c register.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/24 19:13:04 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall dist.c install.c menus.c register.c Log: YAMF22 Revision Changes Path 1.36.2.48 +2 -4 src/release/sysinstall/dist.c 1.71.2.120 +2 -1 src/release/sysinstall/install.c 1.42.2.79 +4 -4 src/release/sysinstall/menus.c 1.2.2.4 +4 -1 src/release/sysinstall/register.c From owner-cvs-user Mon Mar 24 21:18:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18542 for cvs-user-outgoing; Mon, 24 Mar 1997 21:18:54 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id VAA18490; Mon, 24 Mar 1997 21:18:12 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0w9OcY-0007He-00; Mon, 24 Mar 1997 22:18:06 -0700 To: Mike Pritchard Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms Cc: wosch@apfel.de (Wolfram Schneider), wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-reply-to: Your message of "Mon, 24 Mar 1997 19:07:26 PST." <199703250307.TAA04950@freefall.freebsd.org> References: <199703250307.TAA04950@freefall.freebsd.org> Date: Mon, 24 Mar 1997 22:18:05 -0700 From: Warner Losh Message-Id: Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199703250307.TAA04950@freefall.freebsd.org> Mike Pritchard writes: : Maybe we need a releases(7) or history(7) man page to : document this type of thing. We need both. One for just FreeBSD, and the other a DCG that describes all of Unix' history :-). I have a huge wall chart that I could punch in that describes up until about 1990 or so. Warner From owner-cvs-user Mon Mar 24 22:29:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22062 for cvs-user-outgoing; Mon, 24 Mar 1997 22:29:14 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22053; Mon, 24 Mar 1997 22:29:12 -0800 (PST) Date: Mon, 24 Mar 1997 22:29:12 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703250629.WAA22053@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/24 22:29:12 Branch: release/sysinstall/help RELENG_2_2 Modified: release/sysinstall/help relnotes.hlp Log: Roll some last minute doc changes in. Revision Changes Path 1.17.2.18 +26 -19 src/release/sysinstall/help/relnotes.hlp From owner-cvs-user Tue Mar 25 00:06:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26219 for cvs-user-outgoing; Tue, 25 Mar 1997 00:06:14 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26210; Tue, 25 Mar 1997 00:06:09 -0800 (PST) Date: Tue, 25 Mar 1997 00:06:09 -0800 (PST) From: Satoshi Asami Message-Id: <199703250806.AAA26210@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 97/03/25 00:06:08 Modified: contrib/gcc/config/i386 freebsd.h Log: -current is now 3.0. NOT a 2.2 candidate. :) Revision Changes Path 1.6 +1 -1 src/contrib/gcc/config/i386/freebsd.h From owner-cvs-user Tue Mar 25 04:15:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08726 for cvs-user-outgoing; Tue, 25 Mar 1997 04:15:17 -0800 (PST) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08702; Tue, 25 Mar 1997 04:15:09 -0800 (PST) Received: from campa.panke.de (anonymous213.ppp.cs.tu-berlin.de [130.149.17.213]) by bsd.fs.bauing.th-darmstadt.de (8.8.5/8.8.5) with SMTP id NAA04775; Tue, 25 Mar 1997 13:15:02 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id MAA00863; Tue, 25 Mar 1997 12:13:50 +0100 Date: Tue, 25 Mar 1997 12:13:50 +0100 Message-Id: <199703251113.MAA00863@campa.panke.de> From: Wolfram Schneider To: Mike Pritchard Cc: wosch@apfel.de (Wolfram Schneider), wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms In-Reply-To: <199703250307.TAA04950@freefall.freebsd.org> References: <199703242354.AAA01830@campa.panke.de> <199703250307.TAA04950@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: >But the .Fx macro isn't really documentation so to speak. >All that adding releases that will never actually be specified >as parameters to the macro just results in more code >for *roff to execute. At least .Fx isn't called that much, >so it really isn't a big deal. But I can still remember running on >some older systems where I would groan if I saw the message >"Formatting page, please wait..." come out, due to the amount of >time it took to format. groff is written in C++ and it is terrible slow. Some hackers told me groff is 7 times slower than the original troff (C sources) from AT&T on a SunOS machine. >Maybe we need a releases(7) or history(7) man page to >document this type of thing. I can copy http://www.de.freebsd.org/de/ftp/unix-stammbaum to /usr/share/misc/bsd-family-tree. Wolfram From owner-cvs-user Tue Mar 25 10:53:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00688 for cvs-user-outgoing; Tue, 25 Mar 1997 10:53:11 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA00652; Tue, 25 Mar 1997 10:52:37 -0800 (PST) From: Mike Pritchard Message-Id: <199703251852.KAA00652@freefall.freebsd.org> Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms To: wosch@apfel.de (Wolfram Schneider) Date: Tue, 25 Mar 1997 10:52:36 -0800 (PST) Cc: wosch@apfel.de, wosch@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199703251113.MAA00863@campa.panke.de> from "Wolfram Schneider" at Mar 25, 97 12:13:50 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wolfram Schneider wrote: > > Mike Pritchard writes: > >But the .Fx macro isn't really documentation so to speak. > >All that adding releases that will never actually be specified > >as parameters to the macro just results in more code > >for *roff to execute. At least .Fx isn't called that much, > >so it really isn't a big deal. But I can still remember running on > >some older systems where I would groan if I saw the message > >"Formatting page, please wait..." come out, due to the amount of > >time it took to format. > > groff is written in C++ and it is terrible slow. Some hackers > told me groff is 7 times slower than the original troff (C sources) > from AT&T on a SunOS machine. All the more reason not to add unused items to the macro package. > >Maybe we need a releases(7) or history(7) man page to > >document this type of thing. > > I can copy http://www.de.freebsd.org/de/ftp/unix-stammbaum > to /usr/share/misc/bsd-family-tree. I have no objections. Are there any copyright concerns? I'll probably at least write up some type of man page that describes all of the past FreeBSD releases to some degree. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-user Tue Mar 25 15:13:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19040 for cvs-user-outgoing; Tue, 25 Mar 1997 15:13:12 -0800 (PST) Received: from bsd.fs.bauing.th-darmstadt.de (bsd.fs.bauing.th-darmstadt.de [130.83.63.241]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA19031; Tue, 25 Mar 1997 15:13:06 -0800 (PST) Received: from campa.panke.de (anonymous214.ppp.cs.tu-berlin.de [130.149.17.214]) by bsd.fs.bauing.th-darmstadt.de (8.8.5/8.8.5) with SMTP id AAA00617; Wed, 26 Mar 1997 00:12:58 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id XAA02066; Tue, 25 Mar 1997 23:42:58 +0100 Date: Tue, 25 Mar 1997 23:42:58 +0100 Message-Id: <199703252242.XAA02066@campa.panke.de> From: Wolfram Schneider To: Mike Pritchard Cc: wosch@apfel.de (Wolfram Schneider), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/groff/tmac doc-syms In-Reply-To: <199703251852.KAA00652@freefall.freebsd.org> References: <199703251113.MAA00863@campa.panke.de> <199703251852.KAA00652@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard writes: >Wolfram Schneider wrote: >> I can copy http://www.de.freebsd.org/de/ftp/unix-stammbaum >> to /usr/share/misc/bsd-family-tree. >I have no objections. Are there any copyright concerns? I don't think there are copyright concerns. I added a bibliography list for the old BSD parts. -- Wolfram Schneider http://www.apfel.de/~wosch/ From owner-cvs-user Wed Mar 26 09:05:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA24966 for cvs-user-outgoing; Wed, 26 Mar 1997 09:05:30 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA24958; Wed, 26 Mar 1997 09:05:27 -0800 (PST) Date: Wed, 26 Mar 1997 09:05:27 -0800 (PST) From: John Polstra Message-Id: <199703261705.JAA24958@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gcc/config/i386 freebsd-elf.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/03/26 09:05:26 Modified: contrib/gcc/config/i386 freebsd-elf.h Log: Update the value of "__FreeBSD__" to 3 for the ELF compiler. Revision Changes Path 1.4 +1 -1 src/contrib/gcc/config/i386/freebsd-elf.h From owner-cvs-user Wed Mar 26 16:41:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16983 for cvs-user-outgoing; Wed, 26 Mar 1997 16:41:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16976; Wed, 26 Mar 1997 16:41:06 -0800 (PST) Date: Wed, 26 Mar 1997 16:41:06 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270041.QAA16976@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall index.c menus.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/26 16:41:06 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall index.c menus.c Log: Fix a bogon I introduced at the last minute with the packages menu. People who follow the instructions (and using RETURN) will not bump into it, but those blindly hitting SPACE at the first menu will yell that it's now a shortcut for "Install" rather than a category selection. This was because, in my desire to make things all nice and cosmetic, I added the label in as " Install " - forgetting that the first character is used implicitly as the accelerator. D'oh!! Fix a clipping bug in the top level menu introduced when the fixit item text was lengthened. I'm going to re-roll the boot floppy for this one since the CDROM has now been delayed a week (the artwork is not ready now) and I'd like to fix these two minor but annoying problems there. There's also a reported problem with loading the "compat21" distribution which could be a real nasty if true; I'll batch the tag sliding for that and these changes if I can reproduce and fix it. Revision Changes Path 1.38.2.7 +3 -3 src/release/sysinstall/index.c 1.89.2.34 +2 -2 src/release/sysinstall/menus.c From owner-cvs-user Wed Mar 26 17:05:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA18642 for cvs-user-outgoing; Wed, 26 Mar 1997 17:05:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA18632; Wed, 26 Mar 1997 17:05:23 -0800 (PST) Date: Wed, 26 Mar 1997 17:05:23 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270105.RAA18632@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall index.c menus.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/26 17:05:22 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall index.c menus.c Log: Sync with 2.2 Revision Changes Path 1.47 +3 -3 src/release/sysinstall/index.c 1.42.2.80 +2 -2 src/release/sysinstall/menus.c From owner-cvs-user Wed Mar 26 17:44:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA21617 for cvs-user-outgoing; Wed, 26 Mar 1997 17:44:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA21604; Wed, 26 Mar 1997 17:44:14 -0800 (PST) Date: Wed, 26 Mar 1997 17:44:14 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270144.RAA21604@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/26 17:44:13 Modified: release/sysinstall menus.c Log: YAMF22 Revision Changes Path 1.130 +2 -2 src/release/sysinstall/menus.c From owner-cvs-user Wed Mar 26 19:03:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27464 for cvs-user-outgoing; Wed, 26 Mar 1997 19:03:42 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27451; Wed, 26 Mar 1997 19:03:40 -0800 (PST) Date: Wed, 26 Mar 1997 19:03:40 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270303.TAA27451@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall/help hardware.hlp install.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/26 19:03:39 Branch: release/sysinstall/help RELENG_2_2 Modified: release/sysinstall/help hardware.hlp install.hlp Log: Document problems with the Panasonic AL-N1, and Rios Chandler machines and how to work-around them. Revision Changes Path 1.9.2.15 +16 -1 src/release/sysinstall/help/hardware.hlp 1.8.2.9 +21 -14 src/release/sysinstall/help/install.hlp From owner-cvs-user Thu Mar 27 01:12:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA00566 for cvs-user-outgoing; Thu, 27 Mar 1997 01:12:04 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA00557; Thu, 27 Mar 1997 01:12:01 -0800 (PST) Date: Thu, 27 Mar 1997 01:12:01 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270912.BAA00557@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall/help hardware.hlp Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/27 01:12:01 Branch: release/sysinstall/help RELENG_2_2 Modified: release/sysinstall/help hardware.hlp Log: amend to say flag value of 1 instead of 0x7. Submitted-by: hosokawa Revision Changes Path 1.9.2.16 +4 -4 src/release/sysinstall/help/hardware.hlp From owner-cvs-user Thu Mar 27 10:29:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07682 for cvs-user-outgoing; Thu, 27 Mar 1997 10:29:25 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07662; Thu, 27 Mar 1997 10:29:20 -0800 (PST) Date: Thu, 27 Mar 1997 10:29:20 -0800 (PST) From: Mike Pritchard Message-Id: <199703271829.KAA07662@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/groff/tmac doc-syms tmac.doc Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/03/27 10:29:18 Branch: contrib/groff/tmac RELENG_2_2 Modified: contrib/groff/tmac doc-syms tmac.doc Log: YAMFC: Teach .Fx about FreeBSD 1.x* releases. Also fix the .Bf usage. Revision Changes Path 1.3.2.3 +8 -0 src/contrib/groff/tmac/doc-syms 1.1.1.1.2.1 +1 -1 src/contrib/groff/tmac/tmac.doc From owner-cvs-user Thu Mar 27 18:25:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12874 for cvs-user-outgoing; Thu, 27 Mar 1997 18:25:18 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12867; Thu, 27 Mar 1997 18:25:17 -0800 (PST) Date: Thu, 27 Mar 1997 18:25:17 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703280225.SAA12867@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c install.c variable_load.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/27 18:25:16 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c install.c variable_load.c Log: Update pst's config loading code, add a few strategic clears, put more debugging into the attribute code so I can chase a long-standing problem. Revision Changes Path 1.8.2.5 +34 -12 src/release/sysinstall/attr.c 1.134.2.40 +4 -3 src/release/sysinstall/install.c 1.1.2.1 +16 -29 src/release/sysinstall/variable_load.c From owner-cvs-user Fri Mar 28 01:30:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA29672 for cvs-user-outgoing; Fri, 28 Mar 1997 01:30:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA29663; Fri, 28 Mar 1997 01:30:25 -0800 (PST) Date: Fri, 28 Mar 1997 01:30:25 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703280930.BAA29663@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c dist.c index.c install.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 01:30:24 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c dist.c index.c install.c Log: Make attribute handler read data in blocks rather than by character. This is more efficient and somewhat easier to follow with two extra states. Put dist_attrs in proper scope. Fix a long standing bug with the package installer and dependencies - it's been using the *build* dep list all this time! And nobody noticed! D'oh! :) Make it use the more proper run deps. Make root password selection non-optional. Revision Changes Path 1.8.2.6 +30 -15 src/release/sysinstall/attr.c 1.73.2.24 +2 -3 src/release/sysinstall/dist.c 1.38.2.8 +5 -3 src/release/sysinstall/index.c 1.134.2.41 +6 -4 src/release/sysinstall/install.c From owner-cvs-user Fri Mar 28 04:14:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA07320 for cvs-user-outgoing; Fri, 28 Mar 1997 04:14:23 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA07310; Fri, 28 Mar 1997 04:14:20 -0800 (PST) Date: Fri, 28 Mar 1997 04:14:20 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703281214.EAA07310@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 04:14:19 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c Log: Simplify mulit-line entry handling. Revision Changes Path 1.8.2.7 +23 -20 src/release/sysinstall/attr.c From owner-cvs-user Fri Mar 28 06:40:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA12458 for cvs-user-outgoing; Fri, 28 Mar 1997 06:40:43 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA12449; Fri, 28 Mar 1997 06:40:40 -0800 (PST) Date: Fri, 28 Mar 1997 06:40:40 -0800 (PST) From: Wolfram Schneider Message-Id: <199703281440.GAA12449@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/tools/diag README src/tools/diag/ac ac Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/28 06:40:39 Modified: tools/diag README Added: tools/diag/ac ac Log: Add ac which check if the FreeBSD handbook is in sync with the committers list Revision Changes Path 1.2 +2 -0 src/tools/diag/README From owner-cvs-user Fri Mar 28 15:07:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10082 for cvs-user-outgoing; Fri, 28 Mar 1997 15:07:15 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10067; Fri, 28 Mar 1997 15:07:12 -0800 (PST) Date: Fri, 28 Mar 1997 15:07:12 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703282307.PAA10067@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 15:07:11 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c Log: Correct the old off-by-one error. Revision Changes Path 1.8.2.8 +3 -2 src/release/sysinstall/attr.c From owner-cvs-user Fri Mar 28 15:17:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11101 for cvs-user-outgoing; Fri, 28 Mar 1997 15:17:29 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11092; Fri, 28 Mar 1997 15:17:27 -0800 (PST) Date: Fri, 28 Mar 1997 15:17:27 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703282317.PAA11092@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall attr.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 15:17:26 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall attr.c Log: Doh! Fix a clear and obvious bogon. Revision Changes Path 1.8.2.9 +8 -7 src/release/sysinstall/attr.c From owner-cvs-user Fri Mar 28 22:42:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13028 for cvs-user-outgoing; Fri, 28 Mar 1997 22:42:00 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13018; Fri, 28 Mar 1997 22:41:58 -0800 (PST) Date: Fri, 28 Mar 1997 22:41:58 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703290641.WAA13018@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall sysinstall.h Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 22:41:57 Branch: release/sysinstall RELENG_2_2 Modified: release/sysinstall sysinstall.h Log: Nuke extra include of . Closes PR #3135 Submitted-By: Kenneth R. Westerback Revision Changes Path 1.82.2.29 +1 -2 src/release/sysinstall/sysinstall.h From owner-cvs-user Fri Mar 28 22:45:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13347 for cvs-user-outgoing; Fri, 28 Mar 1997 22:45:01 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13330; Fri, 28 Mar 1997 22:44:59 -0800 (PST) Date: Fri, 28 Mar 1997 22:44:59 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703290644.WAA13330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/release/sysinstall/help install.hlp src/release/sysinstall attr.c dist.c index.c install.c sysinstall.h variable_load.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/03/28 22:44:59 Branch: release/sysinstall RELENG_2_1_0 release/sysinstall/help RELENG_2_1_0 Modified: release/sysinstall attr.c dist.c index.c install.c sysinstall.h variable_load.c release/sysinstall/help install.hlp Log: Catch this puppy up to RELENG_2_2 Revision Changes Path 1.3.2.19 +73 -31 src/release/sysinstall/attr.c 1.36.2.49 +2 -3 src/release/sysinstall/dist.c 1.48 +5 -3 src/release/sysinstall/index.c 1.71.2.121 +10 -7 src/release/sysinstall/install.c 1.42.2.82 +1 -2 src/release/sysinstall/sysinstall.h 1.1.4.1 +16 -29 src/release/sysinstall/variable_load.c 1.1.2.25 +21 -14 src/release/sysinstall/help/install.hlp From owner-cvs-user Sat Mar 29 02:36:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19055 for cvs-user-outgoing; Sat, 29 Mar 1997 02:36:54 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA19048; Sat, 29 Mar 1997 02:36:51 -0800 (PST) Date: Sat, 29 Mar 1997 02:36:51 -0800 (PST) From: Peter Wemm Message-Id: <199703291036.CAA19048@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/gdb/gdb c-exp.tab.c f-exp.tab.c m2-exp.tab.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/29 02:36:51 Removed: contrib/gdb/gdb c-exp.tab.c f-exp.tab.c m2-exp.tab.c Log: Don't use these that were generated on a foreign system, generate our own. From owner-cvs-user Sat Mar 29 12:34:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11879 for cvs-user-outgoing; Sat, 29 Mar 1997 12:34:49 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11870; Sat, 29 Mar 1997 12:34:46 -0800 (PST) Date: Sat, 29 Mar 1997 12:34:46 -0800 (PST) From: Wolfram Schneider Message-Id: <199703292034.MAA11870@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/groff/tmac doc-syms Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/29 12:34:43 Modified: contrib/groff/tmac doc-syms Log: back out rev 1.8 (last minute CDROM releases) Revision Changes Path 1.9 +0 -6 src/contrib/groff/tmac/doc-syms From owner-cvs-user Sat Mar 29 14:40:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17934 for cvs-user-outgoing; Sat, 29 Mar 1997 14:40:48 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17926; Sat, 29 Mar 1997 14:40:46 -0800 (PST) Date: Sat, 29 Mar 1997 14:40:46 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292240.OAA17926@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio - Imported sources Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 14:40:46 src/contrib/cpio - Imported sources Update of /home/ncvs/src/contrib/cpio In directory freefall.freebsd.org:/a/obrien/tmp/cpio-2.4.2 Revision/Branch: 1.1.1 Log Message: Virgin import of GNU cpio v2.4.2. Status: Vendor Tag: GNU Release Tags: v2_4_2 N src/contrib/cpio/copyin.c N src/contrib/cpio/copyout.c N src/contrib/cpio/copypass.c N src/contrib/cpio/defer.c N src/contrib/cpio/dstring.c N src/contrib/cpio/global.c N src/contrib/cpio/main.c N src/contrib/cpio/tar.c N src/contrib/cpio/util.c N src/contrib/cpio/error.c N src/contrib/cpio/getopt.c N src/contrib/cpio/getopt1.c N src/contrib/cpio/filemode.c N src/contrib/cpio/version.c N src/contrib/cpio/rtapelib.c N src/contrib/cpio/dirname.c N src/contrib/cpio/idcache.c N src/contrib/cpio/makepath.c N src/contrib/cpio/xmalloc.c N src/contrib/cpio/stripslash.c N src/contrib/cpio/userspec.c N src/contrib/cpio/xstrdup.c N src/contrib/cpio/cpio.h N src/contrib/cpio/cpiohdr.h N src/contrib/cpio/tar.h N src/contrib/cpio/tarhdr.h N src/contrib/cpio/defer.h N src/contrib/cpio/dstring.h N src/contrib/cpio/extern.h N src/contrib/cpio/filetypes.h N src/contrib/cpio/system.h N src/contrib/cpio/getopt.h N src/contrib/cpio/rmt.h N src/contrib/cpio/safe-stat.h N src/contrib/cpio/COPYING N src/contrib/cpio/COPYING.LIB N src/contrib/cpio/ChangeLog N src/contrib/cpio/README N src/contrib/cpio/NEWS N src/contrib/cpio/cpio.1 N src/contrib/cpio/tcexparg.c N src/contrib/cpio/alloca.c N src/contrib/cpio/README.FreeBSD,v No conflicts created by this import From owner-cvs-user Sat Mar 29 14:48:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18356 for cvs-user-outgoing; Sat, 29 Mar 1997 14:48:45 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA18347; Sat, 29 Mar 1997 14:48:43 -0800 (PST) Date: Sat, 29 Mar 1997 14:48:43 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292248.OAA18347@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio README.FreeBSD Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 14:48:42 Added: contrib/cpio README.FreeBSD Log: FreeBSD specific readme for contributed CPIO soruces. From owner-cvs-user Sat Mar 29 15:04:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18941 for cvs-user-outgoing; Sat, 29 Mar 1997 15:04:07 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18934; Sat, 29 Mar 1997 15:04:05 -0800 (PST) Date: Sat, 29 Mar 1997 15:04:05 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292304.PAA18934@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio tcexparg.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 15:04:04 Removed: contrib/cpio tcexparg.c Log: Don't need tcexparg.c which impliments Unix-style command line wildcards for Turbo C From owner-cvs-user Sat Mar 29 15:05:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19056 for cvs-user-outgoing; Sat, 29 Mar 1997 15:05:31 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19049; Sat, 29 Mar 1997 15:05:29 -0800 (PST) Date: Sat, 29 Mar 1997 15:05:29 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292305.PAA19049@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio README.FreeBSD Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 15:05:28 Modified: contrib/cpio README.FreeBSD Log: Don't need tcexparg.c on FreeBSD. Revision Changes Path 1.2 +3 -1 src/contrib/cpio/README.FreeBSD From owner-cvs-user Sat Mar 29 15:10:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19424 for cvs-user-outgoing; Sat, 29 Mar 1997 15:10:29 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19414; Sat, 29 Mar 1997 15:10:27 -0800 (PST) Date: Sat, 29 Mar 1997 15:10:27 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292310.PAA19414@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio lchown.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 15:10:25 Added: contrib/cpio lchown.c Log: Rodney Grimes's dummy lchown() so that cpio understands 4.4 symbolic links. (taken from old gnu/usr.bin/cpio) Reviewed by: phk From owner-cvs-user Sat Mar 29 15:11:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19622 for cvs-user-outgoing; Sat, 29 Mar 1997 15:11:27 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA19605; Sat, 29 Mar 1997 15:11:24 -0800 (PST) Date: Sat, 29 Mar 1997 15:11:24 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703292311.PAA19605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 15:11:23 Added: contrib/cpio Makefile Log: FreeBSD BSD-style Makefile for contributed CPIO source. From owner-cvs-user Sat Mar 29 16:01:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22180 for cvs-user-outgoing; Sat, 29 Mar 1997 16:01:00 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22170; Sat, 29 Mar 1997 16:00:55 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id JAA19121; Sun, 30 Mar 1997 09:59:52 +1000 Date: Sun, 30 Mar 1997 09:59:52 +1000 From: Bruce Evans Message-Id: <199703292359.JAA19121@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org, obrien@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/cpio lchown.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >obrien 97/03/29 15:10:25 > > Added: contrib/cpio lchown.c > Log: > Rodney Grimes's dummy lchown() so that cpio understands 4.4 symbolic links. > (taken from old gnu/usr.bin/cpio) > > Reviewed by: phk It is a FreeBSD addition and should have stayed in gnu/usr.bin/cpio. Bruce From owner-cvs-user Sat Mar 29 16:01:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22190 for cvs-user-outgoing; Sat, 29 Mar 1997 16:01:03 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22174; Sat, 29 Mar 1997 16:00:58 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id JAA19089; Sun, 30 Mar 1997 09:57:57 +1000 Date: Sun, 30 Mar 1997 09:57:57 +1000 From: Bruce Evans Message-Id: <199703292357.JAA19089@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org, obrien@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/cpio Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Added: contrib/cpio Makefile > Log: > FreeBSD BSD-style Makefile for contributed CPIO source. Don't put non-contributed files (with the possible exception of a consistently named file FreeBSD-upgrade that says not to put non- contributed files in contrib ...) in contrib. This makefile has to go in /usr/src/gnu/usr.bin/cpio so that it can be used. Bruce From owner-cvs-user Sat Mar 29 16:23:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24088 for cvs-user-outgoing; Sat, 29 Mar 1997 16:23:46 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA24077; Sat, 29 Mar 1997 16:23:43 -0800 (PST) Date: Sat, 29 Mar 1997 16:23:43 -0800 (PST) From: "David E. O'Brien" Message-Id: <199703300023.QAA24077@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/cpio Makefile copyin.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 97/03/29 16:23:42 Modified: contrib/cpio Makefile copyin.c Log: Replace ctime by strftime %c to use national representation. Use isprint() for Localization. Submitted by: ache via gnu/usr.bin/cpio v2.3 Revision Changes Path 1.2 +3 -2 src/contrib/cpio/Makefile 1.2 +15 -0 src/contrib/cpio/copyin.c From owner-cvs-user Sat Mar 29 19:51:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA03859 for cvs-user-outgoing; Sat, 29 Mar 1997 19:51:49 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id TAA03851; Sat, 29 Mar 1997 19:51:44 -0800 (PST) Received: by sovcom.kiae.su id AA14154 (5.65.kiae-1 ); Sun, 30 Mar 1997 06:36:22 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sun, 30 Mar 97 06:36:22 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id HAA00418; Sun, 30 Mar 1997 07:34:05 +0400 (MSD) Date: Sun, 30 Mar 1997 07:34:01 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: "David E. O'Brien" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/cpio README.FreeBSD In-Reply-To: <199703292248.OAA18347@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 29 Mar 1997, David E. O'Brien wrote: > obrien 97/03/29 14:48:42 > > Added: contrib/cpio README.FreeBSD > Log: > FreeBSD specific readme for contributed CPIO soruces. It should go into gnu/usr.bin/cpio instead -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-user Sat Mar 29 23:52:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA14345 for cvs-user-outgoing; Sat, 29 Mar 1997 23:52:14 -0800 (PST) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA14332; Sat, 29 Mar 1997 23:52:07 -0800 (PST) Received: from dragon.nuxi.com (dav1-6.calweb.com [207.211.82.6]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id XAA05567; Sat, 29 Mar 1997 23:55:07 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id HAA23706; Sun, 30 Mar 1997 07:51:57 GMT Message-ID: <19970329235157.48150@dragon.nuxi.com> Date: Sat, 29 Mar 1997 23:51:57 -0800 From: "David O'Brien" To: ????????????? , bde@freebsd.org Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/cpio README.FreeBSD References: <199703292248.OAA18347@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.68 Reply-To: obrien@NUXI.com X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.1-RELEASE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-user@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Added: contrib/cpio README.FreeBSD > > Log: > > FreeBSD specific readme for contributed CPIO soruces. > > It should go into gnu/usr.bin/cpio instead Not to bitch but... from the handbook: In the src/contrib/tcl level directory, a file called README.FreeBSD should be added and it should states things like: Which files have been left out Where the original distribution was obtained from and/or the official master site. Where to send patches back to the original authors Perhaps an overview of the FreeBSD-specific changes that have been made. So what is correct? Also the handbook suggests there should be a src/usr.bin/cpio for the BSD Makefile, not gnu/usr.bin/cpio. The Bmake Makefile is covered by my/FreeBSD copyright, not FSF's. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org)