unix-history/.git
38 years agooptimize structure assignment based on size and alignment
Sam Leffler [Sun, 26 Jan 1986 15:55:34 +0000 (07:55 -0800)]
optimize structure assignment based on size and alignment

SCCS-vsn: old/pcc/ccom.tahoe/local2.c 1.3

38 years agorm bbnnet; combine common code in ilwait; use per-host trailer option from ARP;
Mike Karels [Sat, 25 Jan 1986 10:36:16 +0000 (02:36 -0800)]
rm bbnnet; combine common code in ilwait; use per-host trailer option from ARP;
(untested) setaddr routine (for sklower)

SCCS-vsn: sys/vax/if/if_il.c 6.12

38 years agouse per-host trailer option from ARP
Mike Karels [Sat, 25 Jan 1986 10:34:21 +0000 (02:34 -0800)]
use per-host trailer option from ARP

SCCS-vsn: sys/vax/if/if_ec.c 6.16
SCCS-vsn: sys/vax/if/if_de.c 6.17
SCCS-vsn: sys/vax/if/if_ex.c 6.11

38 years agomove arp stuff to if_arp.h
Mike Karels [Sat, 25 Jan 1986 10:30:18 +0000 (02:30 -0800)]
move arp stuff to if_arp.h

SCCS-vsn: sys/net/if.h 6.10
SCCS-vsn: sys/net/if_arp.h 6.1

38 years agodon't remove vbvec.s or vbglue.s
Sam Leffler [Sat, 25 Jan 1986 06:31:24 +0000 (22:31 -0800)]
don't remove vbvec.s or vbglue.s

SCCS-vsn: sys/tahoe/conf/Makefile.tahoe 1.5

38 years agocall to mcount must be callf $4,mcount
Sam Leffler [Sat, 25 Jan 1986 06:16:47 +0000 (22:16 -0800)]
call to mcount must be callf $4,mcount

SCCS-vsn: sys/tahoe/tahoe/SYS.h 1.2

38 years agostill more fixes and changes from rick@seismo
Jim Bloom [Sat, 25 Jan 1986 05:20:23 +0000 (21:20 -0800)]
still more fixes and changes from rick@seismo

SCCS-vsn: usr.bin/uucp/acucntrl/acucntrl.c 5.7
SCCS-vsn: usr.bin/uucp/uucico/cico.c 5.12
SCCS-vsn: usr.bin/uucp/uucico/cntrl.c 5.8
SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.14
SCCS-vsn: usr.bin/uucp/includes/condevs.h 4.4
SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.10
SCCS-vsn: usr.bin/uucp/uucico/tio.c 4.6
SCCS-vsn: usr.bin/uucp/uux/uux.c 5.6
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.8

38 years agopurge extra null entry from table and correct search in getcmd (sam@okeeffe)
Jim Bloom [Sat, 25 Jan 1986 01:11:31 +0000 (17:11 -0800)]
purge extra null entry from table and correct search in getcmd (sam@okeeffe)

SCCS-vsn: usr.sbin/timed/timedc/cmdtab.c 2.2
SCCS-vsn: usr.sbin/timed/timedc/timedc.c 2.2

38 years agoadd code and data cache key stats under -s
Sam Leffler [Fri, 24 Jan 1986 18:25:39 +0000 (10:25 -0800)]
add code and data cache key stats under -s

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.5

38 years agomove keystats definition to machparam.h for vmstat
Sam Leffler [Fri, 24 Jan 1986 18:21:52 +0000 (10:21 -0800)]
move keystats definition to machparam.h for vmstat

SCCS-vsn: sys/tahoe/tahoe/vm_machdep.c 1.4

38 years agomove keystats definition for use by vmstat
Sam Leffler [Fri, 24 Jan 1986 18:21:30 +0000 (10:21 -0800)]
move keystats definition for use by vmstat

SCCS-vsn: sys/tahoe/include/param.h 1.3

38 years agonegotiate trailer use
Sam Leffler [Fri, 24 Jan 1986 17:14:58 +0000 (09:14 -0800)]
negotiate trailer use

SCCS-vsn: sys/tahoe/if/if_ace.c 1.7

38 years agoadd microtime and release cached text inodes before update on boot/crash
Sam Leffler [Fri, 24 Jan 1986 17:14:34 +0000 (09:14 -0800)]
add microtime and release cached text inodes before update on boot/crash

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

38 years agomust look at resid in deciding how much data to copy back to user
Sam Leffler [Fri, 24 Jan 1986 17:04:23 +0000 (09:04 -0800)]
must look at resid in deciding how much data to copy back to user

SCCS-vsn: sys/tahoe/vba/vba.c 1.3

38 years agodon't do a vhangup if running xterm (from Jim Gettys)
Jim Bloom [Fri, 24 Jan 1986 08:29:06 +0000 (00:29 -0800)]
don't do a vhangup if running xterm (from Jim Gettys)

SCCS-vsn: libexec/getty/main.c 5.5

38 years agouse vbvec.s file created by config to define standard interrupt counter offsets
Sam Leffler [Fri, 24 Jan 1986 07:36:01 +0000 (23:36 -0800)]
use vbvec.s file created by config to define standard interrupt counter offsets

SCCS-vsn: sys/tahoe/conf/Makefile.tahoe 1.4

38 years agocount device interrupts more correctly
Sam Leffler [Fri, 24 Jan 1986 07:35:40 +0000 (23:35 -0800)]
count device interrupts more correctly

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.6

38 years agomake camap large enough to hold 4 i/o buffers for vd driver
Sam Leffler [Fri, 24 Jan 1986 05:18:34 +0000 (21:18 -0800)]
make camap large enough to hold 4 i/o buffers for vd driver

SCCS-vsn: sys/tahoe/tahoe/locore.s 1.5

38 years agoallocate io buffers at boot time to save space
Sam Leffler [Fri, 24 Jan 1986 05:16:24 +0000 (21:16 -0800)]
allocate io buffers at boot time to save space

SCCS-vsn: sys/tahoe/vba/vd.c 1.8

38 years agodate and time created 86/01/23 12:59:52 by sam
Sam Leffler [Fri, 24 Jan 1986 04:59:52 +0000 (20:59 -0800)]
date and time created 86/01/23 12:59:52 by sam

SCCS-vsn: sys/netns/ns_cksum.c 1.1

38 years agoput back tabs
Sam Leffler [Thu, 23 Jan 1986 17:09:14 +0000 (09:09 -0800)]
put back tabs

SCCS-vsn: sys/tahoe/vba/vx.c 1.8
SCCS-vsn: sys/tahoe/vba/vxreg.h 1.4

38 years agorestrict structure assignments to use movblk's; print address constants using ACONFMT
Sam Leffler [Thu, 23 Jan 1986 16:35:41 +0000 (08:35 -0800)]
restrict structure assignments to use movblk's; print address constants using ACONFMT

SCCS-vsn: old/pcc/ccom.tahoe/local2.c 1.2

38 years agoadd ACONFMT for printing address constants in hex
Sam Leffler [Thu, 23 Jan 1986 16:35:09 +0000 (08:35 -0800)]
add ACONFMT for printing address constants in hex

SCCS-vsn: old/pcc/ccom.tahoe/macdefs.h 1.2

38 years agofixes from sun (sort of): select for write on ptc blocks
Mike Karels [Thu, 23 Jan 1986 10:42:51 +0000 (02:42 -0800)]
fixes from sun (sort of): select for write on ptc blocks
if not at least minimal space (same as ptcwrite); fix ptcwrite test
of canq.c_cc; cleanup spl's in ptcselect; rm unused

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

38 years agofix install entry
Kirk McKusick [Thu, 23 Jan 1986 10:15:05 +0000 (02:15 -0800)]
fix install entry

SCCS-vsn: Makefile 4.10

38 years agospecify owner for suid
Kirk McKusick [Thu, 23 Jan 1986 09:43:26 +0000 (01:43 -0800)]
specify owner for suid

SCCS-vsn: usr.bin/ex/Makefile 7.13

38 years agouse dynamic allocation (from dlu%lumiere%tektronix.csnet@CSNET-RELAY.ARPA)
Kirk McKusick [Thu, 23 Jan 1986 05:44:37 +0000 (21:44 -0800)]
use dynamic allocation (from dlu%lumiere%tektronix.csnet@CSNET-RELAY.ARPA)

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

38 years agoadd file name (LOST) to the mailed message properly
Jim Bloom [Thu, 23 Jan 1986 03:23:32 +0000 (19:23 -0800)]
add file name (LOST) to the mailed message properly

SCCS-vsn: usr.bin/ex/ex3.7preserve/ex3.7preserve.c 7.13

38 years agodon't delay send if we have more than one segment to send,
Mike Karels [Thu, 23 Jan 1986 01:28:50 +0000 (17:28 -0800)]
don't delay send if we have more than one segment to send,
but last is fractional; count the registers and reorder the tests;
more window anti-shrink code; sundry cleanups

SCCS-vsn: sys/netinet/tcp_output.c 6.12

38 years agocareful with sequence number arithmetic vs. window sizes
Mike Karels [Thu, 23 Jan 1986 01:14:23 +0000 (17:14 -0800)]
careful with sequence number arithmetic vs. window sizes
(u_long vs. int vs. u_short); don't lose mbufs on failure part thru new
connection setup from LISTEN; use tiflags consistently; add missing ACKNOW
in LISTEN input case; don't use window if no ACK, as TAC's send garbage;
make input urgent pointer sensible so it compares right on first URG,
accounting for seq-number wraparound.

SCCS-vsn: sys/netinet/tcp_input.c 6.19

38 years agodelay sballoc's in sbappendaddr until committed
Mike Karels [Wed, 22 Jan 1986 14:44:35 +0000 (06:44 -0800)]
delay sballoc's in sbappendaddr until committed

SCCS-vsn: sys/kern/uipc_socket2.c 6.13

38 years agomake xns compile
Sam Leffler [Wed, 22 Jan 1986 14:08:50 +0000 (06:08 -0800)]
make xns compile

SCCS-vsn: sys/tahoe/if/if_ace.c 1.6

38 years agolet's not give away too much
Mike Karels [Wed, 22 Jan 1986 11:42:29 +0000 (03:42 -0800)]
let's not give away too much

SCCS-vsn: usr.sbin/chown/chgrp.c 5.3

38 years agoinitialize people to 0
Edward Wang [Wed, 22 Jan 1986 10:10:22 +0000 (02:10 -0800)]
initialize people to 0

SCCS-vsn: games/sail/dr_main.c 5.2

38 years agouse fwrite instead of fputs, and other changes
Edward Wang [Wed, 22 Jan 1986 10:09:46 +0000 (02:09 -0800)]
use fwrite instead of fputs, and other changes

SCCS-vsn: games/sail/sync.c 5.2

38 years agocleanups and typos
Sam Leffler [Wed, 22 Jan 1986 09:49:40 +0000 (01:49 -0800)]
cleanups and typos

SCCS-vsn: sys/tahoe/vba/vx.c 1.7

38 years agorandom cleanups and typo corrections
Sam Leffler [Wed, 22 Jan 1986 09:44:58 +0000 (01:44 -0800)]
random cleanups and typo corrections

SCCS-vsn: sys/tahoe/vba/vx.c 1.7

38 years agofix tabs
Sam Leffler [Wed, 22 Jan 1986 09:43:02 +0000 (01:43 -0800)]
fix tabs

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

38 years agomake things compile again after changing vdreg.h and creatng vbparam.h
Sam Leffler [Wed, 22 Jan 1986 03:38:31 +0000 (19:38 -0800)]
make things compile again after changing vdreg.h and creatng vbparam.h

SCCS-vsn: sys/tahoe/stand/Makefile 7.2
SCCS-vsn: sys/tahoe/stand/cy.c 7.2
SCCS-vsn: sys/tahoe/stand/udc.c 1.2
SCCS-vsn: sys/tahoe/stand/udcformat.c 1.2
SCCS-vsn: sys/tahoe/stand/vd.c 7.2
SCCS-vsn: sys/tahoe/stand/xpformat.c 1.2

38 years agodate and time created 86/01/21 11:10:53 by sam
Sam Leffler [Wed, 22 Jan 1986 03:10:53 +0000 (19:10 -0800)]
date and time created 86/01/21 11:10:53 by sam

SCCS-vsn: sys/tahoe/vba/vbaparam.h 1.1

38 years agoremove sizeof workarounds
Sam Leffler [Wed, 22 Jan 1986 02:01:07 +0000 (18:01 -0800)]
remove sizeof workarounds

SCCS-vsn: sys/tahoe/if/if_ace.c 1.5

38 years agorename
Sam Leffler [Tue, 21 Jan 1986 16:25:26 +0000 (08:25 -0800)]
rename

SCCS-vsn: sys/tahoe/vba/vd.c 1.7

38 years agoeliminate built in config tables: page table are allocated at
Sam Leffler [Tue, 21 Jan 1986 15:56:27 +0000 (07:56 -0800)]
eliminate built in config tables: page table are allocated at
boot time with ubmemalloc, dpm addresses are passed thru from config file;
eliminate aceStart; rename aceclean to acesetup and call only at init time
(since we allocate dpm page tables at attach time)

SCCS-vsn: sys/tahoe/if/if_ace.c 1.4

38 years agocleanup some more of the autoconfig stuff: eliminate all page
Sam Leffler [Tue, 21 Jan 1986 15:52:37 +0000 (07:52 -0800)]
cleanup some more of the autoconfig stuff: eliminate all page
maps defined in locore.s in favor of dynamically allocated entries; rename
some of the iospace definitions and move them into ../tahoevba/vbaparam.h
(will ease vme support sometime?)

SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.5
SCCS-vsn: sys/tahoe/tahoe/genassym.c 1.4
SCCS-vsn: sys/tahoe/tahoe/locore.s 1.4
SCCS-vsn: sys/tahoe/include/param.h 1.2
SCCS-vsn: sys/tahoe/include/vmparam.h 1.4

38 years agoPOLLTILLDONE -> vdpoll; autoconfig page map for i/o buffer;
Sam Leffler [Tue, 21 Jan 1986 15:50:59 +0000 (07:50 -0800)]
POLLTILLDONE -> vdpoll; autoconfig page map for i/o buffer;
print controller type at boot time; move part of vdslave into vdprobe

SCCS-vsn: sys/tahoe/vba/vd.c 1.6

38 years agomove POLLTILLDONE to a subroutine
Sam Leffler [Tue, 21 Jan 1986 15:49:33 +0000 (07:49 -0800)]
move POLLTILLDONE to a subroutine

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

38 years agomake ui_flags a long so ace driver can get addr of dual ported memory
Sam Leffler [Tue, 21 Jan 1986 15:47:44 +0000 (07:47 -0800)]
make ui_flags a long so ace driver can get addr of dual ported memory

SCCS-vsn: sys/tahoe/vba/vbavar.h 1.3

38 years agolet's not get carried away with deletions: put back reiins
Mike Karels [Tue, 21 Jan 1986 08:15:25 +0000 (00:15 -0800)]
let's not get carried away with deletions: put back reiins

SCCS-vsn: lib/libc/vax/gen/_setjmp.s 5.4

38 years agoignore 0-length rights
Mike Karels [Tue, 21 Jan 1986 07:42:06 +0000 (23:42 -0800)]
ignore 0-length rights

SCCS-vsn: sys/kern/uipc_socket2.c 6.12

38 years agomaintain ip input count
Mike Karels [Tue, 21 Jan 1986 04:53:40 +0000 (20:53 -0800)]
maintain ip input count

SCCS-vsn: sys/netinet/ip_input.c 6.14

38 years agocalls to nonexistant fonts (from gbergman@cartan)
Jim Bloom [Tue, 21 Jan 1986 01:36:37 +0000 (17:36 -0800)]
calls to nonexistant fonts (from gbergman@cartan)

SCCS-vsn: usr.bin/mail/mail.1 6.5

38 years agorm bbnnet
Mike Karels [Sun, 19 Jan 1986 04:48:51 +0000 (20:48 -0800)]
rm bbnnet

SCCS-vsn: usr.bin/netstat/main.c 5.4
SCCS-vsn: usr.bin/netstat/Makefile 5.5

38 years agorm bbn junk
Mike Karels [Sun, 19 Jan 1986 04:19:24 +0000 (20:19 -0800)]
rm bbn junk

SCCS-vsn: sys/sys/ioctl.h 6.16

38 years agoFix to MX records
Kevin Dunlap [Sun, 19 Jan 1986 01:11:30 +0000 (17:11 -0800)]
Fix to MX records

SCCS-vsn: lib/libc/net/res_debug.c 5.10

38 years agoallocate page tables for drivers at boot time
Sam Leffler [Fri, 17 Jan 1986 16:21:59 +0000 (08:21 -0800)]
allocate page tables for drivers at boot time

SCCS-vsn: sys/tahoe/include/pte.h 1.3

38 years agoMade it clear that the seventh (command) field is not terminated by the
Donn Seeley [Wed, 15 Jan 1986 08:52:00 +0000 (00:52 -0800)]
Made it clear that the seventh (command) field is not terminated by the
usual field separators; took out the confusing and wrong explanation of how
the % character affects shell parsing.

SCCS-vsn: usr.sbin/cron/cron.8 6.3

38 years agoreply to RFC822 instead of RFC733 headers (from sun!gorodish!guy)
Kirk McKusick [Tue, 14 Jan 1986 12:34:32 +0000 (04:34 -0800)]
reply to RFC822 instead of RFC733 headers (from sun!gorodish!guy)

SCCS-vsn: usr.bin/mail/aux.c 5.4

38 years agocheck return values from memory allocation (from sun!gorodish!guy)
Kirk McKusick [Tue, 14 Jan 1986 12:30:09 +0000 (04:30 -0800)]
check return values from memory allocation (from sun!gorodish!guy)

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

38 years agofix for directory comparison (from sun!gorodish!guy)
Kirk McKusick [Tue, 14 Jan 1986 12:27:46 +0000 (04:27 -0800)]
fix for directory comparison (from sun!gorodish!guy)

SCCS-vsn: usr.bin/diff/diff/diffreg.c 4.14

38 years agorewrite by sun!gorodish!guy
Kirk McKusick [Tue, 14 Jan 1986 11:45:39 +0000 (03:45 -0800)]
rewrite by sun!gorodish!guy

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

38 years agonumerous bug fixes from sun!gorodish!guy
Kirk McKusick [Tue, 14 Jan 1986 11:32:55 +0000 (03:32 -0800)]
numerous bug fixes from sun!gorodish!guy

SCCS-vsn: usr.bin/ftp/main.c 5.3
SCCS-vsn: usr.bin/ftp/ftp.c 5.5
SCCS-vsn: usr.bin/ftp/cmds.c 5.3

38 years agouse setreuid to retain setuid uid for cleanup of lock files
Mike Karels [Tue, 14 Jan 1986 11:28:09 +0000 (03:28 -0800)]
use setreuid to retain setuid uid for cleanup of lock files

SCCS-vsn: usr.bin/tip/cmds.c 5.3
SCCS-vsn: usr.bin/tip/cu.c 5.2
SCCS-vsn: usr.bin/tip/tip.c 5.3
SCCS-vsn: usr.bin/tip/tip.h 5.2

38 years agotry multiple addresses in turn if necessary;
Mike Karels [Tue, 14 Jan 1986 09:59:43 +0000 (01:59 -0800)]
try multiple addresses in turn if necessary;
don't build hostent structures, just the parts we want

SCCS-vsn: usr.bin/ftp/cmds.c 5.2
SCCS-vsn: usr.bin/ftp/ftp.c 5.4

38 years agoadd disconnect alias for close (as help message points at it)
Mike Karels [Tue, 14 Jan 1986 09:58:18 +0000 (01:58 -0800)]
add disconnect alias for close (as help message points at it)

SCCS-vsn: usr.bin/ftp/cmdtab.c 5.2

38 years agoadd patchable uda dma burst size (for what it's worth)
Mike Karels [Tue, 14 Jan 1986 09:55:39 +0000 (01:55 -0800)]
add patchable uda dma burst size (for what it's worth)

SCCS-vsn: sys/vax/uba/uda.c 6.16

38 years agoflush text cache and resynch todr clock on boot;
Mike Karels [Tue, 14 Jan 1986 09:53:12 +0000 (01:53 -0800)]
flush text cache and resynch todr clock on boot;
fix and use microtime; more spl[67]'s bite the dust

SCCS-vsn: sys/vax/vax/machdep.c 6.23

38 years agodon't indirect through unp_conn if it's been cleared
Mike Karels [Tue, 14 Jan 1986 09:41:46 +0000 (01:41 -0800)]
don't indirect through unp_conn if it's been cleared

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

38 years agoDocumented the new 'manpath' feature. Standardized quotation marks...
Donn Seeley [Tue, 14 Jan 1986 09:40:37 +0000 (01:40 -0800)]
Documented the new 'manpath' feature.  Standardized quotation marks...

SCCS-vsn: old/catman/catman.8 6.4

38 years agomicrosecond times using microtime; spl7 => splclock
Mike Karels [Tue, 14 Jan 1986 09:38:31 +0000 (01:38 -0800)]
microsecond times using microtime; spl7 => splclock

SCCS-vsn: sys/kern/kern_time.c 6.8

38 years agoadd flag to avoid delay of short packets (Nagle algorithm),
Mike Karels [Tue, 14 Jan 1986 09:29:19 +0000 (01:29 -0800)]
add flag to avoid delay of short packets (Nagle algorithm),
framework for other TCP-level options

SCCS-vsn: sys/netinet/tcp_usrreq.c 6.8

38 years agoadd user option for nodelay; define maxseg option (unused now)
Mike Karels [Tue, 14 Jan 1986 09:27:59 +0000 (01:27 -0800)]
add user option for nodelay; define maxseg option (unused now)

SCCS-vsn: sys/netinet/tcp.h 6.4

38 years agoadd flag to avoid delay of short packets (Nagle algorithm)
Mike Karels [Tue, 14 Jan 1986 09:26:53 +0000 (01:26 -0800)]
add flag to avoid delay of short packets (Nagle algorithm)

SCCS-vsn: sys/netinet/tcp_var.h 6.6

38 years agomillisecond time resolution with microtime
Mike Karels [Tue, 14 Jan 1986 09:22:37 +0000 (01:22 -0800)]
millisecond time resolution with microtime

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

38 years agoAdd 'manpath' feature. Also some delinting. (From Utah.)
Donn Seeley [Tue, 14 Jan 1986 09:02:47 +0000 (01:02 -0800)]
Add 'manpath' feature.  Also some delinting.  (From Utah.)

SCCS-vsn: old/catman/catman.c 5.5

38 years agoseparate ARP header from IP-specific portion; break out IP
Mike Karels [Tue, 14 Jan 1986 08:52:25 +0000 (00:52 -0800)]
separate ARP header from IP-specific portion; break out IP
portion of the input code; add trailer negotiation

SCCS-vsn: sys/netinet/if_ether.c 6.14
SCCS-vsn: sys/netinet/if_ether.h 6.7

38 years agodefine srtt to be assumed before connect; update comment
Mike Karels [Tue, 14 Jan 1986 08:45:49 +0000 (00:45 -0800)]
define srtt to be assumed before connect; update comment

SCCS-vsn: sys/netinet/tcp_timer.h 6.5

38 years agofaster backoff: multiply by beta, increase backoff (nearer exponential),
Mike Karels [Tue, 14 Jan 1986 08:14:09 +0000 (00:14 -0800)]
faster backoff: multiply by beta, increase backoff (nearer exponential),
convert to int

SCCS-vsn: sys/netinet/tcp_timer.c 6.10

38 years agowhen logging, use pwuid->pw_name if getlogin() fails (ptys)
Jay Lepreau [Tue, 14 Jan 1986 07:18:50 +0000 (23:18 -0800)]
when logging, use pwuid->pw_name if getlogin() fails (ptys)

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

38 years agoFix bug when moving tableau pile to empty slot (don't allow it).
Kirk McKusick [Tue, 14 Jan 1986 06:53:00 +0000 (22:53 -0800)]
Fix bug when moving tableau pile to empty slot (don't allow it).
Streamline quit sequence. (from thomas@utah-cs)

SCCS-vsn: games/canfield/canfield/canfield.c 5.4

38 years ago2 sets of fixes from rick adams
Jim Bloom [Tue, 14 Jan 1986 06:07:53 +0000 (22:07 -0800)]
2 sets of fixes from rick adams

SCCS-vsn: usr.bin/uucp/libacu/hys.c 4.5

38 years agoadd new dialers
Jim Bloom [Tue, 14 Jan 1986 06:07:14 +0000 (22:07 -0800)]
add new dialers

SCCS-vsn: usr.bin/uucp/libacu/Makefile 4.3

38 years agodate and time created 86/01/13 13:51:24 by bloom
Jim Bloom [Tue, 14 Jan 1986 05:51:24 +0000 (21:51 -0800)]
date and time created 86/01/13 13:51:24 by bloom

SCCS-vsn: usr.bin/uucp/libacu/cds224.c 1.1

38 years agodate and time created 86/01/13 13:51:23 by bloom
Jim Bloom [Tue, 14 Jan 1986 05:51:23 +0000 (21:51 -0800)]
date and time created 86/01/13 13:51:23 by bloom

SCCS-vsn: usr.bin/uucp/libacu/hys24.c 1.1

38 years agomerge vc?.c files and rename lots of stuff to ease identification;
Sam Leffler [Tue, 14 Jan 1986 04:01:22 +0000 (20:01 -0800)]
merge vc?.c files and rename  lots of stuff to ease identification;
merge all the separate data structures into vx_softc; rename vxblok vxdevice;
and lots more...

SCCS-vsn: sys/tahoe/vba/vxreg.h 1.2
SCCS-vsn: sys/tahoe/vba/vx.c 1.6

38 years agotwo more dialers
Jim Bloom [Tue, 14 Jan 1986 04:01:01 +0000 (20:01 -0800)]
two more dialers

SCCS-vsn: usr.bin/uucp/DOC/CHANGES 5.6

38 years agoThere is no default filesystem. More than one filesystem may be specified.
Donn Seeley [Mon, 13 Jan 1986 16:29:22 +0000 (08:29 -0800)]
There is no default filesystem.  More than one filesystem may be specified.

SCCS-vsn: sbin/ncheck/ncheck.8 6.2

38 years agoAdd a description of $unsafecall and $unsafeassign; relate a few of the
Donn Seeley [Mon, 13 Jan 1986 14:04:38 +0000 (06:04 -0800)]
Add a description of $unsafecall and $unsafeassign; relate a few of the
known bugs with Fortran support.

SCCS-vsn: old/dbx/dbx.1 6.2

38 years agofix some includes and make scope points globally controlled
Sam Leffler [Mon, 13 Jan 1986 13:46:25 +0000 (05:46 -0800)]
fix some includes and make scope points globally controlled

SCCS-vsn: sys/tahoe/vba/scope.h 1.3
SCCS-vsn: sys/tahoe/vba/vxc.c 1.5
SCCS-vsn: sys/tahoe/vba/vx.c 1.5
SCCS-vsn: sys/tahoe/vba/vd.c 1.5
SCCS-vsn: sys/tahoe/vba/vxdebug.h 1.2

38 years agoName of entry is now name of file (dbxstab => dbx).
Donn Seeley [Mon, 13 Jan 1986 12:55:48 +0000 (04:55 -0800)]
Name of entry is now name of file (dbxstab => dbx).

SCCS-vsn: old/dbx/dbx.5.5 6.2

38 years agoSyntax nit -- it's => its. (from Jay Lepreau)
Donn Seeley [Mon, 13 Jan 1986 12:31:41 +0000 (04:31 -0800)]
Syntax nit -- it's => its.  (from Jay Lepreau)

SCCS-vsn: lib/libc/stdlib/malloc.3 6.2

38 years agodate and time created 86/01/12 18:05:06 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:06 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:06 by sam

SCCS-vsn: sys/tahoe/stand/xpformat.c 1.1

38 years agodate and time created 86/01/12 18:05:04 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:04 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:04 by sam

SCCS-vsn: sys/tahoe/stand/vd.c 7.1

38 years agodate and time created 86/01/12 18:05:03 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:03 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:03 by sam

SCCS-vsn: sys/tahoe/stand/udc.c 1.1
SCCS-vsn: sys/tahoe/stand/udcformat.c 1.1

38 years agodate and time created 86/01/12 18:05:02 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:02 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:02 by sam

SCCS-vsn: sys/tahoe/stand/sys.c 1.1

38 years agodate and time created 86/01/12 18:05:01 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:01 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:01 by sam

SCCS-vsn: sys/tahoe/stand/prf.c 1.1
SCCS-vsn: sys/tahoe/stand/srt0.c 1.1

38 years agodate and time created 86/01/12 18:05:00 by sam
Sam Leffler [Mon, 13 Jan 1986 10:05:00 +0000 (02:05 -0800)]
date and time created 86/01/12 18:05:00 by sam

SCCS-vsn: sys/tahoe/stand/machdep.c 1.1

38 years agodate and time created 86/01/12 18:04:59 by sam
Sam Leffler [Mon, 13 Jan 1986 10:04:59 +0000 (02:04 -0800)]
date and time created 86/01/12 18:04:59 by sam

SCCS-vsn: sys/tahoe/stand/fastcopy.c 1.1
SCCS-vsn: sys/tahoe/stand/ls.c 1.1

38 years agodate and time created 86/01/12 18:04:58 by sam
Sam Leffler [Mon, 13 Jan 1986 10:04:58 +0000 (02:04 -0800)]
date and time created 86/01/12 18:04:58 by sam

SCCS-vsn: sys/tahoe/stand/cy.c 7.1
SCCS-vsn: sys/tahoe/stand/devcopy.c 1.1

38 years agodate and time created 86/01/12 18:04:57 by sam
Sam Leffler [Mon, 13 Jan 1986 10:04:57 +0000 (02:04 -0800)]
date and time created 86/01/12 18:04:57 by sam

SCCS-vsn: sys/tahoe/stand/conf.c 1.1

38 years agodate and time created 86/01/12 18:04:56 by sam
Sam Leffler [Mon, 13 Jan 1986 10:04:56 +0000 (02:04 -0800)]
date and time created 86/01/12 18:04:56 by sam

SCCS-vsn: sys/tahoe/stand/boot.c 1.1
SCCS-vsn: sys/tahoe/stand/cat.c 1.1