unix-history/.git
37 years agoAll but end of file.
Gregory Minshall [Tue, 23 Jun 1987 00:15:06 +0000 (16:15 -0800)]
All but end of file.

SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.5

37 years agoloops.
Gregory Minshall [Mon, 22 Jun 1987 14:45:42 +0000 (06:45 -0800)]
loops.

SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.4

37 years agoanother version.
Gregory Minshall [Mon, 22 Jun 1987 13:42:10 +0000 (05:42 -0800)]
another version.

SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.3

37 years agoadd kern_malloc.c
Kirk McKusick [Mon, 22 Jun 1987 12:50:39 +0000 (04:50 -0800)]
add kern_malloc.c

SCCS-vsn: sys/conf/files 7.4

37 years agoMPG_SPACE is replaced by malloc
Kirk McKusick [Mon, 22 Jun 1987 09:13:53 +0000 (01:13 -0800)]
MPG_SPACE is replaced by malloc

SCCS-vsn: sys/sys/mbuf.h 7.7
SCCS-vsn: sys/kern/uipc_mbuf.c 7.3

37 years agom_clalloc(..., MPG_SPACE, ...) => malloc
Kirk McKusick [Mon, 22 Jun 1987 08:21:57 +0000 (00:21 -0800)]
m_clalloc(..., MPG_SPACE, ...) => malloc

SCCS-vsn: sys/vax/if/if_uba.c 7.6

37 years agonew template
Keith Bostic [Mon, 22 Jun 1987 07:42:26 +0000 (23:42 -0800)]
new template

SCCS-vsn: usr.sbin/lpr/Makefile 5.6
SCCS-vsn: lib/Makefile 5.11
SCCS-vsn: usr.bin/f77/libF77/Makefile 5.7

37 years agogeteblk => malloc for copy of indirect pointers
Kirk McKusick [Mon, 22 Jun 1987 06:46:00 +0000 (22:46 -0800)]
geteblk => malloc for copy of indirect pointers

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.5
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.5
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.5
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.5

37 years agoreplace geteblk and wmemall with malloc to hold superblock related data
Kirk McKusick [Mon, 22 Jun 1987 06:32:01 +0000 (22:32 -0800)]
replace geteblk and wmemall with malloc to hold superblock related data

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.6
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.6
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.6
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.6

37 years agogeteblk => malloc, so m_bufp => m_fs as it should be
Kirk McKusick [Mon, 22 Jun 1987 06:30:59 +0000 (22:30 -0800)]
geteblk => malloc, so m_bufp => m_fs as it should be

SCCS-vsn: sys/ufs/ffs/ufsmount.h 7.2
SCCS-vsn: sys/ufs/ufs/ufsmount.h 7.2
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 7.4
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 7.4
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.4
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 7.4
SCCS-vsn: sys/ufs/ffs/ffs_subr.c 7.5
SCCS-vsn: sys/kern/vfs_lookup.c 7.4
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.4
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.4

37 years agonew template
Keith Bostic [Mon, 22 Jun 1987 05:58:53 +0000 (21:58 -0800)]
new template

SCCS-vsn: usr.sbin/lpr/Makefile 5.6
SCCS-vsn: share/tmac/Makefile 6.3
SCCS-vsn: share/tmac/Makefile 6.3
SCCS-vsn: share/me/Makefile 6.2
SCCS-vsn: usr.sbin/sendmail/Makefile 4.12

37 years agoBefore messing around a bit.
Gregory Minshall [Mon, 22 Jun 1987 00:34:49 +0000 (16:34 -0800)]
Before messing around a bit.

SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.2

37 years agoreplace geteblk with malloc
Kirk McKusick [Sun, 21 Jun 1987 06:02:05 +0000 (22:02 -0800)]
replace geteblk with malloc

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

37 years agouse malloc/free to hold zombie status
Kirk McKusick [Sun, 21 Jun 1987 05:46:21 +0000 (21:46 -0800)]
use malloc/free to hold zombie status

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

37 years agono more MT_ZOMBIE's
Kirk McKusick [Sun, 21 Jun 1987 05:26:15 +0000 (21:26 -0800)]
no more MT_ZOMBIE's

SCCS-vsn: sys/sys/mbuf.h 7.6

37 years agoadd typedef for qaddr_t
Kirk McKusick [Sun, 21 Jun 1987 05:24:16 +0000 (21:24 -0800)]
add typedef for qaddr_t

SCCS-vsn: sys/sys/types.h 7.3

37 years agoreplace geteblk with malloc/free
Kirk McKusick [Sun, 21 Jun 1987 05:07:45 +0000 (21:07 -0800)]
replace geteblk with malloc/free

SCCS-vsn: sys/kern/vfs_lookup.c 7.3
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.3
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.3

37 years agocheck for null mbuf ptr before freeing (4.3BSD/sys/{130,131,133})
Kirk McKusick [Sun, 21 Jun 1987 03:32:19 +0000 (19:32 -0800)]
check for null mbuf ptr before freeing (4.3BSD/sys/{130,131,133})

SCCS-vsn: sys/netinet/raw_ip.c 7.2
SCCS-vsn: sys/netinet/ip_output.c 7.6

37 years agoallocation of malloc map and usage structure; kmem initialization
Kirk McKusick [Sun, 21 Jun 1987 03:16:48 +0000 (19:16 -0800)]
allocation of malloc map and usage structure; kmem initialization

SCCS-vsn: sys/vax/vax/machdep.c 7.6

37 years agocamap is replaced by kmempt
Kirk McKusick [Sun, 21 Jun 1987 03:11:07 +0000 (19:11 -0800)]
camap is replaced by kmempt

SCCS-vsn: sys/vax/include/pte.h 7.2
SCCS-vsn: sys/vax/vax/locore.s 7.6
SCCS-vsn: sys/vax/vax/Locore.c 7.2

37 years agodate and time created 87/06/20 11:36:07 by minshall
Gregory Minshall [Sun, 21 Jun 1987 02:36:07 +0000 (18:36 -0800)]
date and time created 87/06/20 11:36:07 by minshall

SCCS-vsn: usr.bin/tn3270/tools/mkmake.y 1.1

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 07:58:17 +0000 (23:58 -0800)]
new template

SCCS-vsn: lib/libplot/t4013/Makefile 5.2
SCCS-vsn: lib/libplot/t4014/Makefile 4.6
SCCS-vsn: lib/libplot/t450/Makefile 4.4
SCCS-vsn: lib/libplot/f77plot/Makefile 5.2
SCCS-vsn: lib/libplot/vt0/Makefile 4.4
SCCS-vsn: lib/libplot/Makefile 4.12

37 years agonew tempalte
Keith Bostic [Sat, 20 Jun 1987 07:40:42 +0000 (23:40 -0800)]
new tempalte

SCCS-vsn: lib/libplot/t300s/Makefile 4.4

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 07:40:35 +0000 (23:40 -0800)]
new template

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.23
SCCS-vsn: lib/libterm/Makefile 5.2
SCCS-vsn: lib/liby/Makefile 5.2
SCCS-vsn: lib/libplot/aed/Makefile 5.2
SCCS-vsn: lib/libplot/bitgraph/Makefile 5.2
SCCS-vsn: lib/libplot/Makefile 4.12
SCCS-vsn: lib/libplot/aed/Makefile 5.2
SCCS-vsn: lib/libplot/bitgraph/Makefile 5.2
SCCS-vsn: lib/libplot/dumb/Makefile 5.2
SCCS-vsn: lib/libplot/gigi/Makefile 5.2
SCCS-vsn: lib/libplot/grn/Makefile 6.2
SCCS-vsn: lib/libplot/hp2648/Makefile 5.2
SCCS-vsn: lib/libplot/hp7221/Makefile 5.2
SCCS-vsn: lib/libplot/imagen/Makefile 5.5
SCCS-vsn: lib/libplot/plot/Makefile 4.3
SCCS-vsn: lib/libplot/t300/Makefile 4.4

37 years agoNew directories, new cleanup.
Gregory Minshall [Sat, 20 Jun 1987 06:05:48 +0000 (22:05 -0800)]
New directories, new cleanup.

SCCS-vsn: usr.bin/tn3270/ascii/makefile 1.8
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.11
SCCS-vsn: usr.bin/tn3270/general/makefile 1.9
SCCS-vsn: usr.bin/tn3270/sys_curses/makefile 1.7
SCCS-vsn: usr.bin/tn3270/distribution/arpa/makefile 1.3
SCCS-vsn: usr.bin/tn3270/distribution/sys_dos/makefile 1.6
SCCS-vsn: usr.bin/tn3270/tools/makefile 1.11
SCCS-vsn: usr.bin/tn3270/distribution/utilities/makefile 1.2

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 06:04:15 +0000 (22:04 -0800)]
new template

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.23

37 years agoNew directories, new cleanup.
Gregory Minshall [Sat, 20 Jun 1987 06:04:01 +0000 (22:04 -0800)]
New directories, new cleanup.

SCCS-vsn: usr.bin/tn3270/makefile 1.16
SCCS-vsn: usr.bin/tn3270/api/makefile 1.7

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 05:55:29 +0000 (21:55 -0800)]
new template

SCCS-vsn: lib/libmp/Makefile 4.3

37 years agodisklabel forces required "options"
Mike Karels [Sat, 20 Jun 1987 05:10:30 +0000 (21:10 -0800)]
disklabel forces required "options"

SCCS-vsn: sbin/disklabel/disklabel.8 6.2

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 04:10:05 +0000 (20:10 -0800)]
new template

SCCS-vsn: old/libm/libm/IEEE/Makefile 1.3
SCCS-vsn: old/libm/libm/Makefile 4.11

37 years agodate and time created 87/06/19 12:57:58 by minshall
Gregory Minshall [Sat, 20 Jun 1987 03:57:58 +0000 (19:57 -0800)]
date and time created 87/06/19 12:57:58 by minshall

SCCS-vsn: usr.bin/tn3270/ctlr/unix.kbd 1.1

37 years agofix usage, don't allow dups with -a
Mike Karels [Sat, 20 Jun 1987 03:57:53 +0000 (19:57 -0800)]
fix usage, don't allow dups with -a

SCCS-vsn: usr.sbin/bad144/bad144.c 5.8

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 03:57:43 +0000 (19:57 -0800)]
new template

SCCS-vsn: old/libm/libm/IEEE/Makefile 1.3

37 years agominor cleanups
Mike Karels [Sat, 20 Jun 1987 03:57:16 +0000 (19:57 -0800)]
minor cleanups

SCCS-vsn: sbin/disklabel/disklabel.c 5.9

37 years agodate and time created 87/06/19 12:56:07 by minshall
Gregory Minshall [Sat, 20 Jun 1987 03:56:07 +0000 (19:56 -0800)]
date and time created 87/06/19 12:56:07 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/utilities/makefile 1.1

37 years agoDirectory changes.
Gregory Minshall [Sat, 20 Jun 1987 03:53:38 +0000 (19:53 -0800)]
Directory changes.

SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.16
SCCS-vsn: usr.bin/tn3270/tools/mkdctype/mkdctype.c 1.3
SCCS-vsn: usr.bin/tn3270/tools/prt3270.c 1.6
SCCS-vsn: usr.bin/tn3270/tools/mkhits/dohits.c 1.8
SCCS-vsn: usr.bin/tn3270/tools/mkastosc/mkastosc.c 1.10
SCCS-vsn: usr.bin/tn3270/tools/mkdstoas/mkdstoas.c 1.6
SCCS-vsn: usr.bin/tn3270/tools/mkhits/mkhits.c 1.6
SCCS-vsn: usr.bin/tn3270/tools/makefile 1.10
SCCS-vsn: usr.bin/tn3270/tools/mkastods/mkastods.c 1.2
SCCS-vsn: usr.bin/tn3270/distribution/utilities/tnrecv.c 1.4

37 years agoDirectory changes, plus move some globals out of here.
Gregory Minshall [Sat, 20 Jun 1987 03:51:46 +0000 (19:51 -0800)]
Directory changes, plus move some globals out of here.

SCCS-vsn: usr.bin/tn3270/general/globals.h 1.9
SCCS-vsn: usr.bin/tn3270/general/globals.c 1.8

37 years agoDirectory changes.
Gregory Minshall [Sat, 20 Jun 1987 03:51:08 +0000 (19:51 -0800)]
Directory changes.

SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.19
SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.15

37 years agodirectory changes.
Gregory Minshall [Sat, 20 Jun 1987 03:50:39 +0000 (19:50 -0800)]
directory changes.

SCCS-vsn: usr.bin/tn3270/ascii/mset.c 1.6
SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.9

37 years agodirectory changes, plus "GetTc" returns -1 on error.
Gregory Minshall [Sat, 20 Jun 1987 03:50:18 +0000 (19:50 -0800)]
directory changes, plus "GetTc" returns -1 on error.

SCCS-vsn: usr.bin/tn3270/ascii/map3270.c 1.7

37 years agoDirectory changes.
Gregory Minshall [Sat, 20 Jun 1987 03:49:38 +0000 (19:49 -0800)]
Directory changes.

SCCS-vsn: usr.bin/tn3270/ctlr/api.c 1.13

37 years agodate and time created 87/06/19 12:48:49 by minshall
Gregory Minshall [Sat, 20 Jun 1987 03:48:49 +0000 (19:48 -0800)]
date and time created 87/06/19 12:48:49 by minshall

SCCS-vsn: usr.bin/tn3270/telnet.ext 1.1

37 years agoReturn "-1" on an error.
Gregory Minshall [Sat, 20 Jun 1987 03:38:02 +0000 (19:38 -0800)]
Return "-1" on an error.

SCCS-vsn: usr.bin/tn3270/api/astosc.c 1.3

37 years agoAdd declaration of astosc[].
Gregory Minshall [Sat, 20 Jun 1987 03:37:39 +0000 (19:37 -0800)]
Add declaration of astosc[].

SCCS-vsn: usr.bin/tn3270/api/astosc.h 1.3

37 years agodate and time created 87/06/19 12:37:12 by minshall
Gregory Minshall [Sat, 20 Jun 1987 03:37:12 +0000 (19:37 -0800)]
date and time created 87/06/19 12:37:12 by minshall

SCCS-vsn: usr.bin/tn3270/api/asc_ebc.h 1.1

37 years agodate and time created 87/06/19 12:37:11 by minshall
Gregory Minshall [Sat, 20 Jun 1987 03:37:11 +0000 (19:37 -0800)]
date and time created 87/06/19 12:37:11 by minshall

SCCS-vsn: usr.bin/tn3270/api/asc_ebc.c 1.1

37 years agoneed to include whole disk in c partition for now for disklabel;
Mike Karels [Sat, 20 Jun 1987 02:36:20 +0000 (18:36 -0800)]
need to include whole disk in c partition for now for disklabel;

SCCS-vsn: usr.sbin/diskpart/diskpart.c 5.7

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 02:34:15 +0000 (18:34 -0800)]
new template

SCCS-vsn: old/libg/libg.vax/Makefile 5.2
SCCS-vsn: old/lex/libln/Makefile 4.3
SCCS-vsn: old/libm/libom/Makefile 4.3
SCCS-vsn: old/libm/libm/VAX/Makefile 1.3

37 years agoexpand c partitions for bad144 (with pack labels);
Mike Karels [Sat, 20 Jun 1987 02:20:20 +0000 (18:20 -0800)]
expand c partitions for bad144 (with pack labels);
so is gone; add ra82, ra70, rd54, 2361 with 68 sectors

SCCS-vsn: etc/etc.vax/disktab 4.14

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 02:18:35 +0000 (18:18 -0800)]
new template

SCCS-vsn: usr.bin/f77/libI77/Makefile 5.7
SCCS-vsn: usr.bin/f77/libU77/Makefile 5.2
SCCS-vsn: usr.bin/f77/libI77/Makefile 5.7
SCCS-vsn: old/libndbm/Makefile 5.4
SCCS-vsn: old/libg/libg.tahoe/Makefile 5.3

37 years agodate and time created 87/06/19 09:34:23 by minshall
Gregory Minshall [Sat, 20 Jun 1987 00:34:23 +0000 (16:34 -0800)]
date and time created 87/06/19 09:34:23 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/utilities/tncomp.h 1.1

37 years agoGet rid of SLOWSCREEN (yeah!). Make "make clean; make" work.
Gregory Minshall [Sat, 20 Jun 1987 00:21:14 +0000 (16:21 -0800)]
Get rid of SLOWSCREEN (yeah!).  Make "make clean; make" work.

SCCS-vsn: usr.bin/tn3270/makefile 1.15

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 00:21:08 +0000 (16:21 -0800)]
new template

SCCS-vsn: old/lib2648/Makefile 5.2

37 years agoFix bad bug. When HaveInput = 1, and we are terminating, we
Gregory Minshall [Sat, 20 Jun 1987 00:20:21 +0000 (16:20 -0800)]
Fix bad bug.  When HaveInput = 1, and we are terminating, we
never quit.

SCCS-vsn: usr.bin/tn3270/telnet.c 1.14

37 years agonew template
Keith Bostic [Sat, 20 Jun 1987 00:16:35 +0000 (16:16 -0800)]
new template

SCCS-vsn: usr.bin/learn/learnlib/Makefile 4.3

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 22:31:48 +0000 (14:31 -0800)]
new template

SCCS-vsn: usr.bin/find/Makefile 4.4
SCCS-vsn: usr.bin/plot/Makefile 4.10
SCCS-vsn: old/roff/nroff/Makefile 4.4

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 21:11:08 +0000 (13:11 -0800)]
new template

SCCS-vsn: usr.bin/calendar/Makefile 4.3

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 15:03:20 +0000 (07:03 -0800)]
new template

SCCS-vsn: usr.bin/uucp/libacu/Makefile 4.5
SCCS-vsn: usr.bin/xsend/xsend/Makefile 4.4
SCCS-vsn: old/yacc/Makefile 4.4

37 years agofix make depend, add tags
Keith Bostic [Fri, 19 Jun 1987 14:54:06 +0000 (06:54 -0800)]
fix make depend, add tags

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

37 years agofix include problem, this all goes away eventually
Keith Bostic [Fri, 19 Jun 1987 14:53:51 +0000 (06:53 -0800)]
fix include problem, this all goes away eventually

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

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 14:47:22 +0000 (06:47 -0800)]
new template

SCCS-vsn: old/roff/nroff/Makefile 4.4
SCCS-vsn: old/roff/nroff_term/Makefile 4.7
SCCS-vsn: old/roff/troff_font/Makefile 5.2
SCCS-vsn: usr.bin/plot/Makefile 4.10
SCCS-vsn: old/prof/Makefile 4.3
SCCS-vsn: old/ratfor/Makefile 5.3
SCCS-vsn: old/refer/Makefile 4.8
SCCS-vsn: usr.bin/spell/Makefile 4.8
SCCS-vsn: usr.bin/struct/struct/Makefile 4.5
SCCS-vsn: old/tbl/Makefile 4.3
SCCS-vsn: usr.bin/tip/aculib/Makefile 5.3
SCCS-vsn: usr.bin/tip/Makefile 5.4

37 years agodisklabels
Mike Karels [Fri, 19 Jun 1987 12:29:48 +0000 (04:29 -0800)]
disklabels

SCCS-vsn: share/man/man5/disktab.5 6.5

37 years agoupdate for pack labels
Mike Karels [Fri, 19 Jun 1987 12:20:58 +0000 (04:20 -0800)]
update for pack labels

SCCS-vsn: lib/libc/gen/getdiskbyname.3 6.3

37 years agofrom Symmetric, with update
Mike Karels [Fri, 19 Jun 1987 12:15:33 +0000 (04:15 -0800)]
from Symmetric, with update

SCCS-vsn: sbin/disklabel/disklabel.5.5 6.1
SCCS-vsn: sbin/disklabel/disklabel.8 6.1

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 11:40:53 +0000 (03:40 -0800)]
new template

SCCS-vsn: old/pcc/lint/Makefile 1.18

37 years agofix VPATH macro expansion
Keith Bostic [Fri, 19 Jun 1987 11:38:09 +0000 (03:38 -0800)]
fix VPATH macro expansion

SCCS-vsn: old/make/doname.c 4.9

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 10:37:07 +0000 (02:37 -0800)]
new template

SCCS-vsn: usr.bin/m4/Makefile 5.3

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 09:06:36 +0000 (01:06 -0800)]
new template

SCCS-vsn: usr.bin/find/Makefile 4.4
SCCS-vsn: usr.bin/graph/Makefile 4.3
SCCS-vsn: usr.bin/learn/Makefile 4.6
SCCS-vsn: old/lex/Makefile 4.3

37 years agoremove extra level of Makefiles
Keith Bostic [Fri, 19 Jun 1987 08:37:28 +0000 (00:37 -0800)]
remove extra level of Makefiles

SCCS-vsn: usr.bin/f77/Makefile 5.4

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 08:33:27 +0000 (00:33 -0800)]
new template

SCCS-vsn: usr.bin/f77/Makefile 5.3
SCCS-vsn: usr.bin/f77/pass1.vax/Makefile 5.4

37 years agoRemove -DSLOWSCREEN (make it an always thing, which it is and
Gregory Minshall [Fri, 19 Jun 1987 07:26:45 +0000 (23:26 -0800)]
Remove -DSLOWSCREEN (make it an always thing, which it is and
should be) (yeah!).

SCCS-vsn: usr.bin/tn3270/sys_curses/terminal.h 1.5
SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.15

37 years agoRemove #ifdef's for SLOWSCREEN (since they weren't really part
Gregory Minshall [Fri, 19 Jun 1987 07:10:01 +0000 (23:10 -0800)]
Remove #ifdef's for SLOWSCREEN (since they weren't really part
of SLOWSCREEN, they just happened at the same time).

SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.18

37 years agoRemove Terminal definition (is, and should be, in
Gregory Minshall [Fri, 19 Jun 1987 07:01:47 +0000 (23:01 -0800)]
Remove Terminal definition (is, and should be, in
../sys_curses/termout.c.

SCCS-vsn: usr.bin/tn3270/general/globals.c 1.7

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 06:44:41 +0000 (22:44 -0800)]
new template

SCCS-vsn: usr.bin/diction/Makefile 4.7
SCCS-vsn: usr.bin/diff/diff3/Makefile 4.3

37 years agomust put back USERMEM
Kirk McKusick [Fri, 19 Jun 1987 06:29:14 +0000 (22:29 -0800)]
must put back USERMEM

SCCS-vsn: usr.bin/compress/Makefile 5.8

37 years agonew template
Keith Bostic [Fri, 19 Jun 1987 06:01:40 +0000 (22:01 -0800)]
new template

SCCS-vsn: usr.bin/at/at/Makefile 5.6
SCCS-vsn: usr.bin/at/at/Makefile 5.6
SCCS-vsn: usr.bin/calendar/Makefile 4.3
SCCS-vsn: usr.bin/dc/Makefile 5.2
SCCS-vsn: usr.bin/dc/Makefile 5.3
SCCS-vsn: usr.bin/dc/Makefile 5.4
SCCS-vsn: usr.bin/calendar/Makefile 4.3

37 years agononexistent slaves aren't really on formatter 0
Mike Karels [Fri, 19 Jun 1987 05:39:16 +0000 (21:39 -0800)]
nonexistent slaves aren't really on formatter 0

SCCS-vsn: sys/vax/mba/ht.c 7.5

37 years agoall nonexistent slaves aren't on formatter 0!
Mike Karels [Fri, 19 Jun 1987 05:09:26 +0000 (21:09 -0800)]
all nonexistent slaves aren't on formatter 0!

SCCS-vsn: sys/vax/mba/ht.c 7.5

37 years agoAdd vaxbsubs.s and genbsubs.c.
Gregory Minshall [Fri, 19 Jun 1987 04:56:32 +0000 (20:56 -0800)]
Add vaxbsubs.s and genbsubs.c.

SCCS-vsn: usr.bin/tn3270/general/makefile 1.8

37 years agoFix infinite loop when 1 bad character comes in.
Gregory Minshall [Fri, 19 Jun 1987 03:32:49 +0000 (19:32 -0800)]
Fix infinite loop when 1 bad character comes in.

SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.8

37 years agowhen remove ./, replace with space
Keith Bostic [Fri, 19 Jun 1987 03:23:17 +0000 (19:23 -0800)]
when remove ./, replace with space

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

37 years agoDefault rule (for sourcelist).
Gregory Minshall [Fri, 19 Jun 1987 02:57:41 +0000 (18:57 -0800)]
Default rule (for sourcelist).

SCCS-vsn: usr.bin/tn3270/distribution/arpa/makefile 1.2

37 years agoAdd in 'arpa' as an extra directory.
Gregory Minshall [Fri, 19 Jun 1987 02:57:04 +0000 (18:57 -0800)]
Add in 'arpa' as an extra directory.

SCCS-vsn: usr.bin/tn3270/makefile 1.14

37 years agoif old sector can't be read, still clear the "good" bit
Mike Karels [Fri, 19 Jun 1987 02:38:38 +0000 (18:38 -0800)]
if old sector can't be read, still clear the "good" bit
bug report 4.3BSD/etc/70

SCCS-vsn: usr.sbin/bad144/bad144.c 5.7

37 years agodate and time created 87/06/18 10:56:08 by minshall
Gregory Minshall [Fri, 19 Jun 1987 01:56:08 +0000 (17:56 -0800)]
date and time created 87/06/18 10:56:08 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/arpa/telnet.h 1.1

37 years agodate and time created 87/06/18 10:56:04 by minshall
Gregory Minshall [Fri, 19 Jun 1987 01:56:04 +0000 (17:56 -0800)]
date and time created 87/06/18 10:56:04 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/arpa/makefile 1.1

37 years agoadd preliminary entry for maxtor
Mike Karels [Fri, 19 Jun 1987 01:32:16 +0000 (17:32 -0800)]
add preliminary entry for maxtor

SCCS-vsn: etc/etc.tahoe/disktab 4.7

37 years agoprovide more info on the missing file name
Kirk McKusick [Fri, 19 Jun 1987 01:15:16 +0000 (17:15 -0800)]
provide more info on the missing file name

SCCS-vsn: sbin/restore/restore.c 5.3

37 years agomust dump last inode! bug report 4.3BSD/etc/69
Kirk McKusick [Fri, 19 Jun 1987 01:13:12 +0000 (17:13 -0800)]
must dump last inode! bug report 4.3BSD/etc/69

SCCS-vsn: sbin/dump/traverse.c 5.5

37 years agouse longs for sockbuf counters, it fits!
Mike Karels [Thu, 18 Jun 1987 13:08:30 +0000 (05:08 -0800)]
use longs for sockbuf counters, it fits!

SCCS-vsn: sys/sys/socketvar.h 7.2

37 years agofix dropping core on ^C
Keith Bostic [Thu, 18 Jun 1987 08:39:46 +0000 (00:39 -0800)]
fix dropping core on ^C

SCCS-vsn: games/quiz/quiz.c 4.3

37 years agomore editing; don't give it away yet!
Mike Karels [Thu, 18 Jun 1987 08:20:19 +0000 (00:20 -0800)]
more editing; don't give it away yet!

SCCS-vsn: admin/admin/DARPA/DARPAproposal.t 1.9

37 years agoopcodes/rcodes static, start with underscore; spaces to tabs
Keith Bostic [Thu, 18 Jun 1987 05:27:30 +0000 (21:27 -0800)]
opcodes/rcodes static, start with underscore; spaces to tabs
only included on #ifdef DEBUG, #ifdef's to ANSI

SCCS-vsn: lib/libc/net/res_debug.c 5.18

37 years agoy
Gregory Minshall [Wed, 17 Jun 1987 14:17:07 +0000 (06:17 -0800)]
y

SCCS-vsn: usr.bin/tn3270/distribution/utilities/srccmd/tar/tarread.c 1.2

37 years agodate and time created 87/06/16 23:03:21 by minshall
Gregory Minshall [Wed, 17 Jun 1987 14:03:21 +0000 (06:03 -0800)]
date and time created 87/06/16 23:03:21 by minshall

SCCS-vsn: usr.bin/tn3270/distribution/utilities/srccmd/tar/tarread.c 1.1

37 years agonew template
Keith Bostic [Wed, 17 Jun 1987 10:58:07 +0000 (02:58 -0800)]
new template

SCCS-vsn: usr.bin/indent/Makefile 5.6
SCCS-vsn: old/more/Makefile 5.3
SCCS-vsn: usr.bin/msgs/Makefile 5.3
SCCS-vsn: usr.bin/netstat/Makefile 5.7
SCCS-vsn: usr.bin/rdist/Makefile 5.3
SCCS-vsn: libexec/bugfiler/Makefile 5.10
SCCS-vsn: usr.bin/systat/Makefile 5.4
SCCS-vsn: usr.bin/talk/Makefile 5.5
SCCS-vsn: usr.bin/tftp/Makefile 5.4
SCCS-vsn: usr.bin/tset/Makefile 5.6
SCCS-vsn: usr.bin/vgrind/Makefile 5.3
SCCS-vsn: old/sysline/Makefile 5.3
SCCS-vsn: usr.bin/ctags/Makefile 5.3
SCCS-vsn: usr.bin/ex/Makefile 7.16

37 years agofixed install
Keith Bostic [Wed, 17 Jun 1987 09:26:34 +0000 (01:26 -0800)]
fixed install

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

37 years agonew template
Keith Bostic [Wed, 17 Jun 1987 09:24:34 +0000 (01:24 -0800)]
new template

SCCS-vsn: usr.bin/error/Makefile 5.3
SCCS-vsn: usr.bin/ftp/Makefile 5.4

37 years agofixed install
Keith Bostic [Wed, 17 Jun 1987 09:15:15 +0000 (01:15 -0800)]
fixed install

SCCS-vsn: old/dbx/Makefile 5.9

37 years agonew template
Keith Bostic [Wed, 17 Jun 1987 08:27:42 +0000 (00:27 -0800)]
new template

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