unix-history/.git
34 years agoneed to init mask each time for select
Mike Karels [Fri, 18 Aug 1989 06:59:46 +0000 (22:59 -0800)]
need to init mask each time for select

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

34 years agoPOSIX requires file descriptor to be close-on-exec
Kirk McKusick [Fri, 18 Aug 1989 05:52:58 +0000 (21:52 -0800)]
POSIX requires file descriptor to be close-on-exec

SCCS-vsn: lib/libc/gen/opendir.c 5.7

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Fri, 18 Aug 1989 04:33:37 +0000 (20:33 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/renice/renice.8 6.3
SCCS-vsn: usr.bin/mt/mt.1 6.3

34 years agowritten by Bill Joy, add Berkeley copyright
Keith Bostic [Fri, 18 Aug 1989 04:27:59 +0000 (20:27 -0800)]
written by Bill Joy, add Berkeley copyright

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

34 years agowritten by Bill Joy, add Berkeley copyrgith
Keith Bostic [Fri, 18 Aug 1989 04:26:59 +0000 (20:26 -0800)]
written by Bill Joy, add Berkeley copyrgith

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

34 years agothis version sent to NIST
Keith Sklower [Thu, 17 Aug 1989 15:29:09 +0000 (07:29 -0800)]
this version sent to NIST

SCCS-vsn: sbin/route/route.c 5.15

34 years agohave to check vnode type before interpreting it
Kirk McKusick [Thu, 17 Aug 1989 10:08:52 +0000 (02:08 -0800)]
have to check vnode type before interpreting it

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

34 years agoreturn vap_bytes in bytes
Kirk McKusick [Thu, 17 Aug 1989 09:44:17 +0000 (01:44 -0800)]
return vap_bytes in bytes

SCCS-vsn: sys/nfs/nfs_subs.c 7.5
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.15
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.15
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.15
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.15

34 years agoadd S_BLKSIZE defining size of blocks in stat structure
Kirk McKusick [Thu, 17 Aug 1989 09:38:51 +0000 (01:38 -0800)]
add S_BLKSIZE defining size of blocks in stat structure

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

34 years agoupdate for vnodes
Kirk McKusick [Thu, 17 Aug 1989 09:19:38 +0000 (01:19 -0800)]
update for vnodes

SCCS-vsn: bin/df/df.1 6.2

34 years agoprint error when requested pathname cannot be stat'ed
Kirk McKusick [Thu, 17 Aug 1989 09:17:27 +0000 (01:17 -0800)]
print error when requested pathname cannot be stat'ed

SCCS-vsn: bin/df/df.c 5.10

34 years agoallow printing of statistics for unmounted special devices
Kirk McKusick [Thu, 17 Aug 1989 09:01:11 +0000 (01:01 -0800)]
allow printing of statistics for unmounted special devices

SCCS-vsn: bin/df/df.c 5.9

34 years agolint; allow specification of block devices
Kirk McKusick [Thu, 17 Aug 1989 08:37:49 +0000 (00:37 -0800)]
lint; allow specification of block devices

SCCS-vsn: bin/df/df.c 5.8

34 years agouse definition S_IFBLK from stat.h rather than IFBLK from inode.h
Kirk McKusick [Thu, 17 Aug 1989 08:12:19 +0000 (00:12 -0800)]
use definition S_IFBLK from stat.h rather than IFBLK from inode.h

SCCS-vsn: sbin/umount/umount.c 5.8

34 years agolint
Kirk McKusick [Thu, 17 Aug 1989 08:08:46 +0000 (00:08 -0800)]
lint

SCCS-vsn: sbin/umount/umount.c 5.7

34 years agoupdate for vnode interface
Kirk McKusick [Thu, 17 Aug 1989 07:15:56 +0000 (23:15 -0800)]
update for vnode interface

SCCS-vsn: lib/libc/sys/mount.2 6.4

34 years agoremove -f option, can't use readdir any more, won't work over NFS
Keith Bostic [Thu, 17 Aug 1989 05:46:52 +0000 (21:46 -0800)]
remove -f option, can't use readdir any more, won't work over NFS

SCCS-vsn: bin/ls/ls.c 5.32
SCCS-vsn: bin/ls/ls.1 6.9
SCCS-vsn: bin/ls/util.c 5.4

34 years agodon't wait for packets on SIGINTR, just die
Keith Bostic [Thu, 17 Aug 1989 05:23:24 +0000 (21:23 -0800)]
don't wait for packets on SIGINTR, just die

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

34 years agoreformat/cleanup mostly, but a few bugs
Keith Bostic [Thu, 17 Aug 1989 05:13:19 +0000 (21:13 -0800)]
reformat/cleanup mostly, but a few bugs

SCCS-vsn: sbin/ping/ping.c 5.1
SCCS-vsn: sbin/ping/ping.8 6.5

34 years agofrom Cliff Frost
Keith Bostic [Thu, 17 Aug 1989 04:52:50 +0000 (20:52 -0800)]
from Cliff Frost

SCCS-vsn: sbin/ping/ping.c 4.13
SCCS-vsn: sbin/ping/ping.8 6.4

34 years agothere aren't sa_len's in the packet, don't keep putting them in
Mike Karels [Thu, 17 Aug 1989 03:19:04 +0000 (19:19 -0800)]
there aren't sa_len's in the packet, don't keep putting them in
and taking them out

SCCS-vsn: usr.bin/talk/ctl_transact.c 5.6
SCCS-vsn: usr.bin/talk/get_names.c 5.7
SCCS-vsn: usr.bin/talk/invite.c 5.6
SCCS-vsn: usr.bin/talk/look_up.c 5.5

34 years agolots of other places define NULL
Keith Bostic [Thu, 17 Aug 1989 03:00:09 +0000 (19:00 -0800)]
lots of other places define NULL

SCCS-vsn: sys/sys/unistd.h 5.3

34 years agolook up block special devices so that they can be unmounted
Kirk McKusick [Thu, 17 Aug 1989 02:41:15 +0000 (18:41 -0800)]
look up block special devices so that they can be unmounted

SCCS-vsn: sbin/umount/umount.c 5.6

34 years agoclean up formating
Kirk McKusick [Thu, 17 Aug 1989 01:49:01 +0000 (17:49 -0800)]
clean up formating

SCCS-vsn: sbin/mount/mount.8 6.6

34 years agouse old sockaddrs in packets, but cast for sendto (XXX)
Mike Karels [Thu, 17 Aug 1989 01:35:17 +0000 (17:35 -0800)]
use old sockaddrs in packets, but cast for sendto (XXX)

SCCS-vsn: libexec/talkd/talkd.c 5.6

34 years agouse old sockaddrs on net
Mike Karels [Thu, 17 Aug 1989 01:26:06 +0000 (17:26 -0800)]
use old sockaddrs on net

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

34 years agolink to unmount
Keith Bostic [Thu, 17 Aug 1989 00:41:57 +0000 (16:41 -0800)]
link to unmount

SCCS-vsn: sbin/mount/Makefile 5.4

34 years agodelete references to mtab
Kirk McKusick [Wed, 16 Aug 1989 15:46:51 +0000 (07:46 -0800)]
delete references to mtab

SCCS-vsn: sbin/mount/mount.8 6.5

34 years agoeliminate mtab
Kirk McKusick [Wed, 16 Aug 1989 15:38:03 +0000 (07:38 -0800)]
eliminate mtab

SCCS-vsn: sbin/umount/umount.c 5.5

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