unix-history/.git
34 years agoreaddir now returns an eof indication
Kirk McKusick [Wed, 7 Mar 1990 15:28:13 +0000 (07:28 -0800)]
readdir now returns an eof indication

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

34 years agomntname is now maintained in the mount table
Kirk McKusick [Wed, 7 Mar 1990 15:27:40 +0000 (07:27 -0800)]
mntname is now maintained in the mount table

SCCS-vsn: sys/ufs/ffs/ufsmount.h 7.4
SCCS-vsn: sys/ufs/ufs/ufsmount.h 7.4

34 years agostatfs structure is now cached in the mount table entry
Kirk McKusick [Wed, 7 Mar 1990 15:27:03 +0000 (07:27 -0800)]
statfs structure is now cached in the mount table entry

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

34 years agom_fsid is now found in m_stat.f_fsid
Kirk McKusick [Wed, 7 Mar 1990 15:25:56 +0000 (07:25 -0800)]
m_fsid is now found in m_stat.f_fsid

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

34 years agopack now takes a vnode instead of a dev
Kirk McKusick [Wed, 7 Mar 1990 15:24:51 +0000 (07:24 -0800)]
pack now takes a vnode instead of a dev

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

34 years agodynamically calculate the size of the "Filesystem" field
Kirk McKusick [Wed, 7 Mar 1990 15:18:23 +0000 (07:18 -0800)]
dynamically calculate the size of the "Filesystem" field

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

34 years agospecify MNT_NOWAIT when getting filesystem information
Kirk McKusick [Wed, 7 Mar 1990 14:03:20 +0000 (06:03 -0800)]
specify MNT_NOWAIT when getting filesystem information

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

34 years agodo not trim leading pathname from special device name
Kirk McKusick [Wed, 7 Mar 1990 14:00:17 +0000 (06:00 -0800)]
do not trim leading pathname from special device name

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

34 years agoadd MNT_NOWAIT parameter to getmntinfo
Kirk McKusick [Wed, 7 Mar 1990 13:23:58 +0000 (05:23 -0800)]
add MNT_NOWAIT parameter to getmntinfo

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

34 years agoadd flags parameter to pass through to getfsstat(2)
Kirk McKusick [Wed, 7 Mar 1990 13:17:52 +0000 (05:17 -0800)]
add flags parameter to pass through to getfsstat(2)

SCCS-vsn: lib/libc/gen/getmntinfo.c 6.2
SCCS-vsn: lib/libc/gen/getmntinfo.3 6.2

34 years agoAT&T free version, from Michael Rendell (michael@stretch.cs.mun.ca)
Keith Bostic [Wed, 7 Mar 1990 13:14:10 +0000 (05:14 -0800)]
AT&T free version, from Michael Rendell (michael@stretch.cs.mun.ca)

SCCS-vsn: usr.bin/tsort/tsort.c 5.1

34 years agoadd flags parameter to specify no waiting
Kirk McKusick [Wed, 7 Mar 1990 13:11:58 +0000 (05:11 -0800)]
add flags parameter to specify no waiting

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

34 years agoadd -n flag to skip calls to underlying filesystem
Kirk McKusick [Wed, 7 Mar 1990 13:02:06 +0000 (05:02 -0800)]
add -n flag to skip calls to underlying filesystem

SCCS-vsn: bin/df/df.c 5.15
SCCS-vsn: bin/df/df.1 6.4

34 years agoadd additional flags parameter to getfsstat
Kirk McKusick [Wed, 7 Mar 1990 13:00:10 +0000 (05:00 -0800)]
add additional flags parameter to getfsstat

SCCS-vsn: sys/kern/syscalls.master 7.15

34 years agothe dictionary moved
Keith Bostic [Wed, 7 Mar 1990 11:28:53 +0000 (03:28 -0800)]
the dictionary moved

SCCS-vsn: local/local.cmd/Correct.sh 5.2

34 years agodate and time created 90/03/06 19:28:21 by bostic
Keith Bostic [Wed, 7 Mar 1990 11:28:21 +0000 (03:28 -0800)]
date and time created 90/03/06 19:28:21 by bostic

SCCS-vsn: local/local.cmd/Correct.sh 5.1

34 years agopack now takes a vnode instead of a dev
Kirk McKusick [Wed, 7 Mar 1990 10:55:23 +0000 (02:55 -0800)]
pack now takes a vnode instead of a dev

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

34 years agochange in parameters to *_usrreq()
Keith Sklower [Wed, 7 Mar 1990 09:25:48 +0000 (01:25 -0800)]
change in parameters to *_usrreq()

SCCS-vsn: sys/nfs/nfs_socket.c 7.7

34 years agoadd ANSI C prototypes, rename the path constant
Keith Bostic [Wed, 7 Mar 1990 09:07:55 +0000 (01:07 -0800)]
add ANSI C prototypes, rename the path constant

SCCS-vsn: sys/sys/disklabel.h 7.11

34 years agoadd ANSI C prototypes
Keith Bostic [Wed, 7 Mar 1990 09:04:34 +0000 (01:04 -0800)]
add ANSI C prototypes

SCCS-vsn: include/strings.h 5.7
SCCS-vsn: include/time.h 5.2
SCCS-vsn: include/ttyent.h 5.3
SCCS-vsn: include/dirent.h 5.8

34 years agoreaddir takes a new flag to indicate end-of-file
Kirk McKusick [Wed, 7 Mar 1990 08:30:28 +0000 (00:30 -0800)]
readdir takes a new flag to indicate end-of-file

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

34 years agomove statfs structure into mount entry to cache info
Kirk McKusick [Wed, 7 Mar 1990 08:28:31 +0000 (00:28 -0800)]
move statfs structure into mount entry to cache info

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

34 years agoadd ANSI C prototypes
Keith Bostic [Wed, 7 Mar 1990 07:58:42 +0000 (23:58 -0800)]
add ANSI C prototypes

SCCS-vsn: include/arpa/inet.h 5.3
SCCS-vsn: sys/sys/fcntl.h 5.3
SCCS-vsn: include/fstab.h 5.8
SCCS-vsn: include/grp.h 4.4
SCCS-vsn: include/ndbm.h 5.2
SCCS-vsn: sys/netns/ns.h 7.6
SCCS-vsn: include/nlist.h 5.3
SCCS-vsn: include/pwd.h 5.1
SCCS-vsn: include/regexp.h 1.3

34 years agodocument new table names for :yyfix scripts
Keith Bostic [Wed, 7 Mar 1990 06:44:57 +0000 (22:44 -0800)]
document new table names for :yyfix scripts

SCCS-vsn: usr.bin/yacc/yacc.1 5.2

34 years agooutput token #defines after user-specified text
Keith Bostic [Wed, 7 Mar 1990 06:44:25 +0000 (22:44 -0800)]
output token #defines after user-specified text

SCCS-vsn: usr.bin/yacc/output.c 5.3
SCCS-vsn: usr.bin/yacc/skeleton.c 5.3

34 years agooutput delimiters even if the input file is empty
Keith Bostic [Wed, 7 Mar 1990 04:50:40 +0000 (20:50 -0800)]
output delimiters even if the input file is empty

SCCS-vsn: usr.bin/paste/paste.c 5.3

34 years agodate and time created 90/03/06 12:38:18 by bostic
Keith Bostic [Wed, 7 Mar 1990 04:38:18 +0000 (20:38 -0800)]
date and time created 90/03/06 12:38:18 by bostic

SCCS-vsn: share/man/man7/operator.7 5.1

34 years agobug, tries to open "-"
Keith Bostic [Wed, 7 Mar 1990 04:05:47 +0000 (20:05 -0800)]
bug, tries to open "-"

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

34 years agodate and time created 90/03/06 11:23:44 by bostic
Keith Bostic [Wed, 7 Mar 1990 03:23:44 +0000 (19:23 -0800)]
date and time created 90/03/06 11:23:44 by bostic

SCCS-vsn: usr.bin/locate/locate/Makefile 5.1

34 years agodate and time created 90/03/06 11:20:06 by bostic
Keith Bostic [Wed, 7 Mar 1990 03:20:06 +0000 (19:20 -0800)]
date and time created 90/03/06 11:20:06 by bostic

SCCS-vsn: usr.bin/locate/locate/locate.c 5.1

34 years agodate and time created 90/03/06 11:19:55 by bostic
Keith Bostic [Wed, 7 Mar 1990 03:19:55 +0000 (19:19 -0800)]
date and time created 90/03/06 11:19:55 by bostic

SCCS-vsn: usr.bin/locate/locate/locate.1 5.1

34 years agorename fast find code to locate
Keith Bostic [Wed, 7 Mar 1990 03:19:42 +0000 (19:19 -0800)]
rename fast find code to locate

SCCS-vsn: usr.bin/locate/code/locate.code.c 4.7
SCCS-vsn: usr.bin/locate/locate/locate.h 5.2

34 years agoforgot to add list to SEE ALSO
Keith Bostic [Wed, 7 Mar 1990 03:18:16 +0000 (19:18 -0800)]
forgot to add list to SEE ALSO

SCCS-vsn: usr.bin/find/find.1 6.6

34 years agorename fast find code as locate; don't need paths.h anymore
Keith Bostic [Wed, 7 Mar 1990 03:09:07 +0000 (19:09 -0800)]
rename fast find code as locate; don't need paths.h anymore

SCCS-vsn: usr.bin/locate/locate/pathnames.h 5.3

34 years agopull out fast database code, rename as list
Keith Bostic [Wed, 7 Mar 1990 03:06:51 +0000 (19:06 -0800)]
pull out fast database code, rename as list

SCCS-vsn: usr.bin/find/find.c 4.24
SCCS-vsn: usr.bin/find/Makefile 4.9
SCCS-vsn: usr.bin/find/find.1 6.5

34 years agoupdate for new statistics from Rick Macklem
Kirk McKusick [Tue, 6 Mar 1990 11:41:29 +0000 (03:41 -0800)]
update for new statistics from Rick Macklem

SCCS-vsn: usr.bin/nfsstat/nfsstat.c 5.3

34 years agoreaddir fixes from Rick Macklem
Kirk McKusick [Tue, 6 Mar 1990 11:38:19 +0000 (03:38 -0800)]
readdir fixes from Rick Macklem

SCCS-vsn: sys/nfs/nfs.h 7.6
SCCS-vsn: sys/nfs/nfs_vnops.c 7.32
SCCS-vsn: sys/nfs/nfs_node.c 7.23
SCCS-vsn: sys/nfs/nfs_serv.c 7.15
SCCS-vsn: sys/nfs/nfsnode.h 7.9

34 years agoadd support for fifo's; minor bug fix
Kirk McKusick [Tue, 6 Mar 1990 11:16:43 +0000 (03:16 -0800)]
add support for fifo's; minor bug fix

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

34 years agoadd support for fifo's
Kirk McKusick [Tue, 6 Mar 1990 11:15:53 +0000 (03:15 -0800)]
add support for fifo's

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

34 years agoprint out selected fifo information in ufs_print
Kirk McKusick [Tue, 6 Mar 1990 11:15:12 +0000 (03:15 -0800)]
print out selected fifo information in ufs_print

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

34 years agodate and time created 90/03/05 19:14:10 by mckusick
Kirk McKusick [Tue, 6 Mar 1990 11:14:10 +0000 (03:14 -0800)]
date and time created 90/03/05 19:14:10 by mckusick

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 7.1

34 years agoadd support for FIFO's
Kirk McKusick [Tue, 6 Mar 1990 10:17:59 +0000 (02:17 -0800)]
add support for FIFO's

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

34 years agoreassign vnode ops for FIFO's
Kirk McKusick [Tue, 6 Mar 1990 10:10:31 +0000 (02:10 -0800)]
reassign vnode ops for FIFO's

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

34 years agoadd FIFO type
Kirk McKusick [Tue, 6 Mar 1990 10:09:39 +0000 (02:09 -0800)]
add FIFO type

SCCS-vsn: sys/ufs/ffs/dinode.h 7.7
SCCS-vsn: sys/ufs/ufs/dinode.h 7.7

34 years agoiftovt macro needs to change to support FIFO's
Kirk McKusick [Tue, 6 Mar 1990 10:09:22 +0000 (02:09 -0800)]
iftovt macro needs to change to support FIFO's

SCCS-vsn: sys/ufs/ffs/inode.h 7.11
SCCS-vsn: sys/ufs/ufs/inode.h 7.11

34 years agoadd VFIFO vnode type
Kirk McKusick [Tue, 6 Mar 1990 10:08:37 +0000 (02:08 -0800)]
add VFIFO vnode type

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

34 years agoadd mkfifo system call
Kirk McKusick [Tue, 6 Mar 1990 10:08:02 +0000 (02:08 -0800)]
add mkfifo system call

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

34 years agoselect now passes in file flags (to support FIFO's)
Kirk McKusick [Tue, 6 Mar 1990 10:07:07 +0000 (02:07 -0800)]
select now passes in file flags (to support FIFO's)

SCCS-vsn: sys/kern/vfs_vnops.c 7.16

34 years agoreaddir now takes a fourth argument (from macklem)
Kirk McKusick [Tue, 6 Mar 1990 10:04:26 +0000 (02:04 -0800)]
readdir now takes a fourth argument (from macklem)

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

34 years agoprint_dump needs to check for an empty table (from macklem)
Kirk McKusick [Tue, 6 Mar 1990 09:55:58 +0000 (01:55 -0800)]
print_dump needs to check for an empty table (from macklem)

SCCS-vsn: usr.bin/showmount/showmount.c 6.2

34 years agokeep db files open
Marc Teitelbaum [Tue, 6 Mar 1990 08:21:35 +0000 (00:21 -0800)]
keep db files open

SCCS-vsn: lib/libc/gen/pwcache.c 5.2

34 years agomake work with ANSI C preprocessor
Keith Bostic [Tue, 6 Mar 1990 04:28:41 +0000 (20:28 -0800)]
make work with ANSI C preprocessor

SCCS-vsn: usr.sbin/trsp/trsp.c 6.6

34 years agomake it work with ANSI C preprocessor
Keith Bostic [Tue, 6 Mar 1990 04:26:51 +0000 (20:26 -0800)]
make it work with ANSI C preprocessor

SCCS-vsn: games/phantasia/Makefile 5.8
SCCS-vsn: games/phantasia/gamesupport.c 5.2
SCCS-vsn: games/phantasia/include.h 5.3
SCCS-vsn: games/phantasia/interplayer.c 5.3
SCCS-vsn: games/phantasia/main.c 5.4
SCCS-vsn: games/phantasia/misc.c 5.2
SCCS-vsn: games/phantasia/phantglobs.c 5.3
SCCS-vsn: games/phantasia/phantglobs.h 5.3
SCCS-vsn: games/phantasia/setup.c 5.6

34 years agodate and time created 90/03/05 12:19:04 by bostic
Keith Bostic [Tue, 6 Mar 1990 04:19:04 +0000 (20:19 -0800)]
date and time created 90/03/05 12:19:04 by bostic

SCCS-vsn: games/phantasia/pathnames.h 5.1

34 years agofix h_errno for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:41:42 +0000 (19:41 -0800)]
fix h_errno for ANSI C variable scoping

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

34 years agofix dflag for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:37:46 +0000 (19:37 -0800)]
fix dflag for ANSI C variable scoping

SCCS-vsn: usr.sbin/mtree/create.c 5.4

34 years agoget rid of Reiser style cpp concatenation
Keith Bostic [Tue, 6 Mar 1990 03:36:43 +0000 (19:36 -0800)]
get rid of Reiser style cpp concatenation

SCCS-vsn: usr.bin/indent/indent.c 5.14
SCCS-vsn: usr.bin/indent/indent_globs.h 5.9
SCCS-vsn: usr.bin/indent/lexi.c 5.14
SCCS-vsn: usr.bin/indent/pr_comment.c 5.10

34 years agofix errno for ANSI C variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:20:00 +0000 (19:20 -0800)]
fix errno for ANSI C variable scoping

SCCS-vsn: bin/cp/cp.c 5.15
SCCS-vsn: usr.bin/nm/nm.c 5.3
SCCS-vsn: sbin/mount/mount.c 5.25
SCCS-vsn: usr.bin/nohup/nohup.c 5.3

34 years agofix errno scoping for ANSI C
Keith Bostic [Tue, 6 Mar 1990 03:13:04 +0000 (19:13 -0800)]
fix errno scoping for ANSI C

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

34 years agofix errno for ANSI variable scopign
Keith Bostic [Tue, 6 Mar 1990 03:12:09 +0000 (19:12 -0800)]
fix errno for ANSI variable scopign

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

34 years agofix for ANSI variable scoping
Keith Bostic [Tue, 6 Mar 1990 03:11:30 +0000 (19:11 -0800)]
fix for ANSI variable scoping

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

34 years agoneeds libutil now
Keith Bostic [Tue, 6 Mar 1990 02:39:56 +0000 (18:39 -0800)]
needs libutil now

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

34 years agouse utility routine user_from_uid
Keith Bostic [Tue, 6 Mar 1990 02:39:34 +0000 (18:39 -0800)]
use utility routine user_from_uid

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

34 years agouse utility routines user_from_uid and group_from_gid
Keith Bostic [Tue, 6 Mar 1990 02:30:39 +0000 (18:30 -0800)]
use utility routines user_from_uid and group_from_gid

SCCS-vsn: bin/ls/print.c 5.18

34 years agodate and time created 90/03/05 10:30:08 by bostic
Keith Bostic [Tue, 6 Mar 1990 02:30:08 +0000 (18:30 -0800)]
date and time created 90/03/05 10:30:08 by bostic

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

34 years agodate and time created 90/03/05 10:29:45 by bostic
Keith Bostic [Tue, 6 Mar 1990 02:29:45 +0000 (18:29 -0800)]
date and time created 90/03/05 10:29:45 by bostic

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

34 years agoupdate from Tom Livingston using new AT&T guide
Keith Bostic [Tue, 6 Mar 1990 00:29:29 +0000 (16:29 -0800)]
update from Tom Livingston using new AT&T guide

SCCS-vsn: share/misc/inter.phone 5.3

34 years agoNever figured out why PCC permitted you to leave the semicolon off of the
Donn Seeley [Sun, 4 Mar 1990 03:40:17 +0000 (19:40 -0800)]
Never figured out why PCC permitted you to leave the semicolon off of the
last member in a struct declaration...

SCCS-vsn: old/dbx/fortran.c 5.6

34 years agoANSI syntax nit.
Donn Seeley [Sun, 4 Mar 1990 03:39:04 +0000 (19:39 -0800)]
ANSI syntax nit.

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

34 years agofixing scale of symbol_size revealed logic error
Marc Teitelbaum [Fri, 2 Mar 1990 17:26:08 +0000 (09:26 -0800)]
fixing scale of symbol_size revealed logic error

SCCS-vsn: lib/libc/gen/nlist.c 5.6
SCCS-vsn: lib/libc/mips/gen/nlist.c 5.6

34 years agodate and time created 90/03/01 21:44:24 by marc
Marc Teitelbaum [Fri, 2 Mar 1990 13:44:24 +0000 (05:44 -0800)]
date and time created 90/03/01 21:44:24 by marc

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

34 years agocheckpoint before trashing this version
Marc Teitelbaum [Fri, 2 Mar 1990 09:36:57 +0000 (01:36 -0800)]
checkpoint before trashing this version

SCCS-vsn: bin/ps/ps.c 5.20

34 years agodate and time created 90/03/01 17:31:23 by marc
Marc Teitelbaum [Fri, 2 Mar 1990 09:31:23 +0000 (01:31 -0800)]
date and time created 90/03/01 17:31:23 by marc

SCCS-vsn: lib/libkvm/kvm.c 5.1
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.1
SCCS-vsn: lib/libkvm/kvm_proc.c 5.1

34 years agoneed to adjust length on the fragment, not the head of the packet (from macklem)
Kirk McKusick [Fri, 2 Mar 1990 08:21:06 +0000 (00:21 -0800)]
need to adjust length on the fragment, not the head of the packet (from macklem)

SCCS-vsn: sys/netinet/ip_output.c 7.17

34 years agodelete cache entries on invalid replies
Kirk McKusick [Fri, 2 Mar 1990 06:13:08 +0000 (22:13 -0800)]
delete cache entries on invalid replies

SCCS-vsn: sys/nfs/nfs_srvcache.c 7.5

34 years agoadd validity indication to nfsrv_updatecache
Kirk McKusick [Fri, 2 Mar 1990 06:10:19 +0000 (22:10 -0800)]
add validity indication to nfsrv_updatecache

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

34 years agoinvalidate name cache entries when directory is modified;
Kirk McKusick [Fri, 2 Mar 1990 06:00:23 +0000 (22:00 -0800)]
invalidate name cache entries when directory is modified;
kill running processes when file modification is detected at pagein time

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

34 years agoadd previous create time for name cache consistency
Kirk McKusick [Fri, 2 Mar 1990 05:50:24 +0000 (21:50 -0800)]
add previous create time for name cache consistency

SCCS-vsn: sys/nfs/nfsnode.h 7.8

34 years agohalt and reboot live in sbin now
Keith Sklower [Fri, 2 Mar 1990 04:04:33 +0000 (20:04 -0800)]
halt and reboot live in sbin now

SCCS-vsn: sbin/fastboot/fastboot.sh 5.5
SCCS-vsn: sbin/fastboot/fasthalt.sh 5.3

34 years agoChange how TOS code gets included
Paul Borman [Thu, 1 Mar 1990 23:57:35 +0000 (15:57 -0800)]
Change how TOS code gets included

SCCS-vsn: usr.bin/telnet/commands.c 1.25

34 years agoClean up Makefile so that tn3270 will compile (add -DUSE_TERMIO)
Paul Borman [Thu, 1 Mar 1990 23:03:11 +0000 (15:03 -0800)]
Clean up Makefile so that tn3270 will compile (add -DUSE_TERMIO)

SCCS-vsn: usr.bin/tn3270/telnet/Makefile 4.3

34 years agoClean up the makefile so that tn3270 will compile (add -DUSE_TERMIO)
Paul Borman [Thu, 1 Mar 1990 23:02:34 +0000 (15:02 -0800)]
Clean up the makefile so that tn3270 will compile (add -DUSE_TERMIO)

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

34 years agoAdd -DNEED_GETTOS for preliminary TOS support
Paul Borman [Thu, 1 Mar 1990 22:20:26 +0000 (14:20 -0800)]
Add -DNEED_GETTOS for preliminary TOS support

SCCS-vsn: usr.bin/telnet/Makefile 1.18

34 years agoSeveral items:
Paul Borman [Thu, 1 Mar 1990 22:18:51 +0000 (14:18 -0800)]
Several items:
1) Change from TC[GS]ETA* to TIOC[GS]ETA*
2) Use the cc_t typedef from terios.h
3) Add SLC_FORW support
4) Add TOS support
5) Fix the SLC_SUSP support.  The escape
character now uses one of the VEOL characters.

SCCS-vsn: usr.bin/telnet/terminal.c 1.18
SCCS-vsn: usr.bin/telnet/externs.h 1.21
SCCS-vsn: usr.bin/telnet/telnet.c 5.45
SCCS-vsn: usr.bin/telnet/sys_bsd.c 1.24
SCCS-vsn: usr.bin/telnet/commands.c 1.24

34 years agonfs, move timed before most other daemons
Mike Karels [Thu, 1 Mar 1990 08:54:45 +0000 (00:54 -0800)]
nfs, move timed before most other daemons

SCCS-vsn: etc/rc 5.10

34 years agomore reorg; paranoia; accumulated changes
Mike Karels [Thu, 1 Mar 1990 08:51:58 +0000 (00:51 -0800)]
more reorg; paranoia; accumulated changes

SCCS-vsn: etc/daily 5.5

34 years agoMany fixes. 1) Use the cc_t typedef from termios.h
Paul Borman [Thu, 1 Mar 1990 07:36:08 +0000 (23:36 -0800)]
Many fixes.  1) Use the cc_t typedef from termios.h
2) Fix for SYSV VEOF/VMIN overlap
3) Add two missing "break" statements
4) Add SLC_FORW[12] support
5) start of TOS support
6) Make sure things get initialized properly
7) Don't send Urgent mode data, since some clients go into infinate loops...

SCCS-vsn: libexec/telnetd/defs.h 5.4
SCCS-vsn: libexec/telnetd/ext.h 5.4
SCCS-vsn: libexec/telnetd/slc.c 5.2
SCCS-vsn: libexec/telnetd/state.c 5.5
SCCS-vsn: libexec/telnetd/sys_term.c 5.5
SCCS-vsn: libexec/telnetd/telnetd.c 5.42
SCCS-vsn: libexec/telnetd/termstat.c 5.4
SCCS-vsn: libexec/telnetd/Makefile 5.7

34 years agofix bug preventing sending of user-confirm-data
Keith Sklower [Wed, 28 Feb 1990 05:29:17 +0000 (21:29 -0800)]
fix bug preventing sending of user-confirm-data

SCCS-vsn: sys/netiso/tp_output.c 7.5

34 years agoparity=none should mean that; don't clear my bits!
Mike Karels [Wed, 28 Feb 1990 00:33:48 +0000 (16:33 -0800)]
parity=none should mean that; don't clear my bits!

SCCS-vsn: usr.bin/tip/tip.c 5.11
SCCS-vsn: usr.bin/tip/tip.c 5.11

34 years agoDon't use the position table until it's initialized.
Donn Seeley [Tue, 27 Feb 1990 16:40:28 +0000 (08:40 -0800)]
Don't use the position table until it's initialized.

SCCS-vsn: usr.bin/more/main.c 5.12

34 years agoPurest laziness.
Donn Seeley [Tue, 27 Feb 1990 16:39:57 +0000 (08:39 -0800)]
Purest laziness.

SCCS-vsn: usr.bin/more/position.c 5.6

34 years agoadd CCI credit
Mike Karels [Tue, 27 Feb 1990 14:10:36 +0000 (06:10 -0800)]
add CCI credit

SCCS-vsn: sys/tahoe/vba/vdreg.h 7.5

34 years agoadd CCI credit, defn for silo overflow error
Mike Karels [Tue, 27 Feb 1990 14:10:07 +0000 (06:10 -0800)]
add CCI credit, defn for silo overflow error

SCCS-vsn: sys/tahoe/vba/vxreg.h 7.3

34 years agoSupport screens of more than 100 lines. This fix stops the problem of
Donn Seeley [Tue, 27 Feb 1990 13:30:05 +0000 (05:30 -0800)]
Support screens of more than 100 lines.  This fix stops the problem of
more exiting after the first screen when the screen in 101 lines or longer.

SCCS-vsn: usr.bin/more/position.c 5.5

34 years ago(1) Remove redundant reference to dir.h. (2) Change u.u_comm
Donn Seeley [Mon, 26 Feb 1990 14:53:28 +0000 (06:53 -0800)]
(1) Remove redundant reference to dir.h.  (2) Change u.u_comm
reference to mproc->p_comm.

SCCS-vsn: usr.bin/systat/fetch.c 5.2

34 years agoRemove redundant reference to dir.h.
Donn Seeley [Mon, 26 Feb 1990 14:51:58 +0000 (06:51 -0800)]
Remove redundant reference to dir.h.

SCCS-vsn: usr.bin/systat/swap.c 5.7

34 years agoFix a type clash bug that gcc complains about.
Donn Seeley [Mon, 26 Feb 1990 14:09:24 +0000 (06:09 -0800)]
Fix a type clash bug that gcc complains about.

SCCS-vsn: usr.bin/f77/pass1.tahoe/init.c 5.3

34 years agoPull in a fix from f77.vax to solve a syntax problem encountered by
Donn Seeley [Mon, 26 Feb 1990 14:08:38 +0000 (06:08 -0800)]
Pull in a fix from f77.vax to solve a syntax problem encountered by
gcc.  This is somewhat similar to trying to fill the Pacific Ocean by
tossing pebbles into it...

SCCS-vsn: usr.bin/f77/pass1.tahoe/expr.c 1.2

34 years agodate and time created 90/02/25 21:55:31 by donn
Donn Seeley [Mon, 26 Feb 1990 13:55:31 +0000 (05:55 -0800)]
date and time created 90/02/25 21:55:31 by donn

SCCS-vsn: usr.bin/f77/pass1.tahoe/expr.c 1.1

34 years agoMake 'fortran float sin(), cos();' work with gcc by replacing it with
Donn Seeley [Mon, 26 Feb 1990 11:52:56 +0000 (03:52 -0800)]
Make 'fortran float sin(), cos();' work with gcc by replacing it with
asm() statements.  Not sure why I bothered...

SCCS-vsn: usr.bin/f77/libF77/r_tan.c 5.4