unix-history/.git
37 years agocompletely redo handling of SCONV nodes to cope with Tahoe's
Sam Leffler [Sat, 10 Jan 1987 07:25:03 +0000 (23:25 -0800)]
completely redo handling of SCONV nodes to cope with Tahoe's
incorrect handling of char's and short's in registers (e.g. cvtwl r0,r0
does a movl); also correct OPLOG handling for items shorter than 32-bits:
tst[wb] on registers don't work, but cmp[bw] $0,r? does; finally, handle
change to local.c which leaves in lots of new SCONV's (we optimize those
which are extraneous in code added mainly to optim2)

SCCS-vsn: old/pcc/ccom.tahoe/local2.c 1.8
SCCS-vsn: old/pcc/ccom.tahoe/table.c 1.5

37 years agoleave SCONV nodes in unless they don't change object's size
Sam Leffler [Sat, 10 Jan 1987 07:20:40 +0000 (23:20 -0800)]
leave SCONV nodes in unless they don't change object's size

SCCS-vsn: old/pcc/ccom.tahoe/local.c 1.5

37 years agotypo
Mike Karels [Fri, 9 Jan 1987 14:55:05 +0000 (06:55 -0800)]
typo

SCCS-vsn: sbin/newfs/Makefile 7.2

37 years agodate and time created 87/01/08 22:42:15 by karels
Mike Karels [Fri, 9 Jan 1987 14:42:15 +0000 (06:42 -0800)]
date and time created 87/01/08 22:42:15 by karels

SCCS-vsn: sbin/newfs/Makefile 7.1

37 years agodo it anyway!
Mike Karels [Fri, 9 Jan 1987 12:32:40 +0000 (04:32 -0800)]
do it anyway!

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

37 years agocomment fix
Keith Bostic [Fri, 9 Jan 1987 04:08:30 +0000 (20:08 -0800)]
comment fix

SCCS-vsn: sys/sys/systm.h 7.4

37 years agobe more persistent in trying to read directories;
Kirk McKusick [Thu, 8 Jan 1987 11:26:45 +0000 (03:26 -0800)]
be more persistent in trying to read directories;
add FOUND return status for routines called from dirscan

SCCS-vsn: sbin/fsck/dir.c 5.3
SCCS-vsn: sbin/fsck/fsck.h 5.2
SCCS-vsn: sbin/fsck/inode.c 5.3
SCCS-vsn: sbin/fsck/pass3.c 5.2
SCCS-vsn: sbin/fsck/utilities.c 5.3

37 years agofix bug in reporting anonymous groups and uids
Keith Sklower [Thu, 8 Jan 1987 11:06:47 +0000 (03:06 -0800)]
fix bug in reporting anonymous groups and uids

SCCS-vsn: usr.bin/rdist/server.c 5.4

37 years agospelling fix, outblock to oublock
Keith Bostic [Tue, 6 Jan 1987 02:43:59 +0000 (18:43 -0800)]
spelling fix, outblock to oublock

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

37 years agorm spaces in printfs
Bill Joy [Mon, 5 Jan 1987 09:22:08 +0000 (01:22 -0800)]
rm spaces in printfs

SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.11

37 years agodon't print useless messages
Mike Karels [Wed, 31 Dec 1986 06:36:37 +0000 (22:36 -0800)]
don't print useless messages

SCCS-vsn: sbin/XNSrouted/tables.c 5.6

37 years agotypo
Mike Karels [Wed, 31 Dec 1986 04:25:37 +0000 (20:25 -0800)]
typo

SCCS-vsn: sys/vax/uba/dh.c 7.4

37 years agotake out debugging printfs
Sam Leffler [Sat, 27 Dec 1986 04:28:03 +0000 (20:28 -0800)]
take out debugging printfs

SCCS-vsn: sys/tahoe/stand/vdformat/format.c 1.3

37 years agoCPMDCB takes physical address; had been working because CP only
Sam Leffler [Wed, 24 Dec 1986 12:51:25 +0000 (04:51 -0800)]
CPMDCB takes physical address; had been working because CP only
uses 24-bits (or maybe 30) and physical == virtual when address is in data
segment (as command buffers are)

SCCS-vsn: sys/tahoe/tahoe/cons.c 1.6

37 years agomust have cp command block in data segment to insure vtoph
Sam Leffler [Wed, 24 Dec 1986 12:44:03 +0000 (04:44 -0800)]
must have cp command block in data segment to insure vtoph
works with noproc; correct tick and tickadj when reseting hz

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

37 years agorm debugging
Mike Karels [Wed, 24 Dec 1986 05:43:48 +0000 (21:43 -0800)]
rm debugging

SCCS-vsn: sys/tahoe/stand/vdformat/maps.c 1.3

37 years agointermediate i/o buffer must be physically contiguous for DMA
Sam Leffler [Wed, 24 Dec 1986 00:33:23 +0000 (16:33 -0800)]
intermediate i/o buffer must be physically contiguous for DMA

SCCS-vsn: sys/tahoe/vba/ik.c 1.5

37 years agovddcaddr now not relative
Mike Karels [Tue, 23 Dec 1986 11:24:39 +0000 (03:24 -0800)]
vddcaddr now not relative

SCCS-vsn: sys/tahoe/stand/vdformat/vdfmt.c 1.3

37 years agooops
Mike Karels [Tue, 23 Dec 1986 11:07:25 +0000 (03:07 -0800)]
oops

SCCS-vsn: etc/etc.tahoe/MAKEDEV 5.3

37 years agorace in dmopen; bug report 4.3BSD/sys/78
Mike Karels [Tue, 23 Dec 1986 07:18:15 +0000 (23:18 -0800)]
race in dmopen; bug report 4.3BSD/sys/78

SCCS-vsn: sys/vax/uba/dh.c 7.3

37 years agobug report 4.1BSD/usr.bin/2 and 4.1BSD/usr.bin/3
Keith Bostic [Tue, 23 Dec 1986 06:43:09 +0000 (22:43 -0800)]
bug report 4.1BSD/usr.bin/2 and 4.1BSD/usr.bin/3

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

37 years agodocument macro dirfd; bug report 4.1BSD/sys/31
Keith Bostic [Tue, 23 Dec 1986 03:46:52 +0000 (19:46 -0800)]
document macro dirfd; bug report 4.1BSD/sys/31

SCCS-vsn: lib/libc/gen/directory.3 6.3

37 years agobug report 4.1BSD/sys/31
Keith Bostic [Tue, 23 Dec 1986 03:40:58 +0000 (19:40 -0800)]
bug report 4.1BSD/sys/31

SCCS-vsn: sys/ufs/ffs/dir.h 7.2
SCCS-vsn: sys/ufs/ufs/dir.h 7.2

37 years agofixed initialization problem in want()
Keith Bostic [Tue, 23 Dec 1986 02:35:01 +0000 (18:35 -0800)]
fixed initialization problem in want()

SCCS-vsn: usr.bin/last/last.c 5.6

37 years agoonce again, try to get local address right: this time for DONTROUTE
Mike Karels [Tue, 23 Dec 1986 02:19:31 +0000 (18:19 -0800)]
once again, try to get local address right: this time for DONTROUTE
on point-to-point links (need to zero sin_port before calling ifa_ifwithdstaddr

SCCS-vsn: sys/netinet/in_pcb.c 7.3

37 years agoflushes on plugboard, consistency on dialup names
Mike Karels [Tue, 23 Dec 1986 01:44:23 +0000 (17:44 -0800)]
flushes on plugboard, consistency on dialup names

SCCS-vsn: etc/gettytab 5.9

37 years agodon't make me use who too
Mike Karels [Tue, 23 Dec 1986 01:23:54 +0000 (17:23 -0800)]
don't make me use who too

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

37 years ago-f
Mike Karels [Mon, 22 Dec 1986 08:32:31 +0000 (00:32 -0800)]
-f

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

37 years agodon't make me use who too
Mike Karels [Mon, 22 Dec 1986 08:28:36 +0000 (00:28 -0800)]
don't make me use who too

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

37 years agoupdate modes for std
Mike Karels [Mon, 22 Dec 1986 06:55:54 +0000 (22:55 -0800)]
update modes for std

SCCS-vsn: etc/etc.tahoe/MAKEDEV 5.2

37 years agoSeems to work with 'close' followed by 'open'.
Gregory Minshall [Sat, 20 Dec 1986 09:09:32 +0000 (01:09 -0800)]
Seems to work with 'close' followed by 'open'.

SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.2

37 years agodate and time created 86/12/19 17:09:04 by minshall
Gregory Minshall [Sat, 20 Dec 1986 09:09:04 +0000 (01:09 -0800)]
date and time created 86/12/19 17:09:04 by minshall

SCCS-vsn: usr.bin/tn3270/ascii/termin.c 1.1

37 years agoSeems to work with 'close' then 'open'.
Gregory Minshall [Sat, 20 Dec 1986 09:07:54 +0000 (01:07 -0800)]
Seems to work with 'close' then 'open'.

SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 1.4

37 years agoSeems to work with 'close' then 'open'
Gregory Minshall [Sat, 20 Dec 1986 09:07:37 +0000 (01:07 -0800)]
Seems to work with 'close' then 'open'

SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.5
SCCS-vsn: usr.bin/tn3270/ctlr/outbound.c 1.6
SCCS-vsn: usr.bin/tn3270/ctlr/makefile 1.4

37 years agoseems to work with 'close' then 'open'.
Gregory Minshall [Sat, 20 Dec 1986 09:06:00 +0000 (01:06 -0800)]
seems to work with 'close' then 'open'.

SCCS-vsn: usr.bin/tn3270/makefile 1.2
SCCS-vsn: usr.bin/tn3270/telnet.c 1.3

37 years agomove vdtimeout from kernel header
Mike Karels [Sat, 20 Dec 1986 06:28:43 +0000 (22:28 -0800)]
move vdtimeout from kernel header

SCCS-vsn: sys/tahoe/stand/vdformat/vdfmt.h 1.3

37 years agomove vdtimeout here
Mike Karels [Sat, 20 Dec 1986 06:27:01 +0000 (22:27 -0800)]
move vdtimeout here

SCCS-vsn: sys/tahoe/stand/vdformat/io.c 1.3

37 years agoFix up '`' (was \).
Gregory Minshall [Sat, 20 Dec 1986 05:41:13 +0000 (21:41 -0800)]
Fix up '`' (was \).

SCCS-vsn: usr.bin/tn3270/ctlr/3270pc.kbd 1.2

37 years agocorrect uba reallocation on reset
Mike Karels [Sat, 20 Dec 1986 03:46:35 +0000 (19:46 -0800)]
correct uba reallocation on reset

SCCS-vsn: sys/vax/uba/dh.c 7.2
SCCS-vsn: sys/vax/uba/dhu.c 7.2
SCCS-vsn: sys/vax/uba/dmf.c 7.3
SCCS-vsn: sys/vax/uba/dmz.c 7.2

37 years agodate and time created 86/12/19 11:35:47 by karels
Mike Karels [Sat, 20 Dec 1986 03:35:47 +0000 (19:35 -0800)]
date and time created 86/12/19 11:35:47 by karels

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

37 years agoVarious fixes.
Gregory Minshall [Sat, 20 Dec 1986 03:07:46 +0000 (19:07 -0800)]
Various fixes.

SCCS-vsn: usr.bin/tn3270/telnet.c 1.2

37 years agoFix bug in DISC logic.
Gregory Minshall [Sat, 20 Dec 1986 03:06:30 +0000 (19:06 -0800)]
Fix bug in DISC logic.

SCCS-vsn: usr.bin/tn3270/ctlr/inbound.c 1.4

37 years agomissed one
Mike Karels [Sat, 20 Dec 1986 02:46:37 +0000 (18:46 -0800)]
missed one

SCCS-vsn: etc/etc.tahoe/MAKEDEV 5.1

37 years agosanity on cypher
Mike Karels [Sat, 20 Dec 1986 02:36:50 +0000 (18:36 -0800)]
sanity on cypher

SCCS-vsn: etc/etc.tahoe/MAKEDEV 1.2

37 years agodate and time created 86/12/19 10:35:48 by karels
Mike Karels [Sat, 20 Dec 1986 02:35:48 +0000 (18:35 -0800)]
date and time created 86/12/19 10:35:48 by karels

SCCS-vsn: etc/etc.tahoe/MAKEDEV 1.1

37 years agomassive rework; fix access of files > 0
Sam Leffler [Sat, 20 Dec 1986 00:43:49 +0000 (16:43 -0800)]
massive rework; fix access of files > 0

SCCS-vsn: sys/tahoe/stand/cy.c 7.3

37 years agomove relocation past cypher control block; purge data cache for good
Sam Leffler [Sat, 20 Dec 1986 00:42:17 +0000 (16:42 -0800)]
move relocation past cypher control block; purge data cache for good
measure (shouldn't be needed)

SCCS-vsn: sys/tahoe/stand/srt0.c 1.4

37 years agomake it look more like the system version; controller addresses
Sam Leffler [Sat, 20 Dec 1986 00:41:21 +0000 (16:41 -0800)]
make it look more like the system version; controller addresses
are now physical addresses (were offsets from VBIOBASE before)

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

37 years agoconsolidate printfs
Mike Karels [Fri, 19 Dec 1986 15:53:36 +0000 (07:53 -0800)]
consolidate printfs

SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.10

37 years agorm junk
Mike Karels [Fri, 19 Dec 1986 15:53:05 +0000 (07:53 -0800)]
rm junk

SCCS-vsn: sys/tahoe/stand/cyvar.h 1.2

37 years agofix movob
Mike Karels [Fri, 19 Dec 1986 15:52:45 +0000 (07:52 -0800)]
fix movob

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

37 years agoupdates
Mike Karels [Fri, 19 Dec 1986 15:52:26 +0000 (07:52 -0800)]
updates

SCCS-vsn: sys/tahoe/stand/saio.h 1.2
SCCS-vsn: sys/tahoe/stand/sys.c 1.2
SCCS-vsn: sys/tahoe/stand/conf.c 1.3

37 years agoeliminate magic constants
Mike Karels [Fri, 19 Dec 1986 15:51:57 +0000 (07:51 -0800)]
eliminate magic constants

SCCS-vsn: sys/tahoe/stand/boot.c 1.5

37 years agochecked in for Jim Bloom
Keith Bostic [Fri, 19 Dec 1986 14:55:58 +0000 (06:55 -0800)]
checked in for Jim Bloom

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

37 years agoallow EOF to end tagged input
Keith Bostic [Fri, 19 Dec 1986 14:49:08 +0000 (06:49 -0800)]
allow EOF to end tagged input

SCCS-vsn: bin/csh/dol.c 5.4

37 years agoadded select to see also
Keith Bostic [Fri, 19 Dec 1986 09:16:22 +0000 (01:16 -0800)]
added select to see also

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

37 years agofix stupid botch -- reversed condition
Eric Allman [Thu, 18 Dec 1986 08:19:30 +0000 (00:19 -0800)]
fix stupid botch -- reversed condition

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.10.1.2

37 years agohack around compiler bug that gets confused on isascii
Eric Allman [Thu, 18 Dec 1986 08:08:34 +0000 (00:08 -0800)]
hack around compiler bug that gets confused on isascii

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.10.1.1
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.57.1.1

37 years agodelete unneeded #include <ctype.h>
Eric Allman [Thu, 18 Dec 1986 08:05:39 +0000 (00:05 -0800)]
delete unneeded #include <ctype.h>

SCCS-vsn: usr.sbin/sendmail/src/trace.c 5.3
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.8
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.9

37 years agoshut up!
Mike Karels [Wed, 17 Dec 1986 14:27:42 +0000 (06:27 -0800)]
shut up!

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

37 years agoblock reentrance of arpinput/arptnew with splimp;
Mike Karels [Wed, 17 Dec 1986 08:16:14 +0000 (00:16 -0800)]
block reentrance of arpinput/arptnew with splimp;
larger tables for gateway (shouldn't use 2-dimensional array!);
use loopback even if not up yet, for configuration at boot time
when primary interface doesn't hear itself talk.

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

37 years agolint
Sam Leffler [Tue, 16 Dec 1986 12:57:17 +0000 (04:57 -0800)]
lint

SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.9

37 years agostd addresses must be 32-bit
Sam Leffler [Tue, 16 Dec 1986 12:52:53 +0000 (04:52 -0800)]
std addresses must be 32-bit

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

37 years agolint
Sam Leffler [Tue, 16 Dec 1986 12:27:54 +0000 (04:27 -0800)]
lint

SCCS-vsn: sys/kern/subr_xxx.c 7.3
SCCS-vsn: sys/tahoe/vba/vbavar.h 1.4
SCCS-vsn: sys/tahoe/vba/cy.c 1.8
SCCS-vsn: sys/tahoe/vba/dr.c 1.6
SCCS-vsn: sys/tahoe/vba/vbaparam.h 1.3
SCCS-vsn: sys/tahoe/vba/ik.c 1.4
SCCS-vsn: sys/tahoe/if/if_ace.c 1.12
SCCS-vsn: sys/tahoe/if/if_enp.c 1.3
SCCS-vsn: sys/tahoe/if/if_enpreg.h 1.3
SCCS-vsn: sys/deprecated/kdb/defs.h 7.4
SCCS-vsn: sys/deprecated/kdb/kdb_access.c 7.3
SCCS-vsn: sys/deprecated/kdb/kdb_command.c 7.3
SCCS-vsn: sys/deprecated/kdb/kdb_ctype.c 7.2
SCCS-vsn: sys/deprecated/kdb/kdb_expr.c 7.4
SCCS-vsn: sys/deprecated/kdb/kdb_format.c 7.4
SCCS-vsn: sys/deprecated/kdb/kdb_input.c 7.3
SCCS-vsn: sys/deprecated/kdb/kdb_message.c 7.3
SCCS-vsn: sys/deprecated/kdb/kdb_output.c 7.2
SCCS-vsn: sys/deprecated/kdb/kdb_pcs.c 7.2
SCCS-vsn: sys/deprecated/kdb/kdb_print.c 7.5
SCCS-vsn: sys/deprecated/kdb/kdb_runpcs.c 7.3
SCCS-vsn: sys/deprecated/kdb/kdb_sym.c 7.2
SCCS-vsn: sys/deprecated/kdb/kdb_trap.c 7.5
SCCS-vsn: sys/tahoe/tahoe/Locore.c 1.3
SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.9
SCCS-vsn: sys/tahoe/tahoe/kdb_machdep.c 7.3
SCCS-vsn: sys/tahoe/tahoe/kdb_opset.c 7.3
SCCS-vsn: sys/tahoe/include/kdbparam.h 7.5
SCCS-vsn: sys/tahoe/tahoe/machdep.c 1.9
SCCS-vsn: sys/tahoe/tahoe/mem.c 1.4
SCCS-vsn: sys/tahoe/tahoe/trap.c 1.7
SCCS-vsn: sys/tahoe/tahoe/vm_machdep.c 1.7

37 years agoall statistics are unsigned
Sam Leffler [Tue, 16 Dec 1986 09:10:42 +0000 (01:10 -0800)]
all statistics are unsigned

SCCS-vsn: usr.bin/netstat/inet.c 5.6
SCCS-vsn: usr.bin/netstat/ns.c 5.5
SCCS-vsn: usr.bin/netstat/route.c 5.8

37 years agoincrease FRAGTTL
Mike Karels [Tue, 16 Dec 1986 02:10:38 +0000 (18:10 -0800)]
increase FRAGTTL

SCCS-vsn: sys/netinet/ip.h 7.3

37 years agoadd missing MMAP code from merge
Sam Leffler [Mon, 15 Dec 1986 06:52:28 +0000 (22:52 -0800)]
add missing MMAP code from merge

SCCS-vsn: sys/kern/kern_sig.c 7.3

37 years agoadd new gtco types; generalize in-proximity status bit (from pixar!sam)
Sam Leffler [Mon, 15 Dec 1986 06:52:07 +0000 (22:52 -0800)]
add new gtco types; generalize in-proximity status bit (from pixar!sam)

SCCS-vsn: sys/kern/tty_tb.c 7.3

37 years agoadd new gtco types (from pixar!sam)
Sam Leffler [Mon, 15 Dec 1986 06:49:46 +0000 (22:49 -0800)]
add new gtco types (from pixar!sam)

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

37 years agofixed allocation alignment for Power 6.
Keith Bostic [Sat, 13 Dec 1986 04:41:55 +0000 (20:41 -0800)]
fixed allocation alignment for Power 6.

SCCS-vsn: usr.bin/mail/strings.c 5.3

37 years agoput tabs back; change address modifier since i/o buffer
Sam Leffler [Fri, 12 Dec 1986 00:29:21 +0000 (16:29 -0800)]
put tabs back; change address modifier since i/o buffer
might be anywhere in physical memory (also avoid overlap with dumb
24-bit devices); fix backwards mtpr; autoconfig interrupt vector

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

37 years agoput tacbs back; delete fixed interrupt vector base and address modifier definition
Sam Leffler [Fri, 12 Dec 1986 00:28:19 +0000 (16:28 -0800)]
put tacbs back; delete fixed interrupt vector base and address modifier definition

SCCS-vsn: sys/tahoe/vba/ikreg.h 1.2

37 years agogeneral speedups with larger buffers and bcmp
Keith Bostic [Thu, 11 Dec 1986 22:24:06 +0000 (14:24 -0800)]
general speedups with larger buffers and bcmp

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

37 years agostrip parity if we're not using eight-bit stuff
Sam Leffler [Thu, 11 Dec 1986 09:36:42 +0000 (01:36 -0800)]
strip parity if we're not using eight-bit stuff

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.12

37 years agogeneral cleanup
Keith Bostic [Thu, 11 Dec 1986 09:00:20 +0000 (01:00 -0800)]
general cleanup

SCCS-vsn: usr.bin/who/who.c 5.2
SCCS-vsn: usr.bin/who/who.1 6.2

37 years agodocument the argument file
Keith Bostic [Wed, 10 Dec 1986 23:04:24 +0000 (15:04 -0800)]
document the argument file

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

37 years agoremoved duplicates from output list, general cleanup
Keith Bostic [Wed, 10 Dec 1986 23:01:08 +0000 (15:01 -0800)]
removed duplicates from output list, general cleanup

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

37 years agoadded hostname capability
Keith Bostic [Wed, 10 Dec 1986 21:58:35 +0000 (13:58 -0800)]
added hostname capability

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

37 years agoadded -f flag, hosts args, general cleanup
Keith Bostic [Wed, 10 Dec 1986 21:53:17 +0000 (13:53 -0800)]
added -f flag, hosts args, general cleanup

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

37 years agowell, I started looking at this to add a flag to allow the use of a
Keith Bostic [Wed, 10 Dec 1986 14:14:52 +0000 (06:14 -0800)]
well, I started looking at this to add a flag to allow the use of a
file other than /usr/adm/wtmp.  The code was pretty bad.  Don't diff
this version against any of the previous ones.

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

37 years agoadded last to "see also" list
Keith Bostic [Wed, 10 Dec 1986 10:52:37 +0000 (02:52 -0800)]
added last to "see also" list

SCCS-vsn: share/man/man5/utmp.5 6.3

37 years agobug report 4.3BSD/bin/37; pr can mis-print first char on page
Keith Bostic [Wed, 10 Dec 1986 06:33:32 +0000 (22:33 -0800)]
bug report 4.3BSD/bin/37; pr can mis-print first char on page

SCCS-vsn: old/pr/pr.c 4.6

37 years agoul outputs wrong character in overstruck sequence; bug report 4.3BSD/ucb/49
Keith Bostic [Wed, 10 Dec 1986 06:28:51 +0000 (22:28 -0800)]
ul outputs wrong character in overstruck sequence; bug report 4.3BSD/ucb/49

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

37 years agobug report 4.3BSD/games/7
Keith Bostic [Wed, 10 Dec 1986 06:13:31 +0000 (22:13 -0800)]
bug report 4.3BSD/games/7

SCCS-vsn: games/fortune/fortune/fortune.c 5.2

37 years agodate and time created 86/12/09 13:53:43 by bostic
Keith Bostic [Wed, 10 Dec 1986 05:53:43 +0000 (21:53 -0800)]
date and time created 86/12/09 13:53:43 by bostic

SCCS-vsn: games/fortune/unstr/unstr.c 5.1

37 years agodate and time created 86/12/09 13:53:42 by bostic
Keith Bostic [Wed, 10 Dec 1986 05:53:42 +0000 (21:53 -0800)]
date and time created 86/12/09 13:53:42 by bostic

SCCS-vsn: games/fortune/strfile/strfile.h 5.1

37 years agodate and time created 86/12/09 13:53:41 by bostic
Keith Bostic [Wed, 10 Dec 1986 05:53:41 +0000 (21:53 -0800)]
date and time created 86/12/09 13:53:41 by bostic

SCCS-vsn: games/fortune/strfile/strfile.c 5.1

37 years agodate and time created 86/12/09 13:53:39 by bostic
Keith Bostic [Wed, 10 Dec 1986 05:53:39 +0000 (21:53 -0800)]
date and time created 86/12/09 13:53:39 by bostic

SCCS-vsn: games/fortune/rnd.c 5.1

37 years agodate and time created 86/12/09 13:51:27 by bostic
Keith Bostic [Wed, 10 Dec 1986 05:51:27 +0000 (21:51 -0800)]
date and time created 86/12/09 13:51:27 by bostic

SCCS-vsn: games/fortune/fortune/fortune.c 5.1

37 years agotypo in the nlist sanity checking; bug report 4.3BSD/ucb/50
Keith Bostic [Wed, 10 Dec 1986 05:43:04 +0000 (21:43 -0800)]
typo in the nlist sanity checking; bug report 4.3BSD/ucb/50

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

37 years agoRshd sets nonblocking mode on wrong file descriptor
Kirk McKusick [Wed, 10 Dec 1986 03:30:11 +0000 (19:30 -0800)]
Rshd sets nonblocking mode on wrong file descriptor
(from 4.3BSD/etc/31, serge)

SCCS-vsn: libexec/rshd/rshd.c 5.8

37 years agomust output external declaration for devices w/o interrupts
Sam Leffler [Wed, 10 Dec 1986 02:57:23 +0000 (18:57 -0800)]
must output external declaration for devices w/o interrupts

SCCS-vsn: usr.sbin/config/mkioconf.c 5.4

37 years agodate and time created 86/12/08 20:05:32 by karels
Mike Karels [Tue, 9 Dec 1986 12:05:32 +0000 (04:05 -0800)]
date and time created 86/12/08 20:05:32 by karels

SCCS-vsn: sys/tahoe/include/cpu.h 1.1

37 years agosupport devices w/o interrupt vectors; track and check for
Sam Leffler [Tue, 9 Dec 1986 11:08:18 +0000 (03:08 -0800)]
support devices w/o interrupt vectors; track and check for
overlapping devices in mapped region of VERSAbus; use 32-bit i/o
addresses to allow devices outside mapped region to be specified in
configuration files

SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.8

37 years agoadd description and macros for VERSAbus segmentation; add
Sam Leffler [Tue, 9 Dec 1986 11:06:59 +0000 (03:06 -0800)]
add description and macros for VERSAbus segmentation; add
stuff for better autoconfiguration

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

37 years agodate and time created 86/12/07 22:12:17 by sam
Sam Leffler [Mon, 8 Dec 1986 14:12:17 +0000 (06:12 -0800)]
date and time created 86/12/07 22:12:17 by sam

SCCS-vsn: lib/libc/sys/mmap.s 5.1

37 years agosome VERSAbus devices don't generate interrupts
Sam Leffler [Mon, 8 Dec 1986 04:05:15 +0000 (20:05 -0800)]
some VERSAbus devices don't generate interrupts

SCCS-vsn: usr.sbin/config/mkioconf.c 5.3

37 years agono longer need tahoe bogosity
Sam Leffler [Sun, 7 Dec 1986 14:34:53 +0000 (06:34 -0800)]
no longer need tahoe bogosity

SCCS-vsn: sys/conf/param.c 7.3

37 years agoset interval timer value at boot time according to hz
Sam Leffler [Sun, 7 Dec 1986 14:34:36 +0000 (06:34 -0800)]
set interval timer value at boot time according to hz

SCCS-vsn: sys/tahoe/tahoe/clock.c 1.3
SCCS-vsn: sys/tahoe/include/clock.h 1.3
SCCS-vsn: sys/tahoe/tahoe/cons.c 1.5
SCCS-vsn: sys/tahoe/tahoe/cp.h 1.2

37 years agohide tahoe-ism in enablertclock(); call startrtclock so tahoe can set interval timer
Sam Leffler [Sun, 7 Dec 1986 14:33:55 +0000 (06:33 -0800)]
hide tahoe-ism in enablertclock(); call startrtclock so tahoe can set interval timer

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