unix-history/.git
34 years agomerge inode and nfsnode tables into a single vnode table
Kirk McKusick [Wed, 25 Oct 1989 10:32:47 +0000 (02:32 -0800)]
merge inode and nfsnode tables into a single vnode table

SCCS-vsn: sys/tahoe/tahoe/machdep.c 7.7
SCCS-vsn: sys/vax/vax/machdep.c 7.23
SCCS-vsn: sys/conf/param.c 7.8

34 years agolink together all buffers associated with a particular vnode
Kirk McKusick [Wed, 25 Oct 1989 10:21:05 +0000 (02:21 -0800)]
link together all buffers associated with a particular vnode

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

34 years agomerge inode and nfsnode tables into a single vnode table;
Kirk McKusick [Wed, 25 Oct 1989 10:17:33 +0000 (02:17 -0800)]
merge inode and nfsnode tables into a single vnode table;
link together all vnodes associated with a particular mount point

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

34 years agoput fileno and generation number in file identifier (from Macklem)
Kirk McKusick [Wed, 25 Oct 1989 10:06:26 +0000 (02:06 -0800)]
put fileno and generation number in file identifier (from Macklem)

SCCS-vsn: sys/sys/mount.h 7.8

34 years agoadd linked list of vnodes associated with the mount point;
Kirk McKusick [Wed, 25 Oct 1989 10:05:43 +0000 (02:05 -0800)]
add linked list of vnodes associated with the mount point;
other minor cleanups in formatting

SCCS-vsn: sys/sys/mount.h 7.7

34 years agostandardize output format (no missing fields, upcase headers, etc)
Marc Teitelbaum [Wed, 25 Oct 1989 07:51:24 +0000 (23:51 -0800)]
standardize output format (no missing fields, upcase headers, etc)

SCCS-vsn: usr.bin/w/w.c 5.13

34 years agoHey! How come I'm not in here too. Kevin gets worms for not
Marc Teitelbaum [Wed, 25 Oct 1989 07:49:47 +0000 (23:49 -0800)]
Hey! How come I'm not in here too.  Kevin gets worms for not
telling me...

SCCS-vsn: etc/master.passwd 5.7

34 years agodate and time created 89/10/23 07:47:24 by bostic
Keith Bostic [Mon, 23 Oct 1989 23:47:24 +0000 (15:47 -0800)]
date and time created 89/10/23 07:47:24 by bostic

SCCS-vsn: games/phantasia/README 5.1

34 years agoproper dependency for symbols.sort
Kirk McKusick [Mon, 23 Oct 1989 15:51:12 +0000 (07:51 -0800)]
proper dependency for symbols.sort

SCCS-vsn: usr.sbin/config/mkmakefile.c 5.24

34 years agoinode => vnode
Kirk McKusick [Mon, 23 Oct 1989 15:47:42 +0000 (07:47 -0800)]
inode => vnode

SCCS-vsn: sys/tahoe/tahoe/symbols.raw 7.3
SCCS-vsn: sys/vax/vax/symbols.raw 7.3

34 years agoclean up include files; add NODEV enforcement
Kirk McKusick [Mon, 23 Oct 1989 05:17:35 +0000 (21:17 -0800)]
clean up include files; add NODEV enforcement

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

34 years agominor cleanups
Kirk McKusick [Sun, 22 Oct 1989 07:16:34 +0000 (23:16 -0800)]
minor cleanups

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

34 years agotry to flush all inodes when unmounting;
Kirk McKusick [Sun, 22 Oct 1989 07:13:51 +0000 (23:13 -0800)]
try to flush all inodes when unmounting;
add debugging info to find out what is busy

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

34 years agoadd lookup routine that will fail gracefully
Kirk McKusick [Sun, 22 Oct 1989 05:20:15 +0000 (21:20 -0800)]
add lookup routine that will fail gracefully

SCCS-vsn: sys/nfs/nfs_vnops.c 7.8

34 years ago"bug fixes and cleanups from Rick Macklem"
Kirk McKusick [Sun, 22 Oct 1989 03:33:02 +0000 (19:33 -0800)]
"bug fixes and cleanups from Rick Macklem"

SCCS-vsn: sys/nfs/nfs_bio.c 7.3
SCCS-vsn: sys/nfs/nfs_vnops.c 7.7
SCCS-vsn: sys/nfs/nfs_node.c 7.6
SCCS-vsn: sys/nfs/nfs_subs.c 7.9

34 years agoallow multiple I/O requests; try to unmount when signalled
Kirk McKusick [Sat, 21 Oct 1989 10:36:32 +0000 (02:36 -0800)]
allow multiple I/O requests; try to unmount when signalled

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.4
SCCS-vsn: sys/ufs/mfs/mfs_vnops.c 7.3

34 years agobreak out unmounting part so it can be used by mfs
Kirk McKusick [Sat, 21 Oct 1989 10:34:53 +0000 (02:34 -0800)]
break out unmounting part so it can be used by mfs

SCCS-vsn: sys/kern/vfs_syscalls.c 7.19

34 years agoup the number of UPAGES from 10 to 12
Kirk McKusick [Fri, 20 Oct 1989 15:59:10 +0000 (07:59 -0800)]
up the number of UPAGES from 10 to 12

SCCS-vsn: sys/vax/include/param.h 7.12

34 years agoclosef now returns errors
Kirk McKusick [Fri, 20 Oct 1989 15:35:29 +0000 (07:35 -0800)]
closef now returns errors

SCCS-vsn: sys/kern/kern_descrip.c 7.5

34 years agoclosef now returns and error (which is ignored)
Kirk McKusick [Fri, 20 Oct 1989 15:34:13 +0000 (07:34 -0800)]
closef now returns and error (which is ignored)

SCCS-vsn: sys/kern/kern_exec.c 7.15
SCCS-vsn: sys/kern/uipc_usrreq.c 7.13

34 years agonow handle error directly in dup2
Kirk McKusick [Fri, 20 Oct 1989 15:18:32 +0000 (07:18 -0800)]
now handle error directly in dup2

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

34 years agoclosef now returns an error code (which we ignore here)
Kirk McKusick [Fri, 20 Oct 1989 14:56:50 +0000 (06:56 -0800)]
closef now returns an error code (which we ignore here)

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

34 years agoallow free blocks to go negative; properly account for inodes
Kirk McKusick [Fri, 20 Oct 1989 14:50:09 +0000 (06:50 -0800)]
allow free blocks to go negative; properly account for inodes

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

34 years agouse EACCES rather than ENOEXEC for "noexec" option so that shells
Kirk McKusick [Fri, 20 Oct 1989 14:47:08 +0000 (06:47 -0800)]
use EACCES rather than ENOEXEC for "noexec" option so that shells
do not attempt to execute the programs as shell scripts

SCCS-vsn: sys/kern/kern_exec.c 7.14

34 years ago"update from Rick Macklem"
Kirk McKusick [Fri, 20 Oct 1989 14:36:16 +0000 (06:36 -0800)]
"update from Rick Macklem"

SCCS-vsn: sys/nfs/nfs.h 7.3
SCCS-vsn: sys/nfs/nfs_bio.c 7.2
SCCS-vsn: sys/nfs/nfs_vnops.c 7.6
SCCS-vsn: sys/nfs/nfs_node.c 7.5
SCCS-vsn: sys/nfs/nfs_serv.c 7.8
SCCS-vsn: sys/nfs/nfs_socket.c 7.3
SCCS-vsn: sys/nfs/nfs_subs.c 7.8
SCCS-vsn: sys/nfs/nfs_syscalls.c 7.3
SCCS-vsn: sys/nfs/nfs_vfsops.c 7.5
SCCS-vsn: sys/nfs/nfsnode.h 7.3

34 years agoreflect im or ic in window termcap for programs with fancy display update
Edward Wang [Thu, 19 Oct 1989 17:14:09 +0000 (09:14 -0800)]
reflect im or ic in window termcap for programs with fancy display update

SCCS-vsn: usr.bin/window/ttgeneric.c 3.42
SCCS-vsn: usr.bin/window/ww.h 3.57
SCCS-vsn: usr.bin/window/wwwrite.c 3.31
SCCS-vsn: usr.bin/window/wwinit.c 3.36

34 years agoallow update of mounted file systems
Kirk McKusick [Thu, 19 Oct 1989 16:11:03 +0000 (08:11 -0800)]
allow update of mounted file systems

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.3

34 years agoexpand vfs_add inline; allow update of mounted file systems
Kirk McKusick [Thu, 19 Oct 1989 16:10:36 +0000 (08:10 -0800)]
expand vfs_add inline; allow update of mounted file systems

SCCS-vsn: sys/kern/vfs_syscalls.c 7.18
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.22
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.22
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.22
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.22

34 years agovfs_add gets selectively expanded inline
Kirk McKusick [Thu, 19 Oct 1989 16:08:08 +0000 (08:08 -0800)]
vfs_add gets selectively expanded inline

SCCS-vsn: sys/kern/vfs_subr.c 7.7

34 years agoadd -u flag to allow mounted file systems to be updated
Kirk McKusick [Thu, 19 Oct 1989 16:07:13 +0000 (08:07 -0800)]
add -u flag to allow mounted file systems to be updated

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

34 years agoadd M_UPDATE flag to allow selective file system update
Kirk McKusick [Thu, 19 Oct 1989 11:18:10 +0000 (03:18 -0800)]
add M_UPDATE flag to allow selective file system update

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

34 years agoadd description of memory based file system
Kirk McKusick [Thu, 19 Oct 1989 09:25:18 +0000 (01:25 -0800)]
add description of memory based file system

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

34 years agoadd link for mfs manual page
Kirk McKusick [Thu, 19 Oct 1989 09:03:10 +0000 (01:03 -0800)]
add link for mfs manual page

SCCS-vsn: sbin/newfs/Makefile 7.9

34 years agogeneralize MFS interface to allow externalized file systems
Kirk McKusick [Thu, 19 Oct 1989 08:41:00 +0000 (00:41 -0800)]
generalize MFS interface to allow externalized file systems

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

34 years agodescribe standard options; describe external file system types
Kirk McKusick [Thu, 19 Oct 1989 08:39:34 +0000 (00:39 -0800)]
describe standard options; describe external file system types

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

34 years agoadd information about the memory based file system
Kirk McKusick [Thu, 19 Oct 1989 06:35:04 +0000 (22:35 -0800)]
add information about the memory based file system

SCCS-vsn: sbin/newfs/newfs.8 6.8

34 years agomemfs => mfs
Kirk McKusick [Thu, 19 Oct 1989 03:10:07 +0000 (19:10 -0800)]
memfs => mfs

SCCS-vsn: sbin/newfs/Makefile 7.8

34 years agomemfs => mfs; add -F flag to pass in mount flags
Kirk McKusick [Thu, 19 Oct 1989 03:09:31 +0000 (19:09 -0800)]
memfs => mfs; add -F flag to pass in mount flags

SCCS-vsn: sbin/newfs/newfs.c 6.20
SCCS-vsn: sbin/newfs/mkfs.c 6.12

34 years agobreak kerberos routine out, format changes, lint fixes
Keith Bostic [Wed, 18 Oct 1989 10:51:09 +0000 (02:51 -0800)]
break kerberos routine out, format changes, lint fixes

SCCS-vsn: usr.bin/su/su.c 5.15

34 years agodate and time created 89/10/17 16:24:25 by mckusick
Kirk McKusick [Wed, 18 Oct 1989 08:24:25 +0000 (00:24 -0800)]
date and time created 89/10/17 16:24:25 by mckusick

SCCS-vsn: sbin/mount/pathnames.h 6.1

34 years agoif type is unknown, try to exec filesystem by that name
Kirk McKusick [Wed, 18 Oct 1989 08:24:01 +0000 (00:24 -0800)]
if type is unknown, try to exec filesystem by that name

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

34 years agogetmntinfo is now a C library routine
Kirk McKusick [Wed, 18 Oct 1989 07:25:18 +0000 (23:25 -0800)]
getmntinfo is now a C library routine

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

34 years agogetmntinfo becomes a C library routine
Kirk McKusick [Wed, 18 Oct 1989 07:19:25 +0000 (23:19 -0800)]
getmntinfo becomes a C library routine

SCCS-vsn: sbin/mount/mount.c 5.14
SCCS-vsn: bin/df/df.c 5.14

34 years agodate and time created 89/10/17 15:14:57 by mckusick
Kirk McKusick [Wed, 18 Oct 1989 07:14:57 +0000 (23:14 -0800)]
date and time created 89/10/17 15:14:57 by mckusick

SCCS-vsn: lib/libc/gen/getmntinfo.3 6.1

34 years agodate and time created 89/10/17 15:14:56 by mckusick
Kirk McKusick [Wed, 18 Oct 1989 07:14:56 +0000 (23:14 -0800)]
date and time created 89/10/17 15:14:56 by mckusick

SCCS-vsn: lib/libc/gen/getmntinfo.c 6.1

34 years agoadd parsing of standard options; more verbose output
Kirk McKusick [Wed, 18 Oct 1989 06:04:28 +0000 (22:04 -0800)]
add parsing of standard options; more verbose output

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

34 years agoonly make chess, not chessr
Keith Bostic [Wed, 18 Oct 1989 03:22:46 +0000 (19:22 -0800)]
only make chess, not chessr

SCCS-vsn: games/chess/Makefile 5.3

34 years agochange to BSD
Keith Bostic [Wed, 18 Oct 1989 03:01:33 +0000 (19:01 -0800)]
change to BSD

SCCS-vsn: games/chess/Makefile 5.2

34 years agodate and time created 89/10/17 10:52:55 by bostic
Keith Bostic [Wed, 18 Oct 1989 02:52:55 +0000 (18:52 -0800)]
date and time created 89/10/17 10:52:55 by bostic

SCCS-vsn: games/chess/Makefile 5.1

34 years agoAdd "dec-vt100" as a synonym for vt100 (NCSA Telnet 2.3 uses this).
Craig Leres [Tue, 17 Oct 1989 12:38:18 +0000 (04:38 -0800)]
Add "dec-vt100" as a synonym for vt100 (NCSA Telnet 2.3 uses this).

SCCS-vsn: share/termcap/termcap.src 5.54

34 years agoupdate for ANSI C from jonathan@comp.vuw.ac.nz (4.3BSD/include/8)
Kirk McKusick [Tue, 17 Oct 1989 08:17:58 +0000 (00:17 -0800)]
update for ANSI C from jonathan@comp.vuw.ac.nz (4.3BSD/include/8)

SCCS-vsn: include/setjmp.h 4.2

34 years agotry it again; add section RETURN VALUE, note errno getting set
Keith Bostic [Tue, 17 Oct 1989 06:07:57 +0000 (22:07 -0800)]
try it again; add section RETURN VALUE, note errno getting set

SCCS-vsn: lib/libc/stdio/mktemp.3 6.6

34 years agofrom scratch; add specification of errno values
Keith Bostic [Tue, 17 Oct 1989 06:05:45 +0000 (22:05 -0800)]
from scratch; add specification of errno values

SCCS-vsn: lib/libc/stdio/mktemp.3 6.5

34 years agomake sure we stat the right directory
Keith Bostic [Tue, 17 Oct 1989 05:40:28 +0000 (21:40 -0800)]
make sure we stat the right directory

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

34 years agodelete change in 7.16, only clear setuid and setgid bits if euid != 0;
Kirk McKusick [Tue, 17 Oct 1989 01:18:01 +0000 (17:18 -0800)]
delete change in 7.16, only clear setuid and setgid bits if euid != 0;
only clear setuid if owner changes and only clear setgid when group changes

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

34 years agofix reference to munhash to use devvp instead of dev (from Macklem)
Kirk McKusick [Mon, 16 Oct 1989 13:53:38 +0000 (05:53 -0800)]
fix reference to munhash to use devvp instead of dev (from Macklem)

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

34 years agosanity check for unswapon'ed swpa partitions (from Macklem)
Kirk McKusick [Mon, 16 Oct 1989 13:42:05 +0000 (05:42 -0800)]
sanity check for unswapon'ed swpa partitions (from Macklem)

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

34 years agoupdated version of blkflush from Torek
Kirk McKusick [Mon, 16 Oct 1989 13:19:37 +0000 (05:19 -0800)]
updated version of blkflush from Torek

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

34 years agoumount => unmount
Kirk McKusick [Sun, 15 Oct 1989 07:04:04 +0000 (23:04 -0800)]
umount => unmount

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

34 years agodate and time created 89/10/14 14:29:04 by bostic
Keith Bostic [Sun, 15 Oct 1989 06:29:04 +0000 (22:29 -0800)]
date and time created 89/10/14 14:29:04 by bostic

SCCS-vsn: lib/libc/stdlib/bsearch.3 5.1

34 years agodate and time created 89/10/14 14:28:52 by bostic
Keith Bostic [Sun, 15 Oct 1989 06:28:52 +0000 (22:28 -0800)]
date and time created 89/10/14 14:28:52 by bostic

SCCS-vsn: lib/libc/stdlib/bsearch.c 5.1

34 years agodate and time created 89/10/14 11:39:38 by bostic
Keith Bostic [Sun, 15 Oct 1989 03:39:38 +0000 (19:39 -0800)]
date and time created 89/10/14 11:39:38 by bostic

SCCS-vsn: lib/libcompat/4.3/lsearch.3 5.1

34 years agodate and time created 89/10/14 11:39:29 by bostic
Keith Bostic [Sun, 15 Oct 1989 03:39:29 +0000 (19:39 -0800)]
date and time created 89/10/14 11:39:29 by bostic

SCCS-vsn: lib/libcompat/4.3/lsearch.c 5.1

34 years ago`root device' => `root_device' to make it one column entry
Kirk McKusick [Sat, 14 Oct 1989 10:56:59 +0000 (02:56 -0800)]
`root device' => `root_device' to make it one column entry

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

34 years agouse cencode for printesc(), don't strip 8th bit
Marc Teitelbaum [Sat, 14 Oct 1989 10:28:55 +0000 (02:28 -0800)]
use cencode for printesc(), don't strip 8th bit

SCCS-vsn: old/adb/common_source/format.c 5.2

34 years agoshow all control chars
Marc Teitelbaum [Sat, 14 Oct 1989 10:28:18 +0000 (02:28 -0800)]
show all control chars

SCCS-vsn: old/adb/common_scripts/termios 1.2

34 years agono need to check for .. through root after cache lookup
Kirk McKusick [Sat, 14 Oct 1989 10:24:21 +0000 (02:24 -0800)]
no need to check for .. through root after cache lookup

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.15
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.15

34 years agoinclude cleanup
Edward Wang [Sat, 14 Oct 1989 09:20:05 +0000 (01:20 -0800)]
include cleanup

SCCS-vsn: usr.bin/window/wwclose.c 3.16
SCCS-vsn: usr.bin/window/wwrint.c 3.8
SCCS-vsn: usr.bin/window/main.c 3.38
SCCS-vsn: usr.bin/window/parser.h 3.7
SCCS-vsn: usr.bin/window/context.c 3.10
SCCS-vsn: usr.bin/window/scanner.c 3.12
SCCS-vsn: usr.bin/window/wwchild.c 3.10
SCCS-vsn: usr.bin/window/mloop.c 3.15

34 years agoneed to add trivial blk_lookup routine
Kirk McKusick [Sat, 14 Oct 1989 09:17:40 +0000 (01:17 -0800)]
need to add trivial blk_lookup routine

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

34 years agott_scroll_top tt_scroll_bot bug
Edward Wang [Sat, 14 Oct 1989 09:09:13 +0000 (01:09 -0800)]
tt_scroll_top tt_scroll_bot bug

SCCS-vsn: usr.bin/window/ttgeneric.c 3.41
SCCS-vsn: usr.bin/window/ttinit.c 3.23

34 years agotune up $l format
Mike Karels [Sat, 14 Oct 1989 08:36:52 +0000 (00:36 -0800)]
tune up $l format

SCCS-vsn: sys/deprecated/kdb/kdb_print.c 7.10

34 years agotypo
Marc Teitelbaum [Sat, 14 Oct 1989 08:17:38 +0000 (00:17 -0800)]
typo

SCCS-vsn: lib/libc/gen/vis.3 5.2

34 years agodate and time created 89/10/13 16:16:36 by marc
Marc Teitelbaum [Sat, 14 Oct 1989 08:16:36 +0000 (00:16 -0800)]
date and time created 89/10/13 16:16:36 by marc

SCCS-vsn: lib/libc/gen/vis.3 5.1

34 years agoavoid referencing uninitialized pointer
Kirk McKusick [Sat, 14 Oct 1989 08:05:49 +0000 (00:05 -0800)]
avoid referencing uninitialized pointer

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.14
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.14

34 years agodo not return error if source and destination of rename are the same
Kirk McKusick [Sat, 14 Oct 1989 08:05:00 +0000 (00:05 -0800)]
do not return error if source and destination of rename are the same

SCCS-vsn: sys/kern/vfs_syscalls.c 7.17

34 years agodate and time created 89/10/13 16:03:54 by marc
Marc Teitelbaum [Sat, 14 Oct 1989 08:03:54 +0000 (00:03 -0800)]
date and time created 89/10/13 16:03:54 by marc

SCCS-vsn: include/vis.h 5.1

34 years agodate and time created 89/10/13 16:00:08 by marc
Marc Teitelbaum [Sat, 14 Oct 1989 08:00:08 +0000 (00:00 -0800)]
date and time created 89/10/13 16:00:08 by marc

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

34 years agoonly one calendar program now, add new include files
Keith Bostic [Sat, 14 Oct 1989 06:23:13 +0000 (22:23 -0800)]
only one calendar program now, add new include files

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

34 years agodate and time created 89/10/13 14:13:50 by bostic
Keith Bostic [Sat, 14 Oct 1989 06:13:50 +0000 (22:13 -0800)]
date and time created 89/10/13 14:13:50 by bostic

SCCS-vsn: usr.bin/calendar/calendars/calendar.usholiday 5.1

34 years agodate and time created 89/10/13 14:13:49 by bostic
Keith Bostic [Sat, 14 Oct 1989 06:13:49 +0000 (22:13 -0800)]
date and time created 89/10/13 14:13:49 by bostic

SCCS-vsn: usr.bin/calendar/calendars/calendar.holiday 5.1

34 years agodate and time created 89/10/13 14:13:47 by bostic
Keith Bostic [Sat, 14 Oct 1989 06:13:47 +0000 (22:13 -0800)]
date and time created 89/10/13 14:13:47 by bostic

SCCS-vsn: usr.bin/calendar/calendars/calendar.history 5.1

34 years agodate and time created 89/10/13 14:13:46 by bostic
Keith Bostic [Sat, 14 Oct 1989 06:13:46 +0000 (22:13 -0800)]
date and time created 89/10/13 14:13:46 by bostic

SCCS-vsn: usr.bin/calendar/calendars/calendar.birthday 5.1

34 years agodate and time created 89/10/13 14:12:49 by bostic
Keith Bostic [Sat, 14 Oct 1989 06:12:49 +0000 (22:12 -0800)]
date and time created 89/10/13 14:12:49 by bostic

SCCS-vsn: usr.bin/calendar/pathnames.h 5.1

34 years agoredone from scratch as a C program to fix cpp security problem
Keith Bostic [Sat, 14 Oct 1989 06:12:32 +0000 (22:12 -0800)]
redone from scratch as a C program to fix cpp security problem

SCCS-vsn: usr.bin/calendar/calendar.c 4.7
SCCS-vsn: usr.bin/calendar/calendar.1 6.2

34 years agostrip trailing newline; bug report 4.3BSD/usr.bin/215
Keith Bostic [Sat, 14 Oct 1989 01:34:11 +0000 (17:34 -0800)]
strip trailing newline; bug report 4.3BSD/usr.bin/215

SCCS-vsn: usr.bin/locate/code/locate.code.c 4.6

34 years agoadd Kerberos define
Kevin Fall [Fri, 13 Oct 1989 10:14:12 +0000 (02:14 -0800)]
add Kerberos define

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

34 years agoadd comments about Kerb. and -n flag
Kevin Fall [Fri, 13 Oct 1989 10:13:49 +0000 (02:13 -0800)]
add comments about Kerb. and -n flag

SCCS-vsn: usr.bin/su/su.1 6.8

34 years agoadd Kerberos to su, add -n flag to not use Kerb.
Kevin Fall [Fri, 13 Oct 1989 10:06:30 +0000 (02:06 -0800)]
add Kerberos to su, add -n flag to not use Kerb.

SCCS-vsn: usr.bin/su/su.c 5.14

34 years agoadded some root terminal protection
Kevin Fall [Fri, 13 Oct 1989 09:30:57 +0000 (01:30 -0800)]
added some root terminal protection

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

34 years agoadded psterm entries (for NeWS) from Grasshopper Group
John A. Kunze [Thu, 12 Oct 1989 08:52:49 +0000 (00:52 -0800)]
added psterm entries (for NeWS) from Grasshopper Group

SCCS-vsn: share/termcap/termcap.src 5.53

34 years agoAT&T free
Kirk McKusick [Thu, 12 Oct 1989 08:49:42 +0000 (00:49 -0800)]
AT&T free

SCCS-vsn: sbin/newfs/newfs.8 6.7

34 years agoadded psterm entries (for NeWS) from Grasshopper Group
John A. Kunze [Thu, 12 Oct 1989 08:47:48 +0000 (00:47 -0800)]
added psterm entries (for NeWS) from Grasshopper Group

SCCS-vsn: share/termcap/termcap.src 5.53

34 years agoadded hp700/41 emulating a Wyse 30
John A. Kunze [Thu, 12 Oct 1989 07:17:12 +0000 (23:17 -0800)]
added hp700/41 emulating a Wyse 30

SCCS-vsn: share/termcap/termcap.src 5.52

34 years agoadded Wyse 100
John A. Kunze [Thu, 12 Oct 1989 06:55:01 +0000 (22:55 -0800)]
added Wyse 100

SCCS-vsn: share/termcap/termcap.src 5.51

34 years agowyse overhaul from Wyse Tech. (pass 1)
John A. Kunze [Thu, 12 Oct 1989 06:11:33 +0000 (22:11 -0800)]
wyse overhaul from Wyse Tech. (pass 1)
- established new w? category, adding about 20 entries blessed by Wyse
- these replaced many existing entries for wyse 50, 75, and 85 terminals

SCCS-vsn: share/termcap/termcap.src 5.50

34 years agoarguments are off ap, not fp
Chris Torek [Wed, 11 Oct 1989 10:52:54 +0000 (02:52 -0800)]
arguments are off ap, not fp

SCCS-vsn: lib/libc/vax/sys/sigpending.s 5.2
SCCS-vsn: lib/libc/vax/sys/sigprocmask.s 5.2
SCCS-vsn: lib/libc/vax/sys/sigsuspend.s 5.2

34 years agostrsep("", any) should return "", not NULL
Chris Torek [Wed, 11 Oct 1989 10:07:47 +0000 (02:07 -0800)]
strsep("", any) should return "", not NULL

SCCS-vsn: lib/libc/string/strsep.c 5.2

34 years agoadd general redirections for pseudo accounts
Keith Bostic [Wed, 11 Oct 1989 09:10:55 +0000 (01:10 -0800)]
add general redirections for pseudo accounts

SCCS-vsn: etc/aliases 5.2

34 years agoreplaced wyse60 with composite from various sources, needed by math.berkeley
John A. Kunze [Wed, 11 Oct 1989 09:08:00 +0000 (01:08 -0800)]
replaced wyse60 with composite from various sources, needed by math.berkeley

SCCS-vsn: share/termcap/termcap.src 5.49

34 years agouse paths.h for Bourne shell path
Keith Bostic [Tue, 10 Oct 1989 08:36:21 +0000 (00:36 -0800)]
use paths.h for Bourne shell path

SCCS-vsn: lib/libc/gen/popen.c 5.10