From owner-cvs-usrbin Sun Apr 7 05:58:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA10680 for cvs-usrbin-outgoing; Sun, 7 Apr 1996 05:58:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA10666 Sun, 7 Apr 1996 05:58:15 -0700 (PDT) Date: Sun, 7 Apr 1996 05:58:15 -0700 (PDT) From: Bruce Evans Message-Id: <199604071258.FAA10666@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/find function.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 05:58:14 Modified: usr.bin/find function.c Log: Use strtoq() instead of strtol() so that large inums, and sizes can be specified. Not fixed: specification of large uids and gids; silent truncation of unrepresentable values. Revision Changes Path 1.7 +4 -4 src/usr.bin/find/function.c From owner-cvs-usrbin Sun Apr 7 21:18:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28906 for cvs-usrbin-outgoing; Sun, 7 Apr 1996 21:18:48 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28854 Sun, 7 Apr 1996 21:18:33 -0700 (PDT) Date: Sun, 7 Apr 1996 21:18:33 -0700 (PDT) From: Mike Pritchard Message-Id: <199604080418.VAA28854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-usrbin, cvs-sbin, cvs-gnu, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/usr.bin/ar ar.5 src/sbin/init init.8 src/usr.bin/key key.1 src/lib/libc/gen glob.3 nlist.3 src/usr.sbin/lpr/lpr lpr.1 src/usr.sbin/lptcontrol lptcontrol.8 src/gnu/usr.bin/man/makewhatis makewhatis.1 src/libexec/rbootd rbootd.8 src/usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 src/share/man/man3 sysexits.3 src/share/man/man7 clocks.7 environ.7 hier.7 src/usr.bin/tip/tip modems.5 src/usr.bin/ul ul.1 src/usr.sbin/amd/amq amq.8 src/gnu/usr.bin/ld/ldconfig ldconfig.8 src/lib/libc/net linkaddr.3 src/usr.sbin/lpr/lpc lpc.8 src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pkg_install/create pkg_create.1 src/share/man/man4 icmp.4 ip.4 netintro.4 pty.4 su.4 tcp.4 termios.4 udp.4 uk.4 worm.4 yp.4 src/share/man/man5 fs.5 fstab.5 link.5 networks.5 printcap.5 remote.5 utmp.5 src/share/man/man8 rc.8 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/07 21:18:33 Modified: usr.sbin/amd/amq amq.8 usr.bin/ar ar.5 sbin/init init.8 usr.bin/key key.1 gnu/usr.bin/ld/ldconfig ldconfig.8 lib/libc/gen glob.3 nlist.3 lib/libc/net linkaddr.3 usr.sbin/lpr/lpc lpc.8 usr.sbin/lpr/lpr lpr.1 usr.sbin/lptcontrol lptcontrol.8 gnu/usr.bin/man/makewhatis makewhatis.1 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pkg_install/create pkg_create.1 libexec/rbootd rbootd.8 usr.sbin/rpc.yppasswdd rpc.yppasswdd.8 share/man/man3 sysexits.3 share/man/man4 icmp.4 ip.4 netintro.4 pty.4 su.4 tcp.4 termios.4 udp.4 uk.4 worm.4 yp.4 share/man/man5 fs.5 fstab.5 link.5 networks.5 printcap.5 remote.5 utmp.5 share/man/man7 clocks.7 environ.7 hier.7 share/man/man8 rc.8 usr.bin/tip/tip modems.5 usr.bin/ul ul.1 Log: Correct some man page xrefs, and some other minor changes to bring some man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. Revision Changes Path 1.3 +3 -3 src/usr.sbin/amd/amq/amq.8 1.2 +2 -2 src/usr.bin/ar/ar.5 1.3 +17 -17 src/sbin/init/init.8 1.2 +1 -1 src/usr.bin/key/key.1 1.8 +12 -12 src/gnu/usr.bin/ld/ldconfig/ldconfig.8 1.3 +2 -2 src/lib/libc/gen/glob.3 1.2 +2 -2 src/lib/libc/gen/nlist.3 1.3 +1 -1 src/lib/libc/net/linkaddr.3 1.2 +3 -3 src/usr.sbin/lpr/lpc/lpc.8 1.4 +1 -2 src/usr.sbin/lpr/lpr/lpr.1 1.3 +2 -2 src/usr.sbin/lptcontrol/lptcontrol.8 1.3 +2 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.15 +1 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.16 +2 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.2 +1 -2 src/libexec/rbootd/rbootd.8 1.3 +2 -2 src/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 1.2 +2 -2 src/share/man/man3/sysexits.3 1.2 +2 -2 src/share/man/man4/icmp.4 1.3 +5 -4 src/share/man/man4/ip.4 1.3 +5 -5 src/share/man/man4/netintro.4 1.2 +8 -8 src/share/man/man4/pty.4 1.3 +1 -1 src/share/man/man4/su.4 1.5 +4 -4 src/share/man/man4/tcp.4 1.3 +35 -15 src/share/man/man4/termios.4 1.2 +2 -2 src/share/man/man4/udp.4 1.4 +1 -1 src/share/man/man4/uk.4 1.4 +2 -2 src/share/man/man4/worm.4 1.6 +19 -15 src/share/man/man4/yp.4 1.3 +1 -1 src/share/man/man5/fs.5 1.3 +2 -2 src/share/man/man5/fstab.5 1.5 +31 -16 src/share/man/man5/link.5 1.2 +1 -1 src/share/man/man5/networks.5 1.3 +5 -5 src/share/man/man5/printcap.5 1.2 +9 -9 src/share/man/man5/remote.5 1.2 +2 -2 src/share/man/man5/utmp.5 1.3 +12 -7 src/share/man/man7/clocks.7 1.6 +10 -6 src/share/man/man7/environ.7 1.4 +1 -1 src/share/man/man7/hier.7 1.2 +1 -1 src/share/man/man8/rc.8 1.2 +4 -4 src/usr.bin/tip/tip/modems.5 1.2 +4 -3 src/usr.bin/ul/ul.1 From owner-cvs-usrbin Mon Apr 8 03:59:53 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA19136 for cvs-usrbin-outgoing; Mon, 8 Apr 1996 03:59:53 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA19115 Mon, 8 Apr 1996 03:59:38 -0700 (PDT) Date: Mon, 8 Apr 1996 03:59:38 -0700 (PDT) From: Joerg Wunsch Message-Id: <199604081059.DAA19115@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/04/08 03:59:38 Modified: usr.bin/xinstall xinstall.c Log: Don't reference NULL pointers if owner and/or group are omitted. Pointed out by: somebody on the mailing list who's name i forgot Revision Changes Path 1.7 +5 -3 src/usr.bin/xinstall/xinstall.c From owner-cvs-usrbin Tue Apr 9 10:17:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26156 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 10:17:40 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26142 Tue, 9 Apr 1996 10:17:33 -0700 (PDT) Date: Tue, 9 Apr 1996 10:17:33 -0700 (PDT) From: Mike Pritchard Message-Id: <199604091717.KAA26142@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xlint/lint1 scan.l tree.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/09 10:17:32 Modified: usr.bin/xlint/lint1 scan.l tree.c Log: Do not include math.h because it isn't used and it causes "make world" to fail if you use the msun math library and blow away /usr/include and then do "make world". This is because the msun math.h isn't installed with the other include files before xlint is built. It finally gets installed when the msun library is built. Perhaps "make world" should install the msun math.h file if it doesn't install the CSRG math.h, to prevent problems like this in the future. Revision Changes Path 1.2 +0 -1 src/usr.bin/xlint/lint1/scan.l 1.2 +0 -1 src/usr.bin/xlint/lint1/tree.c From owner-cvs-usrbin Tue Apr 9 10:45:37 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28206 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 10:45:37 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA28185 Tue, 9 Apr 1996 10:45:31 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id KAA14567; Tue, 9 Apr 1996 10:44:52 -0700 From: "Rodney W. Grimes" Message-Id: <199604091744.KAA14567@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.bin/xlint/lint1 scan.l tree.c To: mpp@freefall.freebsd.org (Mike Pritchard) Date: Tue, 9 Apr 1996 10:44:52 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199604091717.KAA26142@freefall.freebsd.org> from Mike Pritchard at "Apr 9, 96 10:17:33 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > mpp 96/04/09 10:17:32 > > Modified: usr.bin/xlint/lint1 scan.l tree.c > Log: > Do not include math.h because it isn't used and it causes > "make world" to fail if you use the msun math library and > blow away /usr/include and then do "make world". This is because > the msun math.h isn't installed with the other include files before > xlint is built. It finally gets installed when the msun library > is built. > > Perhaps "make world" should install the msun math.h file if > it doesn't install the CSRG math.h, to prevent problems > like this in the future. Absolutely correct. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrbin Tue Apr 9 11:12:15 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00227 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 11:12:15 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA29994 Tue, 9 Apr 1996 11:12:02 -0700 (PDT) From: Mike Pritchard Message-Id: <199604091812.LAA29994@freefall.freebsd.org> Subject: Re: cvs commit: src/usr.bin/xlint/lint1 scan.l tree.c To: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Date: Tue, 9 Apr 1996 11:12:01 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199604091744.KAA14567@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Apr 9, 96 10:44:52 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Rodney W. Grimes wrote: > > > mpp 96/04/09 10:17:32 > > > > Modified: usr.bin/xlint/lint1 scan.l tree.c > > Log: > > Do not include math.h because it isn't used and it causes > > "make world" to fail if you use the msun math library and > > blow away /usr/include and then do "make world". This is because > > the msun math.h isn't installed with the other include files before > > xlint is built. It finally gets installed when the msun library > > is built. > > > > Perhaps "make world" should install the msun math.h file if > > it doesn't install the CSRG math.h, to prevent problems > > like this in the future. > > Absolutely correct. I'll take care of it just as soon as I can get a "make world" to actually finish. It looks like the RPC stuff doesn't like it if you blow away /usr/include first, either (from my quick look at my machine before I left this morning). -- Mike Pritchard mpp@freebsd.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-usrbin Tue Apr 9 12:48:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07287 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 12:48:40 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07272 Tue, 9 Apr 1996 12:48:33 -0700 (PDT) Date: Tue, 9 Apr 1996 12:48:33 -0700 (PDT) From: Wolfram Schneider Message-Id: <199604091948.MAA07272@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar day.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/04/09 12:48:32 Modified: usr.bin/calendar day.c Log: Easter was one day to fast. Unix use days *since* January 1 [0-365], not the 1th day of year etc. Revision Changes Path 1.3 +3 -3 src/usr.bin/calendar/day.c From owner-cvs-usrbin Tue Apr 9 14:46:41 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17643 for cvs-usrbin-outgoing; Tue, 9 Apr 1996 14:46:41 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17609 Tue, 9 Apr 1996 14:46:27 -0700 (PDT) Date: Tue, 9 Apr 1996 14:46:27 -0700 (PDT) From: Mike Pritchard Message-Id: <199604092146.OAA17609@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/printf printf.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/09 14:46:26 Modified: usr.bin/printf printf.1 Log: Correctly match the format flags and their descriptions. Submitted by: Dave Glowacki Revision Changes Path 1.2 +1 -1 src/usr.bin/printf/printf.1 From owner-cvs-usrbin Wed Apr 10 15:21:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14936 for cvs-usrbin-outgoing; Wed, 10 Apr 1996 15:21:12 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14916 Wed, 10 Apr 1996 15:21:04 -0700 (PDT) Date: Wed, 10 Apr 1996 15:21:04 -0700 (PDT) From: Wolfram Schneider Message-Id: <199604102221.PAA14916@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/04/10 15:21:03 Modified: usr.bin/wc wc.c Log: Do not exit if a file is not readable. This is a short hack until someone rewrite wc(1). Revision Changes Path 1.3 +4 -2 src/usr.bin/wc/wc.c From owner-cvs-usrbin Wed Apr 10 22:30:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA07993 for cvs-usrbin-outgoing; Wed, 10 Apr 1996 22:30:31 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA07974 Wed, 10 Apr 1996 22:30:20 -0700 (PDT) Date: Wed, 10 Apr 1996 22:30:20 -0700 (PDT) From: Mike Pritchard Message-Id: <199604110530.WAA07974@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass field.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/10 22:30:19 Modified: usr.bin/chpass field.c Log: Print some warnings if root invokes chpass and sets the shell to one of the following: - a non-existent file - a non-regular file - a file without any execute bits set The shell is still set to whatever they entered even if the above conditions exist (hey, it is the super user doing this after all :-), but this might give the admin. some warning that they are about to screw themselves and give them a chance to fix it before it is too late. Inspired by: some new FreeBSD user on USENET who set his root shell to a shell that doesn't exist and now can't gain access to root (don't worry, I sent him some mail on how to recover from this). Revision Changes Path 1.3 +19 -0 src/usr.bin/chpass/field.c From owner-cvs-usrbin Sat Apr 13 04:37:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18721 for cvs-usrbin-outgoing; Sat, 13 Apr 1996 04:37:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18685 Sat, 13 Apr 1996 04:35:56 -0700 (PDT) Date: Sat, 13 Apr 1996 04:35:56 -0700 (PDT) From: Bruce Evans Message-Id: <199604131135.EAA18685@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/wc wc.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 04:35:55 Modified: usr.bin/wc wc.c Log: Changed all per-file errors to warnings. Exit with a nonzero status of if there was a per-file error. My test case of `wc /proc/curproc/*' works reasonably now (much like `size /proc/curproc/*'. Reviewed by: wosch Revision Changes Path 1.4 +48 -55 src/usr.bin/wc/wc.c From owner-cvs-usrbin Sat Apr 13 14:24:28 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29151 for cvs-usrbin-outgoing; Sat, 13 Apr 1996 14:24:28 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29125 Sat, 13 Apr 1996 14:24:05 -0700 (PDT) Date: Sat, 13 Apr 1996 14:24:05 -0700 (PDT) From: John Hay Message-Id: <199604132124.OAA29125@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat netstat.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/04/13 14:24:02 Modified: usr.bin/netstat netstat.1 Log: Document that ipx is a valid protocol for the -f option. Comment out ns and iso. They are not supported anymore. Revision Changes Path 1.7 +8 -5 src/usr.bin/netstat/netstat.1