From owner-cvs-usrbin Sun Apr 20 13:16:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11986 for cvs-usrbin-outgoing; Sun, 20 Apr 1997 13:16:54 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11963; Sun, 20 Apr 1997 13:16:44 -0700 (PDT) Date: Sun, 20 Apr 1997 13:16:44 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199704202016.NAA11963@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user, cvs-lib, cvs-share, cvs-sys, cvs-usrbin, cvs-gnu Subject: cvs commit: src/contrib/nvi/build Makefile.in src/contrib/nvi/include ex_def.h ex_extern.h options_def.h src/sys Makefile src/usr.bin/tip Makefile src/usr.bin/vi Makefile src/contrib/nvi/common main.c options.c src/contrib/nvi/docs/USD.doc/vi.man vi.1 src/contrib/nvi/ex ex.h ex_cmd.c ex_tag.c src/contrib/nvi/vi v_ex.c src/gnu/usr.bin/send-pr send-pr-el.in src/lib/libc Makefile src/share/examples/worm makecdfs.sh src/share/mk bsd.dep.mk bsd.kmod.mk bsd.lib.mk bsd.port.mk bsd.prog.mk bsd.subdir.mk sys.mk Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/04/20 13:16:40 Branch: contrib/nvi/build RELENG_2_2 contrib/nvi/common RELENG_2_2 contrib/nvi/docs/USD.doc/vi.man RELENG_2_2 contrib/nvi/ex RELENG_2_2 contrib/nvi/include RELENG_2_2 contrib/nvi/vi RELENG_2_2 gnu/usr.bin/send-pr RELENG_2_2 lib/libc RELENG_2_2 share/examples/worm RELENG_2_2 share/mk RELENG_2_2 sys RELENG_2_2 usr.bin/tip RELENG_2_2 usr.bin/vi RELENG_2_2 Modified: contrib/nvi/build Makefile.in contrib/nvi/common main.c options.c contrib/nvi/docs/USD.doc/vi.man vi.1 contrib/nvi/ex ex.h ex_cmd.c ex_tag.c contrib/nvi/include ex_def.h ex_extern.h options_def.h contrib/nvi/vi v_ex.c gnu/usr.bin/send-pr send-pr-el.in lib/libc Makefile share/examples/worm makecdfs.sh share/mk bsd.dep.mk bsd.kmod.mk bsd.lib.mk bsd.port.mk bsd.prog.mk bsd.subdir.mk sys.mk sys Makefile usr.bin/tip Makefile usr.bin/vi Makefile Log: Sync from -current; global tag support (it was actually tested in 2.2) and some miscellaneous fixes. Also bring in some fixes to the explanatory text in bsd.port.mk since Satoshi never responded to my submission (and around here, that == yes :-). Revision Changes Path 1.1.1.1.2.1 +1 -1 src/contrib/nvi/build/Makefile.in 1.1.1.1.2.1 +20 -0 src/contrib/nvi/common/main.c 1.1.1.1.2.2 +7 -0 src/contrib/nvi/common/options.c 1.1.1.1.2.1 +14 -3 src/contrib/nvi/docs/USD.doc/vi.man/vi.1 1.1.1.1.2.1 +3 -0 src/contrib/nvi/ex/ex.h 1.1.1.1.2.1 +7 -0 src/contrib/nvi/ex/ex_cmd.c 1.1.1.1.2.1 +142 -0 src/contrib/nvi/ex/ex_tag.c 1.1.1.1.2.1 +30 -29 src/contrib/nvi/include/ex_def.h 1.1.1.1.2.1 +1 -0 src/contrib/nvi/include/ex_extern.h 1.1.1.1.2.1 +62 -61 src/contrib/nvi/include/options_def.h 1.1.1.1.2.1 +5 -0 src/contrib/nvi/vi/v_ex.c 1.1.8.1 +2 -2 src/gnu/usr.bin/send-pr/send-pr-el.in 1.16.2.1 +0 -9 src/lib/libc/Makefile 1.2.2.1 +9 -1 src/share/examples/worm/makecdfs.sh 1.8.2.1 +15 -9 src/share/mk/bsd.dep.mk 1.28.2.1 +9 -3 src/share/mk/bsd.kmod.mk 1.46.2.3 +9 -3 src/share/mk/bsd.lib.mk 1.227.2.18 +13 -8 src/share/mk/bsd.port.mk 1.41.2.2 +9 -3 src/share/mk/bsd.prog.mk 1.11.2.1 +25 -3 src/share/mk/bsd.subdir.mk 1.16.2.3 +5 -1 src/share/mk/sys.mk 1.5.2.1 +3 -1 src/sys/Makefile 1.3.6.1 +2 -0 src/usr.bin/tip/Makefile 1.3.2.6 +3 -1 src/usr.bin/vi/Makefile From owner-cvs-usrbin Sun Apr 20 23:51:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA22757 for cvs-usrbin-outgoing; Sun, 20 Apr 1997 23:51:46 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA22315; Sun, 20 Apr 1997 23:50:01 -0700 (PDT) From: Mike Pritchard Message-Id: <199704210650.XAA22315@freefall.freebsd.org> Subject: Re: cvs commit: src/include f2c.h src/usr.bin/f2c Notice README cds.c data.c defines.h defs.h equiv.c error.c exec.c expr.c f2c.1 fO To: jmz@freefall.freebsd.org (Jean-Marc Zucconi) Date: Sun, 20 Apr 1997 23:49:59 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-include@freefall.freebsd.org In-Reply-To: <199704130113.SAA07750@freefall.freebsd.org> from "Jean-Marc Zucconi" at Apr 12, 97 06:13:54 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jean-Marc Zucconi wrote: > > jmz 97/04/12 18:13:53 > > Modified: usr.bin/f2c Notice README cds.c data.c defines.h defs.h > equiv.c error.c exec.c expr.c f2c.1 f2c.h format.c > formatdata.c gram.dcl gram.exec gram.head init.c > intr.c io.c lex.c main.c malloc.c mem.c memset.c > misc.c names.c niceprintf.c output.c p1output.c > parse_args.c pread.c proc.c put.c putpcc.c sysdep.c > sysdep.h vax.c version.c > include f2c.h > Removed: usr.bin/f2c disclaimer permission > Log: > Upgrade to the 1997/02/19 version. Obtained from???? -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-usrbin Mon Apr 21 06:17:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA12411 for cvs-usrbin-outgoing; Mon, 21 Apr 1997 06:17:25 -0700 (PDT) Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA12236; Mon, 21 Apr 1997 06:15:39 -0700 (PDT) Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA02443; Mon, 21 Apr 97 15:15:18 +0100 Date: Mon, 21 Apr 97 15:15:18 +0100 Message-Id: <9704211415.AA02443@cabri.obs-besancon.fr> From: Jean-Marc Zucconi To: mpp@freefall.freebsd.org Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-include@freefall.freebsd.org In-Reply-To: <199704210650.XAA22315@freefall.freebsd.org> (message from Mike Pritchard on Sun, 20 Apr 1997 23:49:59 -0700 (PDT)) Subject: Re: cvs commit: src/include f2c.h src/usr.bin/f2c Notice README cds.c data.c defines.h defs.h equiv.c error.c exec.c expr.c f2c.1 fO X-Mailer: Emacs Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>>>> Mike Pritchard writes: > Jean-Marc Zucconi wrote: >> >> jmz 97/04/12 18:13:53 >> >> Modified: usr.bin/f2c Notice README cds.c data.c defines.h defs.h >> equiv.c error.c exec.c expr.c f2c.1 f2c.h format.c >> formatdata.c gram.dcl gram.exec gram.head init.c >> intr.c io.c lex.c main.c malloc.c mem.c memset.c >> misc.c names.c niceprintf.c output.c p1output.c >> parse_args.c pread.c proc.c put.c putpcc.c sysdep.c >> sysdep.h vax.c version.c >> include f2c.h >> Removed: usr.bin/f2c disclaimer permission >> Log: >> Upgrade to the 1997/02/19 version. > Obtained from???? netlib.org of course. I thought it was obvious :-) Jean-Marc _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-cvs-usrbin Mon Apr 21 06:53:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14860 for cvs-usrbin-outgoing; Mon, 21 Apr 1997 06:53:50 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14853; Mon, 21 Apr 1997 06:53:49 -0700 (PDT) Date: Mon, 21 Apr 1997 06:53:49 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199704211353.GAA14853@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/top machine.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/04/21 06:53:48 Modified: usr.bin/top machine.c Log: Long usernames fixes Revision Changes Path 1.3 +5 -5 src/usr.bin/top/machine.c From owner-cvs-usrbin Mon Apr 21 13:32:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11959 for cvs-usrbin-outgoing; Mon, 21 Apr 1997 13:32:15 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11950; Mon, 21 Apr 1997 13:32:13 -0700 (PDT) Date: Mon, 21 Apr 1997 13:32:13 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199704212032.NAA11950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make job.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/04/21 13:32:12 Modified: usr.bin/make job.h Log: In these XXX MHz days, waiting 500ms for a process to do something is really far too long. Let us try 100ms instead, if you have a PP200, maybe that's even too long. This should speed up make -j# builds. I wonder why SIGCHLD isn't used... Revision Changes Path 1.8 +2 -2 src/usr.bin/make/job.h From owner-cvs-usrbin Tue Apr 22 10:45:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28003 for cvs-usrbin-outgoing; Tue, 22 Apr 1997 10:45:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA27959; Tue, 22 Apr 1997 10:44:37 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA13314; Tue, 22 Apr 1997 10:44:34 -0700 (PDT) Date: Tue, 22 Apr 1997 10:44:34 -0700 (PDT) Message-Id: <199704221744.KAA13314@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/mk_cmds ct.y Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bde 97/04/22 10:44:34 Modified: usr.bin/mk_cmds ct.y Log: Removed wrong declarations of malloc() and realloc(). They were unused, and they broke when yacc started generating `#include ', but the breakage was hidden by compatibility cruft in gcc unless DESTDIR was unusual. Revision Changes Path 1.2 +1 -1 src/usr.bin/mk_cmds/ct.y From owner-cvs-usrbin Tue Apr 22 11:03:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA29423 for cvs-usrbin-outgoing; Tue, 22 Apr 1997 11:03:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA29346; Tue, 22 Apr 1997 11:02:56 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA13582; Tue, 22 Apr 1997 11:02:53 -0700 (PDT) Date: Tue, 22 Apr 1997 11:02:53 -0700 (PDT) Message-Id: <199704221802.LAA13582@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/global/btreeop btreeop.1 btreeop.c src/usr.bin/global HISTORY MANIFEST README VERSION src/usr.bin/global/gctags ctags.c gctags.1 src/usr.bin/global/global global.1 global.pl src/usr.bin/global/gtags Makefile gtags.1 gtags.sh src/usr.bin/global/htags htags.1 htags.pl Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk jkh 97/04/22 11:02:52 Modified: usr.bin/global HISTORY MANIFEST README VERSION usr.bin/global/btreeop btreeop.1 btreeop.c usr.bin/global/gctags ctags.c gctags.1 usr.bin/global/global global.1 global.pl usr.bin/global/gtags Makefile gtags.1 gtags.sh usr.bin/global/htags htags.1 htags.pl Log: Update to version 1.9. Submitted by: Shigio Yamaguchi Revision Changes Path 1.2 +31 -1 src/usr.bin/global/HISTORY 1.2 +3 -2 src/usr.bin/global/MANIFEST 1.2 +6 -6 src/usr.bin/global/README 1.2 +1 -1 src/usr.bin/global/VERSION 1.2 +36 -10 src/usr.bin/global/btreeop/btreeop.1 1.2 +79 -17 src/usr.bin/global/btreeop/btreeop.c 1.2 +2 -0 src/usr.bin/global/gctags/ctags.c 1.2 +2 -6 src/usr.bin/global/gctags/gctags.1 1.2 +6 -2 src/usr.bin/global/global/global.1 1.2 +21 -2 src/usr.bin/global/global/global.pl 1.2 +2 -2 src/usr.bin/global/gtags/Makefile 1.2 +5 -1 src/usr.bin/global/gtags/gtags.1 1.2 +1 -1 src/usr.bin/global/gtags/gtags.sh 1.2 +19 -3 src/usr.bin/global/htags/htags.1 1.2 +56 -17 src/usr.bin/global/htags/htags.pl From owner-cvs-usrbin Tue Apr 22 11:36:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA01731 for cvs-usrbin-outgoing; Tue, 22 Apr 1997 11:36:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA01596; Tue, 22 Apr 1997 11:35:51 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA13858; Tue, 22 Apr 1997 11:35:47 -0700 (PDT) Date: Tue, 22 Apr 1997 11:35:47 -0700 (PDT) Message-Id: <199704221835.LAA13858@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/global/btreeop btreeop.1 btreeop.c src/usr.bin/global HISTORY MANIFEST README VERSION src/usr.bin/global/gctags ctags.c gctags.1 src/usr.bin/global/global global.1 global.pl src/usr.bin/global/gtags gtags.1 gtags.sh src/usr.bin/global/htags htags.1 htags.pl Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk jkh 97/04/22 11:35:47 Branch: usr.bin/global RELENG_2_2 usr.bin/global/btreeop RELENG_2_2 usr.bin/global/gctags RELENG_2_2 usr.bin/global/global RELENG_2_2 usr.bin/global/gtags RELENG_2_2 usr.bin/global/htags RELENG_2_2 Modified: usr.bin/global HISTORY MANIFEST README VERSION usr.bin/global/btreeop btreeop.1 btreeop.c usr.bin/global/gctags ctags.c gctags.1 usr.bin/global/global global.1 global.pl usr.bin/global/gtags gtags.1 gtags.sh usr.bin/global/htags htags.1 htags.pl Log: Sync with -current. Revision Changes Path 1.1.1.1.2.1 +31 -1 src/usr.bin/global/HISTORY 1.1.1.1.2.1 +3 -2 src/usr.bin/global/MANIFEST 1.1.1.1.2.1 +6 -6 src/usr.bin/global/README 1.1.1.1.2.1 +1 -1 src/usr.bin/global/VERSION 1.1.1.1.2.1 +36 -10 src/usr.bin/global/btreeop/btreeop.1 1.1.1.1.2.1 +79 -17 src/usr.bin/global/btreeop/btreeop.c 1.1.1.1.2.1 +2 -0 src/usr.bin/global/gctags/ctags.c 1.1.1.1.2.1 +2 -6 src/usr.bin/global/gctags/gctags.1 1.1.1.1.2.1 +6 -2 src/usr.bin/global/global/global.1 1.1.1.1.2.1 +21 -2 src/usr.bin/global/global/global.pl 1.1.1.1.2.1 +5 -1 src/usr.bin/global/gtags/gtags.1 1.1.1.1.2.1 +1 -1 src/usr.bin/global/gtags/gtags.sh 1.1.1.1.2.1 +19 -3 src/usr.bin/global/htags/htags.1 1.1.1.1.2.1 +56 -17 src/usr.bin/global/htags/htags.pl From owner-cvs-usrbin Tue Apr 22 14:13:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA05428 for cvs-usrbin-outgoing; Tue, 22 Apr 1997 14:13:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA05397; Tue, 22 Apr 1997 14:13:39 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14284; Tue, 22 Apr 1997 14:13:35 -0700 (PDT) Date: Tue, 22 Apr 1997 14:13:35 -0700 (PDT) Message-Id: <199704222113.OAA14284@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/global/gtags Makefile Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk jkh 97/04/22 14:13:34 Branch: usr.bin/global/gtags RELENG_2_2 Modified: usr.bin/global/gtags Makefile Log: Whups! Missed one. Revision Changes Path 1.1.1.1.2.1 +2 -2 src/usr.bin/global/gtags/Makefile From owner-cvs-usrbin Wed Apr 23 03:18:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA21047 for cvs-usrbin-outgoing; Wed, 23 Apr 1997 03:18:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA20988; Wed, 23 Apr 1997 03:17:07 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA02494; Wed, 23 Apr 1997 03:16:59 -0700 (PDT) Date: Wed, 23 Apr 1997 03:16:59 -0700 (PDT) Message-Id: <199704231016.DAA02494@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org, cvs-usrsbin@FreeBSD.org Subject: cvs commit: src/usr.bin/fmt fmt.c src/usr.bin/more main.c src/usr.sbin/arp arp.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bde 97/04/23 03:16:58 Modified: usr.bin/fmt fmt.c usr.bin/more main.c usr.sbin/arp arp.c Log: Removed inconsistent declaration of malloc(). `make world' with DESTDIR set to something other than "/" now actually works. Revision Changes Path 1.8 +0 -1 src/usr.bin/fmt/fmt.c 1.7 +1 -1 src/usr.bin/more/main.c 1.11 +2 -2 src/usr.sbin/arp/arp.c From owner-cvs-usrbin Wed Apr 23 15:25:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA27188 for cvs-usrbin-outgoing; Wed, 23 Apr 1997 15:25:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA27161; Wed, 23 Apr 1997 15:25:33 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10738; Wed, 23 Apr 1997 15:25:21 -0700 (PDT) Date: Wed, 23 Apr 1997 15:25:21 -0700 (PDT) Message-Id: <199704232225.PAA10738@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/vacation vacation.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk ache 97/04/23 15:25:20 Modified: usr.bin/vacation vacation.c Log: Replace vfork() by fork(), vfork() usage is totally bogus in this context. This program don't bother to do even minimal vfork() support as per vfork(2) manpage required. Revision Changes Path 1.7 +2 -2 src/usr.bin/vacation/vacation.c From owner-cvs-usrbin Wed Apr 23 15:37:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA27790 for cvs-usrbin-outgoing; Wed, 23 Apr 1997 15:37:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA27764; Wed, 23 Apr 1997 15:37:05 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10789; Wed, 23 Apr 1997 15:36:52 -0700 (PDT) Date: Wed, 23 Apr 1997 15:36:52 -0700 (PDT) Message-Id: <199704232236.PAA10789@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/vacation vacation.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk ache 97/04/23 15:36:52 Modified: usr.bin/vacation vacation.c Log: Better fix: return vfork() again, but remove clobbering fclose() and use _exit() instead of exit() Revision Changes Path 1.8 +3 -4 src/usr.bin/vacation/vacation.c From owner-cvs-usrbin Wed Apr 23 15:40:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA28090 for cvs-usrbin-outgoing; Wed, 23 Apr 1997 15:40:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA28067; Wed, 23 Apr 1997 15:40:33 -0700 (PDT) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA10829; Wed, 23 Apr 1997 15:40:20 -0700 (PDT) Date: Wed, 23 Apr 1997 15:40:20 -0700 (PDT) Message-Id: <199704232240.PAA10829@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/vacation vacation.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk ache 97/04/23 15:40:20 Modified: usr.bin/vacation vacation.c Log: Even better fix: use close(fileno(mfp)); to close unneded descriptor and not clobber memory by fclose(). Revision Changes Path 1.9 +2 -1 src/usr.bin/vacation/vacation.c From owner-cvs-usrbin Thu Apr 24 03:02:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA28004 for cvs-usrbin-outgoing; Thu, 24 Apr 1997 03:02:20 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA27999; Thu, 24 Apr 1997 03:02:12 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id TAA12833; Thu, 24 Apr 1997 19:59:41 +1000 Date: Thu, 24 Apr 1997 19:59:41 +1000 From: Bruce Evans Message-Id: <199704240959.TAA12833@godzilla.zeta.org.au> To: ache@FreeBSD.org, cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vacation vacation.c Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Modified: usr.bin/vacation vacation.c > Log: > Better fix: return vfork() again, but remove clobbering fclose() > and use _exit() instead of exit() I think it's better to use fork() except in programs that fork a lot. Even the simplest use: if ((pid = vfork()) == 0) execl(...); is not guaranteed to work (it depends on there being a stack frame and the compiler not doing anything unusual with it). Bruce From owner-cvs-usrbin Thu Apr 24 10:05:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA17485 for cvs-usrbin-outgoing; Thu, 24 Apr 1997 10:05:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA17386; Thu, 24 Apr 1997 10:04:29 -0700 (PDT) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA16472; Thu, 24 Apr 1997 10:04:09 -0700 (PDT) Date: Thu, 24 Apr 1997 10:04:09 -0700 (PDT) Message-Id: <199704241704.KAA16472@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org, cvs-include@FreeBSD.org Subject: cvs commit: src/include f2c.h src/usr.bin/f2c Makefile Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk jmz 97/04/24 10:04:09 Removed: include f2c.h Log: This file is a duplicate of src/usr.bin/f2c/f2c.h Reviewed by: bde Modified: usr.bin/f2c Makefile Log: Install f2c.h Reviewed by: bde Revision Changes Path 1.10 +4 -0 src/usr.bin/f2c/Makefile From owner-cvs-usrbin Thu Apr 24 12:20:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA25316 for cvs-usrbin-outgoing; Thu, 24 Apr 1997 12:20:37 -0700 (PDT) Received: from Sisyphos.MI.Uni-Koeln.DE (Sisyphos.MI.Uni-Koeln.DE [134.95.212.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA25311; Thu, 24 Apr 1997 12:20:30 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr3-8.slip.Uni-Koeln.DE) by Sisyphos.MI.Uni-Koeln.DE with SMTP id AA01242 (5.67b/IDA-1.5); Thu, 24 Apr 1997 21:20:27 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.5/8.6.9) id UAA06732; Thu, 24 Apr 1997 20:04:45 +0200 (CEST) Message-Id: <19970424200444.24901@x14.mi.uni-koeln.de> Date: Thu, 24 Apr 1997 20:04:44 +0200 From: Stefan Esser To: Bruce Evans Cc: ache@freebsd.org, cvs-all@freebsd.org, CVS-committers@freebsd.org, cvs-usrbin@freebsd.org Subject: vfork problem in gcc (was: Re: cvs commit: src/usr.bin/vacation vacation.c) References: <199704240959.TAA12833@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.68 In-Reply-To: <199704240959.TAA12833@godzilla.zeta.org.au>; from Bruce Evans on Thu, Apr 24, 1997 at 07:59:41PM +1000 Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Apr 24, Bruce Evans wrote: > > Modified: usr.bin/vacation vacation.c > > Log: > > Better fix: return vfork() again, but remove clobbering fclose() > > and use _exit() instead of exit() > > I think it's better to use fork() except in programs that fork a lot. > Even the simplest use: > > if ((pid = vfork()) == 0) > execl(...); > > is not guaranteed to work (it depends on there being a stack frame and > the compiler not doing anything unusual with it). I had just fail "gcc -pipe" with an "vfork: interrupted system call" (from memory) message. This happened reproducible with one certain source file, removing "-pipe" allowed to compile that file, too ... This might affect people doing a "make world" with "-pipe", I guess. There is only one use of vfork in gcc.c (on line 2061). Lots of files that are closed in the child, and it does call exit(), if the exec() fails ... Regards, STefan From owner-cvs-usrbin Thu Apr 24 22:32:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25412 for cvs-usrbin-outgoing; Thu, 24 Apr 1997 22:32:15 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA25368; Thu, 24 Apr 1997 22:31:59 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id PAA16680; Fri, 25 Apr 1997 15:29:02 +1000 Date: Fri, 25 Apr 1997 15:29:02 +1000 From: Bruce Evans Message-Id: <199704250529.PAA16680@godzilla.zeta.org.au> To: bde@zeta.org.au, se@freebsd.org Subject: Re: vfork problem in gcc (was: Re: cvs commit: src/usr.bin/vacation vacation.c) Cc: ache@freebsd.org, cvs-all@freebsd.org, CVS-committers@freebsd.org, cvs-usrbin@freebsd.org Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I had just fail "gcc -pipe" with an "vfork: interrupted system call" >(from memory) message. This happened reproducible with one certain >source file, removing "-pipe" allowed to compile that file, too ... >This might affect people doing a "make world" with "-pipe", I guess. >There is only one use of vfork in gcc.c (on line 2061). Lots of files >that are closed in the child, and it does call exit(), if the exec() >fails ... It seems OK except for the exit(). The exit code of -1 is also fishy. 127 might be right. Bruce From owner-cvs-usrbin Fri Apr 25 04:39:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA09368 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 04:39:59 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id EAA09325; Fri, 25 Apr 1997 04:38:25 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru) by mail.crl.com with SMTP id AA08203 (5.65c/IDA-1.5); Fri, 25 Apr 1997 04:30:11 -0700 Received: (from ache@localhost) by nagual.pp.ru (8.8.5/8.8.5) id OAA00598; Thu, 24 Apr 1997 14:53:53 +0400 (MSD) Date: Thu, 24 Apr 1997 14:53:49 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans Cc: cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vacation vacation.c In-Reply-To: <199704240959.TAA12833@godzilla.zeta.org.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 24 Apr 1997, Bruce Evans wrote: > I think it's better to use fork() except in programs that fork a lot. > Even the simplest use: > > if ((pid = vfork()) == 0) > execl(...); > > is not guaranteed to work (it depends on there being a stack frame and > the compiler not doing anything unusual with it). I think that vfork() must be supported by compiler instead. So, right now we already have some sort of this support by default based on current gcc behaviour. If this behaviour will be changed (more general case you speak about), such compiler must support vfork especially, i.e. not cross-optimizing, keeping stack frame, etc. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-cvs-usrbin Fri Apr 25 05:13:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA10796 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 05:13:05 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA10789; Fri, 25 Apr 1997 05:13:00 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id VAA28172; Fri, 25 Apr 1997 21:58:23 +1000 Date: Fri, 25 Apr 1997 21:58:23 +1000 From: Bruce Evans Message-Id: <199704251158.VAA28172@godzilla.zeta.org.au> To: ache@nagual.pp.ru, bde@zeta.org.au Subject: Re: cvs commit: src/usr.bin/vacation vacation.c Cc: cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-usrbin@FreeBSD.org Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >I think that vfork() must be supported by compiler instead. > >So, right now we already have some sort of this support by default >based on current gcc behaviour. If this behaviour will be changed (more >general case you speak about), such compiler must support vfork >especially, i.e. not cross-optimizing, keeping stack frame, etc. I just noticed that gcc already has some support. Put back the vfork() in mount.c and compile with -Wall, and you will see the useful warnings that `optbuf' and `name' might be clobbered by `longjmp' or `vfork'. Bruce From owner-cvs-usrbin Fri Apr 25 06:44:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA15881 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 06:44:31 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru [194.58.229.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA15728; Fri, 25 Apr 1997 06:40:50 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.8.5/8.8.5) id RAA02901; Fri, 25 Apr 1997 17:37:07 +0400 (MSD) Date: Fri, 25 Apr 1997 17:37:04 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans cc: cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vacation vacation.c In-Reply-To: <199704251158.VAA28172@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 25 Apr 1997, Bruce Evans wrote: > >So, right now we already have some sort of this support by default > >based on current gcc behaviour. If this behaviour will be changed (more > >general case you speak about), such compiler must support vfork > >especially, i.e. not cross-optimizing, keeping stack frame, etc. > > I just noticed that gcc already has some support. Put back the vfork() > in mount.c and compile with -Wall, and you will see the useful warnings > that `optbuf' and `name' might be clobbered by `longjmp' or `vfork'. It has more support than just a warnings, vfork calling function marked and processed in the same way as setjmp calling function now (returns twice). It looks like noop right now because we not turn NON_SAVING_SETJMP define on. Perhaps we should turn it off for setjmp() and on for vfork() separately. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-cvs-usrbin Fri Apr 25 07:37:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA19240 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 07:37:29 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA19225; Fri, 25 Apr 1997 07:37:06 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id AAA00549; Sat, 26 Apr 1997 00:32:55 +1000 Date: Sat, 26 Apr 1997 00:32:55 +1000 From: Bruce Evans Message-Id: <199704251432.AAA00549@godzilla.zeta.org.au> To: ache@nagual.pp.ru, bde@zeta.org.au Subject: Re: cvs commit: src/usr.bin/vacation vacation.c Cc: cvs-all@freebsd.org, CVS-committers@freebsd.org, cvs-usrbin@freebsd.org Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >It has more support than just a warnings, vfork calling function >marked and processed in the same way as setjmp calling function now >(returns twice). It looks like noop right now because we not turn >NON_SAVING_SETJMP define on. Perhaps we should turn it off for setjmp() >and on for vfork() separately. Yes, there should be a NON_SAVING_VFORK, and if nonzero values of it are supported, then the saving may need to be more complicated than for setjmp. NON_SAVING_SETJMP is for systems whose setjmp() doesn't save all the registers, perhaps because the native compiler uses a caller-saved convention so the native setjmp() doesn't need to. The native system would have to use special handling for vfork(), one of the following: 1. save registers in vfork() and don't save before call (simplest). 2. save registers before call and don't write to or free the save area until the child exits (difficult in cases that may have iterated vforks - if the stack is used then it can only be shrunk if the compiler understands the flow of control well enough to decide when the child returns!). Bruce From owner-cvs-usrbin Fri Apr 25 11:47:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA03924 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 11:47:39 -0700 (PDT) Received: from nagual.pp.ru (ache.relcom.ru [194.58.229.133]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA03917; Fri, 25 Apr 1997 11:47:32 -0700 (PDT) Received: (from ache@localhost) by nagual.pp.ru (8.8.5/8.8.5) id WAA05772; Fri, 25 Apr 1997 22:46:46 +0400 (MSD) Date: Fri, 25 Apr 1997 22:46:43 +0400 (MSD) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans cc: cvs-all@freebsd.org, CVS-committers@freebsd.org, cvs-usrbin@freebsd.org Subject: Re: cvs commit: src/usr.bin/vacation vacation.c In-Reply-To: <199704251432.AAA00549@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 26 Apr 1997, Bruce Evans wrote: > NON_SAVING_SETJMP is for systems whose setjmp() doesn't save all the > registers, perhaps because the native compiler uses a caller-saved > convention so the native setjmp() doesn't need to. The native system > would have to use special handling for vfork(), one of the following: > > 1. save registers in vfork() and don't save before call (simplest). > 2. save registers before call and don't write to or free the save > area until the child exits (difficult in cases that may have > iterated vforks - if the stack is used then it can only be shrunk > if the compiler understands the flow of control well enough to > decide when the child returns!). Hmm, maybe I overlook something, but I not found gcc saving registers when NON_SAVING_SETJMP is on, it just mark them as clobbered to not use them later. Is it will be just enough for vfork? -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/ From owner-cvs-usrbin Fri Apr 25 12:21:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA05940 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 12:21:10 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA05932; Fri, 25 Apr 1997 12:21:06 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id FAA10264; Sat, 26 Apr 1997 05:17:26 +1000 Date: Sat, 26 Apr 1997 05:17:26 +1000 From: Bruce Evans Message-Id: <199704251917.FAA10264@godzilla.zeta.org.au> To: ache@nagual.pp.ru, bde@zeta.org.au Subject: Re: cvs commit: src/usr.bin/vacation vacation.c Cc: cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-usrbin@FreeBSD.org Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Hmm, maybe I overlook something, but I not found gcc saving registers >when NON_SAVING_SETJMP is on, it just mark them as clobbered to not use >them later. Is it will be just enough for vfork? I think so. gcc understands the problem with explicit local variables, so should understand the same problem with temporary values - it should be careful about caching temporary values across vfork() since the child might reuse their stack slots. Bruce From owner-cvs-usrbin Fri Apr 25 13:48:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA10710 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 13:48:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA10631; Fri, 25 Apr 1997 13:47:46 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA27149; Fri, 25 Apr 1997 13:47:17 -0700 (PDT) Date: Fri, 25 Apr 1997 13:47:17 -0700 (PDT) Message-Id: <199704252047.NAA27149@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/vis vis.1 src/usr.bin/unvis unvis.1 Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk max 97/04/25 13:47:17 Modified: usr.bin/vis vis.1 usr.bin/unvis unvis.1 Log: Typo. PR: 3385 Submitted by: Josh Gilliam Revision Changes Path 1.3 +1 -1 src/usr.bin/vis/vis.1 1.2 +1 -1 src/usr.bin/unvis/unvis.1 From owner-cvs-usrbin Fri Apr 25 22:10:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA06310 for cvs-usrbin-outgoing; Fri, 25 Apr 1997 22:10:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA06285; Fri, 25 Apr 1997 22:10:47 -0700 (PDT) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12198; Fri, 25 Apr 1997 22:10:46 -0700 (PDT) Date: Fri, 25 Apr 1997 22:10:46 -0700 (PDT) Message-Id: <199704260510.WAA12198@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-usrbin@FreeBSD.org Subject: cvs commit: src/usr.bin/unvis unvis.1 src/usr.bin/vis vis.1 Sender: owner-cvs-usrbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk max 97/04/25 22:10:46 Modified: usr.bin/unvis unvis.1 usr.bin/vis vis.1 Log: Merge the typo fix from -current. Revision Changes Path 1.1.1.1.8.1 +1 -1 src/usr.bin/unvis/unvis.1 1.2.2.1 +1 -1 src/usr.bin/vis/vis.1