unix-history/.git
36 years ago(1) From Chris Torek -- get the type right after deleting a shift and
Donn Seeley [Thu, 12 May 1988 16:22:15 +0000 (08:22 -0800)]
(1) From Chris Torek -- get the type right after deleting a shift and
upgrading an indexed address from byte to short or long offsets.  (2) Clean
out trash in regs[r] for r<NREG when updating uses[r] and regs[r] in bflow(),
avoiding amazing substitution of operands.  (3) flops() fix fails if there are
other uses between the store and the last use; we now loop on uses in flops().

SCCS-vsn: old/pcc/c2.tahoe/c21.c 1.9

36 years agoChris Torek's fix for lost labels.
Donn Seeley [Thu, 12 May 1988 16:13:14 +0000 (08:13 -0800)]
Chris Torek's fix for lost labels.

SCCS-vsn: old/pcc/c2.tahoe/c22.c 1.9

36 years agoscrolling region, suggestion from Ray Moody (ray@j.cc.purdue.edu)
Edward Wang [Thu, 12 May 1988 09:04:21 +0000 (01:04 -0800)]
scrolling region, suggestion from Ray Moody (ray@j.cc.purdue.edu)

SCCS-vsn: usr.bin/window/wwend.c 3.10
SCCS-vsn: usr.bin/window/tt.h 3.19
SCCS-vsn: usr.bin/window/ttinit.c 3.19
SCCS-vsn: usr.bin/window/tth19.c 3.18
SCCS-vsn: usr.bin/window/ttgeneric.c 3.34
SCCS-vsn: usr.bin/window/wwscroll.c 3.19

36 years agominor whacks; checkpoint before speed attempt
Keith Bostic [Thu, 12 May 1988 08:47:36 +0000 (00:47 -0800)]
minor whacks; checkpoint before speed attempt

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.10

36 years agofix up spacing
Mike Karels [Thu, 12 May 1988 07:05:45 +0000 (23:05 -0800)]
fix up spacing

SCCS-vsn: share/me/letterhead.me 2.4

36 years agominor cleanups, move format checking into _cvt
Keith Bostic [Thu, 12 May 1988 05:13:03 +0000 (21:13 -0800)]
minor cleanups, move format checking into _cvt

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.9

36 years agolower priority for lost rfnm messages
Mike Karels [Thu, 12 May 1988 03:46:24 +0000 (19:46 -0800)]
lower priority for lost rfnm messages

SCCS-vsn: sys/deprecated/netimp/if_imphost.c 7.6

36 years agoPrint the register version of register parameters, not the useless stack
Donn Seeley [Wed, 11 May 1988 17:06:22 +0000 (09:06 -0800)]
Print the register version of register parameters, not the useless stack
copy.

SCCS-vsn: old/dbx/stabstring.c 5.3

36 years agoThe C stab code only distinguishes 'char' from 'int' range types; char has
Donn Seeley [Wed, 11 May 1988 17:03:53 +0000 (09:03 -0800)]
The C stab code only distinguishes 'char' from 'int' range types; char has
a 'char' range, everything else has an 'int' range, including floating
types.  This seems completely bogus, but it's easy enough to adapt the
c_typematch() routine to handle this 'feature'.  This cures problems where
'float' appeared to have 'int' type in division operations.

SCCS-vsn: old/dbx/c.c 5.8

36 years agoSome tweaks were required in convert() to get 'print float1 / float2' to
Donn Seeley [Wed, 11 May 1988 17:01:27 +0000 (09:01 -0800)]
Some tweaks were required in convert() to get 'print float1 / float2' to
work.  A clause that specifically treats floats as ints ('op != O_NOP...')
was deleted; the error code was changed so that 'print float1 div
float2' generates a reasonable message (rather than treating the floats as
ints, sigh).

SCCS-vsn: old/dbx/symbols.c 5.5

36 years agoFix botch with generating OREGs INTEMP.
Donn Seeley [Wed, 11 May 1988 16:49:47 +0000 (08:49 -0800)]
Fix botch with generating OREGs INTEMP.

SCCS-vsn: old/pcc/ccom.tahoe/table.c 1.23

36 years agoTwo fixes from Chris Torek -- get the type right after deleting a shift
Donn Seeley [Wed, 11 May 1988 16:40:35 +0000 (08:40 -0800)]
Two fixes from Chris Torek -- get the type right after deleting a shift
and upgrading an indexed address from byte to short or long offsets; don't
lose a label number after deleting a test-and-branch.

SCCS-vsn: old/pcc/c2.vax/c21.c 4.24

36 years agoFix for awful walkf() botch from Chris Torek.
Donn Seeley [Wed, 11 May 1988 16:12:50 +0000 (08:12 -0800)]
Fix for awful walkf() botch from Chris Torek.

SCCS-vsn: old/pcc/mip/common.c 4.5

36 years ago(1) Make the NOT operator work with floating constants. (2) Fix shifts so
Donn Seeley [Wed, 11 May 1988 16:11:55 +0000 (08:11 -0800)]
(1) Make the NOT operator work with floating constants.  (2) Fix shifts so
that the type depends solely on the left operand, and so that the right
operand has type INT.  (3) Eliminate warnings for pointer conversions to
and from void *.

SCCS-vsn: old/pcc/mip/trees.c 4.36

36 years agoRearrange shift code in offstar() to produce more indexed operands.
Donn Seeley [Wed, 11 May 1988 15:42:56 +0000 (07:42 -0800)]
Rearrange shift code in offstar() to produce more indexed operands.

SCCS-vsn: old/pcc/ccom.vax/order.c 1.18

36 years agoInstalled much simpler unsigned-to-floating conversion code suggested by
Donn Seeley [Wed, 11 May 1988 15:40:35 +0000 (07:40 -0800)]
Installed much simpler unsigned-to-floating conversion code suggested by
Robert Firth and the tahoe compiler.

SCCS-vsn: old/pcc/ccom.vax/local2.c 1.39

36 years ago(1) We must adjust inoff even if errors have occurred and we aren't
Donn Seeley [Wed, 11 May 1988 15:38:19 +0000 (07:38 -0800)]
(1) We must adjust inoff even if errors have occurred and we aren't
generating code for initializations, since error reporting upstream
depends on it.  (2) Use char size offsets for field references in
indexed structs since we can't generate code for long indexed OREG
field trees.  I think the Tahoe compiler did this in the early days.

SCCS-vsn: old/pcc/ccom.vax/local.c 1.17

36 years agoFix problem with OREGs placed INTEMP.
Donn Seeley [Wed, 11 May 1988 15:29:54 +0000 (07:29 -0800)]
Fix problem with OREGs placed INTEMP.

SCCS-vsn: old/pcc/ccom.vax/table.c 1.33

36 years agopasses basic checks with rewritten floating point
Keith Bostic [Wed, 11 May 1988 14:03:55 +0000 (06:03 -0800)]
passes basic checks with rewritten floating point

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.8

36 years agodate and time created 88/05/09 21:22:52 by mckusick
Kirk McKusick [Tue, 10 May 1988 12:22:52 +0000 (04:22 -0800)]
date and time created 88/05/09 21:22:52 by mckusick

SCCS-vsn: admin/admin/copyright4.2-4.3/files.4.3.copyr 1.1

36 years agodate and time created 88/05/09 21:22:49 by mckusick
Kirk McKusick [Tue, 10 May 1988 12:22:49 +0000 (04:22 -0800)]
date and time created 88/05/09 21:22:49 by mckusick

SCCS-vsn: admin/admin/copyright4.2-4.3/files.4.2.copyr 1.1

36 years agoupdate to make current
Kirk McKusick [Tue, 10 May 1988 12:22:08 +0000 (04:22 -0800)]
update to make current

SCCS-vsn: admin/admin/copyright4.2-4.3/letter 1.2
SCCS-vsn: admin/admin/copyright4.2-4.3/lic.letter 1.2

36 years agocheckpoint; gonna try and rewrite floating point
Keith Bostic [Tue, 10 May 1988 08:23:46 +0000 (00:23 -0800)]
checkpoint; gonna try and rewrite floating point

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.7

36 years agofirst version to pass basic tests; rewrite complete
Keith Bostic [Tue, 10 May 1988 07:45:42 +0000 (23:45 -0800)]
first version to pass basic tests; rewrite complete

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.6

36 years agoversion that attempts to do formatting of floats itsellf
Keith Bostic [Tue, 10 May 1988 06:06:37 +0000 (22:06 -0800)]
version that attempts to do formatting of floats itsellf

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.5

36 years agoadd dirblk
Keith Bostic [Tue, 10 May 1988 05:44:48 +0000 (21:44 -0800)]
add dirblk

SCCS-vsn: old/adb/scripts.tahoe/Makefile 5.2

36 years agodate and time created 88/05/09 14:44:14 by bostic
Keith Bostic [Tue, 10 May 1988 05:44:14 +0000 (21:44 -0800)]
date and time created 88/05/09 14:44:14 by bostic

SCCS-vsn: old/adb/scripts.tahoe/dirblk 5.1

36 years agoadd dirblk
Keith Bostic [Tue, 10 May 1988 05:43:33 +0000 (21:43 -0800)]
add dirblk

SCCS-vsn: old/adb/scripts.vax/Makefile 5.2

36 years agoremove dirblk, it's machine specific
Keith Bostic [Tue, 10 May 1988 05:41:57 +0000 (21:41 -0800)]
remove dirblk, it's machine specific

SCCS-vsn: old/adb/common_scripts/Makefile 5.2

36 years agoadd 'e' format
Keith Bostic [Mon, 9 May 1988 09:32:22 +0000 (01:32 -0800)]
add 'e' format

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.4

36 years agofirst cut at ANSI version; also added 'f' format
Keith Bostic [Mon, 9 May 1988 08:53:44 +0000 (00:53 -0800)]
first cut at ANSI version; also added 'f' format

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.3

36 years agoadd Berkeley header; yank to 5.1
Keith Bostic [Mon, 9 May 1988 06:49:59 +0000 (22:49 -0800)]
add Berkeley header; yank to 5.1

SCCS-vsn: games/battlestar/Makefile 5.1
SCCS-vsn: games/battlestar/battlestar.c 5.1
SCCS-vsn: games/battlestar/com1.c 5.1
SCCS-vsn: games/battlestar/com2.c 5.1
SCCS-vsn: games/battlestar/com3.c 5.1
SCCS-vsn: games/battlestar/com4.c 5.1
SCCS-vsn: games/battlestar/com5.c 5.1
SCCS-vsn: games/battlestar/com6.c 5.1
SCCS-vsn: games/battlestar/com7.c 5.1
SCCS-vsn: games/battlestar/cypher.c 5.1
SCCS-vsn: games/battlestar/dayfile.c 5.1
SCCS-vsn: games/battlestar/dayobjs.c 5.1
SCCS-vsn: games/battlestar/extern.h 5.1
SCCS-vsn: games/battlestar/fly.c 5.1
SCCS-vsn: games/battlestar/getcom.c 5.1
SCCS-vsn: games/battlestar/globals.c 5.1
SCCS-vsn: games/battlestar/init.c 5.1
SCCS-vsn: games/battlestar/misc.c 5.1
SCCS-vsn: games/battlestar/nightfile.c 5.1
SCCS-vsn: games/battlestar/nightobjs.c 5.1
SCCS-vsn: games/battlestar/parse.c 5.1
SCCS-vsn: games/battlestar/room.c 5.1
SCCS-vsn: games/battlestar/save.c 5.1
SCCS-vsn: games/battlestar/words.c 5.1

36 years agoFirst "working" version. Rip out roman number and binary options;
Keith Bostic [Sun, 8 May 1988 06:55:36 +0000 (22:55 -0800)]
First "working" version.  Rip out roman number and binary options;
add working 'l' flag, varargs, '#' and '+' flags, do "%%" in first switch
basically a complete and total reformat/rewrite, diff won't work

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.2

36 years agovax 8200 support from torek: generalize cpu support, ops, clock ops
Mike Karels [Sun, 8 May 1988 05:20:19 +0000 (21:20 -0800)]
vax 8200 support from torek: generalize cpu support, ops, clock ops

SCCS-vsn: sys/vax/vax/Locore.c 7.3
SCCS-vsn: sys/vax/vax/autoconf.c 7.14
SCCS-vsn: sys/vax/vax/clock.c 7.2
SCCS-vsn: sys/vax/include/clock.h 7.2
SCCS-vsn: sys/vax/vax/cons.c 7.5
SCCS-vsn: sys/vax/include/cpu.h 7.4
SCCS-vsn: sys/vax/vax/cpudata.c 7.3
SCCS-vsn: sys/vax/vax/ka630.c 7.4
SCCS-vsn: sys/vax/vax/ka630.h 7.2
SCCS-vsn: sys/vax/vax/locore.s 7.10
SCCS-vsn: sys/vax/vax/machdep.c 7.12
SCCS-vsn: sys/vax/vax/mem.h 7.2
SCCS-vsn: sys/vax/vax/mscp.c 1.2
SCCS-vsn: sys/vax/include/mtpr.h 7.3
SCCS-vsn: sys/vax/vax/scb.h 7.2
SCCS-vsn: sys/vax/vax/scb.s 7.3
SCCS-vsn: sys/vax/vax/swapgeneric.c 7.4

36 years agocleanup: use kvtopte
Mike Karels [Sun, 8 May 1988 05:17:38 +0000 (21:17 -0800)]
cleanup: use kvtopte

SCCS-vsn: sys/vax/vax/vm_machdep.c 7.3

36 years agochanges from torek (should compile, still untested)
Mike Karels [Sun, 8 May 1988 05:00:32 +0000 (21:00 -0800)]
changes from torek (should compile, still untested)

SCCS-vsn: sys/vax/vax/kdb_machdep.c 7.2
SCCS-vsn: sys/vax/vax/kdb_opset.c 7.2
SCCS-vsn: sys/vax/include/kdbparam.h 7.2

36 years agooriginal posting by Steve Summit to USENET
Keith Bostic [Sun, 8 May 1988 01:58:06 +0000 (17:58 -0800)]
original posting by Steve Summit to USENET

SCCS-vsn: lib/libc/stdio/vfprintf.c 5.1

36 years agoexpand from three static buffer to a dynamic buffer pool;
Kirk McKusick [Sat, 7 May 1988 16:04:19 +0000 (08:04 -0800)]
expand from three static buffer to a dynamic buffer pool;
initial sizing of the buffer pool is 128K (For 8K fs == 16 buffers)

SCCS-vsn: sbin/fsck/fsck.h 5.7
SCCS-vsn: sbin/fsck/dir.c 5.4
SCCS-vsn: sbin/fsck/inode.c 5.6
SCCS-vsn: sbin/fsck/setup.c 5.19
SCCS-vsn: sbin/fsck/utilities.c 5.11

36 years agoeliminate unnecessary flush
Kirk McKusick [Sat, 7 May 1988 15:17:08 +0000 (07:17 -0800)]
eliminate unnecessary flush

SCCS-vsn: sbin/fsck/pass1b.c 5.2

36 years ago&sblock => fs; &cgrp => cg
Kirk McKusick [Sat, 7 May 1988 15:16:40 +0000 (07:16 -0800)]
&sblock => fs; &cgrp => cg

SCCS-vsn: sbin/fsck/pass5.c 5.5

36 years agochanges for raw{read,write} stuff
Keith Bostic [Sat, 7 May 1988 08:22:58 +0000 (00:22 -0800)]
changes for raw{read,write} stuff

SCCS-vsn: sys/vax/mba/hp.c 7.9

36 years agoChris Torek's new version; massive reformatting
Keith Bostic [Sat, 7 May 1988 08:22:32 +0000 (00:22 -0800)]
Chris Torek's new version; massive reformatting

SCCS-vsn: sys/vax/mba/mt.c 7.2
SCCS-vsn: sys/vax/mba/mtreg.h 7.2

36 years agochanges for raw{read,write} stuff
Keith Bostic [Sat, 7 May 1988 08:21:45 +0000 (00:21 -0800)]
changes for raw{read,write} stuff

SCCS-vsn: sys/vax/uba/ts.c 7.5
SCCS-vsn: sys/vax/uba/tm.c 7.4
SCCS-vsn: sys/vax/uba/rk.c 7.3
SCCS-vsn: sys/vax/uba/idc.c 7.3
SCCS-vsn: sys/vax/uba/rl.c 7.3
SCCS-vsn: sys/vax/uba/ut.c 7.3
SCCS-vsn: sys/vax/uba/up.c 7.3
SCCS-vsn: sys/vax/uba/tmscp.c 7.3
SCCS-vsn: sys/vax/mba/ht.c 7.6

36 years agoremove sw{read,write} for raw{read,write} changes
Keith Bostic [Sat, 7 May 1988 08:14:49 +0000 (00:14 -0800)]
remove sw{read,write} for raw{read,write} changes

SCCS-vsn: sys/vm/vm_swap.c 7.3

36 years agoraw{read,write} changes
Keith Bostic [Sat, 7 May 1988 08:14:08 +0000 (00:14 -0800)]
raw{read,write} changes

SCCS-vsn: sys/kern/kern_physio.c 7.4

36 years agoversion to work with old compiler for tahoe release
Keith Bostic [Sat, 7 May 1988 08:09:47 +0000 (00:09 -0800)]
version to work with old compiler for tahoe release

SCCS-vsn: usr.bin/tcopy/tcopy.c 5.7.1.1

36 years agomention disablement of opterr to get rid of error messages
Keith Bostic [Sat, 7 May 1988 05:18:19 +0000 (21:18 -0800)]
mention disablement of opterr to get rid of error messages

SCCS-vsn: lib/libc/stdlib/getopt.3 6.7

36 years agodon't need printf; add Berkeley header, this is a complete rewrite
Keith Bostic [Sat, 7 May 1988 03:35:34 +0000 (19:35 -0800)]
don't need printf; add Berkeley header, this is a complete rewrite

SCCS-vsn: bin/mkdir/mkdir.c 5.2

36 years agodecrease size of kmem map now that autoconf is cleaned up;
Mike Karels [Sat, 7 May 1988 03:35:03 +0000 (19:35 -0800)]
decrease size of kmem map now that autoconf is cleaned up;
add ADDMAP macro to extend map without adding phony symbols

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.25

36 years agocleanup: use kvtopte
Mike Karels [Sat, 7 May 1988 03:34:10 +0000 (19:34 -0800)]
cleanup: use kvtopte

SCCS-vsn: sys/tahoe/tahoe/vm_machdep.c 1.11

36 years agoclean up queuing, keep message counts correctly, check for 1822L NOPs, etc
Mike Karels [Sat, 7 May 1988 03:33:09 +0000 (19:33 -0800)]
clean up queuing, keep message counts correctly, check for 1822L NOPs, etc

SCCS-vsn: sys/deprecated/netimp/if_imp.c 7.5
SCCS-vsn: sys/deprecated/netimp/if_imp.h 7.4
SCCS-vsn: sys/deprecated/netimp/if_imphost.c 7.5
SCCS-vsn: sys/deprecated/netimp/if_imphost.h 7.4

36 years agoadd Berkeley header
Keith Bostic [Sat, 7 May 1988 01:36:34 +0000 (17:36 -0800)]
add Berkeley header

SCCS-vsn: games/canfield/canfield/canfield.c 5.7
SCCS-vsn: games/canfield/cfscores/cfscores.c 5.2
SCCS-vsn: games/canfield/canfield/Makefile 5.2

36 years agoadd hack for compilers not having -M flag
Keith Bostic [Fri, 6 May 1988 11:33:37 +0000 (03:33 -0800)]
add hack for compilers not having -M flag

SCCS-vsn: usr.bin/mkdep/mkdep.sh 5.11

36 years agowritten by Eric Allman; add Berkeley header
Keith Bostic [Fri, 6 May 1988 09:35:07 +0000 (01:35 -0800)]
written by Eric Allman; add Berkeley header

SCCS-vsn: usr.bin/sccs/sccs.c 5.5
SCCS-vsn: games/trek/Makefile 5.4
SCCS-vsn: games/trek/abandon.c 5.2
SCCS-vsn: games/trek/attack.c 5.2
SCCS-vsn: games/trek/autover.c 5.2
SCCS-vsn: games/trek/capture.c 5.2
SCCS-vsn: games/trek/cgetc.c 5.2
SCCS-vsn: games/trek/check_out.c 5.2
SCCS-vsn: games/trek/checkcond.c 5.2
SCCS-vsn: games/trek/compkl.c 5.2
SCCS-vsn: games/trek/computer.c 4.5
SCCS-vsn: games/trek/damage.c 5.2
SCCS-vsn: games/trek/damaged.c 5.2
SCCS-vsn: games/trek/dcrept.c 5.2
SCCS-vsn: games/trek/destruct.c 5.2
SCCS-vsn: games/trek/dock.c 5.2
SCCS-vsn: games/trek/dumpgame.c 4.4
SCCS-vsn: games/trek/dumpme.c 5.2
SCCS-vsn: games/trek/dumpssradio.c 5.2
SCCS-vsn: games/trek/events.c 5.2
SCCS-vsn: games/trek/externs.c 5.2
SCCS-vsn: games/trek/getcodi.c 5.2
SCCS-vsn: games/trek/getpar.c 4.6
SCCS-vsn: games/trek/getpar.h 5.2
SCCS-vsn: games/trek/help.c 5.2
SCCS-vsn: games/trek/impulse.c 5.2
SCCS-vsn: games/trek/initquad.c 5.2
SCCS-vsn: games/trek/kill.c 5.2
SCCS-vsn: games/trek/klmove.c 5.2
SCCS-vsn: games/trek/lose.c 5.2
SCCS-vsn: games/trek/lrscan.c 5.2
SCCS-vsn: games/trek/main.c 5.2
SCCS-vsn: games/trek/move.c 5.2
SCCS-vsn: games/trek/nova.c 5.2
SCCS-vsn: games/trek/out.c 5.2
SCCS-vsn: games/trek/phaser.c 5.2
SCCS-vsn: games/trek/play.c 5.2
SCCS-vsn: games/trek/ram.c 5.2
SCCS-vsn: games/trek/ranf.c 5.2
SCCS-vsn: games/trek/rest.c 5.2
SCCS-vsn: games/trek/schedule.c 5.2
SCCS-vsn: games/trek/score.c 5.2
SCCS-vsn: games/trek/setup.c 5.2
SCCS-vsn: games/trek/setwarp.c 5.2
SCCS-vsn: games/trek/shell.c 5.2
SCCS-vsn: games/trek/shield.c 5.3
SCCS-vsn: games/trek/snova.c 5.2
SCCS-vsn: games/trek/srscan.c 5.2
SCCS-vsn: games/trek/systemname.c 5.2
SCCS-vsn: games/trek/torped.c 5.2
SCCS-vsn: games/trek/trek.h 5.3
SCCS-vsn: games/trek/utility.c 5.2
SCCS-vsn: games/trek/visual.c 5.2
SCCS-vsn: games/trek/warp.c 5.2
SCCS-vsn: games/trek/win.c 5.2

36 years agowritten by Ralph Campbell; add Berkeley specific header
Keith Bostic [Fri, 6 May 1988 09:08:40 +0000 (01:08 -0800)]
written by Ralph Campbell; add Berkeley specific header

SCCS-vsn: usr.sbin/lpr/Makefile 5.8
SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 5.3
SCCS-vsn: usr.sbin/lpr/lpc/cmdtab.c 5.2
SCCS-vsn: usr.sbin/lpr/common_source/common.c 5.3
SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 5.6
SCCS-vsn: usr.sbin/lpr/etc.printcap 5.2
SCCS-vsn: usr.sbin/lpr/common_source/lp.h 5.2
SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 5.2
SCCS-vsn: usr.sbin/lpr/lpc/lpc.c 5.5
SCCS-vsn: usr.sbin/lpr/lpc/lpc.h 5.2
SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 5.5
SCCS-vsn: usr.sbin/lpr/lpd/lpdchar.c 5.2
SCCS-vsn: usr.sbin/lpr/lpq/lpq.c 5.4
SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 5.3
SCCS-vsn: usr.sbin/lpr/lprm/lprm.c 5.3
SCCS-vsn: usr.sbin/lpr/lptest/lptest.c 5.2
SCCS-vsn: usr.sbin/lpr/pac/pac.c 5.3
SCCS-vsn: usr.sbin/lpr/common_source/printcap.c 5.2
SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 5.5
SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 5.6
SCCS-vsn: usr.sbin/lpr/common_source/rmjob.c 5.2
SCCS-vsn: usr.sbin/lpr/common_source/startdaemon.c 5.2

36 years agowritten by Eric Allman; add Berkeley specific header
Keith Bostic [Fri, 6 May 1988 09:05:45 +0000 (01:05 -0800)]
written by Eric Allman; add Berkeley specific header

SCCS-vsn: usr.bin/tset/tset.c 5.10
SCCS-vsn: usr.bin/tset/tset.delays.h 5.2

36 years agoadd Berkeley specific header, minor cleanup
Keith Bostic [Fri, 6 May 1988 09:05:14 +0000 (01:05 -0800)]
add Berkeley specific header, minor cleanup

SCCS-vsn: usr.bin/tset/Makefile 5.7

36 years agoadd Berkeley specific header; written by K. McKusick and P. Kessler
Keith Bostic [Fri, 6 May 1988 08:50:34 +0000 (00:50 -0800)]
add Berkeley specific header; written by K. McKusick and P. Kessler

SCCS-vsn: usr.bin/gprof/arcs.c 5.4
SCCS-vsn: usr.bin/gprof/dfn.c 5.2
SCCS-vsn: usr.bin/gprof/gprof.c 5.4
SCCS-vsn: usr.bin/gprof/gprof.h 5.5
SCCS-vsn: usr.bin/gprof/hertz.c 5.2
SCCS-vsn: usr.bin/gprof/lookup.c 5.2
SCCS-vsn: usr.bin/gprof/printgprof.c 5.4
SCCS-vsn: usr.bin/gprof/printlist.c 5.3
SCCS-vsn: usr.bin/gprof/tahoe.c 1.3
SCCS-vsn: usr.bin/gprof/tahoe.h 1.2
SCCS-vsn: usr.bin/gprof/vax.c 5.4
SCCS-vsn: usr.bin/gprof/vax.h 5.2

36 years agogprof.{callg,flag} are 444
Keith Bostic [Fri, 6 May 1988 08:49:42 +0000 (00:49 -0800)]
gprof.{callg,flag} are 444

SCCS-vsn: usr.bin/gprof/Makefile 5.11

36 years agochanges for dynamic file system;
Kirk McKusick [Fri, 6 May 1988 06:21:07 +0000 (22:21 -0800)]
changes for dynamic file system;
more complete summaries of superblocks and cylinder groups

SCCS-vsn: sbin/fsdb/fsdb.c 5.2

36 years agoadd Berkeley specific header
Keith Bostic [Fri, 6 May 1988 05:55:25 +0000 (21:55 -0800)]
add Berkeley specific header

SCCS-vsn: old/more/Makefile 5.4

36 years agoremove ifdef's on FIOCLEX; never got turned on since sys/ioctl.h
Keith Bostic [Fri, 6 May 1988 03:40:12 +0000 (19:40 -0800)]
remove ifdef's on FIOCLEX; never got turned on since sys/ioctl.h
wasn't included

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.21

36 years agoadd sccsid
Rick Adams [Fri, 6 May 1988 02:21:43 +0000 (18:21 -0800)]
add sccsid

SCCS-vsn: usr.bin/uucp/includes/condevs.h 4.7

36 years agofixes from spafford
Rick Adams [Fri, 6 May 1988 02:14:13 +0000 (18:14 -0800)]
fixes from spafford

SCCS-vsn: usr.bin/uucp/libacu/hys24.c 1.5

36 years agocheck in the correct version
Rick Adams [Fri, 6 May 1988 02:07:31 +0000 (18:07 -0800)]
check in the correct version

SCCS-vsn: usr.bin/uucp/libacu/Makefile 4.10

36 years agomake depend
Rick Adams [Fri, 6 May 1988 02:01:07 +0000 (18:01 -0800)]
make depend

SCCS-vsn: usr.bin/uucp/Makefile 5.18

36 years agoadd xref to fsdb(8)
Kirk McKusick [Fri, 6 May 1988 01:35:57 +0000 (17:35 -0800)]
add xref to fsdb(8)

SCCS-vsn: sbin/fsck/fsck.8 6.4

36 years agoadd fsdb
Keith Bostic [Fri, 6 May 1988 01:34:27 +0000 (17:34 -0800)]
add fsdb

SCCS-vsn: share/man/man8/Makefile 5.2

36 years agorecreate after previous Makefile lost
Kirk McKusick [Fri, 6 May 1988 01:32:16 +0000 (17:32 -0800)]
recreate after previous Makefile lost

SCCS-vsn: share/man/man8/Makefile 5.1

36 years agomanual page from CCI
Kirk McKusick [Fri, 6 May 1988 01:30:16 +0000 (17:30 -0800)]
manual page from CCI

SCCS-vsn: sbin/fsdb/fsdb.8 6.1

36 years agocode from CCI
Kirk McKusick [Fri, 6 May 1988 00:51:46 +0000 (16:51 -0800)]
code from CCI

SCCS-vsn: sbin/fsdb/fsdb.c 5.1

36 years agoadd verification, getopt, lots of changes
Keith Bostic [Thu, 5 May 1988 13:17:49 +0000 (05:17 -0800)]
add verification, getopt, lots of changes

SCCS-vsn: usr.bin/tcopy/tcopy.c 5.7

36 years agoadd getopt, read dead kernels correctly, lint fluff
Keith Bostic [Thu, 5 May 1988 10:57:48 +0000 (02:57 -0800)]
add getopt, read dead kernels correctly, lint fluff

SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.4

36 years agoupdate from Keith Muller
Keith Bostic [Thu, 5 May 1988 06:49:17 +0000 (22:49 -0800)]
update from Keith Muller

SCCS-vsn: old/dlmpcc/mpcc.4 6.2
SCCS-vsn: old/dlmpcc/mpcctab.4 6.2
SCCS-vsn: old/dlmpcc/dlmpcc.8 6.2

36 years agoupdate; add verification capability; Berkeley header
Keith Bostic [Thu, 5 May 1988 06:27:23 +0000 (22:27 -0800)]
update; add verification capability; Berkeley header

SCCS-vsn: usr.bin/tcopy/tcopy.1 6.2

36 years agoadd include of errno.h
Rick Adams [Thu, 5 May 1988 05:41:21 +0000 (21:41 -0800)]
add include of errno.h

SCCS-vsn: usr.bin/uucp/uux/uux.c 5.11

36 years agofixes from spafford
Rick Adams [Thu, 5 May 1988 04:56:06 +0000 (20:56 -0800)]
fixes from spafford

SCCS-vsn: usr.bin/uucp/libacu/hys24.c 1.4

36 years agoshow execution as uuxqt not UUXQT
Rick Adams [Thu, 5 May 1988 04:55:57 +0000 (20:55 -0800)]
show execution as uuxqt not UUXQT

SCCS-vsn: usr.bin/uucp/libuu/xqt.c 5.4

36 years agoinitialize Rmtname in case of early error
Rick Adams [Thu, 5 May 1988 04:55:42 +0000 (20:55 -0800)]
initialize Rmtname in case of early error

SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.11

36 years agopurge use of sysexits in favor of errno
Rick Adams [Thu, 5 May 1988 04:55:24 +0000 (20:55 -0800)]
purge use of sysexits in favor of errno

SCCS-vsn: usr.bin/uucp/uux/uux.c 5.10

36 years agoadd S optino for compat
Rick Adams [Thu, 5 May 1988 04:55:05 +0000 (20:55 -0800)]
add S optino for compat

SCCS-vsn: usr.bin/uucp/uuq/uuq.c 4.10

36 years agoadd definition of Now for new loggin routines
Rick Adams [Thu, 5 May 1988 04:54:50 +0000 (20:54 -0800)]
add definition of Now for new loggin routines

SCCS-vsn: usr.bin/uucp/uulog/uulog.c 5.6

36 years agoremove 3Com unet support
Rick Adams [Thu, 5 May 1988 04:54:10 +0000 (20:54 -0800)]
remove 3Com unet support

SCCS-vsn: usr.bin/uucp/includes/uucp.h 5.16

36 years agono change; new sccsid
Rick Adams [Thu, 5 May 1988 04:53:52 +0000 (20:53 -0800)]
no change; new sccsid

SCCS-vsn: usr.bin/uucp/uucp/uucp.c 5.9

36 years agono chage, new sccsid
Rick Adams [Thu, 5 May 1988 04:53:41 +0000 (20:53 -0800)]
no chage, new sccsid

SCCS-vsn: usr.bin/uucp/libuu/ulockf.c 5.8

36 years agoinclude machparam.h to pull in defs of ntohl, etc
Rick Adams [Thu, 5 May 1988 04:53:27 +0000 (20:53 -0800)]
include machparam.h to pull in defs of ntohl, etc

SCCS-vsn: usr.bin/uucp/uucico/tio.c 4.9

36 years agototally rewritten. syslog interface added for non bsd sites
Rick Adams [Thu, 5 May 1988 04:53:03 +0000 (20:53 -0800)]
totally rewritten. syslog interface added for non bsd sites

SCCS-vsn: usr.bin/uucp/libuu/logent.c 5.9

36 years agofix \s problem in expect, setprotitle
Rick Adams [Thu, 5 May 1988 04:52:28 +0000 (20:52 -0800)]
fix \s problem in expect, setprotitle

SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.15

36 years agohave acucntrl show site called instead of "uucp"
Rick Adams [Thu, 5 May 1988 04:52:03 +0000 (20:52 -0800)]
have acucntrl show site called instead of "uucp"

SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.20

36 years agouse setproctitle a la sendmail
Rick Adams [Thu, 5 May 1988 04:51:43 +0000 (20:51 -0800)]
use setproctitle a la sendmail

SCCS-vsn: usr.bin/uucp/uucico/cntrl.c 5.12

36 years agoadd missing logcls(); use setproctitle a la sendmail
Rick Adams [Thu, 5 May 1988 04:51:23 +0000 (20:51 -0800)]
add missing logcls(); use setproctitle a la sendmail

SCCS-vsn: usr.bin/uucp/uucico/cico.c 5.17

36 years agoremove restriction on ttyd*;allow 4th arg for uucp use
Rick Adams [Thu, 5 May 1988 04:50:52 +0000 (20:50 -0800)]
remove restriction on ttyd*;allow 4th arg for uucp use

SCCS-vsn: usr.bin/uucp/acucntrl/acucntrl.c 5.15

36 years agochecksum adjustment problem reported by sun.COM, fixed by me.
Keith Sklower [Thu, 5 May 1988 02:45:31 +0000 (18:45 -0800)]
checksum adjustment problem reported by sun.COM, fixed by me.

SCCS-vsn: sys/netns/ns_input.c 7.3

36 years agocorrect number of bytes/track on eagle
Mike Karels [Thu, 5 May 1988 00:31:08 +0000 (16:31 -0800)]
correct number of bytes/track on eagle

SCCS-vsn: etc/etc.tahoe/disktab 4.10
SCCS-vsn: sys/tahoe/stand/vdformat/config.c 1.4

36 years agoin preen mode, summarize file systems that must be checked manually
Kirk McKusick [Wed, 4 May 1988 10:30:38 +0000 (02:30 -0800)]
in preen mode, summarize file systems that must be checked manually

SCCS-vsn: sbin/fsck/main.c 5.8

36 years agochecksum adjustment problem reported by sun.COM, fixed by me.
Keith Sklower [Wed, 4 May 1988 08:32:55 +0000 (00:32 -0800)]
checksum adjustment problem reported by sun.COM, fixed by me.

SCCS-vsn: sys/netns/ns_input.c 7.3

36 years agochange T_ANY to T_CNAME; fix match where sites have *.domain for
Keith Bostic [Wed, 4 May 1988 08:13:42 +0000 (00:13 -0800)]
change T_ANY to T_CNAME; fix match where sites have *.domain for
MX records

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.14

36 years agoadd -c flag to convert between file system formats
Kirk McKusick [Tue, 3 May 1988 13:52:15 +0000 (05:52 -0800)]
add -c flag to convert between file system formats

SCCS-vsn: sbin/fsck/fsck.8 6.3

36 years agoadd kvtopte, kvtophys; rm VAX630-specific maps
Mike Karels [Tue, 3 May 1988 11:25:42 +0000 (03:25 -0800)]
add kvtopte, kvtophys; rm VAX630-specific maps

SCCS-vsn: sys/vax/include/pte.h 7.4

36 years agoadd kvtopte, kvtophys
Mike Karels [Tue, 3 May 1988 11:22:12 +0000 (03:22 -0800)]
add kvtopte, kvtophys

SCCS-vsn: sys/tahoe/include/pte.h 1.6