unix-history/.git
32 years agosetsockopt of SO level options get passed down to lower levels for info
Keith Sklower [Thu, 3 Oct 1991 14:45:17 +0000 (06:45 -0800)]
setsockopt of SO level options get passed down to lower levels for info

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

32 years agobug pointed out by ralph campbell
Keith Sklower [Thu, 3 Oct 1991 14:43:06 +0000 (06:43 -0800)]
bug pointed out by ralph campbell

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

32 years agofor now, redundantly include errno.h to share source with sys.oldvm
Keith Sklower [Thu, 3 Oct 1991 14:41:29 +0000 (06:41 -0800)]
for now, redundantly include errno.h to share source with sys.oldvm

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

32 years agofor the time being, must redundantly include errno.h to share with oldvm
Keith Sklower [Thu, 3 Oct 1991 14:39:02 +0000 (06:39 -0800)]
for the time being, must redundantly include errno.h to share with oldvm

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

32 years agowrong order for includes
Keith Sklower [Thu, 3 Oct 1991 14:24:24 +0000 (06:24 -0800)]
wrong order for includes

SCCS-vsn: sys/netiso/tp_timer.c 7.12

32 years agosnapshot -- some more stuff added
Eric Allman [Thu, 3 Oct 1991 14:01:47 +0000 (06:01 -0800)]
snapshot -- some more stuff added

SCCS-vsn: usr.sbin/sendmail/cf/README 2.2

32 years agopass host!user through the name server to see if it might be local
Eric Allman [Thu, 3 Oct 1991 14:01:03 +0000 (06:01 -0800)]
pass host!user through the name server to see if it might be local

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.6

32 years agofix typo
Keith Sklower [Thu, 3 Oct 1991 13:57:22 +0000 (05:57 -0800)]
fix typo

SCCS-vsn: sys/netiso/tp_pcb.c 7.22

32 years agodon't stomp on sockbuff sizes if already set
Keith Sklower [Thu, 3 Oct 1991 13:46:35 +0000 (05:46 -0800)]
don't stomp on sockbuff sizes if already set

SCCS-vsn: sys/netiso/tp_pcb.c 7.21
SCCS-vsn: sys/netiso/tp_input.c 7.25

32 years agointerim version of tp_consistency before putting in ``big packets''
Keith Sklower [Thu, 3 Oct 1991 13:43:42 +0000 (05:43 -0800)]
interim version of tp_consistency before putting in ``big packets''

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

32 years agodon't tack on local domain -- that really doesn't work
Eric Allman [Thu, 3 Oct 1991 13:42:54 +0000 (05:42 -0800)]
don't tack on local domain -- that really doesn't work

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.5

32 years agohacks to recognize local names under Berkeley.EDU or CS.Berkeley.EDU
Eric Allman [Thu, 3 Oct 1991 13:42:22 +0000 (05:42 -0800)]
hacks to recognize local names under Berkeley.EDU or CS.Berkeley.EDU

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.3

32 years agoenhancements for ucbvax
Eric Allman [Thu, 3 Oct 1991 13:20:17 +0000 (05:20 -0800)]
enhancements for ucbvax

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.4
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.4

32 years agohacks for ucbvax
Eric Allman [Thu, 3 Oct 1991 13:19:02 +0000 (05:19 -0800)]
hacks for ucbvax

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 2.3

32 years agocollect commmon code to calculate mtu, tpdu, & window sizes
Keith Sklower [Thu, 3 Oct 1991 12:55:02 +0000 (04:55 -0800)]
collect commmon code to calculate mtu, tpdu, & window sizes
based on info cached in the routing table.  (also compute initial values for
rtt and rttvar)

SCCS-vsn: sys/netiso/tp_subr2.c 7.17

32 years agodefine REXMTVAL & RANGESET macros for rtt timer calculation;
Keith Sklower [Thu, 3 Oct 1991 12:53:01 +0000 (04:53 -0800)]
define REXMTVAL & RANGESET macros for rtt timer calculation;
declare associated variables; get rid of some unused defines;
define tpdu options for ptpdusize & inactivity timer value.

SCCS-vsn: sys/netiso/tp_param.h 7.11

32 years agomtu calculations done in tp_route_to, checked by tp_consistency.
Keith Sklower [Thu, 3 Oct 1991 12:42:10 +0000 (04:42 -0800)]
mtu calculations done in tp_route_to, checked by tp_consistency.

SCCS-vsn: sys/netiso/tp_input.c 7.24

32 years agoget rid of obsolete and unused elements and structures
Keith Sklower [Thu, 3 Oct 1991 12:40:05 +0000 (04:40 -0800)]
get rid of obsolete and unused elements and structures

SCCS-vsn: sys/netiso/tp_pcb.h 7.19

32 years agouse RANGESET and REXMTVAL macros, initial magic constants necessary for them;
Keith Sklower [Thu, 3 Oct 1991 12:37:56 +0000 (04:37 -0800)]
use RANGESET and REXMTVAL macros, initial magic constants necessary for them;
make it possible for the timeout routines to be macros

SCCS-vsn: sys/netiso/tp_timer.c 7.11

32 years agoget rid of obsolete structures and allow timer-setting routines to be macros
Keith Sklower [Thu, 3 Oct 1991 12:28:28 +0000 (04:28 -0800)]
get rid of obsolete structures and allow timer-setting routines to be  macros

SCCS-vsn: sys/netiso/tp_timer.h 7.7

32 years agomake timeout calls macros
Keith Sklower [Thu, 3 Oct 1991 12:19:11 +0000 (04:19 -0800)]
make timeout calls macros

SCCS-vsn: sys/netiso/tp.trans 7.18

32 years agoget rid of useless tp_param global structure.
Keith Sklower [Thu, 3 Oct 1991 11:49:16 +0000 (03:49 -0800)]
get rid of useless tp_param global structure.

SCCS-vsn: sys/netiso/tp_pcb.c 7.20

32 years agomtu calculation done by tp_route_to.
Keith Sklower [Thu, 3 Oct 1991 11:48:32 +0000 (03:48 -0800)]
mtu calculation done by tp_route_to.

SCCS-vsn: sys/netiso/tp_usrreq.c 7.24

32 years agomake code more similar to TCP (use RANGESET & REXMTVAL macros);
Keith Sklower [Thu, 3 Oct 1991 11:47:50 +0000 (03:47 -0800)]
make code more similar to TCP (use RANGESET & REXMTVAL macros);
allow for faster initial zero window probes

SCCS-vsn: sys/netiso/tp_subr.c 7.16

32 years agosimulate TCP's persist window probe and exponential backoff of it.
Keith Sklower [Thu, 3 Oct 1991 11:45:32 +0000 (03:45 -0800)]
simulate TCP's persist window probe and exponential backoff of it.

SCCS-vsn: sys/netiso/tp.trans 7.17

32 years agoget rid of struct tp_param, which contained no interesting info.
Keith Sklower [Thu, 3 Oct 1991 11:44:33 +0000 (03:44 -0800)]
get rid of struct tp_param, which contained no interesting info.

SCCS-vsn: sys/netiso/tp_trace.h 7.6

32 years agomove common mtu estimation to tp_route_to; here determine
Keith Sklower [Thu, 3 Oct 1991 11:43:39 +0000 (03:43 -0800)]
move common mtu estimation to tp_route_to; here determine
only where the rtentry pointer is found in the npcb, and provide net hdr size

SCCS-vsn: sys/netiso/tp_iso.c 7.13
SCCS-vsn: sys/netiso/tp_inet.c 7.10

32 years agostrip unnecessary quotes
Eric Allman [Thu, 3 Oct 1991 11:35:34 +0000 (03:35 -0800)]
strip unnecessary quotes

SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 2.2

32 years agoclean up botched concatenation of m4 commands
Eric Allman [Thu, 3 Oct 1991 10:53:03 +0000 (02:53 -0800)]
clean up botched concatenation of m4 commands

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.3

32 years agomake it work on 4.4bsd m4
Eric Allman [Thu, 3 Oct 1991 10:39:38 +0000 (02:39 -0800)]
make it work on 4.4bsd m4

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.3
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.2
SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 2.2

32 years agokeep base of pushback buffer per file; this prevents pushed back
Eric Allman [Thu, 3 Oct 1991 10:22:26 +0000 (02:22 -0800)]
keep base of pushback buffer per file; this prevents pushed back
characters from being read out of order on include directives.

SCCS-vsn: usr.bin/m4/main.c 5.8
SCCS-vsn: usr.bin/m4/mdef.h 5.8
SCCS-vsn: usr.bin/m4/eval.c 5.7
SCCS-vsn: usr.bin/m4/extern.h 5.2

32 years agomisnamed feature
Eric Allman [Thu, 3 Oct 1991 07:33:20 +0000 (23:33 -0800)]
misnamed feature

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.2

32 years agohack around System V M4 definitions of $*, $@, etc.; also, $N
Eric Allman [Thu, 3 Oct 1991 07:32:39 +0000 (23:32 -0800)]
hack around System V M4 definitions of $*, $@, etc.; also, $N
is interpolated in arguments even if the args are quoted.

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.2

32 years agodate and time created 91/10/02 14:51:25 by eric
Eric Allman [Thu, 3 Oct 1991 06:51:25 +0000 (22:51 -0800)]
date and time created 91/10/02 14:51:25 by eric

SCCS-vsn: usr.sbin/sendmail/cf/sh/makeinfo.sh 2.1

32 years agodate and time created 91/10/02 14:49:44 by eric
Eric Allman [Thu, 3 Oct 1991 06:49:44 +0000 (22:49 -0800)]
date and time created 91/10/02 14:49:44 by eric

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/domain/cs.hidden.m4 2.1

32 years agodate and time created 91/10/02 14:49:26 by eric
Eric Allman [Thu, 3 Oct 1991 06:49:26 +0000 (22:49 -0800)]
date and time created 91/10/02 14:49:26 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/use_cw_file.m4 2.1

32 years agodate and time created 91/10/02 14:49:13 by eric
Eric Allman [Thu, 3 Oct 1991 06:49:13 +0000 (22:49 -0800)]
date and time created 91/10/02 14:49:13 by eric

SCCS-vsn: usr.sbin/sendmail/cf/hack/cssubdomain.m4 2.1

32 years agodate and time created 91/10/02 14:48:45 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:45 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:45 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/sunos4.1.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/ostype/ultrix4.m4 2.1

32 years agodate and time created 91/10/02 14:48:44 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:44 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:44 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/bsd4.4.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/ostype/riscos4.5.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/ostype/sunos3.5.m4 2.1

32 years agodate and time created 91/10/02 14:48:43 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:43 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:43 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/bsd4.3.m4 2.1

32 years agodate and time created 91/10/02 14:48:27 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:27 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:27 by eric

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 2.1

32 years agodate and time created 91/10/02 14:48:26 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:26 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:26 by eric

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 2.1

32 years agodate and time created 91/10/02 14:48:11 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:11 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:11 by eric

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.1

32 years agodate and time created 91/10/02 14:48:10 by eric
Eric Allman [Thu, 3 Oct 1991 06:48:10 +0000 (22:48 -0800)]
date and time created 91/10/02 14:48:10 by eric

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.1
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.1

32 years agodate and time created 91/10/02 14:46:54 by eric
Eric Allman [Thu, 3 Oct 1991 06:46:54 +0000 (22:46 -0800)]
date and time created 91/10/02 14:46:54 by eric

SCCS-vsn: usr.sbin/sendmail/cf/README 2.1

32 years agoreverse sense of 'w' option; delete obsolete discussion of
Eric Allman [Thu, 3 Oct 1991 05:38:43 +0000 (21:38 -0800)]
reverse sense of 'w' option; delete obsolete discussion of
NO_WILDCARD_MX compilation option.

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

32 years agocheck to see if hostname has changed in thaw(); if it has, ignore
Eric Allman [Thu, 3 Oct 1991 05:21:22 +0000 (21:21 -0800)]
check to see if hostname has changed in thaw(); if it has, ignore
the frozen config (with the wrong hostname)

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.34
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.73

32 years agoreverse sense of w (wildcard MX) flag to default to the safest option,
Eric Allman [Thu, 3 Oct 1991 04:59:37 +0000 (20:59 -0800)]
reverse sense of w (wildcard MX) flag to default to the safest option,
instead of the most desirable option.

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.28
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.72
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.20
SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 6.11
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.26

32 years agocheckpoint
Keith Bostic [Thu, 3 Oct 1991 01:00:38 +0000 (17:00 -0800)]
checkpoint

SCCS-vsn: sys/ufs/lfs/lfs.h 5.5
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.30
SCCS-vsn: sys/ufs/lfs/lfs_bio.c 5.2
SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.16
SCCS-vsn: sys/ufs/lfs/lfs_cksum.c 5.2
SCCS-vsn: sys/ufs/lfs/lfs_debug.c 5.2
SCCS-vsn: sys/ufs/lfs/lfs_extern.h 5.2
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.43
SCCS-vsn: sys/ufs/lfs/lfs_segment.c 5.2
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.59
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.68

32 years agoremove back pointer to entry in tp_ref table; use tp_lref instead.
Keith Sklower [Tue, 1 Oct 1991 09:55:19 +0000 (01:55 -0800)]
remove back pointer to entry in tp_ref table; use tp_lref instead.

SCCS-vsn: sys/netiso/tp_pcb.c 7.19
SCCS-vsn: sys/netiso/tp_pcb.h 7.18
SCCS-vsn: sys/netiso/tp_subr2.c 7.16
SCCS-vsn: sys/netiso/tp.trans 7.16

32 years agominor updates for Gail
Keith Bostic [Tue, 1 Oct 1991 06:53:38 +0000 (22:53 -0800)]
minor updates for Gail

SCCS-vsn: admin/admin/proposals/NASA.proposal 1.8

32 years agochanged vt100's :rf to :if
John A. Kunze [Tue, 1 Oct 1991 06:45:31 +0000 (22:45 -0800)]
changed vt100's :rf to :if

SCCS-vsn: share/termcap/termcap.src 5.92

32 years agochanged :rf= to :if=
John A. Kunze [Tue, 1 Oct 1991 06:28:47 +0000 (22:28 -0800)]
changed :rf= to :if=

SCCS-vsn: share/termcap/termcap.src 5.92

32 years agofix some debugging output
Eric Allman [Tue, 1 Oct 1991 06:28:18 +0000 (22:28 -0800)]
fix some debugging output

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.25

32 years agoreinstate connection refused socket error
Keith Sklower [Tue, 1 Oct 1991 05:48:54 +0000 (21:48 -0800)]
reinstate connection refused socket error

SCCS-vsn: sys/netiso/tp.trans 7.15
SCCS-vsn: sys/netiso/tp_subr2.c 7.15

32 years agoKNF patrol
Keith Bostic [Sat, 28 Sep 1991 02:54:58 +0000 (18:54 -0800)]
KNF patrol

SCCS-vsn: lib/libc/stdlib/heapsort.c 5.7

32 years agoChanged macros so that all the arguments in them are passed by the
Elan Amir [Sat, 28 Sep 1991 01:50:15 +0000 (17:50 -0800)]
Changed macros so that all the  arguments in them are passed by the
calling procedure.  Also renamed the  vaiables  to  make the  code more
readable.

SCCS-vsn: lib/libc/stdlib/heapsort.c 5.6

32 years agoif you are erroneously asked to add a route, remember to free the dst addr
Keith Sklower [Fri, 27 Sep 1991 10:56:15 +0000 (02:56 -0800)]
if you are erroneously asked to add a route, remember to free the dst addr

SCCS-vsn: sys/net/route.c 7.25

32 years agoThese changes represent a rewrite of retransmission policies to
Keith Sklower [Fri, 27 Sep 1991 08:02:46 +0000 (00:02 -0800)]
These changes represent a rewrite of retransmission policies to
imitate the TCP algorithms more closely.  More tuning and testing need to
be done, but the code runs at least somewhat, and these represent a checkpoint

SCCS-vsn: sys/netiso/tp_subr.c 7.15
SCCS-vsn: sys/netiso/tp_pcb.c 7.18
SCCS-vsn: sys/netiso/tp_pcb.h 7.17
SCCS-vsn: sys/netiso/tp.trans 7.14
SCCS-vsn: sys/netiso/tp_subr2.c 7.14
SCCS-vsn: sys/netiso/tp_emit.c 7.12
SCCS-vsn: sys/netiso/tp_input.c 7.23
SCCS-vsn: sys/netiso/tp_param.h 7.10
SCCS-vsn: sys/netiso/tp_timer.c 7.10

32 years agoport.h has typedef's for u_'s, do it right for BSD
Keith Bostic [Fri, 27 Sep 1991 07:57:20 +0000 (23:57 -0800)]
port.h has typedef's for u_'s, do it right for BSD

SCCS-vsn: include/db.h 5.17

32 years agodate and time created 91/09/26 16:53:29 by marc
Marc Teitelbaum [Fri, 27 Sep 1991 07:53:29 +0000 (23:53 -0800)]
date and time created 91/09/26 16:53:29 by marc

SCCS-vsn: lib/libc/gen/tcsendbreak.3 1.1

32 years agodate and time created 91/09/26 16:49:34 by marc
Marc Teitelbaum [Fri, 27 Sep 1991 07:49:34 +0000 (23:49 -0800)]
date and time created 91/09/26 16:49:34 by marc

SCCS-vsn: lib/libc/gen/tcsetpgrp.3 1.1

32 years agodate and time created 91/09/26 16:49:33 by marc
Marc Teitelbaum [Fri, 27 Sep 1991 07:49:33 +0000 (23:49 -0800)]
date and time created 91/09/26 16:49:33 by marc

SCCS-vsn: lib/libc/gen/tcgetpgrp.3 1.1

32 years agodate and time created 91/09/26 16:47:21 by marc
Marc Teitelbaum [Fri, 27 Sep 1991 07:47:21 +0000 (23:47 -0800)]
date and time created 91/09/26 16:47:21 by marc

SCCS-vsn: lib/libc/gen/tcsetattr.3 1.1

32 years agominimize the dependencies on <sys/types.h
Keith Bostic [Fri, 27 Sep 1991 07:43:44 +0000 (23:43 -0800)]
minimize the dependencies on <sys/types.h

SCCS-vsn: include/db.h 5.16

32 years agodate and time created 91/09/26 16:28:46 by cael
Cynthia A. E. Livingston [Fri, 27 Sep 1991 07:28:46 +0000 (23:28 -0800)]
date and time created 91/09/26 16:28:46 by cael

SCCS-vsn: old/tmac/Makefile 1.1

32 years agodoesn't need all of these includes
Keith Bostic [Fri, 27 Sep 1991 07:17:30 +0000 (23:17 -0800)]
doesn't need all of these includes

SCCS-vsn: lib/libc/db/hash/hash_log2.c 5.4

32 years agoadd sccs header, copyright, yank to 5.1
Keith Bostic [Fri, 27 Sep 1991 07:11:16 +0000 (23:11 -0800)]
add sccs header, copyright, yank to 5.1

SCCS-vsn: share/man/man4/termios.4 5.1

32 years agodate and time created 91/09/26 16:04:20 by marc
Marc Teitelbaum [Fri, 27 Sep 1991 07:04:20 +0000 (23:04 -0800)]
date and time created 91/09/26 16:04:20 by marc

SCCS-vsn: share/man/man4/termios.4 1.1

32 years agolint
Keith Bostic [Fri, 27 Sep 1991 06:46:00 +0000 (22:46 -0800)]
lint

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

32 years agocheck hashp before closing the file descriptor on error
Keith Bostic [Fri, 27 Sep 1991 06:27:32 +0000 (22:27 -0800)]
check hashp before closing the file descriptor on error

SCCS-vsn: lib/libc/db/hash/hash.c 5.19

32 years agomake the line longer, don't quit if the line's too long
Keith Bostic [Fri, 27 Sep 1991 06:11:07 +0000 (22:11 -0800)]
make the line longer, don't quit if the line's too long

SCCS-vsn: usr.bin/apropos/apropos.c 5.13

32 years agodelete anything followed by a backspace
Keith Bostic [Fri, 27 Sep 1991 06:08:28 +0000 (22:08 -0800)]
delete anything followed by a backspace

SCCS-vsn: share/man/makewhatis.sed 5.6

32 years agoDan Bernstein's fix to allow INT_MAX nmemb
Keith Bostic [Fri, 27 Sep 1991 04:27:54 +0000 (20:27 -0800)]
Dan Bernstein's fix to allow INT_MAX nmemb

SCCS-vsn: lib/libc/stdlib/radixsort.3 5.7
SCCS-vsn: lib/libc/stdlib/radixsort.c 5.10

32 years agodate and time created 91/09/25 14:34:19 by bostic
Keith Bostic [Thu, 26 Sep 1991 05:34:19 +0000 (21:34 -0800)]
date and time created 91/09/25 14:34:19 by bostic

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 5.1

32 years agodate and time created 91/09/25 14:34:06 by bostic
Keith Bostic [Thu, 26 Sep 1991 05:34:06 +0000 (21:34 -0800)]
date and time created 91/09/25 14:34:06 by bostic

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 5.1

32 years agodate and time created 91/09/25 14:33:58 by bostic
Keith Bostic [Thu, 26 Sep 1991 05:33:58 +0000 (21:33 -0800)]
date and time created 91/09/25 14:33:58 by bostic

SCCS-vsn: sys/ufs/lfs/lfs_debug.c 5.1

32 years agodate and time created 91/09/25 14:31:38 by bostic
Keith Bostic [Thu, 26 Sep 1991 05:31:38 +0000 (21:31 -0800)]
date and time created 91/09/25 14:31:38 by bostic

SCCS-vsn: sys/ufs/lfs/lfs_cksum.c 5.1

32 years agodate and time created 91/09/25 14:31:19 by bostic
Keith Bostic [Thu, 26 Sep 1991 05:31:19 +0000 (21:31 -0800)]
date and time created 91/09/25 14:31:19 by bostic

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 5.1

32 years agocheckpoint, but not because it's working
Keith Bostic [Thu, 26 Sep 1991 05:30:13 +0000 (21:30 -0800)]
checkpoint, but not because it's working

SCCS-vsn: sys/ufs/lfs/lfs.h 5.4
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.29
SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.15
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.42
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.58
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.67

32 years agoISO debugging uses logpri
Keith Sklower [Thu, 26 Sep 1991 04:57:36 +0000 (20:57 -0800)]
ISO debugging uses logpri

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

32 years agoclose the open database
Keith Bostic [Thu, 26 Sep 1991 00:59:27 +0000 (16:59 -0800)]
close the open database

SCCS-vsn: lib/libc/gen/ttyname.c 5.12

32 years agoclose the db after opening
Keith Bostic [Tue, 24 Sep 1991 23:42:59 +0000 (15:42 -0800)]
close the db after opening

SCCS-vsn: lib/libc/gen/ttyname.c 5.12

32 years agodeleted bogus line space
Cynthia A. E. Livingston [Tue, 24 Sep 1991 08:43:02 +0000 (00:43 -0800)]
deleted bogus line space

SCCS-vsn: lib/libc/stdlib/atoi.3 5.4

32 years agohash_open -> dbopen
Keith Bostic [Tue, 24 Sep 1991 07:08:48 +0000 (23:08 -0800)]
hash_open -> dbopen

SCCS-vsn: usr.bin/vacation/vacation.c 5.20

32 years agohash_open -> dbopen; R_PUT no longer required
Keith Bostic [Tue, 24 Sep 1991 07:07:01 +0000 (23:07 -0800)]
hash_open -> dbopen; R_PUT no longer required

SCCS-vsn: usr.bin/finger/util.c 5.17

32 years agoMLINKS needs section numbers
Keith Bostic [Tue, 24 Sep 1991 06:21:10 +0000 (22:21 -0800)]
MLINKS needs section numbers

SCCS-vsn: sbin/restore/Makefile 5.12

32 years agoMLINKS needs a section number
Keith Bostic [Tue, 24 Sep 1991 06:19:15 +0000 (22:19 -0800)]
MLINKS needs a section number

SCCS-vsn: sbin/dump/Makefile 5.14

32 years agominor adjustments to explain memory use for heapsort and qsort
Keith Bostic [Tue, 24 Sep 1991 06:16:55 +0000 (22:16 -0800)]
minor adjustments to explain memory use for heapsort and qsort

SCCS-vsn: lib/libc/stdlib/qsort.3 6.8

32 years agofix copyright header
Keith Bostic [Tue, 24 Sep 1991 06:16:04 +0000 (22:16 -0800)]
fix copyright header

SCCS-vsn: lib/libc/stdlib/heapsort.c 5.5

32 years agominor cleanups by Elan and I.
Keith Bostic [Tue, 24 Sep 1991 06:15:31 +0000 (22:15 -0800)]
minor cleanups by Elan and I.

SCCS-vsn: lib/libc/stdlib/heapsort.c 5.4

32 years agohash_open -> dbopen
Keith Bostic [Tue, 24 Sep 1991 06:09:25 +0000 (22:09 -0800)]
hash_open -> dbopen

SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.2

32 years agohash_open -> dbopen, R_PUT no longer necessary
Keith Bostic [Tue, 24 Sep 1991 06:09:11 +0000 (22:09 -0800)]
hash_open -> dbopen, R_PUT no longer necessary

SCCS-vsn: usr.sbin/sendmail/src/alias.c 5.26

32 years agofix -p and include SED in compile statement so user can set SED
Keith Bostic [Tue, 24 Sep 1991 05:53:57 +0000 (21:53 -0800)]
fix -p and include SED in compile statement so user can set SED

SCCS-vsn: usr.bin/mkdep/mkdep.gcc.sh 5.4

32 years agoif NOMAN is defined, need maninstall now
Keith Bostic [Tue, 24 Sep 1991 05:51:40 +0000 (21:51 -0800)]
if NOMAN is defined, need maninstall now

SCCS-vsn: share/mk/bsd.prog.mk 5.29

32 years agohash_open -> dbopen
Keith Bostic [Tue, 24 Sep 1991 05:12:59 +0000 (21:12 -0800)]
hash_open -> dbopen

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 5.6
SCCS-vsn: usr.sbin/kvm_mkdb/kvm_mkdb.c 5.12

32 years agoclose db file after oen
Keith Bostic [Tue, 24 Sep 1991 04:15:35 +0000 (20:15 -0800)]
close db file after oen

SCCS-vsn: lib/libc/gen/ttyname.c 5.12

32 years agodate and time created 91/09/22 21:28:46 by cael
Cynthia A. E. Livingston [Mon, 23 Sep 1991 12:28:46 +0000 (04:28 -0800)]
date and time created 91/09/22 21:28:46 by cael

SCCS-vsn: local/ditroff/ditroff.van/tdef.h 1.1

32 years agofix parens
Cynthia A. E. Livingston [Mon, 23 Sep 1991 12:12:25 +0000 (04:12 -0800)]
fix parens

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

32 years agodate and time created 91/09/21 14:58:00 by cael
Cynthia A. E. Livingston [Sun, 22 Sep 1991 05:58:00 +0000 (21:58 -0800)]
date and time created 91/09/21 14:58:00 by cael

SCCS-vsn: share/tmac/tmac.s 1.1