From owner-cvs-usrbin Sun Dec 10 07:33:05 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA18927 for cvs-usrbin-outgoing; Sun, 10 Dec 1995 07:33:05 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA18920 Sun, 10 Dec 1995 07:33:03 -0800 (PST) Date: Sun, 10 Dec 1995 07:33:03 -0800 (PST) From: Joerg Wunsch Message-Id: <199512101533.HAA18920@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/nice nice.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 95/12/10 07:33:02 Modified: usr.bin/nice nice.c Log: Check the # of arguments, instead of silently dumping core. Revision Changes Path 1.2 +2 -0 src/usr.bin/nice/nice.c From owner-cvs-usrbin Sun Dec 10 07:40:53 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19444 for cvs-usrbin-outgoing; Sun, 10 Dec 1995 07:40:53 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19436 Sun, 10 Dec 1995 07:40:50 -0800 (PST) Date: Sun, 10 Dec 1995 07:40:50 -0800 (PST) From: Joerg Wunsch Message-Id: <199512101540.HAA19436@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/printf printf.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 95/12/10 07:40:48 Modified: bin/sh/bltin bltin.h usr.bin/printf printf.c Log: Move out some of the shell builtin bogosity from printf's source to sh's builtin/bltin.h. Revision Changes Path 1.3 +10 -1 src/bin/sh/bltin/bltin.h 1.4 +1 -14 src/usr.bin/printf/printf.c From owner-cvs-usrbin Sun Dec 10 11:55:27 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06457 for cvs-usrbin-outgoing; Sun, 10 Dec 1995 11:55:27 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06429 Sun, 10 Dec 1995 11:55:18 -0800 (PST) Date: Sun, 10 Dec 1995 11:55:18 -0800 (PST) From: Paul Traina Message-Id: <199512101955.LAA06429@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ncftp Makefile cmds.c cmds.h cmdtab.c defaults.h ftp.c main.c set.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk pst 95/12/10 11:55:17 Modified: usr.bin/ncftp Makefile cmds.c cmds.h cmdtab.c defaults.h ftp.c main.c set.c Log: Add support for high-range FTP data ports Revision Changes Path 1.5 +2 -1 src/usr.bin/ncftp/Makefile 1.11 +9 -1 src/usr.bin/ncftp/cmds.c 1.6 +1 -0 src/usr.bin/ncftp/cmds.h 1.5 +3 -0 src/usr.bin/ncftp/cmdtab.c 1.6 +4 -0 src/usr.bin/ncftp/defaults.h 1.11 +49 -12 src/usr.bin/ncftp/ftp.c 1.22 +8 -1 src/usr.bin/ncftp/main.c 1.4 +2 -0 src/usr.bin/ncftp/set.c From owner-cvs-usrbin Mon Dec 11 06:01:00 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07403 for cvs-usrbin-outgoing; Mon, 11 Dec 1995 06:01:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07383 Mon, 11 Dec 1995 06:00:56 -0800 (PST) Date: Mon, 11 Dec 1995 06:00:56 -0800 (PST) From: Peter Wemm Message-Id: <199512111400.GAA07383@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd local_passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 95/12/11 06:00:52 Modified: usr.bin/passwd local_passwd.c Log: Fix a cosmetic null termination problem for completeness. The #ifdef NEWSALT code doesn't NULL terminate the salt string.. We dont appear to use this code anymore, but it shouldn't hurt Submitted by: Laurence Lopez Revision Changes Path 1.7 +2 -1 src/usr.bin/passwd/local_passwd.c From owner-cvs-usrbin Mon Dec 11 15:00:51 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09691 for cvs-usrbin-outgoing; Mon, 11 Dec 1995 15:00:51 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09663 Mon, 11 Dec 1995 15:00:44 -0800 (PST) Date: Mon, 11 Dec 1995 15:00:44 -0800 (PST) From: Joerg Wunsch Message-Id: <199512112300.PAA09663@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/nice nice.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 95/12/11 15:00:42 Branch: usr.bin/nice RELENG_2_1_0 Modified: usr.bin/nice nice.c Log: Move over the fix from 2.2-current for nice(1) dumping core when faced with no command arguments at all. Revision Changes Path 1.1.1.1.6.1 +2 -0 src/usr.bin/nice/nice.c From owner-cvs-usrbin Mon Dec 11 15:01:54 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09800 for cvs-usrbin-outgoing; Mon, 11 Dec 1995 15:01:54 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09782 Mon, 11 Dec 1995 15:01:47 -0800 (PST) Date: Mon, 11 Dec 1995 15:01:47 -0800 (PST) From: Joerg Wunsch Message-Id: <199512112301.PAA09782@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/printf printf.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 95/12/11 15:01:44 Branch: usr.bin/printf RELENG_2_1_0 Modified: usr.bin/printf printf.c Log: Move over some /bin/sh-specific cruft to there. (Fix brought over from 2.2-current.) Revision Changes Path 1.3.4.1 +1 -14 src/usr.bin/printf/printf.c From owner-cvs-usrbin Mon Dec 11 15:06:25 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10571 for cvs-usrbin-outgoing; Mon, 11 Dec 1995 15:06:25 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10556 Mon, 11 Dec 1995 15:06:19 -0800 (PST) Date: Mon, 11 Dec 1995 15:06:19 -0800 (PST) From: Joerg Wunsch Message-Id: <199512112306.PAA10556@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.1 su.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk joerg 95/12/11 15:06:17 Branch: usr.bin/su RELENG_2_1_0 Modified: usr.bin/su su.1 su.c Log: Move over from 2.2-current: allow for ``su -c''. Revision Changes Path 1.1.1.1.6.1 +28 -1 src/usr.bin/su/su.1 1.6.4.2 +22 -8 src/usr.bin/su/su.c From owner-cvs-usrbin Tue Dec 12 19:21:14 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA12409 for cvs-usrbin-outgoing; Tue, 12 Dec 1995 19:21:14 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA12402 Tue, 12 Dec 1995 19:21:12 -0800 (PST) Date: Tue, 12 Dec 1995 19:21:12 -0800 (PST) From: Bill Paul Message-Id: <199512130321.TAA12402@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/12 19:21:11 Branch: usr.bin 1.1.1 Log: Import a newer and more functional version of rpcgen. Obtained from: the Sun TI-RPC 2.3 source distribution Status: Vendor Tag: SUNRPC Release Tags: rpcgen_2_3 C src/usr.bin/rpcgen/Makefile C src/usr.bin/rpcgen/rpc_util.h C src/usr.bin/rpcgen/rpc_util.c N src/usr.bin/rpcgen/rpc_tblout.c C src/usr.bin/rpcgen/rpc_svcout.c C src/usr.bin/rpcgen/rpc_scan.h C src/usr.bin/rpcgen/rpc_scan.c N src/usr.bin/rpcgen/rpc_sample.c C src/usr.bin/rpcgen/rpc_parse.h C src/usr.bin/rpcgen/rpc_parse.c C src/usr.bin/rpcgen/rpc_main.c C src/usr.bin/rpcgen/rpc_hout.c C src/usr.bin/rpcgen/rpc_cout.c C src/usr.bin/rpcgen/rpc_clntout.c C src/usr.bin/rpcgen/rpcgen.1 13 conflicts created by this import. Use the following command to help the merge: cvs checkout -jSUNRPC:yesterday -jSUNRPC src/usr.bin From owner-cvs-usrbin Tue Dec 12 19:31:21 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13206 for cvs-usrbin-outgoing; Tue, 12 Dec 1995 19:31:21 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA13197 Tue, 12 Dec 1995 19:31:17 -0800 (PST) Date: Tue, 12 Dec 1995 19:31:17 -0800 (PST) From: Bill Paul Message-Id: <199512130331.TAA13197@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rpcgen Makefile rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_scan.c rpc_scan.h rpc_svcout.c rpc_util.c rpc_util.h rpcgen.1 Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/12 19:31:16 Modified: usr.bin/rpcgen Makefile rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_parse.h rpc_scan.c rpc_scan.h rpc_svcout.c rpc_util.c rpc_util.h rpcgen.1 Log: Clean up. (I hope I'm doing this right.) Update rpcgen with the one from the TI-RPC 2.3 distribution. Note that when built for FreeBSD, this version of rpcgen assumes backwards compatibility mode by default. This means that it will produce ONCRPC 4.0 compatible code unless otherwise instructed, instead of the other way around. One incompatibility has also been worked around: this rpcgen normally always emits an '#include ' directive whether you select backwards compatibility mode or not. We don't have STREAMS, so this behavior has been changed: now it will only emit this line if run in TI-RPC mode. The 'generate output files in current directory instead of the directory where the protocol definition file lives' hack from the original rpcgen has been preserved. Notable new features: - Can be used to generate RPC servers that can be launched from port monitors such as inetd(5). - Can generate ANSI C code. - Can generate sample client and server top-level programs and makefiles in addition to the usual client and server stubs. - Can generate inline XDR routines. Revision Changes Path 1.3 +10 -4 src/usr.bin/rpcgen/Makefile 1.3 +245 -44 src/usr.bin/rpcgen/rpc_clntout.c 1.3 +461 -64 src/usr.bin/rpcgen/rpc_cout.c 1.3 +273 -50 src/usr.bin/rpcgen/rpc_hout.c 1.4 +1032 -95 src/usr.bin/rpcgen/rpc_main.c 1.4 +255 -24 src/usr.bin/rpcgen/rpc_parse.c 1.3 +57 -19 src/usr.bin/rpcgen/rpc_parse.h 1.3 +81 -40 src/usr.bin/rpcgen/rpc_scan.c 1.3 +45 -15 src/usr.bin/rpcgen/rpc_scan.h 1.4 +891 -85 src/usr.bin/rpcgen/rpc_svcout.c 1.3 +136 -67 src/usr.bin/rpcgen/rpc_util.c 1.3 +127 -31 src/usr.bin/rpcgen/rpc_util.h 1.2 +542 -144 src/usr.bin/rpcgen/rpcgen.1 From owner-cvs-usrbin Wed Dec 13 03:33:39 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04353 for cvs-usrbin-outgoing; Wed, 13 Dec 1995 03:33:39 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04344 Wed, 13 Dec 1995 03:33:36 -0800 (PST) Date: Wed, 13 Dec 1995 03:33:36 -0800 (PST) From: Peter Wemm Message-Id: <199512131133.DAA04344@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 95/12/13 03:33:35 Modified: usr.bin/vmstat vmstat.c Log: add a #include since we are using the vmmeter structures and this was once (but no longer it seems) included by It should now compile again. Revision Changes Path 1.13 +1 -0 src/usr.bin/vmstat/vmstat.c From owner-cvs-usrbin Wed Dec 13 03:34:49 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04525 for cvs-usrbin-outgoing; Wed, 13 Dec 1995 03:34:49 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04518 Wed, 13 Dec 1995 03:34:48 -0800 (PST) Date: Wed, 13 Dec 1995 03:34:48 -0800 (PST) From: Peter Wemm Message-Id: <199512131134.DAA04518@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/systat vmstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk peter 95/12/13 03:34:47 Modified: usr.bin/systat vmstat.c Log: Add explicit #include of after the last round of changes. Revision Changes Path 1.15 +1 -0 src/usr.bin/systat/vmstat.c From owner-cvs-usrbin Wed Dec 13 04:54:30 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA07626 for cvs-usrbin-outgoing; Wed, 13 Dec 1995 04:54:30 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA07619 Wed, 13 Dec 1995 04:54:28 -0800 (PST) Date: Wed, 13 Dec 1995 04:54:28 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199512131254.EAA07619@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/msgs msgs.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk ache 95/12/13 04:54:28 Modified: usr.bin/msgs msgs.c Log: Localize it Revision Changes Path 1.7 +5 -4 src/usr.bin/msgs/msgs.c From owner-cvs-usrbin Wed Dec 13 07:01:24 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA18302 for cvs-usrbin-outgoing; Wed, 13 Dec 1995 07:01:24 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA18291 Wed, 13 Dec 1995 07:01:19 -0800 (PST) Date: Wed, 13 Dec 1995 07:01:19 -0800 (PST) From: Bruce Evans Message-Id: <199512131501.HAA18291@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk bde 95/12/13 07:01:16 Modified: usr.bin/systat vmstat.c usr.bin/vmstat vmstat.c Log: Reduced vm dependencies. Only `struct vmmeter.h' is required. Unfortunately, the sysctl number for reading this struct is bogusly placed in instead of with the declaration of the struct. Revision Changes Path 1.16 +3 -2 src/usr.bin/systat/vmstat.c 1.14 +4 -2 src/usr.bin/vmstat/vmstat.c From owner-cvs-usrbin Wed Dec 13 07:12:45 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19628 for cvs-usrbin-outgoing; Wed, 13 Dec 1995 07:12:45 -0800 (PST) Received: from critter.tfs.com ([140.145.230.252]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA19619 Wed, 13 Dec 1995 07:12:38 -0800 (PST) Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id QAA20171; Wed, 13 Dec 1995 16:12:10 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Bruce Evans cc: CVS-committers@freebsd.org, cvs-usrbin@freebsd.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c In-reply-to: Your message of "Wed, 13 Dec 1995 07:01:19 PST." <199512131501.HAA18291@freefall.freebsd.org> Date: Wed, 13 Dec 1995 16:12:10 +0100 Message-ID: <20169.818867530@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-usrbin@freebsd.org Precedence: bulk > bde 95/12/13 07:01:16 > > Modified: usr.bin/systat vmstat.c > usr.bin/vmstat vmstat.c > Log: > Reduced vm dependencies. Only `struct vmmeter.h' is required. > Unfortunately, the sysctl number for reading this struct is > bogusly placed in instead of with the declaration > of the struct. Despair not, sysctl-numbers will be "optional, not recommended practice" pretty soon :-) -- 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-usrbin Thu Dec 14 19:39:50 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18235 for cvs-usrbin-outgoing; Thu, 14 Dec 1995 19:39:50 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA18226 Thu, 14 Dec 1995 19:39:48 -0800 (PST) Date: Thu, 14 Dec 1995 19:39:48 -0800 (PST) From: Bill Paul Message-Id: <199512150339.TAA18226@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ypwhich ypwhich.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/14 19:39:47 Modified: usr.sbin/ypbind ypbind.c usr.sbin/ypset ypset.c usr.bin/ypwhich ypwhich.c Log: More XDR routine cleanups. These three programs should be the only ones that require this: the others call the yplib functions in libc. Revision Changes Path 1.18 +46 -34 src/usr.sbin/ypbind/ypbind.c 1.3 +10 -6 src/usr.sbin/ypset/ypset.c 1.7 +9 -8 src/usr.bin/ypwhich/ypwhich.c From owner-cvs-usrbin Sat Dec 16 01:45:24 1995 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27738 for cvs-usrbin-outgoing; Sat, 16 Dec 1995 01:45:24 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27731 Sat, 16 Dec 1995 01:45:21 -0800 (PST) Date: Sat, 16 Dec 1995 01:45:21 -0800 (PST) From: Mark Murray Message-Id: <199512160945.BAA27731@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd local_passwd.c passwd.c yp_passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk markm 95/12/16 01:45:19 Modified: usr.bin/passwd local_passwd.c passwd.c yp_passwd.c Log: 1) Fix local_passwd to co-operate with dual-personality crypt(3). Changing a local passwd will now keep the encryption type that was originally used to encrypt the password, so folks adding DES to their systems will not be irritated/confused by having MD5'ed passwords in their master.passwd. Coming later is an option to allow the user to choose the encryption type. 2) Fix a bunch of compiler warnings announced by turning on -Wall. I did not get them all, that will come a bit later. Revision Changes Path 1.8 +17 -5 src/usr.bin/passwd/local_passwd.c 1.7 +8 -3 src/usr.bin/passwd/passwd.c 1.9 +1 -2 src/usr.bin/passwd/yp_passwd.c