Add the source code for /usr/src/usr.bin from the Net/2 tape
authorKevin Lahey <kml@mosquito.cis.ufl.edu>
Sun, 4 Apr 1993 00:00:00 +0000 (00:00 +0000)
committerKevin Lahey <kml@mosquito.cis.ufl.edu>
Sun, 4 Apr 1993 00:00:00 +0000 (00:00 +0000)
commit8c20c4b329cc491b7faef0defe1b445ca73dd482
treeff25e82e4fed0390b782db0df8caf36903976b02
parentb84ee9404af12d0bbbeca85214ed95c3ee28053e
Add the source code for /usr/src/usr.bin from the Net/2 tape

This patch adds the source code for the /usr/src/usr.bin from
the Net/2 release tape.  It adds the following programs:

error fpr fsplit gprof indent lastcomm
look mt quota sccs tcopy tset
vgrind vmstat window

Kevin Lahey provided the fixes for most of the memory counters
in vmstat, his work was based upon the work by Warren Toomey who wrote
vstat.  Rodney Grimes provided the interrupt counters and other fixes.

It also includes the arnej patch for tset.

AUTHOR: Rodney W. Grimes (rgrimes@agora.rain.com)
AUTHOR: arnej ???  (tset fixes)
AUTHOR: Kevin Lahey (kml%rokkaku.UUCP@mathcs.emory.edu) (vmstat memory counters)
AUTHOR: Paul Kranenburg (pk@cs.few.eur.nl) vmstat dk_stat fix
386BSD-Patchkit: patch00124
201 files changed:
usr/src/usr.bin/Makefile
usr/src/usr.bin/error/Makefile [new file with mode: 0644]
usr/src/usr.bin/error/error.1 [new file with mode: 0644]
usr/src/usr.bin/error/error.h [new file with mode: 0644]
usr/src/usr.bin/error/filter.c [new file with mode: 0644]
usr/src/usr.bin/error/input.c [new file with mode: 0644]
usr/src/usr.bin/error/main.c [new file with mode: 0644]
usr/src/usr.bin/error/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/error/pi.c [new file with mode: 0644]
usr/src/usr.bin/error/subr.c [new file with mode: 0644]
usr/src/usr.bin/error/touch.c [new file with mode: 0644]
usr/src/usr.bin/fpr/Makefile [new file with mode: 0644]
usr/src/usr.bin/fpr/fpr.1 [new file with mode: 0644]
usr/src/usr.bin/fpr/fpr.c [new file with mode: 0644]
usr/src/usr.bin/fsplit/Makefile [new file with mode: 0644]
usr/src/usr.bin/fsplit/fsplit.1 [new file with mode: 0644]
usr/src/usr.bin/fsplit/fsplit.c [new file with mode: 0644]
usr/src/usr.bin/gprof/Makefile [new file with mode: 0644]
usr/src/usr.bin/gprof/arcs.c [new file with mode: 0644]
usr/src/usr.bin/gprof/dfn.c [new file with mode: 0644]
usr/src/usr.bin/gprof/gprof.1 [new file with mode: 0644]
usr/src/usr.bin/gprof/gprof.c [new file with mode: 0644]
usr/src/usr.bin/gprof/gprof.callg [new file with mode: 0644]
usr/src/usr.bin/gprof/gprof.flat [new file with mode: 0644]
usr/src/usr.bin/gprof/gprof.h [new file with mode: 0644]
usr/src/usr.bin/gprof/hertz.c [new file with mode: 0644]
usr/src/usr.bin/gprof/hp300.c [new file with mode: 0644]
usr/src/usr.bin/gprof/hp300.h [new file with mode: 0644]
usr/src/usr.bin/gprof/i386.c [new file with mode: 0644]
usr/src/usr.bin/gprof/i386.h [new file with mode: 0644]
usr/src/usr.bin/gprof/lookup.c [new file with mode: 0644]
usr/src/usr.bin/gprof/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/gprof/printgprof.c [new file with mode: 0644]
usr/src/usr.bin/gprof/printlist.c [new file with mode: 0644]
usr/src/usr.bin/gprof/tahoe.c [new file with mode: 0644]
usr/src/usr.bin/gprof/tahoe.h [new file with mode: 0644]
usr/src/usr.bin/gprof/vax.c [new file with mode: 0644]
usr/src/usr.bin/gprof/vax.h [new file with mode: 0644]
usr/src/usr.bin/indent/Makefile [new file with mode: 0644]
usr/src/usr.bin/indent/README [new file with mode: 0644]
usr/src/usr.bin/indent/args.c [new file with mode: 0644]
usr/src/usr.bin/indent/indent.1 [new file with mode: 0644]
usr/src/usr.bin/indent/indent.c [new file with mode: 0644]
usr/src/usr.bin/indent/indent_codes.h [new file with mode: 0644]
usr/src/usr.bin/indent/indent_globs.h [new file with mode: 0644]
usr/src/usr.bin/indent/io.c [new file with mode: 0644]
usr/src/usr.bin/indent/lexi.c [new file with mode: 0644]
usr/src/usr.bin/indent/parse.c [new file with mode: 0644]
usr/src/usr.bin/indent/pr_comment.c [new file with mode: 0644]
usr/src/usr.bin/lastcomm/Makefile [new file with mode: 0644]
usr/src/usr.bin/lastcomm/lastcomm.1 [new file with mode: 0644]
usr/src/usr.bin/lastcomm/lastcomm.c [new file with mode: 0644]
usr/src/usr.bin/lastcomm/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/look/Makefile [new file with mode: 0644]
usr/src/usr.bin/look/look.1 [new file with mode: 0644]
usr/src/usr.bin/look/look.c [new file with mode: 0644]
usr/src/usr.bin/look/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/mt/Makefile [new file with mode: 0644]
usr/src/usr.bin/mt/mt.1 [new file with mode: 0644]
usr/src/usr.bin/mt/mt.c [new file with mode: 0644]
usr/src/usr.bin/quota/Makefile [new file with mode: 0644]
usr/src/usr.bin/quota/quota.1 [new file with mode: 0644]
usr/src/usr.bin/quota/quota.c [new file with mode: 0644]
usr/src/usr.bin/sccs/Makefile [new file with mode: 0644]
usr/src/usr.bin/sccs/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/sccs/sccs.1 [new file with mode: 0644]
usr/src/usr.bin/sccs/sccs.c [new file with mode: 0644]
usr/src/usr.bin/tcopy/Makefile [new file with mode: 0644]
usr/src/usr.bin/tcopy/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/tcopy/tcopy.1 [new file with mode: 0644]
usr/src/usr.bin/tcopy/tcopy.c [new file with mode: 0644]
usr/src/usr.bin/tset/Makefile [new file with mode: 0644]
usr/src/usr.bin/tset/extern.h [new file with mode: 0644]
usr/src/usr.bin/tset/map.c [new file with mode: 0644]
usr/src/usr.bin/tset/misc.c [new file with mode: 0644]
usr/src/usr.bin/tset/set.c [new file with mode: 0644]
usr/src/usr.bin/tset/term.c [new file with mode: 0644]
usr/src/usr.bin/tset/tset.1 [new file with mode: 0644]
usr/src/usr.bin/tset/tset.c [new file with mode: 0644]
usr/src/usr.bin/tset/wrterm.c [new file with mode: 0644]
usr/src/usr.bin/vgrind/Makefile [new file with mode: 0644]
usr/src/usr.bin/vgrind/pathnames.h [new file with mode: 0644]
usr/src/usr.bin/vgrind/regexp.c [new file with mode: 0644]
usr/src/usr.bin/vgrind/retest/Makefile [new file with mode: 0644]
usr/src/usr.bin/vgrind/retest/retest.c [new file with mode: 0644]
usr/src/usr.bin/vgrind/tmac.vgrind [new file with mode: 0644]
usr/src/usr.bin/vgrind/vfontedpr.c [new file with mode: 0644]
usr/src/usr.bin/vgrind/vgrind.1 [new file with mode: 0644]
usr/src/usr.bin/vgrind/vgrind.sh [new file with mode: 0644]
usr/src/usr.bin/vgrind/vgrindefs.5 [new file with mode: 0644]
usr/src/usr.bin/vgrind/vgrindefs.c [new file with mode: 0644]
usr/src/usr.bin/vgrind/vgrindefs.src [new file with mode: 0644]
usr/src/usr.bin/vmstat/Makefile [new file with mode: 0644]
usr/src/usr.bin/vmstat/names.c [new file with mode: 0644]
usr/src/usr.bin/vmstat/vmstat.8 [new file with mode: 0644]
usr/src/usr.bin/vmstat/vmstat.c [new file with mode: 0644]
usr/src/usr.bin/window/:tt [new file with mode: 0644]
usr/src/usr.bin/window/:tty [new file with mode: 0644]
usr/src/usr.bin/window/:var [new file with mode: 0644]
usr/src/usr.bin/window/:ww [new file with mode: 0644]
usr/src/usr.bin/window/Makefile [new file with mode: 0644]
usr/src/usr.bin/window/README [new file with mode: 0644]
usr/src/usr.bin/window/alias.h [new file with mode: 0644]
usr/src/usr.bin/window/char.c [new file with mode: 0644]
usr/src/usr.bin/window/char.h [new file with mode: 0644]
usr/src/usr.bin/window/cmd.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd1.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd2.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd3.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd4.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd5.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd6.c [new file with mode: 0644]
usr/src/usr.bin/window/cmd7.c [new file with mode: 0644]
usr/src/usr.bin/window/compress.c [new file with mode: 0644]
usr/src/usr.bin/window/context.c [new file with mode: 0644]
usr/src/usr.bin/window/context.h [new file with mode: 0644]
usr/src/usr.bin/window/defs.h [new file with mode: 0644]
usr/src/usr.bin/window/error.c [new file with mode: 0644]
usr/src/usr.bin/window/lcmd.c [new file with mode: 0644]
usr/src/usr.bin/window/lcmd.h [new file with mode: 0644]
usr/src/usr.bin/window/lcmd1.c [new file with mode: 0644]
usr/src/usr.bin/window/lcmd2.c [new file with mode: 0644]
usr/src/usr.bin/window/local.h [new file with mode: 0644]
usr/src/usr.bin/window/main.c [new file with mode: 0644]
usr/src/usr.bin/window/mloop.c [new file with mode: 0644]
usr/src/usr.bin/window/parser.h [new file with mode: 0644]
usr/src/usr.bin/window/parser1.c [new file with mode: 0644]
usr/src/usr.bin/window/parser2.c [new file with mode: 0644]
usr/src/usr.bin/window/parser3.c [new file with mode: 0644]
usr/src/usr.bin/window/parser4.c [new file with mode: 0644]
usr/src/usr.bin/window/parser5.c [new file with mode: 0644]
usr/src/usr.bin/window/scanner.c [new file with mode: 0644]
usr/src/usr.bin/window/startup.c [new file with mode: 0644]
usr/src/usr.bin/window/string.c [new file with mode: 0644]
usr/src/usr.bin/window/string.h [new file with mode: 0644]
usr/src/usr.bin/window/token.h [new file with mode: 0644]
usr/src/usr.bin/window/tt.h [new file with mode: 0644]
usr/src/usr.bin/window/ttf100.c [new file with mode: 0644]
usr/src/usr.bin/window/ttgeneric.c [new file with mode: 0644]
usr/src/usr.bin/window/tth19.c [new file with mode: 0644]
usr/src/usr.bin/window/tth29.c [new file with mode: 0644]
usr/src/usr.bin/window/ttinit.c [new file with mode: 0644]
usr/src/usr.bin/window/ttoutput.c [new file with mode: 0644]
usr/src/usr.bin/window/tttermcap.c [new file with mode: 0644]
usr/src/usr.bin/window/tttvi925.c [new file with mode: 0644]
usr/src/usr.bin/window/ttwyse60.c [new file with mode: 0644]
usr/src/usr.bin/window/ttwyse75.c [new file with mode: 0644]
usr/src/usr.bin/window/ttzapple.c [new file with mode: 0644]
usr/src/usr.bin/window/ttzentec.c [new file with mode: 0644]
usr/src/usr.bin/window/value.h [new file with mode: 0644]
usr/src/usr.bin/window/var.c [new file with mode: 0644]
usr/src/usr.bin/window/var.h [new file with mode: 0644]
usr/src/usr.bin/window/win.c [new file with mode: 0644]
usr/src/usr.bin/window/window.1 [new file with mode: 0644]
usr/src/usr.bin/window/windowrc [new file with mode: 0644]
usr/src/usr.bin/window/ww.h [new file with mode: 0644]
usr/src/usr.bin/window/wwadd.c [new file with mode: 0644]
usr/src/usr.bin/window/wwalloc.c [new file with mode: 0644]
usr/src/usr.bin/window/wwbox.c [new file with mode: 0644]
usr/src/usr.bin/window/wwchild.c [new file with mode: 0644]
usr/src/usr.bin/window/wwclose.c [new file with mode: 0644]
usr/src/usr.bin/window/wwclreol.c [new file with mode: 0644]
usr/src/usr.bin/window/wwclreos.c [new file with mode: 0644]
usr/src/usr.bin/window/wwcursor.c [new file with mode: 0644]
usr/src/usr.bin/window/wwdata.c [new file with mode: 0644]
usr/src/usr.bin/window/wwdelchar.c [new file with mode: 0644]
usr/src/usr.bin/window/wwdelete.c [new file with mode: 0644]
usr/src/usr.bin/window/wwdelline.c [new file with mode: 0644]
usr/src/usr.bin/window/wwdump.c [new file with mode: 0644]
usr/src/usr.bin/window/wwend.c [new file with mode: 0644]
usr/src/usr.bin/window/wwenviron.c [new file with mode: 0644]
usr/src/usr.bin/window/wwerror.c [new file with mode: 0644]
usr/src/usr.bin/window/wwflush.c [new file with mode: 0644]
usr/src/usr.bin/window/wwframe.c [new file with mode: 0644]
usr/src/usr.bin/window/wwgets.c [new file with mode: 0644]
usr/src/usr.bin/window/wwinit.c [new file with mode: 0644]
usr/src/usr.bin/window/wwinschar.c [new file with mode: 0644]
usr/src/usr.bin/window/wwinsline.c [new file with mode: 0644]
usr/src/usr.bin/window/wwiomux.c [new file with mode: 0644]
usr/src/usr.bin/window/wwlabel.c [new file with mode: 0644]
usr/src/usr.bin/window/wwmisc.c [new file with mode: 0644]
usr/src/usr.bin/window/wwmove.c [new file with mode: 0644]
usr/src/usr.bin/window/wwopen.c [new file with mode: 0644]
usr/src/usr.bin/window/wwprintf.c [new file with mode: 0644]
usr/src/usr.bin/window/wwpty.c [new file with mode: 0644]
usr/src/usr.bin/window/wwputc.c [new file with mode: 0644]
usr/src/usr.bin/window/wwputs.c [new file with mode: 0644]
usr/src/usr.bin/window/wwredraw.c [new file with mode: 0644]
usr/src/usr.bin/window/wwredrawwin.c [new file with mode: 0644]
usr/src/usr.bin/window/wwrint.c [new file with mode: 0644]
usr/src/usr.bin/window/wwscroll.c [new file with mode: 0644]
usr/src/usr.bin/window/wwsize.c [new file with mode: 0644]
usr/src/usr.bin/window/wwspawn.c [new file with mode: 0644]
usr/src/usr.bin/window/wwsuspend.c [new file with mode: 0644]
usr/src/usr.bin/window/wwtty.c [new file with mode: 0644]
usr/src/usr.bin/window/wwunframe.c [new file with mode: 0644]
usr/src/usr.bin/window/wwupdate.c [new file with mode: 0644]
usr/src/usr.bin/window/wwwrite.c [new file with mode: 0644]
usr/src/usr.bin/window/xx.c [new file with mode: 0644]
usr/src/usr.bin/window/xx.h [new file with mode: 0644]
usr/src/usr.bin/window/xxflush.c [new file with mode: 0644]