From owner-cvs-usrbin Sun Jan 12 05:34:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA27162 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 05:34:17 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA27151; Sun, 12 Jan 1997 05:34:15 -0800 (PST) Date: Sun, 12 Jan 1997 05:34:15 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199701121334.FAA27151@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/more output.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/01/12 05:34:14 Modified: usr.bin/more output.c Log: include ctype.h to pick isprint macro Revision Changes Path 1.6 +2 -1 src/usr.bin/more/output.c From owner-cvs-usrbin Sun Jan 12 10:35:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09694 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 10:35:20 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09685; Sun, 12 Jan 1997 10:35:17 -0800 (PST) Date: Sun, 12 Jan 1997 10:35:17 -0800 (PST) From: Mike Pritchard Message-Id: <199701121835.KAA09685@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 mpp 97/01/12 10:35:16 Modified: usr.bin/calendar day.c Log: Fix calendar so that you can run it like: calendar -t 0101 -f file Previously calendar's time processing routine directly modified the "0101" argument" which confused getopt. The time routines now make a copy of the argument to mess with. Revision Changes Path 1.7 +9 -2 src/usr.bin/calendar/day.c From owner-cvs-usrbin Sun Jan 12 11:38:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA14284 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 11:38:35 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA14275; Sun, 12 Jan 1997 11:38:34 -0800 (PST) Date: Sun, 12 Jan 1997 11:38:34 -0800 (PST) From: Joerg Wunsch Message-Id: <199701121938.LAA14275@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat swap.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 11:38:33 Modified: usr.bin/systat swap.c Log: Fix the following old problem: date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1 #if 0'd out the meat of the swap code until I get a chance to rewrite it. ...mainly by stealing the code from pstat(8). Revision Changes Path 1.4 +80 -80 src/usr.bin/systat/swap.c From owner-cvs-usrbin Sun Jan 12 11:39:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA14368 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 11:39:24 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA14360; Sun, 12 Jan 1997 11:39:23 -0800 (PST) Date: Sun, 12 Jan 1997 11:39:23 -0800 (PST) From: Joerg Wunsch Message-Id: <199701121939.LAA14360@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat swap.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 11:39:22 Branch: usr.bin/systat RELENG_2_2 Modified: usr.bin/systat swap.c Log: YAMFC (rev 1.4 of swap.c) Revision Changes Path 1.3.6.1 +80 -80 src/usr.bin/systat/swap.c From owner-cvs-usrbin Sun Jan 12 13:16:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA22523 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 13:16:30 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA22516; Sun, 12 Jan 1997 13:16:28 -0800 (PST) Date: Sun, 12 Jan 1997 13:16:28 -0800 (PST) From: Steve Price Message-Id: <199701122116.NAA22516@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 97/01/12 13:16:28 Modified: usr.bin/yacc closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c Log: This doesn't change any functionality, it simple makes yacc(1) compile -Wall clean. Revision Changes Path 1.2 +17 -2 src/usr.bin/yacc/closure.c 1.2 +51 -17 src/usr.bin/yacc/defs.h 1.2 +34 -1 src/usr.bin/yacc/error.c 1.3 +35 -4 src/usr.bin/yacc/lalr.c 1.2 +39 -5 src/usr.bin/yacc/lr0.c 1.4 +19 -5 src/usr.bin/yacc/main.c 1.3 +27 -11 src/usr.bin/yacc/mkpar.c 1.4 +57 -8 src/usr.bin/yacc/output.c 1.3 +81 -15 src/usr.bin/yacc/reader.c 1.8 +4 -3 src/usr.bin/yacc/skeleton.c 1.2 +9 -3 src/usr.bin/yacc/symtab.c 1.2 +25 -2 src/usr.bin/yacc/verbose.c 1.2 +5 -1 src/usr.bin/yacc/warshall.c From owner-cvs-usrbin Sun Jan 12 13:29:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA23662 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 13:29:59 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA23655; Sun, 12 Jan 1997 13:29:58 -0800 (PST) Date: Sun, 12 Jan 1997 13:29:58 -0800 (PST) From: Steve Price Message-Id: <199701122129.NAA23655@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc Makefile closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c yacc.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 97/01/12 13:29:58 Modified: usr.bin/yacc Makefile closure.c defs.h error.c lalr.c lr0.c main.c mkpar.c output.c reader.c skeleton.c symtab.c verbose.c warshall.c yacc.1 Log: Add RCS id's since these files have left the default branch. Revision Changes Path 1.5 +1 -0 src/usr.bin/yacc/Makefile 1.3 +2 -0 src/usr.bin/yacc/closure.c 1.3 +1 -0 src/usr.bin/yacc/defs.h 1.3 +2 -0 src/usr.bin/yacc/error.c 1.4 +2 -0 src/usr.bin/yacc/lalr.c 1.3 +2 -0 src/usr.bin/yacc/lr0.c 1.5 +2 -0 src/usr.bin/yacc/main.c 1.4 +2 -0 src/usr.bin/yacc/mkpar.c 1.5 +2 -0 src/usr.bin/yacc/output.c 1.4 +2 -0 src/usr.bin/yacc/reader.c 1.9 +2 -0 src/usr.bin/yacc/skeleton.c 1.3 +2 -0 src/usr.bin/yacc/symtab.c 1.3 +2 -0 src/usr.bin/yacc/verbose.c 1.3 +2 -0 src/usr.bin/yacc/warshall.c 1.4 +1 -0 src/usr.bin/yacc/yacc.1 From owner-cvs-usrbin Sun Jan 12 18:35:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12913 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 18:35:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA12900; Sun, 12 Jan 1997 18:34:58 -0800 (PST) Date: Sun, 12 Jan 1997 18:34:58 -0800 (PST) From: Peter Wemm Message-Id: <199701130234.SAA12900@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/telnet sys_bsd.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/01/12 18:34:57 Modified: usr.bin/telnet sys_bsd.c Log: Report the reason why select unexpectedly failed.. Revision Changes Path 1.5 +1 -1 src/usr.bin/telnet/sys_bsd.c From owner-cvs-usrbin Sun Jan 12 22:39:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA22623 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 22:39:24 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA22615; Sun, 12 Jan 1997 22:39:22 -0800 (PST) Date: Sun, 12 Jan 1997 22:39:22 -0800 (PST) From: David Nugent Message-Id: <199701130639.WAA22615@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su Makefile su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/12 22:39:22 Modified: usr.bin/su Makefile su.c Log: Make su login_cap savvy. As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules. Revision Changes Path 1.12 +14 -4 src/usr.bin/su/Makefile 1.15 +107 -28 src/usr.bin/su/su.c From owner-cvs-usrbin Sun Jan 12 22:52:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA23155 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 22:52:27 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA23148; Sun, 12 Jan 1997 22:52:26 -0800 (PST) Date: Sun, 12 Jan 1997 22:52:26 -0800 (PST) From: David Nugent Message-Id: <199701130652.WAA23148@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/12 22:52:26 Modified: usr.bin/su su.1 Log: Document effect of login class capabilities. Revision Changes Path 1.4 +10 -1 src/usr.bin/su/su.1 From owner-cvs-usrbin Mon Jan 13 13:27:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06781 for cvs-usrbin-outgoing; Mon, 13 Jan 1997 13:27:53 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA06769; Mon, 13 Jan 1997 13:27:49 -0800 (PST) Date: Mon, 13 Jan 1997 13:27:49 -0800 (PST) From: Garrett Wollman Message-Id: <199701132127.NAA06769@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat if.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/01/13 13:27:48 Modified: usr.bin/netstat if.c Log: Print out the interface's multicast addresses using the new structures. Revision Changes Path 1.21 +45 -53 src/usr.bin/netstat/if.c From owner-cvs-usrbin Tue Jan 14 01:24:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA02977 for cvs-usrbin-outgoing; Tue, 14 Jan 1997 01:24:12 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA02969; Tue, 14 Jan 1997 01:24:10 -0800 (PST) Date: Tue, 14 Jan 1997 01:24:10 -0800 (PST) From: David Nugent Message-Id: <199701140924.BAA02969@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 97/01/14 01:24:10 Modified: usr.bin/su su.c Log: Fix problem with mask passwd to setusercontext() which prevented uid/group change with non-root target. Revision Changes Path 1.17 +4 -4 src/usr.bin/su/su.c From owner-cvs-usrbin Tue Jan 14 20:44:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA04187 for cvs-usrbin-outgoing; Tue, 14 Jan 1997 20:44:14 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA04180; Tue, 14 Jan 1997 20:44:11 -0800 (PST) Date: Tue, 14 Jan 1997 20:44:11 -0800 (PST) From: Mike Pritchard Message-Id: <199701150444.UAA04180@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mail mail.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/14 20:44:10 Modified: usr.bin/mail mail.1 Log: Document the "more" command. Submitted by: Julian Coleman Obtained from: NetBSD-bugs PR# 3104 Revision Changes Path 1.11 +3 -0 src/usr.bin/mail/mail.1 From owner-cvs-usrbin Tue Jan 14 20:47:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA04375 for cvs-usrbin-outgoing; Tue, 14 Jan 1997 20:47:29 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA04368; Tue, 14 Jan 1997 20:47:27 -0800 (PST) Date: Tue, 14 Jan 1997 20:47:27 -0800 (PST) From: Mike Pritchard Message-Id: <199701150447.UAA04368@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mail mail.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/14 20:47:26 Branch: usr.bin/mail RELENG_2_2 Modified: usr.bin/mail mail.1 Log: YAMFC: From rev 1.11: document the "more" command. Revision Changes Path 1.8.2.1 +4 -1 src/usr.bin/mail/mail.1 From owner-cvs-usrbin Wed Jan 15 15:25:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06197 for cvs-usrbin-outgoing; Wed, 15 Jan 1997 15:25:58 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA06190; Wed, 15 Jan 1997 15:25:56 -0800 (PST) Date: Wed, 15 Jan 1997 15:25:56 -0800 (PST) From: Wolfram Schneider Message-Id: <199701152325.PAA06190@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/checknr checknr.1 src/usr.bin/chpass chpass.1 src/usr.bin/colcrt colcrt.1 src/usr.bin/fetch fetch.1 src/usr.bin/fmt fmt.1 src/usr.bin/gprof gprof.1 src/usr.bin/mkfifo mkfifo.1 src/usr.bin/mkstr mkstr.1 src/usr.bin/msgs msgs.1 src/usr.bin/nice nice.1 src/usr.bin/nm nm.1 src/usr.bin/rdist rdist.1 src/usr.bin/rlogin rlogin.1 src/usr.bin/rsh rsh.1 src/usr.bin/rusers rusers.1 src/usr.bin/rwall rwall.1 src/usr.bin/sgmlfmt sgmlfmt.1 src/usr.bin/shar shar.1 src/usr.bin/su su.1 src/usr.bin/telnet telnet.1 src/usr.bin/tip/tip tip.1 src/usr.bin/true true.1 src/usr.bin/ul ul.1 src/usr.bin/uname uname.1 src/usr.bin/vgrind vgrindefs.5 src/usr.bin/w w.1 src/usr.bin/tn3270/tn3270 tn3270.1 src/usr.bin/uuencode uuencode.format.5 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/01/15 15:25:56 Modified: usr.bin/checknr checknr.1 usr.bin/chpass chpass.1 usr.bin/colcrt colcrt.1 usr.bin/fetch fetch.1 usr.bin/fmt fmt.1 usr.bin/gprof gprof.1 usr.bin/mkfifo mkfifo.1 usr.bin/mkstr mkstr.1 usr.bin/msgs msgs.1 usr.bin/nice nice.1 usr.bin/nm nm.1 usr.bin/rdist rdist.1 usr.bin/rlogin rlogin.1 usr.bin/rsh rsh.1 usr.bin/rusers rusers.1 usr.bin/rwall rwall.1 usr.bin/sgmlfmt sgmlfmt.1 usr.bin/shar shar.1 usr.bin/su su.1 usr.bin/telnet telnet.1 usr.bin/tip/tip tip.1 usr.bin/tn3270/tn3270 tn3270.1 usr.bin/true true.1 usr.bin/ul ul.1 usr.bin/uname uname.1 usr.bin/uuencode uuencode.format.5 usr.bin/vgrind vgrindefs.5 usr.bin/w w.1 Log: Sort cross references. Revision Changes Path 1.3 +2 -2 src/usr.bin/checknr/checknr.1 1.8 +1 -1 src/usr.bin/chpass/chpass.1 1.2 +2 -2 src/usr.bin/colcrt/colcrt.1 1.11 +2 -2 src/usr.bin/fetch/fetch.1 1.3 +2 -2 src/usr.bin/fmt/fmt.1 1.7 +3 -3 src/usr.bin/gprof/gprof.1 1.3 +1 -1 src/usr.bin/mkfifo/mkfifo.1 1.3 +2 -2 src/usr.bin/mkstr/mkstr.1 1.3 +3 -3 src/usr.bin/msgs/msgs.1 1.4 +1 -1 src/usr.bin/nice/nice.1 1.6 +1 -1 src/usr.bin/nm/nm.1 1.4 +1 -1 src/usr.bin/rdist/rdist.1 1.4 +3 -3 src/usr.bin/rlogin/rlogin.1 1.4 +3 -3 src/usr.bin/rsh/rsh.1 1.4 +1 -1 src/usr.bin/rusers/rusers.1 1.3 +1 -1 src/usr.bin/rwall/rwall.1 1.12 +3 -3 src/usr.bin/sgmlfmt/sgmlfmt.1 1.2 +2 -2 src/usr.bin/shar/shar.1 1.6 +4 -4 src/usr.bin/su/su.1 1.5 +1 -1 src/usr.bin/telnet/telnet.1 1.3 +2 -2 src/usr.bin/tip/tip/tip.1 1.2 +1 -1 src/usr.bin/tn3270/tn3270/tn3270.1 1.2 +2 -2 src/usr.bin/true/true.1 1.3 +2 -2 src/usr.bin/ul/ul.1 1.3 +2 -2 src/usr.bin/uname/uname.1 1.4 +3 -3 src/usr.bin/uuencode/uuencode.format.5 1.3 +2 -2 src/usr.bin/vgrind/vgrindefs.5 1.5 +2 -2 src/usr.bin/w/w.1 From owner-cvs-usrbin Thu Jan 16 13:58:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16260 for cvs-usrbin-outgoing; Thu, 16 Jan 1997 13:58:57 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16226; Thu, 16 Jan 1997 13:58:41 -0800 (PST) Date: Thu, 16 Jan 1997 13:58:41 -0800 (PST) From: Alex Nash Message-Id: <199701162158.NAA16226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-lib, cvs-user, cvs-share, cvs-usrbin, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/bin/cp utils.c src/lib/libc/db/recno rec_open.c src/libexec/lfs_cleanerd library.c src/release/sysinstall uc_main.c src/usr.bin/cmp regular.c src/usr.bin/look look.c src/usr.bin/strip strip.c src/usr.bin/tail forward.c reverse.c src/usr.bin/xinstall xinstall.c src/usr.bin/xlint/lint1 mem1.c src/usr.bin/xlint/lint2 mem2.c src/usr.sbin/config main.c src/usr.sbin/ctm/mkCTM mkctm.c src/usr.sbin/kvm_mkdb nlist.c src/usr.sbin/rpc.statd file.c src/lib/libc/gen nlist.c src/libexec/ftpd ftpd.c src/sbin/newfs mkfs.c src/share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c src/share/man/man4/man4.i386 meteor.4 src/usr.bin/locate/locate locate.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/01/16 13:58:41 Modified: bin/cp utils.c lib/libc/db/recno rec_open.c lib/libc/gen nlist.c libexec/ftpd ftpd.c libexec/lfs_cleanerd library.c release/sysinstall uc_main.c sbin/newfs mkfs.c share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c share/man/man4/man4.i386 meteor.4 usr.bin/cmp regular.c usr.bin/locate/locate locate.c usr.bin/look look.c usr.bin/strip strip.c usr.bin/tail forward.c reverse.c usr.bin/xinstall xinstall.c usr.bin/xlint/lint1 mem1.c usr.bin/xlint/lint2 mem2.c usr.sbin/config main.c usr.sbin/ctm/mkCTM mkctm.c usr.sbin/kvm_mkdb nlist.c usr.sbin/rpc.statd file.c Log: Sweep through the tree fixing mmap() usage: - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Revision Changes Path 1.12 +1 -1 src/bin/cp/utils.c 1.2 +28 -17 src/lib/libc/db/recno/rec_open.c 1.6 +2 -2 src/lib/libc/gen/nlist.c 1.29 +1 -1 src/libexec/ftpd/ftpd.c 1.6 +4 -4 src/libexec/lfs_cleanerd/library.c 1.17 +1 -1 src/release/sysinstall/uc_main.c 1.13 +1 -1 src/sbin/newfs/mkfs.c 1.2 +2 -2 src/share/examples/meteor/rgb16.c 1.2 +2 -2 src/share/examples/meteor/test-n.c 1.2 +2 -2 src/share/examples/meteor/yuvpk.c 1.2 +2 -2 src/share/examples/meteor/yuvpl.c 1.3 +4 -3 src/share/man/man4/man4.i386/meteor.4 1.4 +2 -2 src/usr.bin/cmp/regular.c 1.8 +1 -1 src/usr.bin/locate/locate/locate.c 1.4 +1 -1 src/usr.bin/look/look.c 1.8 +1 -1 src/usr.bin/strip/strip.c 1.6 +1 -1 src/usr.bin/tail/forward.c 1.6 +1 -1 src/usr.bin/tail/reverse.c 1.20 +5 -5 src/usr.bin/xinstall/xinstall.c 1.2 +1 -1 src/usr.bin/xlint/lint1/mem1.c 1.2 +1 -1 src/usr.bin/xlint/lint2/mem2.c 1.16 +4 -4 src/usr.sbin/config/main.c 1.7 +3 -3 src/usr.sbin/ctm/mkCTM/mkctm.c 1.6 +3 -0 src/usr.sbin/kvm_mkdb/nlist.c 1.2 +1 -1 src/usr.sbin/rpc.statd/file.c From owner-cvs-usrbin Fri Jan 17 04:52:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27849 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 04:52:14 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27840; Fri, 17 Jan 1997 04:52:13 -0800 (PST) Date: Fri, 17 Jan 1997 04:52:13 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701171252.EAA27840@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/01/17 04:52:13 Modified: usr.bin/fetch main.c Log: Handle timeouts in a slightly less baroque way. Revision Changes Path 1.31 +22 -22 src/usr.bin/fetch/main.c From owner-cvs-usrbin Fri Jan 17 10:55:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19090 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 10:55:11 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19083; Fri, 17 Jan 1997 10:55:10 -0800 (PST) Date: Fri, 17 Jan 1997 10:55:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199701171855.KAA19083@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/join join.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 10:55:08 Modified: usr.bin/join join.c Log: Fix a genuine off-by-one error that caused join to dump core when trying to use field numbers tha weren't present in the input data. Revision Changes Path 1.4 +3 -3 src/usr.bin/join/join.c From owner-cvs-usrbin Fri Jan 17 10:56:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19282 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 10:56:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA19271; Fri, 17 Jan 1997 10:56:48 -0800 (PST) Date: Fri, 17 Jan 1997 10:56:48 -0800 (PST) From: Joerg Wunsch Message-Id: <199701171856.KAA19271@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/join join.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 10:56:48 Branch: usr.bin/join RELENG_2_2 Modified: usr.bin/join join.c Log: YAMFC (off-by-one error from rev 1.4) Revision Changes Path 1.3.2.1 +3 -3 src/usr.bin/join/join.c From owner-cvs-usrbin Fri Jan 17 13:44:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA28367 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 13:44:52 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA28360; Fri, 17 Jan 1997 13:44:48 -0800 (PST) Date: Fri, 17 Jan 1997 13:44:48 -0800 (PST) From: John Fieber Message-Id: <199701172144.NAA28360@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 97/01/17 13:44:47 Modified: usr.bin/sgmlfmt sgmlfmt.pl Log: Close PR #2453 (illegal tags in HTML element) 2.2 fodder Revision Changes Path 1.19 +7 -3 src/usr.bin/sgmlfmt/sgmlfmt.pl From owner-cvs-usrbin Fri Jan 17 15:01:21 1997 Return-Path: <owner-cvs-usrbin> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA02780 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 15:01:21 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA02773; Fri, 17 Jan 1997 15:01:19 -0800 (PST) Date: Fri, 17 Jan 1997 15:01:19 -0800 (PST) From: Joerg Wunsch <joerg> Message-Id: <199701172301.PAA02773@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/17 15:01:19 Modified: usr.bin/ee/nls/fr_FR.ISO_8859-1 ee.msg Log: Update for the French message catalog. Submitted by: charnier@xp11.frmug.org (Philippe Charnier) Revision Changes Path 1.5 +32 -32 src/usr.bin/ee/nls/fr_FR.ISO_8859-1/ee.msg From owner-cvs-usrbin Fri Jan 17 15:38:45 1997 Return-Path: <owner-cvs-usrbin> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA05775 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 15:38:45 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA05767; Fri, 17 Jan 1997 15:38:43 -0800 (PST) Date: Fri, 17 Jan 1997 15:38:43 -0800 (PST) From: John Fieber <jfieber> Message-Id: <199701172338.PAA05767@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 97/01/17 15:38:42 Modified: usr.bin/sgmlfmt sgmlfmt.pl Log: Add rudimentary docbook support: sgmlfmt -d docbook -f html myfile.docb Depreciate undocumented -white option (now default). Revision Changes Path 1.20 +69 -41 src/usr.bin/sgmlfmt/sgmlfmt.pl From owner-cvs-usrbin Fri Jan 17 17:48:09 1997 Return-Path: <owner-cvs-usrbin> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA13616 for cvs-usrbin-outgoing; Fri, 17 Jan 1997 17:48:09 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA13608; Fri, 17 Jan 1997 17:48:06 -0800 (PST) Date: Fri, 17 Jan 1997 17:48:06 -0800 (PST) From: John Fieber <jfieber> Message-Id: <199701180148.RAA13608@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 97/01/17 17:48:05 Modified: usr.bin/sgmlfmt sgmlfmt.pl Log: Do the Right Thing(TM) with source files that have extensions other than .sgml. Revision Changes Path 1.21 +1 -1 src/usr.bin/sgmlfmt/sgmlfmt.pl