unix-history/.git
34 years agohave to remember to lock buffers before trying to grab them
Kirk McKusick [Wed, 16 Aug 1989 15:25:48 +0000 (07:25 -0800)]
have to remember to lock buffers before trying to grab them

SCCS-vsn: sys/kern/vfs_bio.c 7.9
SCCS-vsn: sys/kern/vfs_cluster.c 7.9

34 years agoeliminate mtab; reorganize NFS code
Kirk McKusick [Wed, 16 Aug 1989 15:04:15 +0000 (07:04 -0800)]
eliminate mtab; reorganize NFS code

SCCS-vsn: sbin/mount/mount.c 5.10

34 years agoadd float.h, remove mtab.h, rearrange some installation
Keith Bostic [Wed, 16 Aug 1989 14:01:37 +0000 (06:01 -0800)]
add float.h, remove mtab.h, rearrange some installation

SCCS-vsn: include/Makefile 5.27

34 years agoput mail where it belongs
Keith Bostic [Wed, 16 Aug 1989 13:51:26 +0000 (05:51 -0800)]
put mail where it belongs

SCCS-vsn: libexec/comsat/pathnames.h 5.3

34 years agoneed init of fromlen once per loop
Mike Karels [Wed, 16 Aug 1989 12:27:09 +0000 (04:27 -0800)]
need init of fromlen once per loop

SCCS-vsn: sbin/ping/ping.c 4.12

34 years agoreorg
Keith Bostic [Wed, 16 Aug 1989 11:28:20 +0000 (03:28 -0800)]
reorg

SCCS-vsn: old/pcc/ccom.vax/Makefile 1.21

34 years agodate and time created 89/08/15 19:13:58 by marc
Marc Teitelbaum [Wed, 16 Aug 1989 10:13:58 +0000 (02:13 -0800)]
date and time created 89/08/15 19:13:58 by marc

SCCS-vsn: sys/vax/uba/dmx.c 1.1

34 years agoreorg
Keith Bostic [Wed, 16 Aug 1989 09:53:09 +0000 (01:53 -0800)]
reorg

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

34 years agocurrent version from monet
Mike Karels [Wed, 16 Aug 1989 09:43:36 +0000 (01:43 -0800)]
current version from monet

SCCS-vsn: sys/vax/datakit/dkcmc.h 1.1
SCCS-vsn: sys/vax/datakit/dkctl.c 1.1
SCCS-vsn: sys/vax/datakit/dkdev.h 1.1
SCCS-vsn: sys/vax/datakit/dkdr.h 1.1
SCCS-vsn: sys/vax/datakit/dkerr.h 1.1
SCCS-vsn: sys/vax/datakit/dkit.h 1.1
SCCS-vsn: sys/vax/datakit/dkit_dr.c 1.1
SCCS-vsn: sys/vax/datakit/dkkmc.h 1.1
SCCS-vsn: sys/vax/datakit/dksub.c 1.1
SCCS-vsn: sys/vax/datakit/dktty.c 1.1
SCCS-vsn: sys/vax/datakit/kmc.c 1.1
SCCS-vsn: sys/vax/datakit/dk.c 1.2
SCCS-vsn: sys/vax/datakit/dk.h 1.2
SCCS-vsn: sys/vax/datakit/dkit_kmc.c 1.2
SCCS-vsn: sys/vax/datakit/kmcreg.h 1.2

34 years agodkit_kmc.c.ori from monet
Mike Karels [Wed, 16 Aug 1989 09:32:33 +0000 (01:32 -0800)]
dkit_kmc.c.ori from monet

SCCS-vsn: sys/vax/datakit/dkit_kmc.c 1.1

34 years agokmcreg.h.old from monet
Mike Karels [Wed, 16 Aug 1989 09:32:13 +0000 (01:32 -0800)]
kmcreg.h.old from monet

SCCS-vsn: sys/vax/datakit/kmcreg.h 1.1

34 years agodk.h.old from monet
Mike Karels [Wed, 16 Aug 1989 09:31:41 +0000 (01:31 -0800)]
dk.h.old from monet

SCCS-vsn: sys/vax/datakit/dk.h 1.1

34 years agodk.c.ori from monet
Mike Karels [Wed, 16 Aug 1989 09:30:50 +0000 (01:30 -0800)]
dk.c.ori from monet

SCCS-vsn: sys/vax/datakit/dk.c 1.1

34 years agoPGRP is no longer in the proc structure
Kirk McKusick [Wed, 16 Aug 1989 07:43:59 +0000 (23:43 -0800)]
PGRP is no longer in the proc structure

SCCS-vsn: usr.sbin/pstat/pstat.8 6.5

34 years agodelete PGRP (the id is no longer in the proc structure);
Kirk McKusick [Wed, 16 Aug 1989 07:42:12 +0000 (23:42 -0800)]
delete PGRP (the id is no longer in the proc structure);
expand the flags field to eight bytes to show all flags (4.3BSD/etc/160)

SCCS-vsn: usr.sbin/pstat/pstat.c 5.23

34 years agonote description used for remote filesystems
Kirk McKusick [Wed, 16 Aug 1989 07:14:38 +0000 (23:14 -0800)]
note description used for remote filesystems

SCCS-vsn: usr.bin/fstat/fstat.1 5.6

34 years agoconvert to work in the precense of vnodes
Kirk McKusick [Wed, 16 Aug 1989 07:03:59 +0000 (23:03 -0800)]
convert to work in the precense of vnodes

SCCS-vsn: usr.bin/fstat/fstat.c 5.19

34 years agobinval must wait for I/O to complete before marking a buffer INVAL;
Kirk McKusick [Wed, 16 Aug 1989 06:30:08 +0000 (22:30 -0800)]
binval must wait for I/O to complete before marking a buffer INVAL;
use bawrite rather than setting ASYNC flag and calling bwrite

SCCS-vsn: sys/kern/vfs_bio.c 7.8
SCCS-vsn: sys/kern/vfs_cluster.c 7.8

34 years agodo not try to close device if binval failed to flush all blocks
Kirk McKusick [Wed, 16 Aug 1989 06:26:57 +0000 (22:26 -0800)]
do not try to close device if binval failed to flush all blocks

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.4

34 years agoadd vp field
Kirk McKusick [Wed, 16 Aug 1989 04:42:39 +0000 (20:42 -0800)]
add vp field

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

34 years agodate and time created 89/08/15 11:53:45 by bostic
Keith Bostic [Wed, 16 Aug 1989 02:53:45 +0000 (18:53 -0800)]
date and time created 89/08/15 11:53:45 by bostic
No VAX G_floating support was included in the "float.h" I just sent you.
All constants rely heavily upon a correctly-rounded decimal-binary
conversion routine; at least the following 6 constants *must* be converted
exactly to what the comments say they ought to be:

#define FLT_EPSILON 1.19209290E-07F /* 2^-23 */
#define FLT_MIN 2.93873588E-39F /* 2^-128 */
#define FLT_MAX 1.70141173E+38F /* (1-2^-24)*2^127 */
#define DBL_EPSILON 2.775557561562891351E-17 /* 2^-55 */
#define DBL_MIN 2.938735877055718770E-39 /* 2^-128 */
#define DBL_MAX 1.701411834604692294E+38 /* (1-2^-56)*2^127 */

DBL_MAX/FLT_MAX may generate spurious floating-point overflows if your
decimal-binary conversion routine is deficient; likewise DBL_MIN/FLT_MIN
may underflow inadvertently to zero after conversion.

The constants of type float rely on the ANSI-invented suffix of "F" to
precisely specify their type.

SCCS-vsn: sys/vax/include/float.h 7.1

34 years agomove to /usr/libexec
Keith Bostic [Wed, 16 Aug 1989 02:26:47 +0000 (18:26 -0800)]
move to /usr/libexec

SCCS-vsn: usr.sbin/lpr/filters/Makefile 5.7

34 years agoreorg
Keith Bostic [Wed, 16 Aug 1989 01:22:44 +0000 (17:22 -0800)]
reorg

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

34 years agodon't install runinv, run it from src tree
Keith Bostic [Wed, 16 Aug 1989 01:18:01 +0000 (17:18 -0800)]
don't install runinv, run it from src tree

SCCS-vsn: old/refer/OTHERS/runinv 5.4

34 years agodon't install runinv in /usr/share/dict
Keith Bostic [Wed, 16 Aug 1989 01:14:59 +0000 (17:14 -0800)]
don't install runinv in /usr/share/dict

SCCS-vsn: old/refer/Makefile 4.13

34 years ago*really* reorg, and sync with what's actually in use
Mike Karels [Wed, 16 Aug 1989 00:49:13 +0000 (16:49 -0800)]
*really* reorg, and sync with what's actually in use

SCCS-vsn: etc/rc 5.4

34 years agohalf of it is gone; the other half later
Mike Karels [Tue, 15 Aug 1989 09:36:30 +0000 (01:36 -0800)]
half of it is gone; the other half later

SCCS-vsn: sys/tahoe/tahoe/sys_machdep.c 7.3

34 years agokcall 139 is dead
Mike Karels [Tue, 15 Aug 1989 09:36:05 +0000 (01:36 -0800)]
kcall 139 is dead

SCCS-vsn: sys/tahoe/tahoe/machdep.c 7.4

34 years agoNETLDISC isn't in new tty driver by default
Keith Bostic [Tue, 15 Aug 1989 09:24:27 +0000 (01:24 -0800)]
NETLDISC isn't in new tty driver by default

SCCS-vsn: usr.sbin/pstat/pstat.c 5.22

34 years agonew tty driver
Keith Bostic [Tue, 15 Aug 1989 09:16:35 +0000 (01:16 -0800)]
new tty driver

SCCS-vsn: usr.bin/login/login.c 5.43

34 years agowe've only got one tty discipline now.
Mike Karels [Tue, 15 Aug 1989 09:14:22 +0000 (01:14 -0800)]
we've only got one tty discipline now.

SCCS-vsn: bin/csh/csh.c 5.12
SCCS-vsn: bin/csh/csh.h 5.4
SCCS-vsn: bin/csh/func.c 5.8

34 years agoleave NULL if gecos field is ",,,"
Keith Bostic [Tue, 15 Aug 1989 08:51:58 +0000 (00:51 -0800)]
leave NULL if gecos field is ",,,"

SCCS-vsn: usr.bin/finger/util.c 5.7

34 years agoconverted to POSIX (I think)
Mike Karels [Tue, 15 Aug 1989 08:49:17 +0000 (00:49 -0800)]
converted to POSIX (I think)

SCCS-vsn: lib/libc/sys/wait.2 6.3

34 years agoreorg
Keith Bostic [Tue, 15 Aug 1989 08:18:09 +0000 (00:18 -0800)]
reorg

SCCS-vsn: old/dbx/ops.vax.c 5.7

34 years agokeywords, copyr and rev 5
Mike Karels [Tue, 15 Aug 1989 08:10:51 +0000 (00:10 -0800)]
keywords, copyr and rev 5

SCCS-vsn: lib/libc/gen/termios.c 5.1

34 years agomv iexten
Mike Karels [Tue, 15 Aug 1989 08:08:24 +0000 (00:08 -0800)]
mv iexten

SCCS-vsn: lib/libc/gen/termios.c 1.2

34 years agochecking stuff in, so charlie will stop sending me mail
Jaap Akkerhuis [Tue, 15 Aug 1989 05:09:15 +0000 (21:09 -0800)]
checking stuff in, so charlie will stop sending me mail

SCCS-vsn: local/ditroff/ditroff.okeeffe/ni.c 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/ni.c 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/t10.c 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/t10.c 2.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/dev.h 2.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/troff/dev.h 2.3

34 years agoremove header reference to dir.h
Marc Teitelbaum [Mon, 14 Aug 1989 10:19:21 +0000 (02:19 -0800)]
remove header reference to dir.h

SCCS-vsn: sys/kern/tty_compat.c 1.4

34 years agocosmetic. move some defines around.
Marc Teitelbaum [Mon, 14 Aug 1989 09:55:48 +0000 (01:55 -0800)]
cosmetic.  move some defines around.

SCCS-vsn: sys/sys/ttydev.h 7.5

34 years agomove IEXTEN to the lflag
Marc Teitelbaum [Mon, 14 Aug 1989 09:20:01 +0000 (01:20 -0800)]
move IEXTEN to the lflag

SCCS-vsn: sys/sys/termios.h 7.5

34 years agopassing wrong argument to ktrgenio
Marc Teitelbaum [Mon, 14 Aug 1989 09:11:47 +0000 (01:11 -0800)]
passing wrong argument to ktrgenio

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

34 years agofix umask manipulation (make it like old cp) -- a little tricky.
Keith Bostic [Mon, 14 Aug 1989 04:18:17 +0000 (20:18 -0800)]
fix umask manipulation (make it like old cp) -- a little tricky.
created directories are same as source, created files are source - umask.
don't use st_ino to store directory DNE flag; use fchmod/fchown if possible
some minor reorganization and whacks

SCCS-vsn: bin/cp/cp.c 5.6
SCCS-vsn: bin/cp/cp.1 6.5

34 years agoconvert to letter format
Kirk McKusick [Sat, 12 Aug 1989 08:07:22 +0000 (00:07 -0800)]
convert to letter format

SCCS-vsn: admin/admin/HP/HP.11.89 1.2

34 years agodate and time created 89/08/11 17:06:47 by mckusick
Kirk McKusick [Sat, 12 Aug 1989 08:06:47 +0000 (00:06 -0800)]
date and time created 89/08/11 17:06:47 by mckusick

SCCS-vsn: admin/admin/HP/HP.11.89 1.1

34 years agouse fread() on /etc/utmp; no more ARGIGNORE
Edward Wang [Sat, 12 Aug 1989 04:49:56 +0000 (20:49 -0800)]
use fread() on /etc/utmp; no more ARGIGNORE

SCCS-vsn: usr.bin/finger/finger.c 5.17

34 years agohandle short write returns
Keith Bostic [Sat, 12 Aug 1989 04:13:03 +0000 (20:13 -0800)]
handle short write returns

SCCS-vsn: usr.bin/tee/tee.c 5.8

34 years agocheckpoint before playing around with EOR conventions (by sklower)
Mike Karels [Sat, 12 Aug 1989 04:03:29 +0000 (20:03 -0800)]
checkpoint before playing around with EOR conventions (by sklower)

SCCS-vsn: sys/kern/uipc_socket.c 7.15

34 years agoupdate for vnodes
Kirk McKusick [Fri, 11 Aug 1989 08:55:40 +0000 (00:55 -0800)]
update for vnodes

SCCS-vsn: usr.sbin/pstat/pstat.c 5.21
SCCS-vsn: usr.sbin/pstat/pstat.8 6.4

34 years agopurge vnode type when unneeded and returned to the free list so that
Kirk McKusick [Fri, 11 Aug 1989 08:08:30 +0000 (00:08 -0800)]
purge vnode type when unneeded and returned to the free list so that
getnewino does not try to delete it from block device list more than once.

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

34 years agocheck for lookup with ENOENT before setting EROFS for create
Kirk McKusick [Fri, 11 Aug 1989 07:27:29 +0000 (23:27 -0800)]
check for lookup with ENOENT before setting EROFS for create

SCCS-vsn: sys/kern/vfs_lookup.c 7.18

34 years agouse O_APPEND instead of extra system call
Keith Bostic [Fri, 11 Aug 1989 06:42:44 +0000 (22:42 -0800)]
use O_APPEND instead of extra system call

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

34 years agoreturn flags and generation number; post error (from Rick Macklem)
Kirk McKusick [Fri, 11 Aug 1989 06:31:48 +0000 (22:31 -0800)]
return flags and generation number; post error (from Rick Macklem)

SCCS-vsn: sys/nfs/nfs_subs.c 7.4

34 years agozero out usec fields (from Rick Macklem)
Kirk McKusick [Fri, 11 Aug 1989 06:27:43 +0000 (22:27 -0800)]
zero out usec fields (from Rick Macklem)

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.14
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.14
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.14
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.14

34 years agodon't need license notice on disktab
Keith Bostic [Fri, 11 Aug 1989 01:51:49 +0000 (17:51 -0800)]
don't need license notice on disktab

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

34 years agolint; pass structure pointer, not structure itself
Keith Bostic [Fri, 11 Aug 1989 01:23:11 +0000 (17:23 -0800)]
lint; pass structure pointer, not structure itself

SCCS-vsn: sys/tahoe/vba/hd.c 7.6

34 years agofrom Dave Slattengren, add Berkeley specific copyright notice
Keith Bostic [Thu, 10 Aug 1989 02:01:03 +0000 (18:01 -0800)]
from Dave Slattengren, add Berkeley specific copyright notice

SCCS-vsn: sys/vax/vax/emulate.s 7.4

34 years agospelling of weird (4.3BSD-tahoe/usr.bin/25)
Kirk McKusick [Thu, 10 Aug 1989 01:49:57 +0000 (17:49 -0800)]
spelling of weird (4.3BSD-tahoe/usr.bin/25)

SCCS-vsn: old/tbl/t9.c 4.3

34 years agodiscard faster
Mike Karels [Thu, 10 Aug 1989 00:12:53 +0000 (16:12 -0800)]
discard faster

SCCS-vsn: usr.sbin/inetd/inetd.c 5.17

34 years agonew versions of time calls; add Berkeley specific copyright
Keith Bostic [Wed, 9 Aug 1989 02:26:46 +0000 (18:26 -0800)]
new versions of time calls; add Berkeley specific copyright

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

34 years agocreate pathnames.h
Keith Bostic [Sun, 6 Aug 1989 03:23:47 +0000 (19:23 -0800)]
create pathnames.h

SCCS-vsn: old/roff/common_source/ni.c 4.3

34 years agodate and time created 89/08/05 12:23:33 by bostic
Keith Bostic [Sun, 6 Aug 1989 03:23:33 +0000 (19:23 -0800)]
date and time created 89/08/05 12:23:33 by bostic

SCCS-vsn: old/roff/common_source/pathnames.h 5.1

34 years agoneed lcompat
Keith Bostic [Sun, 6 Aug 1989 03:23:19 +0000 (19:23 -0800)]
need lcompat

SCCS-vsn: old/roff/troff/Makefile 5.4

34 years agocorrect network release branch: needed additional declaration
Mike Karels [Sat, 5 Aug 1989 01:23:44 +0000 (17:23 -0800)]
correct network release branch: needed additional declaration

SCCS-vsn: sys/netinet/ip_icmp.c 7.8.1.3

34 years agodon't worry about blocking on the console, or about inheriting the
Keith Bostic [Sat, 5 Aug 1989 00:54:38 +0000 (16:54 -0800)]
don't worry about blocking on the console, or about inheriting the
console as the controlling terminal (fixed in kernel).

SCCS-vsn: lib/libc/gen/syslog.c 5.23

34 years agoupdate for reorg
Keith Bostic [Fri, 4 Aug 1989 04:16:13 +0000 (20:16 -0800)]
update for reorg

SCCS-vsn: etc/daily 5.4

34 years agodate and time created 89/08/02 19:14:20 by edward
Edward Wang [Thu, 3 Aug 1989 10:14:20 +0000 (02:14 -0800)]
date and time created 89/08/02 19:14:20 by edward

SCCS-vsn: usr.bin/window/compress.c 3.1

34 years agodate and time created 89/08/02 19:14:19 by edward
Edward Wang [Thu, 3 Aug 1989 10:14:19 +0000 (02:14 -0800)]
date and time created 89/08/02 19:14:19 by edward

SCCS-vsn: usr.bin/window/xx.c 3.1
SCCS-vsn: usr.bin/window/xx.h 3.1

34 years agodata compression and some other stuff
Edward Wang [Thu, 3 Aug 1989 10:13:19 +0000 (02:13 -0800)]
data compression and some other stuff

SCCS-vsn: usr.bin/window/main.c 3.37
SCCS-vsn: usr.bin/window/lcmd2.c 3.18
SCCS-vsn: usr.bin/window/ttgeneric.c 3.39
SCCS-vsn: usr.bin/window/tth19.c 3.21
SCCS-vsn: usr.bin/window/wwsuspend.c 3.10
SCCS-vsn: usr.bin/window/wwflush.c 3.10
SCCS-vsn: usr.bin/window/wwredraw.c 3.11
SCCS-vsn: usr.bin/window/tt.h 3.22
SCCS-vsn: usr.bin/window/wwend.c 3.13
SCCS-vsn: usr.bin/window/ww.h 3.54
SCCS-vsn: usr.bin/window/wwupdate.c 3.25
SCCS-vsn: usr.bin/window/wwwrite.c 3.29
SCCS-vsn: usr.bin/window/wwinit.c 3.34
SCCS-vsn: usr.bin/window/Makefile 5.5
SCCS-vsn: usr.bin/window/mloop.c 3.14
SCCS-vsn: usr.bin/window/ttzapple.c 3.3

34 years agocleanup, remove mention of ``snails'' (whatevert that is)
Keith Bostic [Thu, 3 Aug 1989 07:47:18 +0000 (23:47 -0800)]
cleanup, remove mention of ``snails'' (whatevert that is)

SCCS-vsn: games/worms/worms.6 6.3

34 years agohandle multiple worm characters correctly, clear screen on exit
Keith Bostic [Thu, 3 Aug 1989 07:46:53 +0000 (23:46 -0800)]
handle multiple worm characters correctly, clear screen on exit

SCCS-vsn: games/worms/worms.c 5.7

34 years agoadd new chars, allow any number of worms to play
Keith Bostic [Thu, 3 Aug 1989 07:27:09 +0000 (23:27 -0800)]
add new chars, allow any number of worms to play
Keith Gabryelski, Commodore Int'l.

SCCS-vsn: games/worms/worms.c 5.6

34 years agodon't allow sub-shells; English kindness
Keith Bostic [Thu, 3 Aug 1989 07:08:32 +0000 (23:08 -0800)]
don't allow sub-shells; English kindness

SCCS-vsn: games/worm/worm.c 5.6

34 years agoANS says that any positive value indicates that DST is on, not just 1
Keith Bostic [Thu, 3 Aug 1989 07:01:36 +0000 (23:01 -0800)]
ANS says that any positive value indicates that DST is on, not just 1

SCCS-vsn: lib/libc/gen/ctime.c 5.17

34 years agouse waitpid to avoid swallowing children; minor cleanups
Keith Bostic [Thu, 3 Aug 1989 06:45:20 +0000 (22:45 -0800)]
use waitpid to avoid swallowing children; minor cleanups

SCCS-vsn: lib/libc/gen/syslog.c 5.22

34 years agoneeds libcompat
Keith Bostic [Mon, 31 Jul 1989 06:02:33 +0000 (22:02 -0800)]
needs libcompat

SCCS-vsn: old/cpio/Makefile 5.6
SCCS-vsn: usr.bin/msgs/Makefile 5.7
SCCS-vsn: usr.sbin/ac/Makefile 5.3
SCCS-vsn: old/roff/nroff/Makefile 4.6
SCCS-vsn: usr.bin/talk/Makefile 5.11
SCCS-vsn: usr.bin/tset/Makefile 5.11
SCCS-vsn: usr.bin/xsend/xsend/Makefile 4.7

34 years agoscan_name() missing return value; bug report 4.3BSD/usr.bin/206
Keith Bostic [Mon, 31 Jul 1989 05:13:36 +0000 (21:13 -0800)]
scan_name() missing return value; bug report 4.3BSD/usr.bin/206

SCCS-vsn: usr.bin/fsplit/fsplit.c 5.2

34 years agoadd cleandir label
Keith Bostic [Mon, 31 Jul 1989 05:07:43 +0000 (21:07 -0800)]
add cleandir label

SCCS-vsn: usr.bin/f77/f77.vax/Makefile 5.4
SCCS-vsn: old/lisp/fp/fp.vax/Makefile 4.5

34 years agorip out dependency list
Keith Bostic [Mon, 31 Jul 1989 04:37:00 +0000 (20:37 -0800)]
rip out dependency list

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

34 years agoneeds libcompat
Keith Bostic [Mon, 31 Jul 1989 04:13:54 +0000 (20:13 -0800)]
needs libcompat

SCCS-vsn: games/backgammon/backgammon/Makefile 5.15
SCCS-vsn: games/fish/Makefile 5.2
SCCS-vsn: old/boggle/Makefile 5.12
SCCS-vsn: games/battlestar/Makefile 5.4
SCCS-vsn: games/canfield/canfield/Makefile 5.5
SCCS-vsn: games/cribbage/Makefile 5.9
SCCS-vsn: games/hack/Makefile 5.8
SCCS-vsn: games/hangman/Makefile 5.6
SCCS-vsn: games/larn/Makefile 5.7
SCCS-vsn: games/mille/Makefile 5.9
SCCS-vsn: games/monop/Makefile 5.4
SCCS-vsn: games/phantasia/Makefile 5.7
SCCS-vsn: games/rain/Makefile 5.2
SCCS-vsn: games/robots/Makefile 5.9
SCCS-vsn: games/rogue/Makefile 5.6
SCCS-vsn: games/sail/Makefile 5.9
SCCS-vsn: games/snake/snake/Makefile 5.9
SCCS-vsn: games/worm/Makefile 5.2
SCCS-vsn: games/worms/Makefile 5.2
SCCS-vsn: games/wump/Makefile 5.2
SCCS-vsn: games/trek/Makefile 5.7

34 years agoneed libcompat
Keith Bostic [Mon, 31 Jul 1989 03:23:52 +0000 (19:23 -0800)]
need libcompat

SCCS-vsn: games/atc/Makefile 5.4

34 years agoneeds libcompat
Keith Bostic [Mon, 31 Jul 1989 03:20:23 +0000 (19:20 -0800)]
needs libcompat

SCCS-vsn: old/sh/Makefile 4.11
SCCS-vsn: games/adventure/Makefile 4.11

34 years agoget SCCS id's back
Keith Bostic [Mon, 31 Jul 1989 03:08:15 +0000 (19:08 -0800)]
get SCCS id's back

SCCS-vsn: old/talk/Makefile 5.4

34 years agoneeds libcompat for gtty
Keith Bostic [Mon, 31 Jul 1989 03:07:19 +0000 (19:07 -0800)]
needs libcompat for gtty

SCCS-vsn: old/talk/Makefile 5.3

34 years agouse paths.h define for VI
Keith Bostic [Mon, 31 Jul 1989 03:04:43 +0000 (19:04 -0800)]
use paths.h define for VI

SCCS-vsn: old/more/more.c 5.22

34 years agoneed libcompat for gtty
Keith Bostic [Mon, 31 Jul 1989 03:04:27 +0000 (19:04 -0800)]
need libcompat for gtty

SCCS-vsn: old/more/Makefile 5.9

34 years agolib2648 -> /usr/src/old
Keith Bostic [Mon, 31 Jul 1989 02:20:21 +0000 (18:20 -0800)]
lib2648 -> /usr/src/old

SCCS-vsn: lib/Makefile 5.16

34 years agovnodes
Keith Bostic [Mon, 31 Jul 1989 02:11:57 +0000 (18:11 -0800)]
vnodes

SCCS-vsn: sbin/restore/restore.h 5.4
SCCS-vsn: sbin/tunefs/tunefs.c 5.9
SCCS-vsn: usr.bin/quota/quota.c 5.8
SCCS-vsn: usr.sbin/edquota/edquota.c 5.10
SCCS-vsn: usr.sbin/mkproto/mkproto.c 5.5
SCCS-vsn: usr.sbin/quot/quot.c 4.17
SCCS-vsn: usr.sbin/repquota/repquota.c 5.7

34 years agoneeds compat library for utime
Keith Bostic [Mon, 31 Jul 1989 02:00:20 +0000 (18:00 -0800)]
needs compat library for utime

SCCS-vsn: sbin/restore/Makefile 5.8

34 years agovnodes
Keith Bostic [Mon, 31 Jul 1989 01:57:19 +0000 (17:57 -0800)]
vnodes

SCCS-vsn: sbin/dump/dumprmt.c 5.7
SCCS-vsn: sbin/dumpfs/dumpfs.c 5.8
SCCS-vsn: sbin/fsdb/fsdb.c 5.6
SCCS-vsn: sbin/icheck/icheck.c 5.5
SCCS-vsn: sbin/ncheck/ncheck.c 5.8
SCCS-vsn: sbin/quotacheck/quotacheck.c 5.11

34 years agovnodes; update EDITOR define
Keith Bostic [Mon, 31 Jul 1989 01:48:36 +0000 (17:48 -0800)]
vnodes; update EDITOR define

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

34 years agovnodes
Keith Bostic [Mon, 31 Jul 1989 01:47:16 +0000 (17:47 -0800)]
vnodes

SCCS-vsn: sbin/badsect/badsect.c 5.7
SCCS-vsn: sbin/clri/clri.c 2.5
SCCS-vsn: old/dcheck/dcheck.c 5.4

34 years agosomething did (lint). POSIX .2 doesn't plan on defining echo's
Keith Bostic [Mon, 31 Jul 1989 01:03:58 +0000 (17:03 -0800)]
something did (lint).  POSIX .2 doesn't plan on defining echo's
behavior for options, so go back to the original behavior.

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

34 years agoadd all label
Keith Bostic [Mon, 31 Jul 1989 00:39:17 +0000 (16:39 -0800)]
add all label

SCCS-vsn: old/lisp/fp/fp.vax/Makefile 4.4

34 years agoreorg
Keith Bostic [Mon, 31 Jul 1989 00:37:18 +0000 (16:37 -0800)]
reorg

SCCS-vsn: old/pcc/c2.vax/Makefile 4.9

34 years agovnodes
Keith Bostic [Mon, 31 Jul 1989 00:02:07 +0000 (16:02 -0800)]
vnodes

SCCS-vsn: lib/libc/gen/disklabel.c 5.11

34 years agolint
Edward Wang [Sat, 29 Jul 1989 12:38:39 +0000 (04:38 -0800)]
lint

SCCS-vsn: usr.bin/window/wwiomux.c 3.22

34 years ago/var/spool/at -> /var/at
Keith Bostic [Sat, 29 Jul 1989 03:58:34 +0000 (19:58 -0800)]
/var/spool/at -> /var/at

SCCS-vsn: usr.bin/at/at/pathnames.h 5.2

34 years ago/usr/spool/rwhod -> /var/rwhod
Keith Bostic [Sat, 29 Jul 1989 03:57:45 +0000 (19:57 -0800)]
/usr/spool/rwhod -> /var/rwhod

SCCS-vsn: include/protocols/rwhod.h 5.4

34 years ago/var/spool/mail -> /var/mail
Mike Karels [Sat, 29 Jul 1989 03:44:22 +0000 (19:44 -0800)]
/var/spool/mail -> /var/mail

SCCS-vsn: usr.bin/mail/pathnames.h 5.11

34 years agovnodes
Mike Karels [Sat, 29 Jul 1989 03:39:01 +0000 (19:39 -0800)]
vnodes

SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 5.9