From owner-cvs-bin Sat Feb 22 06:06:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21534 for cvs-bin-outgoing; Sat, 22 Feb 1997 06:06:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21525; Sat, 22 Feb 1997 06:06:29 -0800 (PST) Date: Sat, 22 Feb 1997 06:06:29 -0800 (PST) From: Peter Wemm Message-Id: <199702221406.GAA21525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin Makefile Makefile.inc src/bin/chmod Makefile chmod.1 chmod.c src/bin/cp Makefile cp.1 cp.c extern.h utils.c src/bin/csh Makefile alloc.c char.c char.h const.c csh.1 csh.c csh.h dir.c dir.h dol.c err.c exec.c exp.c extern.h file.c func.c glob.c hist.c init.c lex.c misc.c parse.c pathnames.h proc.c proc.h sem.c set.c str.c time.c src/bin/csh/USD.doc Makefile csh.1 csh.2 csh.3 csh.4 csh.a csh.g tabs src/bin/dd Makefile args.c conv.c conv_tab.c dd.1 dd.c dd.h extern.h misc.c position.c src/bin/domainname Makefile domainname.1 domainname.c src/bin/echo Makefile echo.1 echo.c src/bin/ed Makefile POSIX README buf.c cbc.c ed.1 ed.h glbl.c io.c main.c re.c sub.c undo.c src/bin/expr Makefile expr.1 expr.y src/bin/hostname Makefile hostname.1 hostname.c src/bin/ls Makefile cmp.c extern.h ls.1 ls.c ls.h print.c stat_flags.c util.c src/bin/mkdir Makefile mkdir.1 mkdir.c src/bin/pax Makefile ar_io.c ar_subs.c buf_subs.c cache.c cache.h cpio.c cpio.h extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c options.h pat_rep.c pat_rep.h pax.1 pax.c pax.h sel_subs.c sel_subs.h tables.c tables.h tar.c tar.h tty_subs.c src/bin/pwd Makefile pwd.1 pwd.c src/bin/rcp Makefile extern.h pathnames.h rcp.1 rcp.c util.c src/bin/rm Makefile rm.1 rm.c src/bin/sleep Makefile sleep.1 sleep.c src/bin/stty Makefile cchar.c extern.h gfmt.c key.c modes.c print.c stty.1 stty.c stty.h util.c src/bin/cat Makefile cat.1 cat.c src/bin/date Makefile date.1 date.c extern.h netdate.c src/bin/df Makefile df.1 df.c src/bin/ed/test Makefile README ckscripts.sh mkscripts.sh src/bin/kill Makefile kill.1 kill.c src/bin/ln Makefile ln.1 ln.c symlink.7 src/bin/mv Makefile mv.1 mv.c pathnames.h src/bin/ps Makefile devname.c extern.h fmt.c keyword.c nlist.c print.c ps.1 ps.c ps.h src/bin/rmail Makefile rmail.8 rmail.c src/bin/rmdir Makefile rmdir.1 rmdir.c src/bin/sync Makefile sync.8 sync.c src/bin/test Makefile TEST.README TEST.csh TEST.sh operators.c operators.h test.1 test.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/02/22 06:06:28 Modified: bin Makefile Makefile.inc bin/cat Makefile cat.1 cat.c bin/chmod Makefile chmod.1 chmod.c bin/cp Makefile cp.1 cp.c extern.h utils.c bin/csh Makefile alloc.c char.c char.h const.c csh.1 csh.c csh.h dir.c dir.h dol.c err.c exec.c exp.c extern.h file.c func.c glob.c hist.c init.c lex.c misc.c parse.c pathnames.h proc.c proc.h sem.c set.c str.c time.c bin/csh/USD.doc Makefile csh.1 csh.2 csh.3 csh.4 csh.a csh.g tabs bin/date Makefile date.1 date.c extern.h netdate.c bin/dd Makefile args.c conv.c conv_tab.c dd.1 dd.c dd.h extern.h misc.c position.c bin/df Makefile df.1 df.c bin/domainname Makefile domainname.1 domainname.c bin/echo Makefile echo.1 echo.c bin/ed Makefile POSIX README buf.c cbc.c ed.1 ed.h glbl.c io.c main.c re.c sub.c undo.c bin/ed/test Makefile README ckscripts.sh mkscripts.sh bin/expr Makefile expr.1 expr.y bin/hostname Makefile hostname.1 hostname.c bin/kill Makefile kill.1 kill.c bin/ln Makefile ln.1 ln.c symlink.7 bin/ls Makefile cmp.c extern.h ls.1 ls.c ls.h print.c stat_flags.c util.c bin/mkdir Makefile mkdir.1 mkdir.c bin/mv Makefile mv.1 mv.c pathnames.h bin/pax Makefile ar_io.c ar_subs.c buf_subs.c cache.c cache.h cpio.c cpio.h extern.h file_subs.c ftree.c ftree.h gen_subs.c options.c options.h pat_rep.c pat_rep.h pax.1 pax.c pax.h sel_subs.c sel_subs.h tables.c tables.h tar.c tar.h tty_subs.c bin/ps Makefile devname.c extern.h fmt.c keyword.c nlist.c print.c ps.1 ps.c ps.h bin/pwd Makefile pwd.1 pwd.c bin/rcp Makefile extern.h pathnames.h rcp.1 rcp.c util.c bin/rm Makefile rm.1 rm.c bin/rmail Makefile rmail.8 rmail.c bin/rmdir Makefile rmdir.1 rmdir.c bin/sleep Makefile sleep.1 sleep.c bin/stty Makefile cchar.c extern.h gfmt.c key.c modes.c print.c stty.1 stty.c stty.h util.c bin/sync Makefile sync.8 sync.c bin/test Makefile TEST.README TEST.csh TEST.sh operators.c operators.h test.1 test.c Log: Revert $FreeBSD$ to $Id$ Revision Changes Path 1.6 +1 -1 src/bin/Makefile 1.9 +1 -1 src/bin/Makefile.inc 1.4 +1 -1 src/bin/cat/Makefile 1.6 +1 -1 src/bin/cat/cat.1 1.8 +1 -1 src/bin/cat/cat.c 1.4 +1 -1 src/bin/chmod/Makefile 1.7 +1 -1 src/bin/chmod/chmod.1 1.8 +1 -1 src/bin/chmod/chmod.c 1.4 +1 -1 src/bin/cp/Makefile 1.9 +1 -1 src/bin/cp/cp.1 1.13 +1 -1 src/bin/cp/cp.c 1.7 +1 -1 src/bin/cp/extern.h 1.13 +1 -1 src/bin/cp/utils.c 1.7 +1 -1 src/bin/csh/Makefile 1.6 +1 -1 src/bin/csh/alloc.c 1.4 +1 -1 src/bin/csh/char.c 1.4 +1 -1 src/bin/csh/char.h 1.6 +1 -1 src/bin/csh/const.c 1.8 +1 -1 src/bin/csh/csh.1 1.8 +1 -1 src/bin/csh/csh.c 1.4 +1 -1 src/bin/csh/csh.h 1.6 +1 -1 src/bin/csh/dir.c 1.4 +1 -1 src/bin/csh/dir.h 1.5 +1 -1 src/bin/csh/dol.c 1.4 +1 -1 src/bin/csh/err.c 1.6 +1 -1 src/bin/csh/exec.c 1.4 +1 -1 src/bin/csh/exp.c 1.4 +1 -1 src/bin/csh/extern.h 1.6 +1 -1 src/bin/csh/file.c 1.7 +1 -1 src/bin/csh/func.c 1.8 +1 -1 src/bin/csh/glob.c 1.4 +1 -1 src/bin/csh/hist.c 1.4 +1 -1 src/bin/csh/init.c 1.6 +1 -1 src/bin/csh/lex.c 1.5 +1 -1 src/bin/csh/misc.c 1.5 +1 -1 src/bin/csh/parse.c 1.4 +1 -1 src/bin/csh/pathnames.h 1.4 +1 -1 src/bin/csh/proc.c 1.4 +1 -1 src/bin/csh/proc.h 1.5 +1 -1 src/bin/csh/sem.c 1.6 +1 -1 src/bin/csh/set.c 1.5 +1 -1 src/bin/csh/str.c 1.7 +1 -1 src/bin/csh/time.c 1.4 +1 -1 src/bin/csh/USD.doc/Makefile 1.5 +1 -1 src/bin/csh/USD.doc/csh.1 1.5 +1 -1 src/bin/csh/USD.doc/csh.2 1.4 +1 -1 src/bin/csh/USD.doc/csh.3 1.4 +1 -1 src/bin/csh/USD.doc/csh.4 1.4 +1 -1 src/bin/csh/USD.doc/csh.a 1.4 +1 -1 src/bin/csh/USD.doc/csh.g 1.4 +1 -1 src/bin/csh/USD.doc/tabs 1.4 +1 -1 src/bin/date/Makefile 1.11 +1 -1 src/bin/date/date.1 1.10 +1 -1 src/bin/date/date.c 1.4 +1 -1 src/bin/date/extern.h 1.6 +1 -1 src/bin/date/netdate.c 1.4 +1 -1 src/bin/dd/Makefile 1.8 +1 -1 src/bin/dd/args.c 1.8 +1 -1 src/bin/dd/conv.c 1.6 +1 -1 src/bin/dd/conv_tab.c 1.4 +1 -1 src/bin/dd/dd.1 1.10 +1 -1 src/bin/dd/dd.c 1.6 +1 -1 src/bin/dd/dd.h 1.4 +1 -1 src/bin/dd/extern.h 1.7 +1 -1 src/bin/dd/misc.c 1.5 +1 -1 src/bin/dd/position.c 1.4 +1 -1 src/bin/df/Makefile 1.9 +1 -1 src/bin/df/df.1 1.13 +1 -1 src/bin/df/df.c 1.3 +1 -1 src/bin/domainname/Makefile 1.4 +1 -1 src/bin/domainname/domainname.1 1.8 +1 -1 src/bin/domainname/domainname.c 1.4 +1 -1 src/bin/echo/Makefile 1.5 +1 -1 src/bin/echo/echo.1 1.6 +1 -1 src/bin/echo/echo.c 1.15 +1 -1 src/bin/ed/Makefile 1.6 +1 -1 src/bin/ed/POSIX 1.6 +1 -1 src/bin/ed/README 1.10 +1 -1 src/bin/ed/buf.c 1.9 +1 -1 src/bin/ed/cbc.c 1.10 +1 -1 src/bin/ed/ed.1 1.10 +1 -1 src/bin/ed/ed.h 1.7 +1 -1 src/bin/ed/glbl.c 1.8 +1 -1 src/bin/ed/io.c 1.9 +1 -1 src/bin/ed/main.c 1.13 +1 -1 src/bin/ed/re.c 1.9 +1 -1 src/bin/ed/sub.c 1.6 +1 -1 src/bin/ed/undo.c 1.8 +1 -1 src/bin/ed/test/Makefile 1.6 +1 -1 src/bin/ed/test/README 1.5 +1 -1 src/bin/ed/test/ckscripts.sh 1.5 +1 -1 src/bin/ed/test/mkscripts.sh 1.12 +1 -1 src/bin/expr/Makefile 1.6 +1 -1 src/bin/expr/expr.1 1.13 +1 -1 src/bin/expr/expr.y 1.4 +1 -1 src/bin/hostname/Makefile 1.6 +1 -1 src/bin/hostname/hostname.1 1.5 +1 -1 src/bin/hostname/hostname.c 1.4 +1 -1 src/bin/kill/Makefile 1.6 +1 -1 src/bin/kill/kill.1 1.6 +1 -1 src/bin/kill/kill.c 1.5 +1 -1 src/bin/ln/Makefile 1.5 +1 -1 src/bin/ln/ln.1 1.9 +1 -1 src/bin/ln/ln.c 1.4 +1 -1 src/bin/ln/symlink.7 1.4 +1 -1 src/bin/ls/Makefile 1.6 +1 -1 src/bin/ls/cmp.c 1.4 +1 -1 src/bin/ls/extern.h 1.10 +1 -1 src/bin/ls/ls.1 1.13 +1 -1 src/bin/ls/ls.c 1.5 +1 -1 src/bin/ls/ls.h 1.12 +1 -1 src/bin/ls/print.c 1.5 +1 -1 src/bin/ls/stat_flags.c 1.8 +1 -1 src/bin/ls/util.c 1.4 +1 -1 src/bin/mkdir/Makefile 1.6 +1 -1 src/bin/mkdir/mkdir.1 1.8 +1 -1 src/bin/mkdir/mkdir.c 1.4 +1 -1 src/bin/mv/Makefile 1.9 +1 -1 src/bin/mv/mv.1 1.11 +1 -1 src/bin/mv/mv.c 1.4 +1 -1 src/bin/mv/pathnames.h 1.4 +1 -1 src/bin/pax/Makefile 1.7 +1 -1 src/bin/pax/ar_io.c 1.7 +1 -1 src/bin/pax/ar_subs.c 1.7 +1 -1 src/bin/pax/buf_subs.c 1.6 +1 -1 src/bin/pax/cache.c 1.4 +1 -1 src/bin/pax/cache.h 1.7 +1 -1 src/bin/pax/cpio.c 1.5 +1 -1 src/bin/pax/cpio.h 1.4 +1 -1 src/bin/pax/extern.h 1.7 +1 -1 src/bin/pax/file_subs.c 1.7 +1 -1 src/bin/pax/ftree.c 1.4 +1 -1 src/bin/pax/ftree.h 1.9 +1 -1 src/bin/pax/gen_subs.c 1.7 +1 -1 src/bin/pax/options.c 1.4 +1 -1 src/bin/pax/options.h 1.8 +1 -1 src/bin/pax/pat_rep.c 1.4 +1 -1 src/bin/pax/pat_rep.h 1.5 +1 -1 src/bin/pax/pax.1 1.8 +1 -1 src/bin/pax/pax.c 1.6 +1 -1 src/bin/pax/pax.h 1.6 +1 -1 src/bin/pax/sel_subs.c 1.4 +1 -1 src/bin/pax/sel_subs.h 1.7 +1 -1 src/bin/pax/tables.c 1.5 +1 -1 src/bin/pax/tables.h 1.7 +1 -1 src/bin/pax/tar.c 1.4 +1 -1 src/bin/pax/tar.h 1.6 +1 -1 src/bin/pax/tty_subs.c 1.8 +1 -1 src/bin/ps/Makefile 1.5 +1 -1 src/bin/ps/devname.c 1.5 +1 -1 src/bin/ps/extern.h 1.9 +1 -1 src/bin/ps/fmt.c 1.12 +1 -1 src/bin/ps/keyword.c 1.8 +1 -1 src/bin/ps/nlist.c 1.19 +1 -1 src/bin/ps/print.c 1.13 +1 -1 src/bin/ps/ps.1 1.17 +1 -1 src/bin/ps/ps.c 1.4 +1 -1 src/bin/ps/ps.h 1.4 +1 -1 src/bin/pwd/Makefile 1.5 +1 -1 src/bin/pwd/pwd.1 1.5 +1 -1 src/bin/pwd/pwd.c 1.7 +1 -1 src/bin/rcp/Makefile 1.4 +1 -1 src/bin/rcp/extern.h 1.4 +1 -1 src/bin/rcp/pathnames.h 1.5 +1 -1 src/bin/rcp/rcp.1 1.11 +1 -1 src/bin/rcp/rcp.c 1.7 +1 -1 src/bin/rcp/util.c 1.5 +1 -1 src/bin/rm/Makefile 1.7 +1 -1 src/bin/rm/rm.1 1.14 +1 -1 src/bin/rm/rm.c 1.6 +1 -1 src/bin/rmail/Makefile 1.5 +1 -1 src/bin/rmail/rmail.8 1.9 +1 -1 src/bin/rmail/rmail.c 1.4 +1 -1 src/bin/rmdir/Makefile 1.6 +1 -1 src/bin/rmdir/rmdir.1 1.5 +1 -1 src/bin/rmdir/rmdir.c 1.4 +1 -1 src/bin/sleep/Makefile 1.6 +1 -1 src/bin/sleep/sleep.1 1.5 +1 -1 src/bin/sleep/sleep.c 1.4 +1 -1 src/bin/stty/Makefile 1.7 +1 -1 src/bin/stty/cchar.c 1.4 +1 -1 src/bin/stty/extern.h 1.7 +1 -1 src/bin/stty/gfmt.c 1.8 +1 -1 src/bin/stty/key.c 1.6 +1 -1 src/bin/stty/modes.c 1.8 +1 -1 src/bin/stty/print.c 1.6 +1 -1 src/bin/stty/stty.1 1.9 +1 -1 src/bin/stty/stty.c 1.4 +1 -1 src/bin/stty/stty.h 1.6 +1 -1 src/bin/stty/util.c 1.5 +1 -1 src/bin/sync/Makefile 1.6 +1 -1 src/bin/sync/sync.8 1.7 +1 -1 src/bin/sync/sync.c 1.4 +1 -1 src/bin/test/Makefile 1.3 +1 -1 src/bin/test/TEST.README 1.5 +1 -1 src/bin/test/TEST.csh 1.5 +1 -1 src/bin/test/TEST.sh 1.6 +1 -1 src/bin/test/operators.c 1.5 +1 -1 src/bin/test/operators.h 1.4 +1 -1 src/bin/test/test.1 1.17 +1 -1 src/bin/test/test.c