unix-history/.git
38 years agoadd res_skip for skipping along packets and RR's
Kevin Dunlap [Thu, 9 Jan 1986 12:09:16 +0000 (04:09 -0800)]
add res_skip for skipping along packets and RR's

SCCS-vsn: lib/libc/net/res_comp.c 6.3

38 years agoprint value of new trailer flag
Mike Karels [Thu, 9 Jan 1986 12:04:26 +0000 (04:04 -0800)]
print value of new trailer flag

SCCS-vsn: usr.sbin/arp/arp.c 1.4

38 years agomake dup defs from file.h be textually the same so cpp doesn't bitch.
Jay Lepreau [Thu, 9 Jan 1986 10:20:43 +0000 (02:20 -0800)]
make dup defs from file.h be textually the same so cpp doesn't bitch.
Probably ought to #infdef them but that would mean changing file.h too.

SCCS-vsn: sys/sys/fcntl.h 5.2

38 years agocheck if exceeding number of scratch files mktemp will make.
Jerry Berkman [Thu, 9 Jan 1986 08:49:41 +0000 (00:49 -0800)]
check if exceeding number of scratch files mktemp will make.

SCCS-vsn: usr.bin/f77/libI77/open.c 5.2

38 years agorm bbnnet
Mike Karels [Thu, 9 Jan 1986 06:29:48 +0000 (22:29 -0800)]
rm bbnnet

SCCS-vsn: sys/vax/vax/locore.s 6.33
SCCS-vsn: sys/vax/if/if_dmc.c 6.9

38 years agorm bbnnet, pup
Mike Karels [Thu, 9 Jan 1986 06:22:09 +0000 (22:22 -0800)]
rm bbnnet, pup

SCCS-vsn: sys/kern/uipc_domain.c 6.9

38 years ago/usr/lib/whatis moves to /usr/man/whatis
Kirk McKusick [Thu, 9 Jan 1986 06:14:19 +0000 (22:14 -0800)]
/usr/lib/whatis moves to /usr/man/whatis

SCCS-vsn: usr.bin/whatis/whatis.1 6.2
SCCS-vsn: usr.bin/apropos/apropos.1 6.2

38 years agoone of the bugs has been fixed
Kirk McKusick [Thu, 9 Jan 1986 05:51:08 +0000 (21:51 -0800)]
one of the bugs has been fixed

SCCS-vsn: share/man/man5/passwd.5 6.2

38 years agoSIGUSR does not cause a core dump if not caught or ignored
Kirk McKusick [Thu, 9 Jan 1986 05:39:38 +0000 (21:39 -0800)]
SIGUSR does not cause a core dump if not caught or ignored

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

38 years agoadd SIGUSR1 and SIGUSR2
Kirk McKusick [Thu, 9 Jan 1986 05:32:40 +0000 (21:32 -0800)]
add SIGUSR1 and SIGUSR2

SCCS-vsn: lib/libc/compat-43/sigvec.2 6.3

38 years agoAdd MX record
Kevin Dunlap [Thu, 9 Jan 1986 03:28:16 +0000 (19:28 -0800)]
Add MX record

SCCS-vsn: lib/libc/net/res_debug.c 5.9
SCCS-vsn: include/arpa/nameser.h 5.9

38 years agoAdded econvert() to the list of faked PCC functions. We want to see the
Donn Seeley [Wed, 8 Jan 1986 18:35:08 +0000 (10:35 -0800)]
Added econvert() to the list of faked PCC functions.  We want to see the
real enum types downstream, not the 'equivalent' integer values.

SCCS-vsn: old/pcc/lint/lpass1/macdefs.h 1.5

38 years agoAdded tests for negative constant shifts.
Donn Seeley [Wed, 8 Jan 1986 18:31:17 +0000 (10:31 -0800)]
Added tests for negative constant shifts.

SCCS-vsn: old/pcc/lint/lpass1/lint.c 1.8

38 years agoCatch more instances of 'ashl $1,A,A' => 'addl2 A,A'.
Donn Seeley [Wed, 8 Jan 1986 18:22:58 +0000 (10:22 -0800)]
Catch more instances of 'ashl $1,A,A' => 'addl2 A,A'.

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

38 years agodate and time created 86/01/08 02:10:21 by donn
Donn Seeley [Wed, 8 Jan 1986 18:10:21 +0000 (10:10 -0800)]
date and time created 86/01/08 02:10:21 by donn

SCCS-vsn: old/pcc/ccom.vax/INFO 5.1

38 years agodate and time created 86/01/08 02:08:07 by donn
Donn Seeley [Wed, 8 Jan 1986 18:08:07 +0000 (10:08 -0800)]
date and time created 86/01/08 02:08:07 by donn

SCCS-vsn: old/pcc/ccom.vax/DEBUGS 5.1

38 years ago(1) Delete SPRECC table stuff for unsigned => float; this is done in
Donn Seeley [Wed, 8 Jan 1986 17:54:01 +0000 (09:54 -0800)]
(1) Delete SPRECC table stuff for unsigned => float; this is done in
zzzcode() now.  (2) Add a table entry for assignment ops with unbalanced
types (integer *= float).

SCCS-vsn: old/pcc/ccom.vax/table.c 1.13

38 years agoMake genargs more persistent when trying to convert structure arguments.
Donn Seeley [Wed, 8 Jan 1986 17:46:41 +0000 (09:46 -0800)]
Make genargs more persistent when trying to convert structure arguments.

SCCS-vsn: old/pcc/ccom.vax/order.c 1.7

38 years ago(1) Modified zzzcode() to pick up unsigned int => float/double conversions
Donn Seeley [Wed, 8 Jan 1986 17:39:13 +0000 (09:39 -0800)]
(1) Modified zzzcode() to pick up unsigned int => float/double conversions
and produce correct code.  (2) Added 'G' entry under zzzcode() to handle
assignment ops with unbalanced operand types (integer *= float).  (3) Don't
fold scalar and pointer conversions -- there are actually two kinds of
nodes whose semantics changes with type.

SCCS-vsn: old/pcc/ccom.vax/local2.c 1.13

38 years ago(1) Make 'integer *= float' work right -- pass such asgops on to the back
Donn Seeley [Wed, 8 Jan 1986 17:14:35 +0000 (09:14 -0800)]
(1) Make 'integer *= float' work right -- pass such asgops on to the back
end without attempting to balance their types.  (2) Allow econvert() to be
defined as a macro.  Lint uses this to avoid converting enum types.

SCCS-vsn: old/pcc/mip/trees.c 4.10

38 years agoBetter error reporting for undefined structures. You used to get
Donn Seeley [Wed, 8 Jan 1986 17:06:55 +0000 (09:06 -0800)]
Better error reporting for undefined structures.  You used to get
'unknown size' for uninitialized undefined structures and a compiler
error if you tried to initialize one...

SCCS-vsn: old/pcc/mip/pftn.c 1.10

38 years ago(1) Deleted arguable 'i << 1' => 'i + i' optimization -- this enables
Donn Seeley [Wed, 8 Jan 1986 16:36:03 +0000 (08:36 -0800)]
(1) Deleted arguable 'i << 1' => 'i + i' optimization -- this enables
'register short *sp; register int i; sp[i]' to be done with a VAX indexing
mode.  (2) Added an optimization that converts constant negative shifts of
unsigned variables into positive shifts in the opposite direction.

SCCS-vsn: old/pcc/mip/optim.c 4.7

38 years agoExtended the test in usable() for operations that require register pairs.
Donn Seeley [Wed, 8 Jan 1986 16:25:13 +0000 (08:25 -0800)]
Extended the test in usable() for operations that require register pairs.
Assignments of the form 'i *= d' require that the register temporary be
a register pair -- the lhs must be widened.

SCCS-vsn: old/pcc/mip/allo.c 4.8

38 years agomust insure bus errors and ksp not valid signals are handled
Sam Leffler [Wed, 8 Jan 1986 15:15:53 +0000 (07:15 -0800)]
must insure bus errors and ksp not valid signals are handled
on the kernel stack (rather than the interrupt stack); do this by posting
an ast and reentering the kernel to service the posted signal on the kernel stack

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

38 years ago(1) Fix bugs with GOTOs from an inner loop into an outer loop.
Donn Seeley [Wed, 8 Jan 1986 13:07:33 +0000 (05:07 -0800)]
(1) Fix bugs with GOTOs from an inner loop into an outer loop.
(2) Pick up redundant register moves when address registers (STGPREG) are
involved.

SCCS-vsn: usr.bin/f77/pass1.vax/regalloc.c 5.4

38 years ago(1) Pick up CHARACTER*(*) declarations for variables which aren't dummy
Donn Seeley [Wed, 8 Jan 1986 12:58:58 +0000 (04:58 -0800)]
(1) Pick up CHARACTER*(*) declarations for variables which aren't dummy
arguments, and complain about them.  (2) We can't commit to defining a symbol
as a variable instead of a function based only on what we have seen through
the declaration section; this was properly handled for normal variables but
not for arguments.

SCCS-vsn: usr.bin/f77/pass1.vax/proc.c 5.5

38 years agoPrevent core dumps for peculiar statement numbers.
Donn Seeley [Wed, 8 Jan 1986 11:55:40 +0000 (03:55 -0800)]
Prevent core dumps for peculiar statement numbers.

SCCS-vsn: usr.bin/f77/pass1.vax/misc.c 5.2

38 years agoFix the scanning for character constants in gettok() so that it handles
Donn Seeley [Wed, 8 Jan 1986 11:46:40 +0000 (03:46 -0800)]
Fix the scanning for character constants in gettok() so that it handles
the case when an error has occurred and there is no closing quote.

SCCS-vsn: usr.bin/f77/pass1.vax/lex.c 5.3

38 years agoDon't permit more than one 'positional iocontrol' parameter unless we
Donn Seeley [Wed, 8 Jan 1986 11:40:03 +0000 (03:40 -0800)]
Don't permit more than one 'positional iocontrol' parameter unless we
are doing a READ or a WRITE.

SCCS-vsn: usr.bin/f77/pass1.vax/io.c 5.2

38 years agouse select on exceptional condition on pty to detect flush faster
Mike Karels [Wed, 8 Jan 1986 11:29:32 +0000 (03:29 -0800)]
use select on exceptional condition on pty to detect flush faster

SCCS-vsn: libexec/rlogind/rlogind.c 5.10

38 years agoPermit CHARACTER*(n) in function declarations by eliminating parentheses
Donn Seeley [Wed, 8 Jan 1986 11:27:36 +0000 (03:27 -0800)]
Permit CHARACTER*(n) in function declarations by eliminating parentheses
more appropriately.

SCCS-vsn: usr.bin/f77/pass1.vax/gram.expr 5.2

38 years agoInsist on parser state INEXEC after seeing an executable statement.
Donn Seeley [Wed, 8 Jan 1986 11:23:39 +0000 (03:23 -0800)]
Insist on parser state INEXEC after seeing an executable statement.
This limits statement functions to parser state INDATA.

SCCS-vsn: usr.bin/f77/pass1.vax/gram.exec 5.2

38 years ago(1) Enforce more strict ordering of specification statements, per the
Donn Seeley [Wed, 8 Jan 1986 11:18:15 +0000 (03:18 -0800)]
(1) Enforce more strict ordering of specification statements, per the
standard.  (2) Rule out CHARACTER*(*) declarations in main programs.

SCCS-vsn: usr.bin/f77/pass1.vax/gram.dcl 5.3

38 years ago(1) Lots of changes for handling hardware errors which can crop up
Donn Seeley [Wed, 8 Jan 1986 11:05:26 +0000 (03:05 -0800)]
(1) Lots of changes for handling hardware errors which can crop up
when evaluating constant expressions.  (2) Don't optimize first/last char
values when they contain function calls or array references.  (3)  Name
the offending subroutine when it's used as a function.  (4) Fix bug in
mklhs() that caused the 'first character' substring parameter to be
evaluated twice.

SCCS-vsn: usr.bin/f77/pass1.vax/expr.c 5.5

38 years ago(1) Assignment statements are executable statements -- advance
Donn Seeley [Wed, 8 Jan 1986 10:48:51 +0000 (02:48 -0800)]
(1) Assignment statements are executable statements -- advance
the magic parser state to forbid DATA statements and statement functions.
(2) Complain about calls to things which aren't subroutines.

SCCS-vsn: usr.bin/f77/pass1.vax/exec.c 5.5

38 years agoDynamically allocate buffer; add lint fixes.
Donn Seeley [Wed, 8 Jan 1986 10:18:55 +0000 (02:18 -0800)]
Dynamically allocate buffer; add lint fixes.

SCCS-vsn: usr.bin/f77/f77.vax/f77.c 5.3

38 years agodocument E field in qf file, NDBM flag; misc. cleanup
Eric Allman [Wed, 8 Jan 1986 08:22:01 +0000 (00:22 -0800)]
document E field in qf file, NDBM flag; misc. cleanup

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 5.4

38 years agomake ruptime less technophobic (from whm%arizona.csnet@CSNET-RELAY.ARPA)
Kirk McKusick [Wed, 8 Jan 1986 07:18:42 +0000 (23:18 -0800)]
make ruptime less technophobic (from whm%arizona.csnet@CSNET-RELAY.ARPA)

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

38 years agoadd `dx' to enable DECCTLQ (from muller@nprdc.arpa)
Kirk McKusick [Wed, 8 Jan 1986 07:14:13 +0000 (23:14 -0800)]
add `dx' to enable DECCTLQ (from muller@nprdc.arpa)

SCCS-vsn: libexec/getty/gettytab.5 6.2

38 years agoset DECCTLQ on specifc lines with getty (from muller@nprdc.arpa)
Kirk McKusick [Wed, 8 Jan 1986 07:10:07 +0000 (23:10 -0800)]
set DECCTLQ on specifc lines with getty (from muller@nprdc.arpa)

SCCS-vsn: libexec/getty/init.c 5.2
SCCS-vsn: libexec/getty/gettytab.h 5.2
SCCS-vsn: libexec/getty/subr.c 5.4

38 years agotcp packet with options corrupts mbufs (from lcc.richard@locus.ucla.edu)
Kirk McKusick [Wed, 8 Jan 1986 06:40:20 +0000 (22:40 -0800)]
tcp packet with options corrupts mbufs (from lcc.richard@locus.ucla.edu)

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

38 years agofix for configuring multiple units (from Terry Slattery)
Kirk McKusick [Wed, 8 Jan 1986 06:31:50 +0000 (22:31 -0800)]
fix for configuring multiple units (from Terry Slattery)

SCCS-vsn: sys/vax/if/if_ex.c 6.10

38 years agoint => uid_t and int => gid_t
Kirk McKusick [Wed, 8 Jan 1986 06:11:58 +0000 (22:11 -0800)]
int => uid_t and int => gid_t

SCCS-vsn: lib/libc/sys/setuid.2 6.2
SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.29

38 years agoint => gid_t
Kirk McKusick [Wed, 8 Jan 1986 06:04:29 +0000 (22:04 -0800)]
int => gid_t

SCCS-vsn: lib/libc/sys/getgid.2 6.2
SCCS-vsn: lib/libc/sys/Xsetregid.2 6.2

38 years agoint => uid_t
Donn Seeley [Wed, 8 Jan 1986 06:03:28 +0000 (22:03 -0800)]
int => uid_t

SCCS-vsn: lib/libc/compat-43/setreuid.2 6.2

38 years agoint => uid_t
Kirk McKusick [Wed, 8 Jan 1986 06:02:17 +0000 (22:02 -0800)]
int => uid_t

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

38 years agoadd SOCK_SEQPACKET info (checked in for sklower)
Kirk McKusick [Wed, 8 Jan 1986 06:01:21 +0000 (22:01 -0800)]
add SOCK_SEQPACKET info (checked in for sklower)

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

38 years agomake non standard numbers in a range to give standard numbers room to grow
Kevin Dunlap [Wed, 8 Jan 1986 05:53:42 +0000 (21:53 -0800)]
make non standard numbers in a range to give standard numbers room to grow

SCCS-vsn: include/arpa/nameser.h 5.8

38 years agoadd resolver(5)
Kevin Dunlap [Wed, 8 Jan 1986 05:38:37 +0000 (21:38 -0800)]
add resolver(5)

SCCS-vsn: lib/libc/net/resolver.3 1.3

38 years agoRemove bugs section
Kevin Dunlap [Wed, 8 Jan 1986 05:35:31 +0000 (21:35 -0800)]
Remove bugs section

SCCS-vsn: share/man/man5/resolver.5 5.2

38 years agodate and time created 86/01/07 13:30:55 by kjd
Kevin Dunlap [Wed, 8 Jan 1986 05:30:55 +0000 (21:30 -0800)]
date and time created 86/01/07 13:30:55 by kjd

SCCS-vsn: share/man/man5/resolver.5 5.1

38 years agomerge ditroff version; add ideal, pic, and gremlin support;
Eric Allman [Wed, 8 Jan 1986 05:23:31 +0000 (21:23 -0800)]
merge ditroff version; add ideal, pic, and gremlin support;
add .lh macro to get letterhead (uses letterhead.me); adjust .bi

SCCS-vsn: share/me/tmac.orig_me 2.24

38 years agodate and time created 86/01/07 13:20:54 by eric
Eric Allman [Wed, 8 Jan 1986 05:20:54 +0000 (21:20 -0800)]
date and time created 86/01/07 13:20:54 by eric

SCCS-vsn: share/me/letterhead.me 2.1

38 years agoformat fix
Kirk McKusick [Wed, 8 Jan 1986 04:43:08 +0000 (20:43 -0800)]
format fix

SCCS-vsn: old/tar/tar.1 6.3

38 years agosave size to avoid free/malloc continuously (from terry@randgr.arpa)
Kirk McKusick [Wed, 8 Jan 1986 04:27:59 +0000 (20:27 -0800)]
save size to avoid free/malloc continuously (from terry@randgr.arpa)

SCCS-vsn: usr.sbin/rmt/rmt.c 5.2

38 years agoeveryone wants to rename calls to callf (or similar), make it just findcall
Sam Leffler [Tue, 7 Jan 1986 16:05:01 +0000 (08:05 -0800)]
everyone wants to rename calls to callf (or similar), make it just findcall

SCCS-vsn: usr.bin/gprof/Makefile 5.3
SCCS-vsn: usr.bin/gprof/arcs.c 5.3
SCCS-vsn: usr.bin/gprof/tahoe.c 1.2
SCCS-vsn: usr.bin/gprof/vax.c 5.3

38 years agodate and time created 86/01/07 00:01:12 by sam
Sam Leffler [Tue, 7 Jan 1986 16:01:12 +0000 (08:01 -0800)]
date and time created 86/01/07 00:01:12 by sam

SCCS-vsn: usr.bin/gprof/tahoe.c 1.1

38 years agodate and time created 86/01/07 00:01:11 by sam
Sam Leffler [Tue, 7 Jan 1986 16:01:11 +0000 (08:01 -0800)]
date and time created 86/01/07 00:01:11 by sam

SCCS-vsn: usr.bin/gprof/tahoe.h 1.1

38 years agoCALLSDEBUG -> CALLDEBUG
Sam Leffler [Tue, 7 Jan 1986 16:01:04 +0000 (08:01 -0800)]
CALLSDEBUG -> CALLDEBUG

SCCS-vsn: usr.bin/gprof/vax.c 5.2

38 years agoadd tahoe; CALLSDEBUG -> CALLDEBUG (so folks won't think they must redefine)
Sam Leffler [Tue, 7 Jan 1986 16:00:53 +0000 (08:00 -0800)]
add tahoe; CALLSDEBUG -> CALLDEBUG (so folks won't think they must redefine)

SCCS-vsn: usr.bin/gprof/gprof.h 5.2

38 years agoadd tahoe
Sam Leffler [Tue, 7 Jan 1986 11:50:45 +0000 (03:50 -0800)]
add tahoe

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

38 years agomore fixes from rick adams
Jim Bloom [Tue, 7 Jan 1986 07:02:30 +0000 (23:02 -0800)]
more fixes from rick adams

SCCS-vsn: usr.bin/uucp/DOC/CHANGES 5.5
SCCS-vsn: usr.bin/uucp/uucico/cico.c 5.11
SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.13
SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.9
SCCS-vsn: usr.bin/uucp/uucico/imsg.c 5.3
SCCS-vsn: usr.bin/uucp/uucico/pk.h 5.4
SCCS-vsn: usr.bin/uucp/uucico/pk0.c 5.5
SCCS-vsn: usr.bin/uucp/uucico/pk1.c 5.7
SCCS-vsn: usr.bin/uucp/includes/uucp.h 5.10

38 years agocheck for error on socket()
Kirk McKusick [Tue, 7 Jan 1986 06:12:04 +0000 (22:12 -0800)]
check for error on socket()

SCCS-vsn: sbin/routed/main.c 5.5

38 years ago``rm -f'' produces no error message (from whm%arizona.csnet)
Kirk McKusick [Tue, 7 Jan 1986 05:51:58 +0000 (21:51 -0800)]
``rm -f'' produces no error message (from whm%arizona.csnet)

SCCS-vsn: bin/rm/rm.c 4.18

38 years agocleanup for various compilation flags and reasonable organization
Eric Allman [Mon, 6 Jan 1986 11:57:07 +0000 (03:57 -0800)]
cleanup for various compilation flags and reasonable organization

SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.7
SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.13
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.17
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.8

38 years agoX indicates that the program was terminated by some signal
Kirk McKusick [Mon, 6 Jan 1986 11:09:04 +0000 (03:09 -0800)]
X indicates that the program was terminated by some signal

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

38 years agoneed pte.h for SYSPTSIZE+USRPTSIZE (remove include spec's to ../h)
Sam Leffler [Mon, 6 Jan 1986 11:01:18 +0000 (03:01 -0800)]
need pte.h for SYSPTSIZE+USRPTSIZE (remove include spec's to ../h)

SCCS-vsn: sys/tahoe/tahoe/genassym.c 1.2

38 years ago1st working version (mostly)
Sam Leffler [Mon, 6 Jan 1986 10:53:22 +0000 (02:53 -0800)]
1st working version (mostly)

SCCS-vsn: sys/tahoe/if/if_ace.c 1.2
SCCS-vsn: sys/tahoe/conf/Makefile.tahoe 1.2

38 years agoworking (mostly)
Sam Leffler [Mon, 6 Jan 1986 10:51:13 +0000 (02:51 -0800)]
working (mostly)

SCCS-vsn: sys/tahoe/math/Kaddd.s 1.3
SCCS-vsn: sys/tahoe/math/Kaddf.s 1.3
SCCS-vsn: sys/tahoe/math/Katanf.s 1.3
SCCS-vsn: sys/tahoe/math/Kcmpd.s 1.3
SCCS-vsn: sys/tahoe/math/Kcmpf.s 1.3
SCCS-vsn: sys/tahoe/math/Kcvtdl.s 1.3
SCCS-vsn: sys/tahoe/math/Kcvtfl.s 1.3
SCCS-vsn: sys/tahoe/math/Kcvtld.s 1.3
SCCS-vsn: sys/tahoe/math/Kcvtlf.s 1.3
SCCS-vsn: sys/tahoe/math/Kdivd.s 1.3
SCCS-vsn: sys/tahoe/math/Kdivf.s 1.3
SCCS-vsn: sys/tahoe/math/Kexpf.s 1.3
SCCS-vsn: sys/tahoe/math/Kfnorm.s 1.3
SCCS-vsn: sys/tahoe/math/Kfp_exp.s 1.3
SCCS-vsn: sys/tahoe/math/Kfp_mvtoacc.s 1.3
SCCS-vsn: sys/tahoe/math/Kfrexpd.s 1.3
SCCS-vsn: sys/tahoe/math/Kfrexpf.s 1.3
SCCS-vsn: sys/tahoe/math/Kldexpf.s 1.3
SCCS-vsn: sys/tahoe/math/Klogf.s 1.3
SCCS-vsn: sys/tahoe/math/Kmodf.s 1.3
SCCS-vsn: sys/tahoe/math/Kmuld.s 1.3
SCCS-vsn: sys/tahoe/math/Kmulf.s 1.3
SCCS-vsn: sys/tahoe/math/Knegd.s 1.3
SCCS-vsn: sys/tahoe/math/Knegf.s 1.3
SCCS-vsn: sys/tahoe/math/Ksfnorm.s 1.3
SCCS-vsn: sys/tahoe/math/Ksfp_exp.s 1.3
SCCS-vsn: sys/tahoe/math/Ksinfcosf.s 1.3
SCCS-vsn: sys/tahoe/math/Ksqrtf.s 1.3
SCCS-vsn: sys/tahoe/math/Ksubd.s 1.3
SCCS-vsn: sys/tahoe/math/Ksubf.s 1.3

38 years ago1st working version (mostly)
Sam Leffler [Mon, 6 Jan 1986 10:50:04 +0000 (02:50 -0800)]
1st working version (mostly)

SCCS-vsn: sys/tahoe/inline/langpats.c 1.2
SCCS-vsn: sys/tahoe/inline/libcpats.c 1.2
SCCS-vsn: sys/tahoe/inline/machdep.c 1.2
SCCS-vsn: sys/tahoe/inline/machpats.c 1.2
SCCS-vsn: sys/tahoe/inline/main.c 1.2

38 years agorewrite reply-to and resent-reply-to; save errorqueueu in qf file;
Eric Allman [Mon, 6 Jan 1986 10:49:17 +0000 (02:49 -0800)]
rewrite reply-to and resent-reply-to; save errorqueueu in qf file;
some performance hacking; some alias handling cleanup; delete leading
spaces from SMTP lines

SCCS-vsn: usr.sbin/sendmail/src/stats.c 5.7
SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.9
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.39
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.18

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

SCCS-vsn: sys/tahoe/tahoe/symbols.raw 1.1

38 years agorewrite reply-to and resent-reply-to; save errorqueueu in qf file;
Eric Allman [Mon, 6 Jan 1986 10:48:12 +0000 (02:48 -0800)]
rewrite reply-to and resent-reply-to; save errorqueueu in qf file;
some performance hacking; some alias handling cleanup; delete leading
spaces from SMTP lines

SCCS-vsn: usr.sbin/sendmail/src/conf.c 5.12
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.19

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

SCCS-vsn: sys/tahoe/tahoe/genassym.c 1.1
SCCS-vsn: sys/tahoe/tahoe/sys_machdep.c 1.1

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

SCCS-vsn: sys/tahoe/include/trap.h 1.1
SCCS-vsn: sys/tahoe/tahoe/scb.s 1.1
SCCS-vsn: sys/tahoe/tahoe/udiv.s 1.1

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

SCCS-vsn: sys/tahoe/tahoe/rpb.h 1.1
SCCS-vsn: sys/tahoe/tahoe/scb.h 1.1

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

SCCS-vsn: sys/tahoe/include/mtpr.h 1.1
SCCS-vsn: sys/tahoe/include/reg.h 1.1

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

SCCS-vsn: sys/tahoe/include/param.h 1.1
SCCS-vsn: sys/tahoe/tahoe/mem.h 1.1

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

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

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

SCCS-vsn: sys/tahoe/tahoe/SYS.h 1.1
SCCS-vsn: sys/tahoe/tahoe/cp.h 1.1

38 years ago1st working version
Sam Leffler [Mon, 6 Jan 1986 10:42:49 +0000 (02:42 -0800)]
1st working version

SCCS-vsn: sys/tahoe/tahoe/Locore.c 1.2
SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.2
SCCS-vsn: sys/tahoe/tahoe/clock.c 1.2
SCCS-vsn: sys/tahoe/include/clock.h 1.2
SCCS-vsn: sys/tahoe/tahoe/conf.c 1.2
SCCS-vsn: sys/tahoe/tahoe/cons.c 1.2
SCCS-vsn: sys/tahoe/tahoe/in_cksum.c 1.2
SCCS-vsn: sys/tahoe/tahoe/locore.s 1.2
SCCS-vsn: sys/tahoe/tahoe/machdep.c 1.2
SCCS-vsn: sys/tahoe/tahoe/mem.c 1.2
SCCS-vsn: sys/tahoe/include/pcb.h 1.2
SCCS-vsn: sys/tahoe/include/psl.h 1.2
SCCS-vsn: sys/tahoe/include/pte.h 1.2
SCCS-vsn: sys/tahoe/tahoe/swapgeneric.c 1.2
SCCS-vsn: sys/tahoe/tahoe/trap.c 1.2
SCCS-vsn: sys/tahoe/tahoe/vm_machdep.c 1.2
SCCS-vsn: sys/tahoe/include/vmparam.h 1.2

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

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

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

SCCS-vsn: sys/tahoe/vba/cyreg.h 7.1

38 years ago1st working version (mostly)
Sam Leffler [Mon, 6 Jan 1986 10:37:48 +0000 (02:37 -0800)]
1st working version (mostly)

SCCS-vsn: sys/tahoe/vba/cy.c 1.2
SCCS-vsn: sys/tahoe/vba/scat_vddc.c 1.2
SCCS-vsn: sys/tahoe/vba/scope.h 1.2
SCCS-vsn: sys/tahoe/stand/udc.h 1.2
SCCS-vsn: sys/tahoe/vba/vba.c 1.2
SCCS-vsn: sys/tahoe/vba/vxc.c 1.2
SCCS-vsn: sys/tahoe/vba/vxm.c 1.2
SCCS-vsn: sys/tahoe/vba/vx.c 1.2
SCCS-vsn: sys/tahoe/vba/vd.c 1.2

38 years agoget rid of unused queue() and dequeue() (from sun!shannon)
Kirk McKusick [Mon, 6 Jan 1986 10:28:59 +0000 (02:28 -0800)]
get rid of unused queue() and dequeue() (from sun!shannon)

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

38 years agoadd NDBM compilation flag
Eric Allman [Mon, 6 Jan 1986 09:52:18 +0000 (01:52 -0800)]
add NDBM compilation flag

SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.6

38 years agodefine QUEUESIZE to be the maximum number of jobs considered during
Eric Allman [Mon, 6 Jan 1986 08:57:09 +0000 (00:57 -0800)]
define QUEUESIZE to be the maximum number of jobs considered during
a single queue run

SCCS-vsn: usr.sbin/sendmail/src/conf.h 5.5

38 years agoremove resolution restriction.
Dave Slattengren [Mon, 6 Jan 1986 07:22:43 +0000 (23:22 -0800)]
remove resolution restriction.

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/driver/ifontinfo.c 1.6

38 years agofrom George Bergman (gbergman@cartan.berkeley.edu)
Kirk McKusick [Mon, 6 Jan 1986 06:15:03 +0000 (22:15 -0800)]
from George Bergman (gbergman@cartan.berkeley.edu)

SCCS-vsn: usr.bin/spell/american 4.2
SCCS-vsn: usr.bin/spell/british 4.2
SCCS-vsn: usr.bin/spell/stop 4.2

38 years agodate and time created 86/01/05 14:14:00 by mckusick
Kirk McKusick [Mon, 6 Jan 1986 06:14:00 +0000 (22:14 -0800)]
date and time created 86/01/05 14:14:00 by mckusick

SCCS-vsn: usr.bin/spell/stop 4.1

38 years agodate and time created 86/01/05 14:13:59 by mckusick
Kirk McKusick [Mon, 6 Jan 1986 06:13:59 +0000 (22:13 -0800)]
date and time created 86/01/05 14:13:59 by mckusick

SCCS-vsn: usr.bin/spell/british 4.1

38 years agodate and time created 86/01/05 14:13:57 by mckusick
Kirk McKusick [Mon, 6 Jan 1986 06:13:57 +0000 (22:13 -0800)]
date and time created 86/01/05 14:13:57 by mckusick

SCCS-vsn: usr.bin/spell/american 4.1

38 years agofrom George Bergman (gbergman@cartan.berkeley.edu)
Kirk McKusick [Mon, 6 Jan 1986 06:11:51 +0000 (22:11 -0800)]
from George Bergman (gbergman@cartan.berkeley.edu)

SCCS-vsn: share/dict/words 1.3

38 years agodate and time created 86/01/03 23:49:22 by sam
Sam Leffler [Sat, 4 Jan 1986 15:49:22 +0000 (07:49 -0800)]
date and time created 86/01/03 23:49:22 by sam

SCCS-vsn: sys/tahoe/math/fpe.c 1.1

38 years agomassive cleanups; use SYS.h macros to allow profiling; moved to
Sam Leffler [Sat, 4 Jan 1986 15:47:17 +0000 (07:47 -0800)]
massive cleanups; use SYS.h macros to allow profiling; moved to
tahoemath directory; revamp comments for cpp

SCCS-vsn: sys/tahoe/math/Kaddd.s 1.2
SCCS-vsn: sys/tahoe/math/Kaddf.s 1.2
SCCS-vsn: sys/tahoe/math/Katanf.s 1.2
SCCS-vsn: sys/tahoe/math/Kcmpd.s 1.2
SCCS-vsn: sys/tahoe/math/Kcmpf.s 1.2
SCCS-vsn: sys/tahoe/math/Kcvtdl.s 1.2
SCCS-vsn: sys/tahoe/math/Kcvtfl.s 1.2
SCCS-vsn: sys/tahoe/math/Kcvtld.s 1.2
SCCS-vsn: sys/tahoe/math/Kcvtlf.s 1.2
SCCS-vsn: sys/tahoe/math/Kdivd.s 1.2
SCCS-vsn: sys/tahoe/math/Kdivf.s 1.2
SCCS-vsn: sys/tahoe/math/Kexpf.s 1.2
SCCS-vsn: sys/tahoe/math/Kfnorm.s 1.2
SCCS-vsn: sys/tahoe/math/Kfp.h 1.2
SCCS-vsn: sys/tahoe/math/Kfp_exp.s 1.2
SCCS-vsn: sys/tahoe/math/Kfp_mvtoacc.s 1.2
SCCS-vsn: sys/tahoe/math/Kfrexpd.s 1.2
SCCS-vsn: sys/tahoe/math/Kfrexpf.s 1.2
SCCS-vsn: sys/tahoe/math/Kldexpf.s 1.2
SCCS-vsn: sys/tahoe/math/Klogf.s 1.2
SCCS-vsn: sys/tahoe/math/Kmodf.s 1.2
SCCS-vsn: sys/tahoe/math/Kmuld.s 1.2
SCCS-vsn: sys/tahoe/math/Kmulf.s 1.2
SCCS-vsn: sys/tahoe/math/Knegd.s 1.2
SCCS-vsn: sys/tahoe/math/Knegf.s 1.2
SCCS-vsn: sys/tahoe/math/Ksfnorm.s 1.2
SCCS-vsn: sys/tahoe/math/Ksfp_exp.s 1.2
SCCS-vsn: sys/tahoe/math/Ksinfcosf.s 1.2
SCCS-vsn: sys/tahoe/math/Ksqrtf.s 1.2
SCCS-vsn: sys/tahoe/math/Ksubd.s 1.2
SCCS-vsn: sys/tahoe/math/Ksubf.s 1.2
SCCS-vsn: sys/tahoe/math/fp.h 1.2

38 years agoerror needs to take additional arguments (jason@opal)
Kirk McKusick [Sat, 4 Jan 1986 08:27:32 +0000 (00:27 -0800)]
error needs to take additional arguments (jason@opal)

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

38 years agocut down the number of unnecessary calls to gettimeofday
Jim Bloom [Sat, 4 Jan 1986 02:03:59 +0000 (18:03 -0800)]
cut down the number of unnecessary calls to gettimeofday

SCCS-vsn: lib/libc/gen/ctime.c 5.4

38 years agouse -c flag
Kirk McKusick [Fri, 3 Jan 1986 08:11:15 +0000 (00:11 -0800)]
use -c flag

SCCS-vsn: local/sccscmds/sccscmds.2/Makefile 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/Makefile 4.2

38 years agoAdded ping_addr() to take care of case of ping from ic_timeo().
Karen Lam [Sat, 28 Dec 1985 04:42:25 +0000 (20:42 -0800)]
Added ping_addr() to take care of case of ping from ic_timeo().

SCCS-vsn: sys/deprecated/bbnnet/ic_output.c 1.5

38 years ago(no message)
Karen Lam [Sat, 28 Dec 1985 01:04:19 +0000 (17:04 -0800)]
(no message)

SCCS-vsn: sys/deprecated/bbnnet/ic_output.c 1.4