From owner-cvs-lib Mon Jun 17 05:26:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14165 for cvs-lib-outgoing; Mon, 17 Jun 1996 05:26:10 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14151; Mon, 17 Jun 1996 05:26:06 -0700 (PDT) Date: Mon, 17 Jun 1996 05:26:06 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606171226.FAA14151@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 05:26:06 src/lib/libftpio - Imported sources Update of /home/ncvs/src/lib/libftpio In directory freefall.freebsd.org:/f/jkh/libftpio Revision/Branch: 1.1.1 Log Message: Bring in a new library `libftpio', so named to avoid clashes with older packages and also sort of give the (correct) impression that this basically sits on top of stdio and deals with stream pointers (FILE*). Status: Vendor Tag: FREEBSD Release Tags: libftpio N src/lib/libftpio/ftpio.h N src/lib/libftpio/ftp_pkg.c N src/lib/libftpio/ftp_pkg.h N src/lib/libftpio/Makefile N src/lib/libftpio/ftpio.c N src/lib/libftpio/ftpio.3 No conflicts created by this import From owner-cvs-lib Mon Jun 17 05:28:55 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14396 for cvs-lib-outgoing; Mon, 17 Jun 1996 05:28:55 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14381; Mon, 17 Jun 1996 05:28:51 -0700 (PDT) Date: Mon, 17 Jun 1996 05:28:51 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606171228.FAA14381@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 05:28:50 Modified: lib/libftpio ftpio.3 Log: Whoops, give the authors all proper credit. Revision Changes Path 1.2 +2 -0 src/lib/libftpio/ftpio.3 From owner-cvs-lib Mon Jun 17 05:42:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA15114 for cvs-lib-outgoing; Mon, 17 Jun 1996 05:42:41 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA15089; Mon, 17 Jun 1996 05:42:34 -0700 (PDT) Date: Mon, 17 Jun 1996 05:42:34 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606171242.FAA15089@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 05:42:34 Modified: lib/libftpio ftpio.c Log: Add a feature: If the environment variable FTP_PASSIVE_MODE is defined (the convention as established by pkg_install(1)), select passive mode FTP automatically. Revision Changes Path 1.2 +3 -1 src/lib/libftpio/ftpio.c From owner-cvs-lib Mon Jun 17 07:49:15 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22713 for cvs-lib-outgoing; Mon, 17 Jun 1996 07:49:15 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA22685; Mon, 17 Jun 1996 07:49:05 -0700 (PDT) Date: Mon, 17 Jun 1996 07:49:05 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171449.HAA22685@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libutil logwtmp.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 07:49:04 Modified: lib/libutil logwtmp.c Log: If hostname > UT_HOSTSIZE, use its numeric address instead to keep valid entries into utmp and wtmp Revision Changes Path 1.3 +18 -4 src/lib/libutil/logwtmp.c From owner-cvs-lib Mon Jun 17 08:28:37 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24857 for cvs-lib-outgoing; Mon, 17 Jun 1996 08:28:37 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24826; Mon, 17 Jun 1996 08:28:15 -0700 (PDT) Date: Mon, 17 Jun 1996 08:28:15 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606171528.IAA24826@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 ftpio.c ftpio.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 08:28:12 Modified: lib/libftpio ftpio.3 ftpio.c ftpio.h Log: Rethink and reimpliment the way RESTARTS are handled. The method I inheirited from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a new parameter. Revision Changes Path 1.3 +18 -25 src/lib/libftpio/ftpio.3 1.3 +13 -24 src/lib/libftpio/ftpio.c 1.2 +2 -4 src/lib/libftpio/ftpio.h From owner-cvs-lib Mon Jun 17 13:01:22 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23907 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:01:22 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23880; Mon, 17 Jun 1996 13:01:07 -0700 (PDT) Date: Mon, 17 Jun 1996 13:01:07 -0700 (PDT) From: Garrett Wollman Message-Id: <199606172001.NAA23880@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net inet.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 13:01:06 Modified: lib/libc/net inet.3 Log: Cross-reference addr2ascii(3) and inlcude a note about how those functions are preferred but are not widely available as yet. Revision Changes Path 1.2 +16 -2 src/lib/libc/net/inet.3 From owner-cvs-lib Mon Jun 17 13:04:18 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24210 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:04:18 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24195; Mon, 17 Jun 1996 13:04:09 -0700 (PDT) Date: Mon, 17 Jun 1996 13:04:09 -0700 (PDT) From: Garrett Wollman Message-Id: <199606172004.NAA24195@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net getservent.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 13:04:08 Modified: lib/libc/net getservent.3 Log: Correct date and add $Id$ to reflect previous modification. Revision Changes Path 1.3 +3 -2 src/lib/libc/net/getservent.3 From owner-cvs-lib Mon Jun 17 13:11:33 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24634 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:11:33 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24605; Mon, 17 Jun 1996 13:11:15 -0700 (PDT) Date: Mon, 17 Jun 1996 13:11:15 -0700 (PDT) From: Garrett Wollman Message-Id: <199606172011.NAA24605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net linkaddr.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 13:11:15 Modified: lib/libc/net linkaddr.3 Log: Cross-reference addr2ascii(3). Revision Changes Path 1.5 +10 -3 src/lib/libc/net/linkaddr.3 From owner-cvs-lib Mon Jun 17 13:13:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24773 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:13:10 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24752; Mon, 17 Jun 1996 13:12:56 -0700 (PDT) Date: Mon, 17 Jun 1996 13:12:56 -0700 (PDT) From: Garrett Wollman Message-Id: <199606172012.NAA24752@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net rcmd.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 13:12:55 Modified: lib/libc/net rcmd.3 Log: Add RCS Id and fix date. Revision Changes Path 1.5 +3 -2 src/lib/libc/net/rcmd.3 From owner-cvs-lib Mon Jun 17 13:37:29 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26689 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:37:29 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26664; Mon, 17 Jun 1996 13:37:03 -0700 (PDT) Date: Mon, 17 Jun 1996 13:37:03 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606172037.NAA26664@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 13:37:00 Modified: lib/libftpio ftpio.3 ftpio.c Log: Stamp out a potential memory leak. Make ftpChdir return the server status again - it was more convenient. Revision Changes Path 1.4 +1 -1 src/lib/libftpio/ftpio.3 1.4 +16 -9 src/lib/libftpio/ftpio.c From owner-cvs-lib Mon Jun 17 13:44:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27126 for cvs-lib-outgoing; Mon, 17 Jun 1996 13:44:48 -0700 (PDT) Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA27104; Mon, 17 Jun 1996 13:44:33 -0700 (PDT) Received: (from jchabalk@localhost) by copland.udel.edu (8.7.5/8.7.3) id QAA15269; Mon, 17 Jun 1996 16:44:29 -0400 (EDT) Date: Mon, 17 Jun 1996 16:44:29 -0400 (EDT) From: John Dawson Chabalko To: John Dawso Chabalko cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: unsubscribe In-Reply-To: <199606172037.NAA26664@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsubscribe From owner-cvs-lib Mon Jun 17 15:11:55 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA04448 for cvs-lib-outgoing; Mon, 17 Jun 1996 15:11:55 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA04343; Mon, 17 Jun 1996 15:10:18 -0700 (PDT) Date: Mon, 17 Jun 1996 15:10:18 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606172210.PAA04343@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 15:10:17 Modified: lib/libftpio ftpio.c Log: Make binary mode the default. Revision Changes Path 1.5 +2 -1 src/lib/libftpio/ftpio.c From owner-cvs-lib Mon Jun 17 16:17:33 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08539 for cvs-lib-outgoing; Mon, 17 Jun 1996 16:17:33 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08416; Mon, 17 Jun 1996 16:16:05 -0700 (PDT) Date: Mon, 17 Jun 1996 16:16:05 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606172316.QAA08416@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/17 16:16:05 Modified: lib/libftpio ftpio.c Log: Manage control connections a little better for the URL routines. This will do as a stop-gap until I figure out a more fault-tolerant way of having deferred closes against the control connection work without blocking. Revision Changes Path 1.6 +13 -5 src/lib/libftpio/ftpio.c From owner-cvs-lib Tue Jun 18 09:54:17 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09152 for cvs-lib-outgoing; Tue, 18 Jun 1996 09:54:17 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09017; Tue, 18 Jun 1996 09:52:49 -0700 (PDT) Date: Tue, 18 Jun 1996 09:52:49 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606181652.JAA09017@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/18 09:52:49 src/lib/tcl - Imported sources Update of /home/ncvs/src/lib/tcl In directory freefall.freebsd.org:/a/phk/tcl75 Revision/Branch: 1.1.1 Log Message: Import Tcl into the FreeBSD sources. This is not done as an import of an expanded tree but rather there is a uuencoded tarball and a make file that does the magic. Over time this kind of thing is likely to become our modus operandi for "contrib" class of things, and suitable macroized makefiles will be developed to sanitize out Makefiles. Comments and Ideas most welcome! Status: Vendor Tag: TCL Release Tags: tcl_7_5 N src/lib/tcl/Makefile N src/lib/tcl/patch01 N src/lib/tcl/patch02 N src/lib/tcl/tcl7.5.tar.gz.uu No conflicts created by this import From owner-cvs-lib Tue Jun 18 15:56:51 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06564 for cvs-lib-outgoing; Tue, 18 Jun 1996 15:56:51 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA06550; Tue, 18 Jun 1996 15:56:25 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id XAA01206; Tue, 18 Jun 1996 23:56:15 +0100 (BST) To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/lib/tcl - Imported sources In-reply-to: Your message of "Tue, 18 Jun 1996 09:52:49 PDT." <199606181652.JAA09017@freefall.freebsd.org> Date: Tue, 18 Jun 1996 23:56:15 +0100 Message-ID: <1204.835138575@palmer.demon.co.uk> Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote in message ID <199606181652.JAA09017@freefall.freebsd.org>: > phk 96/06/18 09:52:49 > > src/lib/tcl - Imported sources > Update of /home/ncvs/src/lib/tcl > In directory freefall.freebsd.org:/a/phk/tcl75 > > Revision/Branch: 1.1.1 > > Log Message: > Import Tcl into the FreeBSD sources. [snip] > Comments and Ideas most welcome! One question. Why? :-) I know that at least your ctm stuff uses tcl in the generation of the delta's, but I'm not QUITE sure I see the need (generally) for tcl to be in our base release... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-lib Tue Jun 18 16:03:26 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07090 for cvs-lib-outgoing; Tue, 18 Jun 1996 16:03:26 -0700 (PDT) Received: from critter.tfs.com ([140.145.16.108]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07084; Tue, 18 Jun 1996 16:03:23 -0700 (PDT) Received: from critter.tfs.com (localhost [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id QAA13053; Tue, 18 Jun 1996 16:02:53 -0700 (PDT) To: "Gary Palmer" cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl - Imported sources In-reply-to: Your message of "Tue, 18 Jun 1996 23:56:15 BST." <1204.835138575@palmer.demon.co.uk> Date: Tue, 18 Jun 1996 16:02:51 -0700 Message-ID: <13051.835138971@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Log Message: >> Import Tcl into the FreeBSD sources. > >One question. Why? :-) > >I know that at least your ctm stuff uses tcl in the generation of the >delta's, but I'm not QUITE sure I see the need (generally) for tcl to >be in our base release... Yes, we need an extensible language suited to be embedded in other apps. I have simply had enough of the chicken/egg issue surrounding this. We had the same problem with Perl, no tools because no language, no lanhguage because no tools. Goodies on the way, don't worry ! -- 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-cvs-lib Tue Jun 18 18:14:44 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14716 for cvs-lib-outgoing; Tue, 18 Jun 1996 18:14:44 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14597; Tue, 18 Jun 1996 18:13:14 -0700 (PDT) Date: Tue, 18 Jun 1996 18:13:14 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606190113.SAA14597@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl/files - New directory Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/18 18:13:13 src/lib/tcl/files - New directory From owner-cvs-lib Tue Jun 18 18:23:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15066 for cvs-lib-outgoing; Tue, 18 Jun 1996 18:23:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14988; Tue, 18 Jun 1996 18:22:27 -0700 (PDT) Date: Tue, 18 Jun 1996 18:22:27 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606190122.SAA14988@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl/files - New directory src/lib/tcl/patches - New directory Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/18 18:22:27 src/lib/tcl/patches - New directory From owner-cvs-lib Tue Jun 18 18:26:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15253 for cvs-lib-outgoing; Tue, 18 Jun 1996 18:26:32 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15222; Tue, 18 Jun 1996 18:26:20 -0700 (PDT) Date: Tue, 18 Jun 1996 18:26:20 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606190126.SAA15222@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share Subject: cvs commit: src/lib/tcl/files - New directory src/lib/tcl/patches - New directory src/share/mk bsd.port.mk Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/18 18:26:19 Modified: share/mk bsd.port.mk Log: Ok, now cleandir: is correct. Revision Changes Path 1.208 +4 -4 src/share/mk/bsd.port.mk From owner-cvs-lib Tue Jun 18 18:29:21 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15433 for cvs-lib-outgoing; Tue, 18 Jun 1996 18:29:21 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15410; Tue, 18 Jun 1996 18:29:10 -0700 (PDT) Date: Tue, 18 Jun 1996 18:29:10 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606190129.SAA15410@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/18 18:29:10 Modified: lib/tcl Makefile Added: lib/tcl/files md5 tcl7.5.tar.gz.uu lib/tcl/patches patch-aa patch-ab Removed: lib/tcl patch01 patch02 tcl7.5.tar.gz.uu Log: Rearrange this to use bsd.port.mk. If we're going to encapsulate stuff like this, we might as well use the standard tools. Some changes to bsd.port.mk were required to support this and you will need to reinstall from /usr/src/share/mk before building this again. Revision Changes Path 1.2 +21 -357 src/lib/tcl/Makefile From owner-cvs-lib Tue Jun 18 18:47:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA16115 for cvs-lib-outgoing; Tue, 18 Jun 1996 18:47:41 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA16109; Tue, 18 Jun 1996 18:47:32 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id JAA16725; Wed, 19 Jun 1996 09:47:28 +0800 (WST) Message-Id: <199606190147.JAA16725@spinner.DIALix.COM> X-Mailer: exmh version 1.6.6 3/24/96 To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu In-reply-to: Your message of "Tue, 18 Jun 1996 18:29:10 MST." <199606190129.SAA15410@freefall.freebsd.org> Date: Wed, 19 Jun 1996 09:47:28 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >jkh 96/06/18 18:29:10 > > Modified: lib/tcl Makefile > Added: lib/tcl/files md5 tcl7.5.tar.gz.uu ^^^^^^ ^^^^^^^^^^^^^^^^ > lib/tcl/patches patch-aa patch-ab > Removed: lib/tcl patch01 patch02 tcl7.5.tar.gz.uu ^^^^^^^^ ^^^^^^^^^^^^^^^^ > Log: > Rearrange this to use bsd.port.mk. If we're going to encapsulate stuff > like this, we might as well use the standard tools. Some changes to > bsd.port.mk were required to support this and you will need to reinstall > from /usr/src/share/mk before building this again. AAARRRRRRGGGGGGHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I am beginning to hate this whole idea more and more by the second! :-( Why, oh why, could we not have had it imported in *source* form? (and if not in the 4.4BSD layout, then in it's native layout and a wrapper makefile.) Some of us have better things to do than to download another *two* copies if this single 2MB file over and over again. Does anybody remember *modems*?) -Peter From owner-cvs-lib Tue Jun 18 19:48:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA19654 for cvs-lib-outgoing; Tue, 18 Jun 1996 19:48:10 -0700 (PDT) Received: from precipice.shockwave.com (ppp-5-7.rdcy01.pacbell.net [206.170.5.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA19592; Tue, 18 Jun 1996 19:48:03 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.5/8.7.3) with ESMTP id TAA11122; Tue, 18 Jun 1996 19:40:53 -0700 (PDT) Message-Id: <199606190240.TAA11122@precipice.shockwave.com> To: Peter Wemm cc: "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu In-reply-to: Your message of "Wed, 19 Jun 1996 09:47:28 +0800." <199606190147.JAA16725@spinner.DIALix.COM> Date: Tue, 18 Jun 1996 19:40:53 -0700 From: Paul Traina Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Either the file should remain outside of CVS, or it should be imported into /src/external/tcl- in source form WITH NO MODIFICATIONS WHATSOEVER. Paul From: Peter Wemm Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/f >>iles md5 tcl7.5.tar.gz.uu >jkh 96/06/18 18:29:10 > > Modified: lib/tcl Makefile > Added: lib/tcl/files md5 tcl7.5.tar.gz.uu ^^^^^^ ^^^^^^^^^^^^^^^^ > lib/tcl/patches patch-aa patch-ab > Removed: lib/tcl patch01 patch02 tcl7.5.tar.gz.uu ^^^^^^^^ ^^^^^^^^^^^^^^^^ > Log: > Rearrange this to use bsd.port.mk. If we're going to encapsulate stuff > like this, we might as well use the standard tools. Some changes to > bsd.port.mk were required to support this and you will need to reinstall > from /usr/src/share/mk before building this again. AAARRRRRRGGGGGGHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I am beginning to hate this whole idea more and more by the second! :-( Why, oh why, could we not have had it imported in *source* form? (and if not in the 4.4BSD layout, then in it's native layout and a wrapper makefile.) Some of us have better things to do than to download another *two* copies if this single 2MB file over and over again. Does anybody remember *modems*?) -Peter From owner-cvs-lib Tue Jun 18 20:24:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26333 for cvs-lib-outgoing; Tue, 18 Jun 1996 20:24:08 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA26287; Tue, 18 Jun 1996 20:23:57 -0700 (PDT) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id NAA28433; Wed, 19 Jun 1996 13:23:41 +0930 From: Michael Smith Message-Id: <199606190353.NAA28433@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md To: root@shockwave.com (Paul Traina) Date: Wed, 19 Jun 1996 13:23:40 +0930 (CST) Cc: peter@spinner.dialix.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org In-Reply-To: <199606190240.TAA11122@precipice.shockwave.com> from "Paul Traina" at Jun 18, 96 07:40:53 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Traina stands accused of saying: > > Either the file should remain outside of CVS, or it should be imported > into /src/external/tcl- in source form WITH NO MODIFICATIONS WHATSOEVER. I'm in total agreement here. The approach taken will make adding tclX (which is what this should have been) a serious pain in the ass, and it's totally contrary to the recent discussions about reusing the port frame for large third-party base system components. (ie. gcc and friends) What happened to the consultation process? Why was the recent public discussion on this issue totally ignored? > Paul -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[ From owner-cvs-lib Tue Jun 18 22:23:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA13325 for cvs-lib-outgoing; Tue, 18 Jun 1996 22:23:08 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA13320; Tue, 18 Jun 1996 22:23:05 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.7.5/8.6.12) with ESMTP id WAA12112; Tue, 18 Jun 1996 22:22:50 -0700 (PDT) Message-Id: <199606190522.WAA12112@austin.polstra.com> To: peter@spinner.DIALix.COM Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu Date: Tue, 18 Jun 1996 22:22:50 -0700 From: John Polstra Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter wrote: > AAARRRRRRGGGGGGHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! > > I am beginning to hate this whole idea more and more by the second! :-( > > Why, oh why, could we not have had it imported in *source* form? I agree with Peter. The current situation is a mess! We should be using CVS the way it was meant to be used, rather than in a way that defeats its every advantage. What's going to happen when tcl7.6 comes out? Are we going to move tcl7.5.tar.gz.uu into the Attic and create a new 2MB file named tcl7.6.tar.gz.uu? The sources should be imported in their distributed form, onto the vendor branch. Then the necessary patches should be committed as deltas. This is not the same as a port, and it shouldn't be treated like one. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-lib Tue Jun 18 22:47:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA14840 for cvs-lib-outgoing; Tue, 18 Jun 1996 22:47:57 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id WAA14831; Tue, 18 Jun 1996 22:47:50 -0700 (PDT) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id PAA00203; Wed, 19 Jun 1996 15:49:19 +0930 From: Michael Smith Message-Id: <199606190619.PAA00203@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 To: jdp@polstra.com (John Polstra) Date: Wed, 19 Jun 1996 15:49:19 +0930 (CST) Cc: peter@spinner.dialix.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jkh@freefall.freebsd.org In-Reply-To: <199606190522.WAA12112@austin.polstra.com> from "John Polstra" at Jun 18, 96 10:22:50 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Polstra stands accused of saying: > > The sources should be imported in their distributed form, onto the > vendor branch. Then the necessary patches should be committed as deltas. > > This is not the same as a port, and it shouldn't be treated like one. It _is_ a port, and it _should_ be treated like one, modulo a few changes. Basically the checked-out version should look like a port after 'make extract'. When a new version comes along, the contents of the 'work' directory will change, and likewise files/patch* etc. > John Polstra jdp@polstra.com My impression anyway... -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[ From owner-cvs-lib Wed Jun 19 00:11:14 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA18563 for cvs-lib-outgoing; Wed, 19 Jun 1996 00:11:14 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA18557; Wed, 19 Jun 1996 00:11:12 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id AAA22363; Wed, 19 Jun 1996 00:10:56 -0700 (PDT) To: Peter Wemm cc: "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu In-reply-to: Your message of "Wed, 19 Jun 1996 09:47:28 +0800." <199606190147.JAA16725@spinner.DIALix.COM> Date: Wed, 19 Jun 1996 00:10:55 -0700 Message-ID: <22361.835168255@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > AAARRRRRRGGGGGGHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! yes, sorry - I was going to ask you to do a repository clean for the attic copy at some point. I didn't want to just move the file in the repository (and I considered it for a minute or two :-) since I was sure that'd only break John Polstra's cvsup utility. > Why, oh why, could we not have had it imported in *source* form? (and if > not in the 4.4BSD layout, then in it's native layout and a wrapper > makefile.) Some of us have better things to do than to download another > *two* copies if this single 2MB file over and over again. Does anybody > remember *modems*?) Well, I don't think that the ultimate aim was to have multiple copies - this was just part of the teething process for the first encapsulated port. Jordan From owner-cvs-lib Wed Jun 19 00:20:50 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA18909 for cvs-lib-outgoing; Wed, 19 Jun 1996 00:20:50 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA18903; Wed, 19 Jun 1996 00:20:48 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id AAA22410; Wed, 19 Jun 1996 00:19:12 -0700 (PDT) To: Paul Traina cc: Peter Wemm , "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu In-reply-to: Your message of "Tue, 18 Jun 1996 19:40:53 PDT." <199606190240.TAA11122@precipice.shockwave.com> Date: Wed, 19 Jun 1996 00:19:12 -0700 Message-ID: <22408.835168752@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Either the file should remain outside of CVS, or it should be imported > into /src/external/tcl- in source form WITH NO MODIFICATIONS WHATSOEVER. Hey, don't shoot at me - I was just trying to make the Makefile at least something more standardized rather than replicating the same mechanisms we already use in bsd.port.mk. It's phk you have to talk to about the contraversal decision to import a uuencoded tarball (I told him that this wouldn't be a painless decision :-). Jordan From owner-cvs-lib Wed Jun 19 05:41:26 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11018 for cvs-lib-outgoing; Wed, 19 Jun 1996 05:41:26 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA11006; Wed, 19 Jun 1996 05:41:19 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id WAA15601; Wed, 19 Jun 1996 22:34:18 +1000 Date: Wed, 19 Jun 1996 22:34:18 +1000 From: Bruce Evans Message-Id: <199606191234.WAA15601@godzilla.zeta.org.au> To: jdp@polstra.com, peter@spinner.dialix.com Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 tcl7.5.tar.gz.uu src/lib/tcl/patches patch-aa patch-ab src/lib/tcl/files md5 tcl7.5.tar.gz.uu Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jkh@freefall.freebsd.org Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Peter wrote: >> AAARRRRRRGGGGGGHHHHHH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! >> ... >I agree with Peter. The current situation is a mess! We should be >using CVS the way it was meant to be used, rather than in a way that >defeats its every advantage. >What's going to happen when tcl7.6 comes out? Are we going to move >tcl7.5.tar.gz.uu into the Attic and create a new 2MB file named >tcl7.6.tar.gz.uu? I agree with Peter too. It's only a 1MB file with ctm: -rw-rw-r-- 1 bde users 896758 Jun 19 03:13 cvs-cur.2133.gz but then ordinary cvs mismanagement gives a 2MB delta: -rw-r--r-- 1 bde users 1796061 Jun 19 12:16 cvs-cur.2135.gz and that's presumably just for changing the location of the tarball. Bruce From owner-cvs-lib Wed Jun 19 09:55:50 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA29510 for cvs-lib-outgoing; Wed, 19 Jun 1996 09:55:50 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA29504; Wed, 19 Jun 1996 09:55:47 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.7.5/8.6.12) with ESMTP id JAA15610; Wed, 19 Jun 1996 09:53:02 -0700 (PDT) Message-Id: <199606191653.JAA15610@austin.polstra.com> To: Michael Smith cc: peter@spinner.dialix.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/lib/tcl Makefile patch01 patch02 In-reply-to: Your message of "Wed, 19 Jun 1996 15:49:19 +0930." <199606190619.PAA00203@genesis.atrad.adelaide.edu.au> Date: Wed, 19 Jun 1996 09:53:01 -0700 From: John Polstra Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael Smith said: > John Polstra stands accused of saying: > > > > The sources should be imported in their distributed form, onto the > > vendor branch. Then the necessary patches should be committed as deltas. > > > > This is not the same as a port, and it shouldn't be treated like one. > > It _is_ a port, and it _should_ be treated like one, modulo a few changes. Here are the key differences, as I see them: 1. Ports don't attempt to keep their distfiles in the CVS repository. This thing does, and that's a big mistake, IMHO. 2. Ports generally try to keep up-to-date with the latest release. In the main source tree, we don't, shouldn't, and probably won't do that. (Examples: gcc and perl.) Again: It's madness to put a *.tar.gz.uu file into the CVS repository! -- John From owner-cvs-lib Wed Jun 19 12:48:15 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA12082 for cvs-lib-outgoing; Wed, 19 Jun 1996 12:48:15 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA12065; Wed, 19 Jun 1996 12:48:05 -0700 (PDT) Date: Wed, 19 Jun 1996 12:48:05 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606191948.MAA12065@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 12:48:05 Modified: lib/tcl Makefile Log: Don't bogusly delete the extract/patch/configure cookies for a simple clean - that causes the sources to be unpacked/patched/configured again. This should at least address Peter's short-term concerns until we can decide whether to kill or change this. Revision Changes Path 1.3 +2 -1 src/lib/tcl/Makefile From owner-cvs-lib Wed Jun 19 14:19:51 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23819 for cvs-lib-outgoing; Wed, 19 Jun 1996 14:19:51 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23786; Wed, 19 Jun 1996 14:19:41 -0700 (PDT) Date: Wed, 19 Jun 1996 14:19:41 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192119.OAA23786@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libforms Makefile bindings.c debug.c forms.c forms.h internal.h lex.l ncurses.c objects.c parser.y src/lib/libforms/examples Makefile example.c example.frm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 14:19:39 Removed: lib/libforms Makefile bindings.c debug.c forms.c forms.h internal.h lex.l ncurses.c objects.c parser.y lib/libforms/examples Makefile example.c example.frm Log: Remove libforms, it was never used. From owner-cvs-lib Thu Jun 20 07:13:44 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14555 for cvs-lib-outgoing; Thu, 20 Jun 1996 07:13:44 -0700 (PDT) Received: (from jmacd@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14525; Thu, 20 Jun 1996 07:13:21 -0700 (PDT) Date: Thu, 20 Jun 1996 07:13:21 -0700 (PDT) From: Joshua Peck Macdonald Message-Id: <199606201413.HAA14525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getgrent.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmacd 96/06/20 07:13:19 Modified: lib/libc/gen getgrent.3 Log: I hate to read a man page that almost has useful information but falls a little short. I added a comment on the null termination of struct group's gr_mem field. Reviewed by: jkh Revision Changes Path 1.5 +2 -2 src/lib/libc/gen/getgrent.3 From owner-cvs-lib Thu Jun 20 07:15:35 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14730 for cvs-lib-outgoing; Thu, 20 Jun 1996 07:15:35 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA14711; Thu, 20 Jun 1996 07:15:20 -0700 (PDT) Date: Thu, 20 Jun 1996 07:15:20 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201415.HAA14711@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libforms Makefile bindings.c debug.c forms.c forms.h internal.h lex.l ncurses.c objects.c parser.y src/lib/libforms/examples Makefile example.c example.frm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 07:15:19 Branch: lib/libforms RELENG_2_1_0 lib/libforms/examples RELENG_2_1_0 Removed: lib/libforms Makefile bindings.c debug.c forms.c forms.h internal.h lex.l ncurses.c objects.c parser.y lib/libforms/examples Makefile example.c example.frm Log: Merge from HEAD From owner-cvs-lib Thu Jun 20 08:50:19 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20768 for cvs-lib-outgoing; Thu, 20 Jun 1996 08:50:19 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20712; Thu, 20 Jun 1996 08:49:59 -0700 (PDT) Date: Thu, 20 Jun 1996 08:49:59 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201549.IAA20712@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 08:49:58 Modified: lib/libftpio ftpio.3 Log: Make certain small things more consistent with the other stdio man pages. Revision Changes Path 1.5 +10 -10 src/lib/libftpio/ftpio.3 From owner-cvs-lib Thu Jun 20 08:52:30 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20901 for cvs-lib-outgoing; Thu, 20 Jun 1996 08:52:30 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20877; Thu, 20 Jun 1996 08:52:09 -0700 (PDT) Date: Thu, 20 Jun 1996 08:52:09 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201552.IAA20877@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 08:52:08 Branch: lib/libftpio RELENG_2_1_0 Modified: lib/libftpio ftpio.3 Log: Sync with HEAD. Revision Changes Path 1.4.2.1 +10 -10 src/lib/libftpio/ftpio.3 From owner-cvs-lib Thu Jun 20 11:12:31 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA28484 for cvs-lib-outgoing; Thu, 20 Jun 1996 11:12:31 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA28423; Thu, 20 Jun 1996 11:11:59 -0700 (PDT) Date: Thu, 20 Jun 1996 11:11:59 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201811.LAA28423@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/tcl Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 11:11:59 Modified: lib/tcl Makefile Log: Whups! Evil typo! Revision Changes Path 1.4 +1 -1 src/lib/tcl/Makefile From owner-cvs-lib Sat Jun 22 03:34:49 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA02879 for cvs-lib-outgoing; Sat, 22 Jun 1996 03:34:49 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA02837; Sat, 22 Jun 1996 03:34:34 -0700 (PDT) Date: Sat, 22 Jun 1996 03:34:34 -0700 (PDT) From: James Raynard Message-Id: <199606221034.DAA02837@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio clrerr.c fclose.c feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fprintf.c fpurge.c fputc.c fputs.c fread.c fscanf.c fseek.c fsetpos.c ftell.c fvwrite.c fwalk.c fwrite.c getc.c getchar.c gets.c getw.c mktemp.c printf.c putc.c putchar.c puts.c putw.c refill.c remove.c rewind.c rget.c scanf.c setbuffer.c setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c wbuf.c wsetup.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/22 03:34:33 Modified: lib/libc/stdio clrerr.c fclose.c feof.c ferror.c fflush.c fgetc.c fgetln.c fgetpos.c fgets.c fileno.c findfp.c flags.c fprintf.c fpurge.c fputc.c fputs.c fread.c fscanf.c fseek.c fsetpos.c ftell.c fvwrite.c fwalk.c fwrite.c getc.c getchar.c gets.c getw.c mktemp.c printf.c putc.c putchar.c puts.c putw.c refill.c remove.c rewind.c rget.c scanf.c setbuffer.c setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c tempnam.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c wbuf.c wsetup.c Log: Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer Added $Id$'s to files that were lacking them (gpalmer), made some cosmetic changes to conform to style guidelines (bde) and checked against NetBSD and Lite2 to remove unnecessary divergences (hsu, bde) One last code cleanup:- Removed spurious casts in fseek.c and stdio.c. Added missing function argument in fwalk.c. Added missing header include in flags.c and rget.c. Put in casts where int's were being passed as size_t's. Put in missing prototypes for static functions. Changed second args of __sflags() inflags.c and writehook() in vasprintf.c from char * to const char * to conform to prototypes. This directory now compiles with no warnings with -Wall under gcc-2.6.3 and with considerably less warnings than before with the ultra-pedantic script I used for testing. (Most of the remaining ones are due to const poisoning). Revision Changes Path 1.3 +4 -0 src/lib/libc/stdio/clrerr.c 1.3 +4 -0 src/lib/libc/stdio/fclose.c 1.3 +6 -2 src/lib/libc/stdio/feof.c 1.3 +6 -1 src/lib/libc/stdio/ferror.c 1.3 +4 -0 src/lib/libc/stdio/fflush.c 1.3 +4 -0 src/lib/libc/stdio/fgetc.c 1.3 +8 -3 src/lib/libc/stdio/fgetln.c 1.3 +4 -0 src/lib/libc/stdio/fgetpos.c 1.5 +5 -1 src/lib/libc/stdio/fgets.c 1.3 +6 -1 src/lib/libc/stdio/fileno.c 1.3 +6 -0 src/lib/libc/stdio/findfp.c 1.3 +8 -2 src/lib/libc/stdio/flags.c 1.3 +6 -1 src/lib/libc/stdio/fprintf.c 1.3 +4 -0 src/lib/libc/stdio/fpurge.c 1.3 +4 -0 src/lib/libc/stdio/fputc.c 1.3 +4 -0 src/lib/libc/stdio/fputs.c 1.3 +4 -0 src/lib/libc/stdio/fread.c 1.3 +4 -0 src/lib/libc/stdio/fscanf.c 1.4 +5 -1 src/lib/libc/stdio/fseek.c 1.3 +6 -1 src/lib/libc/stdio/fsetpos.c 1.5 +4 -0 src/lib/libc/stdio/ftell.c 1.3 +6 -1 src/lib/libc/stdio/fvwrite.c 1.3 +7 -2 src/lib/libc/stdio/fwalk.c 1.3 +4 -0 src/lib/libc/stdio/fwrite.c 1.3 +4 -0 src/lib/libc/stdio/getc.c 1.3 +4 -0 src/lib/libc/stdio/getchar.c 1.4 +4 -0 src/lib/libc/stdio/gets.c 1.3 +6 -1 src/lib/libc/stdio/getw.c 1.4 +9 -4 src/lib/libc/stdio/mktemp.c 1.3 +6 -1 src/lib/libc/stdio/printf.c 1.3 +4 -0 src/lib/libc/stdio/putc.c 1.3 +4 -0 src/lib/libc/stdio/putchar.c 1.3 +4 -0 src/lib/libc/stdio/puts.c 1.3 +4 -0 src/lib/libc/stdio/putw.c 1.3 +10 -3 src/lib/libc/stdio/refill.c 1.3 +6 -1 src/lib/libc/stdio/remove.c 1.3 +4 -0 src/lib/libc/stdio/rewind.c 1.2 +9 -1 src/lib/libc/stdio/rget.c 1.3 +4 -0 src/lib/libc/stdio/scanf.c 1.2 +5 -1 src/lib/libc/stdio/setbuffer.c 1.3 +4 -0 src/lib/libc/stdio/setvbuf.c 1.3 +4 -0 src/lib/libc/stdio/snprintf.c 1.3 +5 -2 src/lib/libc/stdio/sprintf.c 1.3 +6 -0 src/lib/libc/stdio/sscanf.c 1.4 +13 -6 src/lib/libc/stdio/stdio.c 1.3 +5 -0 src/lib/libc/stdio/tempnam.c 1.3 +7 -1 src/lib/libc/stdio/ungetc.c 1.2 +7 -5 src/lib/libc/stdio/vasprintf.c 1.9 +10 -1 src/lib/libc/stdio/vfprintf.c 1.3 +9 -4 src/lib/libc/stdio/vfscanf.c 1.3 +6 -1 src/lib/libc/stdio/vprintf.c 1.3 +4 -0 src/lib/libc/stdio/vscanf.c 1.3 +4 -0 src/lib/libc/stdio/vsnprintf.c 1.3 +4 -0 src/lib/libc/stdio/vsprintf.c 1.4 +7 -0 src/lib/libc/stdio/vsscanf.c 1.3 +6 -1 src/lib/libc/stdio/wbuf.c 1.3 +6 -1 src/lib/libc/stdio/wsetup.c From owner-cvs-lib Sat Jun 22 11:05:22 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24964 for cvs-lib-outgoing; Sat, 22 Jun 1996 11:05:22 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA24947; Sat, 22 Jun 1996 11:05:17 -0700 (PDT) Date: Sat, 22 Jun 1996 11:05:17 -0700 (PDT) From: James Raynard Message-Id: <199606221805.LAA24947@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys ktrace.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/22 11:05:16 Modified: lib/libc/sys ktrace.2 Log: Submitted by: Wolfram Schneider Document the fact that the tracefile argument must lead to a regular file. Also took the opportunity to remove the spurious "Errors" entry relating to filenames with the high-order bit set and add $Id$. (More of the same to follow if there are no objections). Revision Changes Path 1.3 +2 -3 src/lib/libc/sys/ktrace.2 From owner-cvs-lib Sat Jun 22 14:44:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11709 for cvs-lib-outgoing; Sat, 22 Jun 1996 14:44:10 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11645; Sat, 22 Jun 1996 14:43:59 -0700 (PDT) Date: Sat, 22 Jun 1996 14:43:59 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606222143.OAA11645@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c ftpio.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 14:43:58 Modified: lib/libftpio ftpio.c ftpio.h Log: Fix a bug in the way binary/ascii settings were being done. New ftpAscii() call sets connection to ascii as counterpart to ftpBinary(). Revision Changes Path 1.7 +73 -38 src/lib/libftpio/ftpio.c 1.3 +5 -4 src/lib/libftpio/ftpio.h From owner-cvs-lib Sat Jun 22 16:46:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17816 for cvs-lib-outgoing; Sat, 22 Jun 1996 16:46:08 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17801; Sat, 22 Jun 1996 16:46:02 -0700 (PDT) Date: Sat, 22 Jun 1996 16:46:02 -0700 (PDT) From: Gary Palmer Message-Id: <199606222346.QAA17801@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen daemon.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/22 16:46:01 Modified: lib/libc/gen daemon.3 Log: Specify that daemon(3) returns int, and standardise the phrasing in the ERRORS section a bit, as well as now specifying the return status. Revision Changes Path 1.3 +5 -3 src/lib/libc/gen/daemon.3 From owner-cvs-lib Sat Jun 22 16:52:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18200 for cvs-lib-outgoing; Sat, 22 Jun 1996 16:52:41 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18186; Sat, 22 Jun 1996 16:52:36 -0700 (PDT) Date: Sat, 22 Jun 1996 16:52:36 -0700 (PDT) From: Gary Palmer Message-Id: <199606222352.QAA18186@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio fread.3 stdio.3 src/lib/libc/stdlib ldiv.3 src/lib/libc/gen daemon.3 exec.3 getcwd.3 getfsent.3 getgrent.3 getpass.3 ldexp.3 psignal.3 pwcache.3 syslog.3 src/lib/libc/sys brk.2 execve.2 getdirentries.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/22 16:52:35 Branch: lib/libc/gen RELENG_2_1_0 lib/libc/stdio RELENG_2_1_0 lib/libc/stdlib RELENG_2_1_0 lib/libc/sys RELENG_2_1_0 Modified: lib/libc/gen daemon.3 exec.3 getcwd.3 getfsent.3 getgrent.3 getpass.3 ldexp.3 psignal.3 pwcache.3 syslog.3 lib/libc/stdio fread.3 stdio.3 lib/libc/stdlib ldiv.3 lib/libc/sys brk.2 execve.2 getdirentries.2 Log: Merge in man page fixes from the head Revision Changes Path 1.1.1.1.6.3 +6 -3 src/lib/libc/gen/daemon.3 1.1.1.1.6.4 +1 -1 src/lib/libc/gen/exec.3 1.4.4.3 +2 -1 src/lib/libc/gen/getcwd.3 1.1.1.1.6.3 +1 -1 src/lib/libc/gen/getfsent.3 1.2.6.4 +2 -2 src/lib/libc/gen/getgrent.3 1.1.1.1.6.4 +1 -1 src/lib/libc/gen/getpass.3 1.1.1.1.6.3 +1 -1 src/lib/libc/gen/ldexp.3 1.1.1.1.6.4 +1 -1 src/lib/libc/gen/psignal.3 1.1.1.1.6.3 +2 -2 src/lib/libc/gen/pwcache.3 1.1.1.1.6.4 +8 -2 src/lib/libc/gen/syslog.3 1.1.1.1.6.4 +2 -2 src/lib/libc/stdio/fread.3 1.1.1.1.6.5 +3 -3 src/lib/libc/stdio/stdio.3 1.1.1.1.6.3 +1 -1 src/lib/libc/stdlib/ldiv.3 1.1.1.1.6.4 +1 -1 src/lib/libc/sys/brk.2 1.1.1.1.6.3 +1 -1 src/lib/libc/sys/execve.2 1.1.1.1.6.3 +3 -3 src/lib/libc/sys/getdirentries.2 From owner-cvs-lib Sat Jun 22 18:43:50 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21975 for cvs-lib-outgoing; Sat, 22 Jun 1996 18:43:50 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21960; Sat, 22 Jun 1996 18:43:42 -0700 (PDT) Date: Sat, 22 Jun 1996 18:43:42 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606230143.SAA21960@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libftpio ftpio.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 18:43:42 Branch: lib/libftpio RELENG_2_1_0 Modified: lib/libftpio ftpio.c Log: Merge with HEAD Revision Changes Path 1.4.2.1 +14 -5 src/lib/libftpio/ftpio.c