unix-history/.git
39 years agodate and time created 84/07/31 23:51:51 by pc
Peter Collinson [Wed, 1 Aug 1984 14:51:51 +0000 (06:51 -0800)]
date and time created 84/07/31 23:51:51 by pc

SCCS-vsn: local/ukc/dump/dumpall/dumpdev.sh 1.1

39 years agodate and time created 84/07/31 23:51:00 by pc
Peter Collinson [Wed, 1 Aug 1984 14:51:00 +0000 (06:51 -0800)]
date and time created 84/07/31 23:51:00 by pc

SCCS-vsn: local/ukc/dump/dumpall/dumpall.sh 1.1

39 years agoblock input while doing temporary connect;
Mike Karels [Wed, 1 Aug 1984 09:03:12 +0000 (01:03 -0800)]
block input while doing temporary connect;
don't free mbuf on rcvoob (done later); allow broadcasts without routing

SCCS-vsn: sys/netinet/udp_usrreq.c 6.5

39 years agoclear ip_tos on output
Mike Karels [Wed, 1 Aug 1984 08:59:30 +0000 (00:59 -0800)]
clear ip_tos on output

SCCS-vsn: sys/netinet/raw_ip.c 6.3

39 years agoadd EGP
Mike Karels [Wed, 1 Aug 1984 08:58:53 +0000 (00:58 -0800)]
add EGP

SCCS-vsn: sys/netinet/in_proto.c 6.4
SCCS-vsn: sys/netinet/in.h 6.3

39 years agostart init before pagedaemon; put umask in global for patching
Mike Karels [Wed, 1 Aug 1984 08:57:54 +0000 (00:57 -0800)]
start init before pagedaemon; put umask in global for patching

SCCS-vsn: sys/kern/init_main.c 6.5

39 years agoumask moved here from login; fix the comments
Mike Karels [Wed, 1 Aug 1984 08:49:38 +0000 (00:49 -0800)]
umask moved here from login; fix the comments

SCCS-vsn: sys/sys/param.h 6.3

39 years agomove loop invariants in schedcpu; try to make curpri reflect
Mike Karels [Wed, 1 Aug 1984 08:29:55 +0000 (00:29 -0800)]
move loop invariants in schedcpu; try to make curpri reflect
the current process (still not right); curpri is always a usrpri

SCCS-vsn: sys/kern/kern_synch.c 6.3

39 years agoast's set only temporarily, cancelled by swtch;
Mike Karels [Wed, 1 Aug 1984 08:14:24 +0000 (00:14 -0800)]
ast's set only temporarily, cancelled by swtch;
clear runrun in swtch after idle; break idle loop out of swtch
and straighten out the path through swtch

SCCS-vsn: sys/vax/vax/locore.s 6.12
SCCS-vsn: sys/vax/include/pcb.h 6.2

39 years agobe sure to always call setbuf!
Ralph Campbell [Wed, 1 Aug 1984 07:37:29 +0000 (23:37 -0800)]
be sure to always call setbuf!

SCCS-vsn: old/pcc/c2.vax/c20.c 4.7

39 years agoclean up error recovery
Mike Karels [Wed, 1 Aug 1984 07:12:45 +0000 (23:12 -0800)]
clean up error recovery

SCCS-vsn: sys/vax/mba/hp.c 6.4

39 years agodate and time created 84/07/31 12:40:08 by pc
Peter Collinson [Wed, 1 Aug 1984 03:40:08 +0000 (19:40 -0800)]
date and time created 84/07/31 12:40:08 by pc

SCCS-vsn: local/ukc/dump/cleanvolumes.sh 1.1

39 years agobug fixes from mcvax!jim for slave side closing while master
Sam Leffler [Mon, 30 Jul 1984 09:40:29 +0000 (01:40 -0800)]
bug fixes from mcvax!jim for slave side closing while master
side is in a read; fixes for sending EOF from dave rosenthal; performance
improvement from toronto

SCCS-vsn: sys/kern/tty_pty.c 6.5

39 years agoq_to_b now used by pty routines
Sam Leffler [Mon, 30 Jul 1984 09:39:02 +0000 (01:39 -0800)]
q_to_b now used by pty routines

SCCS-vsn: sys/kern/tty_subr.c 6.2

39 years agocomplete revised argument processing -- use copyoutstr to move
Sam Leffler [Mon, 30 Jul 1984 09:37:57 +0000 (01:37 -0800)]
complete revised argument processing -- use copyoutstr to move
arguments from swap space to user space

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

39 years agofixed bug in final separator string
John A. Kunze [Sun, 29 Jul 1984 12:39:45 +0000 (04:39 -0800)]
fixed bug in final separator string

SCCS-vsn: usr.bin/lam/lam.c 4.3

39 years agospeed up inode map search in ialloccg
Kirk McKusick [Sun, 29 Jul 1984 08:44:58 +0000 (00:44 -0800)]
speed up inode map search in ialloccg

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 6.4
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 6.4

39 years agoadd `skpc' instruction
Kirk McKusick [Sun, 29 Jul 1984 07:34:55 +0000 (23:34 -0800)]
add `skpc' instruction

SCCS-vsn: sys/vax/inline/langpats.c 1.4

39 years agomake provision for gathering profile statistics
Kirk McKusick [Sun, 29 Jul 1984 05:56:37 +0000 (21:56 -0800)]
make provision for gathering profile statistics

SCCS-vsn: sys/vax/vax/locore.s 6.11

39 years agoallocate profiling buffers from special profiling map instead of Kernelmap
Kirk McKusick [Sun, 29 Jul 1984 03:05:52 +0000 (19:05 -0800)]
allocate profiling buffers from special profiling map instead of Kernelmap

SCCS-vsn: sys/kern/subr_prof.c 6.2
SCCS-vsn: sys/kern/subr_xxx.c 6.3

39 years agoadd copyoutstr to speed up exec
Kirk McKusick [Sat, 28 Jul 1984 08:21:22 +0000 (00:21 -0800)]
add copyoutstr to speed up exec

SCCS-vsn: sys/vax/vax/locore.s 6.10

39 years agoadd log device ; unused reset routines are nulldev
Mike Karels [Sat, 28 Jul 1984 06:50:03 +0000 (22:50 -0800)]
add log device ; unused reset routines are nulldev

SCCS-vsn: sys/vax/vax/conf.c 6.2

39 years agoadd splhigh
Mike Karels [Sat, 28 Jul 1984 06:35:02 +0000 (22:35 -0800)]
add splhigh

SCCS-vsn: sys/vax/inline/langpats.c 1.3

39 years agorewrite `rename' and `rmdir' to properly invalidate the cache
Kirk McKusick [Sat, 28 Jul 1984 02:30:21 +0000 (18:30 -0800)]
rewrite `rename' and `rmdir' to properly invalidate the cache

SCCS-vsn: sys/kern/vfs_syscalls.c 6.13
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 6.13
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 6.13
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 6.13
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 6.13
SCCS-vsn: sys/kern/vfs_lookup.c 6.14
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 6.14
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 6.14

39 years agoadd IRENAME to prevent reentrant rename for same directory
Kirk McKusick [Fri, 27 Jul 1984 13:30:52 +0000 (05:30 -0800)]
add IRENAME to prevent reentrant rename for same directory

SCCS-vsn: sys/ufs/ffs/dinode.h 6.5
SCCS-vsn: sys/ufs/ffs/inode.h 6.5
SCCS-vsn: sys/ufs/ufs/dinode.h 6.5
SCCS-vsn: sys/ufs/ufs/inode.h 6.5

39 years agoReceiving out of band data shouldn't free mbuf
Jim Bloom [Fri, 27 Jul 1984 08:11:04 +0000 (00:11 -0800)]
Receiving out of band data shouldn't free mbuf

SCCS-vsn: sys/kern/uipc_usrreq.c 6.6

39 years agoFix mbuf handling for unsupported operations
Jim Bloom [Fri, 27 Jul 1984 08:07:56 +0000 (00:07 -0800)]
Fix mbuf handling for unsupported operations

SCCS-vsn: sys/net/raw_usrreq.c 6.2

39 years agoremove extraneous blank lines in all three files, an
Gary M. Levin [Fri, 27 Jul 1984 08:00:57 +0000 (00:00 -0800)]
remove extraneous blank lines in all three files, an
duplicate lines in bib.supn

SCCS-vsn: contrib/bib/macs/bib.stdsn 2.3
SCCS-vsn: contrib/bib/macs/bib.supn 2.3
SCCS-vsn: contrib/bib/macs/bmac.open 2.3

39 years agominor fix for operator precedence.
Ralph Campbell [Fri, 27 Jul 1984 06:16:48 +0000 (22:16 -0800)]
minor fix for operator precedence.

SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 4.13

39 years agofix popen security hole.
Ralph Campbell [Fri, 27 Jul 1984 02:03:42 +0000 (18:03 -0800)]
fix popen security hole.

SCCS-vsn: libexec/fingerd/fingerd.c 1.3

39 years agocleanup odd unused entries.
Ralph Campbell [Fri, 27 Jul 1984 02:00:56 +0000 (18:00 -0800)]
cleanup odd unused entries.

SCCS-vsn: usr.bin/mail/Makefile 2.17

39 years agocheck buffer size.
Ralph Campbell [Fri, 27 Jul 1984 01:36:21 +0000 (17:36 -0800)]
check buffer size.

SCCS-vsn: usr.bin/mail/optim.c 2.10

39 years agou.u_exdata is no more
Mike Karels [Thu, 26 Jul 1984 08:54:23 +0000 (00:54 -0800)]
u.u_exdata is no more

SCCS-vsn: old/adb/adb.vax/setup.c 4.7

39 years agoadd another digit to wchan, too many processes wait on higher addresses
Jim Bloom [Thu, 26 Jul 1984 06:54:16 +0000 (22:54 -0800)]
add another digit to wchan, too many processes wait on higher addresses

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

39 years agoFix user structure to agree with namei change
Jim Bloom [Thu, 26 Jul 1984 06:32:35 +0000 (22:32 -0800)]
Fix user structure to agree with namei change

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

39 years agojust warn branches to undef externals not local defined globals
Ralph Campbell [Thu, 26 Jul 1984 02:34:02 +0000 (18:34 -0800)]
just warn branches to undef externals not local defined globals

SCCS-vsn: old/as.vax/ascode.c 4.12

39 years agouse syslog(). Check for free space before transfering file.
Ralph Campbell [Thu, 26 Jul 1984 00:08:55 +0000 (16:08 -0800)]
use syslog(). Check for free space before transfering file.

SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 4.18
SCCS-vsn: usr.sbin/lpr/lpd/recvjob.c 4.7

39 years agouse syslog().
Ralph Campbell [Wed, 25 Jul 1984 23:52:18 +0000 (15:52 -0800)]
use syslog().

SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 4.12

39 years agofix wtmp logging: no anonymous logout record; null hostname.
Jay Lepreau [Wed, 25 Jul 1984 17:41:08 +0000 (09:41 -0800)]
fix wtmp logging: no anonymous logout record; null hostname.
disallow null passwords yet again.

SCCS-vsn: libexec/ftpd/ftpd.c 4.31

39 years agodon't make vars static - rename
Ralph Campbell [Wed, 25 Jul 1984 07:57:35 +0000 (23:57 -0800)]
don't make vars static - rename

SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 4.12
SCCS-vsn: usr.sbin/lpr/common_source/rmjob.c 4.10

39 years agouse syslog().
Ralph Campbell [Wed, 25 Jul 1984 07:53:24 +0000 (23:53 -0800)]
use syslog().

SCCS-vsn: usr.sbin/lpr/common_source/lp.h 4.7
SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 4.5

39 years agoadded `up' command. restart kills & restarts.
Ralph Campbell [Wed, 25 Jul 1984 07:48:05 +0000 (23:48 -0800)]
added `up' command. restart kills & restarts.

SCCS-vsn: usr.sbin/lpr/lpc/cmds.c 4.12

39 years agoadded `up' command
Ralph Campbell [Wed, 25 Jul 1984 07:30:07 +0000 (23:30 -0800)]
added `up' command

SCCS-vsn: usr.sbin/lpr/lpc/cmdtab.c 4.6

39 years agocheck each route according to its address family, not the sender's
Mike Karels [Wed, 25 Jul 1984 00:05:25 +0000 (16:05 -0800)]
check each route according to its address family, not the sender's

SCCS-vsn: sbin/routed/input.c 4.9

39 years agomakd minimum granularity of vertical movement a parameter read for DESC file
Dave Slattengren [Tue, 24 Jul 1984 09:08:47 +0000 (01:08 -0800)]
makd minimum granularity of vertical movement a parameter read for DESC file

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/eqn/e.h 1.3

39 years agomade minimum granularity of vertical movement a parameter read from DESC file
Dave Slattengren [Tue, 24 Jul 1984 09:02:35 +0000 (01:02 -0800)]
made minimum granularity of vertical movement a parameter read from DESC file

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/eqn/e.h 1.3
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/eqn/io.c 1.6
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/eqn/glob.c 1.4

39 years agouse copyinstr and copystr (add copyoutstr later)
Sam Leffler [Tue, 24 Jul 1984 07:39:36 +0000 (23:39 -0800)]
use copyinstr and copystr (add copyoutstr later)

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

39 years agodon't convert ashl, bicl to extzv if `field' crosses long boundary
Ralph Campbell [Tue, 24 Jul 1984 06:56:45 +0000 (22:56 -0800)]
don't convert ashl, bicl to extzv if `field' crosses long boundary

SCCS-vsn: old/pcc/c2.vax/c21.c 4.11

39 years agoAdded support for more than one board on a system
Jim Bloom [Tue, 24 Jul 1984 04:27:53 +0000 (20:27 -0800)]
Added support for more than one board on a system

SCCS-vsn: sys/vax/if/if_ec.c 6.4

39 years agoadded code to handle kernel printf's (/dev/klog).
Ralph Campbell [Tue, 24 Jul 1984 01:59:51 +0000 (17:59 -0800)]
added code to handle kernel printf's (/dev/klog).

SCCS-vsn: usr.sbin/syslogd/syslogd.c 4.4

39 years agoremove a.out header from u. area
Sam Leffler [Sun, 22 Jul 1984 08:24:41 +0000 (00:24 -0800)]
remove a.out header from u. area

SCCS-vsn: sys/kern/kern_exec.c 6.4
SCCS-vsn: sys/sys/user.h 6.5

39 years agomove definitions used by the kernel to separate include file
Sam Leffler [Sun, 22 Jul 1984 07:05:52 +0000 (23:05 -0800)]
move definitions used by the kernel to separate include file

SCCS-vsn: include/a.out.h 4.2

39 years agodate and time created 84/07/21 16:04:07 by sam
Sam Leffler [Sun, 22 Jul 1984 07:04:07 +0000 (23:04 -0800)]
date and time created 84/07/21 16:04:07 by sam

SCCS-vsn: sys/sys/exec.h 1.1

39 years agoMissing return: just lucky before
Jay Lepreau [Sat, 21 Jul 1984 18:03:34 +0000 (10:03 -0800)]
Missing return: just lucky before

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

39 years agobetter dependencies for assym.s
Mike Karels [Sat, 21 Jul 1984 08:15:49 +0000 (00:15 -0800)]
better dependencies for assym.s

SCCS-vsn: sys/vax/conf/Makefile.vax 6.6

39 years agotypo
Mike Karels [Sat, 21 Jul 1984 03:35:33 +0000 (19:35 -0800)]
typo

SCCS-vsn: sbin/routed/af.c 4.15

39 years agofix gratuitous extra line of scrolling (from sdcsvax!laman)
Kirk McKusick [Sat, 21 Jul 1984 02:48:00 +0000 (18:48 -0800)]
fix gratuitous extra line of scrolling (from sdcsvax!laman)

SCCS-vsn: lib/libcurses/scroll.c 1.4

39 years agouse new `cacheinval' macro
Kirk McKusick [Fri, 20 Jul 1984 16:13:26 +0000 (08:13 -0800)]
use new `cacheinval' macro

SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.9
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.9
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.9
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.9
SCCS-vsn: sys/kern/vfs_syscalls.c 6.12
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 6.12
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 6.12
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 6.12
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 6.12

39 years agoadd macro `cacheinval' to purge stale entries in the inode table
Kirk McKusick [Fri, 20 Jul 1984 16:11:25 +0000 (08:11 -0800)]
add macro `cacheinval' to purge stale entries in the inode table

SCCS-vsn: sys/ufs/ffs/dinode.h 6.4
SCCS-vsn: sys/ufs/ffs/inode.h 6.4
SCCS-vsn: sys/ufs/ufs/dinode.h 6.4
SCCS-vsn: sys/ufs/ufs/inode.h 6.4

39 years agothe echo command
Edward Wang [Fri, 20 Jul 1984 08:34:55 +0000 (00:34 -0800)]
the echo command

SCCS-vsn: usr.bin/window/lcmd.c 3.22
SCCS-vsn: usr.bin/window/lcmd2.c 3.8

39 years agoquit on EOF if input is not a tty.
Ralph Campbell [Fri, 20 Jul 1984 07:45:30 +0000 (23:45 -0800)]
quit on EOF if input is not a tty.

SCCS-vsn: usr.bin/ftp/main.c 4.10

39 years agodelete old berknet tables
Ralph Campbell [Fri, 20 Jul 1984 06:43:36 +0000 (22:43 -0800)]
delete old berknet tables

SCCS-vsn: usr.bin/mail/config.c 1.9

39 years agouse flock for mailbox locking
Ralph Campbell [Fri, 20 Jul 1984 06:43:05 +0000 (22:43 -0800)]
use flock for mailbox locking

SCCS-vsn: libexec/mail.local/mail.local.c 4.22
SCCS-vsn: usr.bin/mail/collect.c 2.16
SCCS-vsn: usr.bin/mail/main.c 2.13
SCCS-vsn: usr.bin/mail/Makefile 2.16
SCCS-vsn: usr.bin/mail/getname.c 2.3
SCCS-vsn: usr.bin/mail/quit.c 2.8

39 years agoadd log.c; rm decnet
Mike Karels [Fri, 20 Jul 1984 05:36:50 +0000 (21:36 -0800)]
add log.c; rm decnet

SCCS-vsn: sys/conf/files 6.3

39 years agorandom corrections from kre
Sam Leffler [Thu, 19 Jul 1984 10:49:15 +0000 (02:49 -0800)]
random corrections from kre

SCCS-vsn: usr.sbin/sa/sa.c 4.8

39 years agodon't zero name, zero pad it.
Mike Karels [Thu, 19 Jul 1984 00:37:31 +0000 (16:37 -0800)]
don't zero name, zero pad it.

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

39 years agoadded -v option, works correctly when given alt. system name.
Ralph Campbell [Wed, 18 Jul 1984 07:40:12 +0000 (23:40 -0800)]
added -v option, works correctly when given alt. system name.

SCCS-vsn: sbin/savecore/savecore.c 4.14

39 years agochanges for log device.
Ralph Campbell [Wed, 18 Jul 1984 07:20:31 +0000 (23:20 -0800)]
changes for log device.

SCCS-vsn: sys/sys/msgbuf.h 6.2

39 years agofirst working version.
Ralph Campbell [Wed, 18 Jul 1984 07:19:17 +0000 (23:19 -0800)]
first working version.

SCCS-vsn: sys/kern/subr_log.c 6.2

39 years agochanges for /dev/klog. tprintf() interface added.
Ralph Campbell [Wed, 18 Jul 1984 07:16:59 +0000 (23:16 -0800)]
changes for /dev/klog. tprintf() interface added.

SCCS-vsn: sys/kern/subr_prf.c 6.2

39 years agodate and time created 84/07/16 16:37:55 by ralph
Ralph Campbell [Tue, 17 Jul 1984 07:37:55 +0000 (23:37 -0800)]
date and time created 84/07/16 16:37:55 by ralph

SCCS-vsn: sys/kern/subr_log.c 6.1

39 years agoAdd spl's around queue manipulation
Jim Bloom [Tue, 17 Jul 1984 01:45:52 +0000 (17:45 -0800)]
Add spl's around queue manipulation

SCCS-vsn: sys/vax/if/if_de.c 6.6

39 years agoio figures returned multipled by 64
Sam Leffler [Mon, 16 Jul 1984 04:24:29 +0000 (20:24 -0800)]
io figures returned multipled by 64

SCCS-vsn: usr.sbin/sa/sa.c 4.7

39 years agoiget must lock old inode before dqrele()
Mike Karels [Mon, 16 Jul 1984 02:54:57 +0000 (18:54 -0800)]
iget must lock old inode before dqrele()

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

39 years agotypo in memory average calculation
Mike Karels [Mon, 16 Jul 1984 02:53:56 +0000 (18:53 -0800)]
typo in memory average calculation

SCCS-vsn: sys/kern/kern_acct.c 6.4

39 years agoconvert to revised accounting
Sam Leffler [Sun, 15 Jul 1984 16:21:26 +0000 (08:21 -0800)]
convert to revised accounting

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

39 years agotrack changes to kernel: times now returned in 64ths of a second,
Sam Leffler [Sun, 15 Jul 1984 05:47:08 +0000 (21:47 -0800)]
track changes to kernel: times now returned in 64ths of a second,
average memory use now in software page size units

SCCS-vsn: usr.sbin/sa/sa.c 4.6

39 years agostarting time of proc now timeval
Sam Leffler [Sun, 15 Jul 1984 05:46:10 +0000 (21:46 -0800)]
starting time of proc now timeval

SCCS-vsn: sys/kern/kern_fork.c 6.4

39 years agocorrect accounting system: report times in 64ths of a second;
Sam Leffler [Sun, 15 Jul 1984 05:45:35 +0000 (21:45 -0800)]
correct accounting system: report times in 64ths of a second;
calculate average memory usage correctly (and returned in units of the
software page size so that sa can use getpagesize to figure out kilobytes)

SCCS-vsn: sys/kern/kern_acct.c 6.3

39 years ago$? added
Edward Wang [Sat, 14 Jul 1984 14:57:11 +0000 (06:57 -0800)]
$? added

SCCS-vsn: usr.bin/window/scanner.c 3.7
SCCS-vsn: usr.bin/window/token.h 3.3
SCCS-vsn: usr.bin/window/parser5.c 3.7

39 years agofixed error messages
Edward Wang [Sat, 14 Jul 1984 14:36:52 +0000 (06:36 -0800)]
fixed error messages

SCCS-vsn: usr.bin/window/parser1.c 3.16
SCCS-vsn: usr.bin/window/parser3.c 3.4

40 years agonew ARG_LIST flag for commands
Edward Wang [Fri, 13 Jul 1984 04:38:59 +0000 (20:38 -0800)]
new ARG_LIST flag for commands

SCCS-vsn: usr.bin/window/lcmd.c 3.21
SCCS-vsn: usr.bin/window/lcmd1.c 3.26
SCCS-vsn: usr.bin/window/var.c 3.7
SCCS-vsn: usr.bin/window/parser2.c 3.8
SCCS-vsn: usr.bin/window/lcmd.h 3.4
SCCS-vsn: usr.bin/window/lcmd2.c 3.7

40 years agonow it really works
Edward Wang [Fri, 13 Jul 1984 04:37:30 +0000 (20:37 -0800)]
now it really works

SCCS-vsn: usr.bin/window/wwupdate.c 3.15

40 years agochanged -d messages, fixed prompt glitch, underline glitch (tvi's), shell stdin,...
John A. Kunze [Thu, 12 Jul 1984 16:46:05 +0000 (08:46 -0800)]
changed -d messages, fixed prompt glitch, underline glitch (tvi's), shell stdin, execute() bugs

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

40 years agoneed more resolution on starting time for accounting
Sam Leffler [Thu, 12 Jul 1984 11:48:22 +0000 (03:48 -0800)]
need more resolution on starting time for accounting

SCCS-vsn: sys/sys/user.h 6.4

40 years agoadded code for terminals with underline glitch, changed -d messages, a few minor...
John A. Kunze [Thu, 12 Jul 1984 09:17:25 +0000 (01:17 -0800)]
added code for terminals with underline glitch, changed -d messages, a few minor bug fixes

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

40 years agoparenthesis botch (from kre)
Kirk McKusick [Wed, 11 Jul 1984 06:17:13 +0000 (22:17 -0800)]
parenthesis botch (from kre)

SCCS-vsn: sys/ufs/ffs/ffs_subr.c 6.3

40 years agolast line botched (fix from Mike Laman, NCR Torrey Pines)
Kirk McKusick [Tue, 10 Jul 1984 15:07:13 +0000 (07:07 -0800)]
last line botched (fix from Mike Laman, NCR Torrey Pines)

SCCS-vsn: lib/libcurses/overlay.c 1.5

40 years agocan't keep open count; clear lock on failed open
Mike Karels [Mon, 9 Jul 1984 23:51:19 +0000 (15:51 -0800)]
can't keep open count; clear lock on failed open

SCCS-vsn: sys/vax/uba/rx.c 6.2

40 years agouse new interface to `copyinstr' and `copystr'
Kirk McKusick [Mon, 9 Jul 1984 13:35:21 +0000 (05:35 -0800)]
use new interface to `copyinstr' and `copystr'

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 6.6
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 6.6
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 6.6
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 6.6
SCCS-vsn: sys/kern/vfs_lookup.c 6.13
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 6.13
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 6.13

40 years agouse proper definition of UIO flags
Kirk McKusick [Mon, 9 Jul 1984 13:32:28 +0000 (05:32 -0800)]
use proper definition of UIO flags

SCCS-vsn: sys/kern/sys_generic.c 6.2
SCCS-vsn: sys/kern/uipc_syscalls.c 6.3
SCCS-vsn: sys/kern/kern_subr.c 6.2

40 years agooptionally return length of string copied by `copyinstr' and `copystr'
Kirk McKusick [Mon, 9 Jul 1984 12:42:52 +0000 (04:42 -0800)]
optionally return length of string copied by `copyinstr' and `copystr'

SCCS-vsn: sys/vax/vax/locore.s 6.9

40 years agoimproved last col, last line update
Edward Wang [Mon, 9 Jul 1984 08:22:49 +0000 (00:22 -0800)]
improved last col, last line update

SCCS-vsn: usr.bin/window/wwupdate.c 3.14

40 years agoadd `copyinstr' and `copystr' to replace `uchar' and `schar'
Kirk McKusick [Mon, 9 Jul 1984 07:25:13 +0000 (23:25 -0800)]
add `copyinstr' and `copystr' to replace `uchar' and `schar'

SCCS-vsn: sys/vax/vax/locore.s 6.8

40 years agorework `namei' interface to eliminate global variables
Kirk McKusick [Mon, 9 Jul 1984 07:24:10 +0000 (23:24 -0800)]
rework `namei' interface to eliminate global variables

SCCS-vsn: sys/kern/kern_proc.c 6.3
SCCS-vsn: sys/kern/kern_sig.c 6.4
SCCS-vsn: sys/kern/vfs_vnops.c 6.2
SCCS-vsn: sys/kern/vfs_syscalls.c 6.11
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 6.11
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 6.11
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 6.11
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 6.11
SCCS-vsn: sys/kern/vfs_xxx.c 6.2
SCCS-vsn: sys/vm/vm_swap.c 6.2
SCCS-vsn: sys/kern/kern_acct.c 6.2
SCCS-vsn: sys/kern/uipc_usrreq.c 6.5
SCCS-vsn: sys/kern/kern_exec.c 6.3
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 6.5
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 6.5
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 6.5
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 6.5
SCCS-vsn: sys/vax/vax/trap.c 6.3

40 years agorework namei interface to eliminate global variables
Kirk McKusick [Mon, 9 Jul 1984 07:11:58 +0000 (23:11 -0800)]
rework namei interface to eliminate global variables

SCCS-vsn: sys/kern/init_main.c 6.4

40 years agocomments; add provision for returning pathname buffers
Kirk McKusick [Mon, 9 Jul 1984 07:03:20 +0000 (23:03 -0800)]
comments; add provision for returning pathname buffers

SCCS-vsn: sys/sys/namei.h 6.6

40 years agorework namei interface to eliminate global variables;
Kirk McKusick [Mon, 9 Jul 1984 06:49:45 +0000 (22:49 -0800)]
rework namei interface to eliminate global variables;
use `copyinstr' and `copystr' to replace `uchar' and `schar'

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

40 years agorework `namei' interface to eliminate global variables
Kirk McKusick [Mon, 9 Jul 1984 06:47:45 +0000 (22:47 -0800)]
rework `namei' interface to eliminate global variables

SCCS-vsn: sys/sys/user.h 6.3
SCCS-vsn: sys/sys/uio.h 6.2
SCCS-vsn: sys/sys/namei.h 6.5

40 years agochecked in for karels; don't return looutput status as mbuf has already
Sam Leffler [Mon, 9 Jul 1984 06:39:11 +0000 (22:39 -0800)]
checked in for karels; don't return looutput status as mbuf has already
been freed (corrects lost mbuf problem)

SCCS-vsn: sys/netinet/if_ether.c 6.5