Commit Graph

19580 Commits

Author SHA1 Message Date
jkh
9d2ee4b31d Make configSysconfig() less chatty.
Now that this is becoming (dare I even say it?) more useful for
post-configuration, no longer leave sysinstall.debug files around
by default.  Only do this if environment variable SYSINSTALL_DEBUG
is set.
1997-02-15 15:40:37 +00:00
jkh
5d18469bfe Read /etc/resolv.conf information as well as /etc/sysconfig info, making
this a little more robust.
1997-02-15 15:24:14 +00:00
jkh
9bfcadd3e7 Fix a bogon with playpen size calculation for pkg of "-". It's amazing
this ever worked, actually.
1997-02-15 14:17:28 +00:00
jkh
c96d16fc08 Put back .endif clobbered by the previous commit, breaking the
build.
1997-02-15 14:05:42 +00:00
jkh
84e22cbeda Correct bogus msg dialog.
Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
1997-02-15 13:18:19 +00:00
jkh
6645b2e63b Only add interface lines if they're not there already. 1997-02-15 12:24:02 +00:00
max
a5f86187ef List -h option also in the SYNOPSIS line. 1997-02-15 11:22:19 +00:00
jkh
fa0d03af58 Add a safety belt to configSysconfig() that should have been in there
from the beginning.
1997-02-15 11:20:54 +00:00
max
6308c8271c Added Kiroh HARADA for his gn-gnspool port. 1997-02-15 11:15:43 +00:00
joerg
ea1451ae13 Plug a security hole involving $ENV forwarding over telnet. Sigh, i
thought i've long since done this.
1997-02-15 10:15:49 +00:00
danny
ae6911ded8 Reviewed by: Bruce Evans <bde@freebsd.org>
Guard against possible buffer overrun in filename passed.
Another candidate for 2.2.
1997-02-15 07:10:26 +00:00
max
52e398c471 Added an option `-h' which gives you usage info.
(According to the original man page, giving `-' by itself as the argument
is supposed to do this, but it seems that it never worked that way.)
1997-02-15 06:12:07 +00:00
davidn
32c4d87971 Allow commonly-used "insecure" as a valid keyword in /etc/ttys.
This prevents keywords after "insecure" occurs being errnoeously
parsed as comments.
1997-02-15 05:45:00 +00:00
bde
778011bc22 Disabled the i387 version if log1p(). It just evaluates log(1 + x).
This defeats the point of log1p().  ucbtest reports errors of +-5e+15
ULPs.  A correct version would use the i387 fyl2xp1 instruction for
small x and maybe scale to small x.  The C version does the scaling
reasonably efficiently, and fyl2px1 is slow (at least on P5s), so not
much is lost by always using the C version (only 25% for small x even
with the broken i387 version; 50% for large x).
1997-02-15 05:21:16 +00:00
jmg
29df887b9a mdoc'ify man page 1997-02-15 03:35:55 +00:00
jkh
ff9eddab67 Don't bogotify pkg_add's stderr. 1997-02-14 23:00:01 +00:00
jdp
68ee78a7d4 Add jdp's pgp key.
I will sync up -2.2 to this point (except Id->FreeBSD).
1997-02-14 22:00:36 +00:00
jkh
3416697d23 Revert some of the previous change - on second thought... 1997-02-14 21:59:26 +00:00
jkh
adaca398f3 Add better quote elimination (and fix a bug). 1997-02-14 21:17:00 +00:00
jkh
f7c3801a0a o Try to be more aggressive about reading in old configuration data
so that we're more useful in multi-user mode.  This is still not
  100%, but it pulls in a lot more than it used to.  Some of the "composite"
  variables in /etc/sysconfig are going to take more work.

o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do
  so.

o Reset media properly when reselecting.  Longstanding bogon.

o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle
  this differently shortly.

o Fix bug where cancel in TCP setup dialog still checked data fields.
  I think this closes a PR, but I will have to go look.
1997-02-14 20:59:07 +00:00
jmg
b3056941e0 Modified the display() function to recognize when the output it going to a
file.  When it is don't do the percentage update, but still display the file
size and rate.

Closes PR#2725

Reviewed by:	wollman
1997-02-14 19:08:18 +00:00
wollman
ff3558b9f5 Fix the mechanism for choosing wehether to save the slow-start threshold
in the route.  This allows us to remove the unconditional setting of the
pipesize in the route, which should mean that SO_SNDBUF and SO_RCVBUF
should actually work again.  While we're at it:

- Convert udp_usrreq from `mondo switch statement from Hell' to new-style.
- Delete old TCP mondo switch statement from Hell, which had previously
  been diked out.
1997-02-14 18:15:53 +00:00
wollman
417fe24e8c Send RTM_IFINFO messages whenever promiscuous and all-multicast
modes are enabled or disabled.
1997-02-14 15:30:54 +00:00
ache
25608897ad Replace my EOF fix with better one from sendmail-bugs discussion
Should go into 2.2
1997-02-14 13:57:37 +00:00
bde
cb5988d8ae Moved definitions of PIC macros from SYS.h to DEFS.h so that SYS.h
doesn't need to be included in files that have nothing to do with
syscalls.

Added missing `.text' to START_ENTRY so that ENTRY() works when
invoked in the data section.
1997-02-14 10:57:07 +00:00
mpp
01c71e2e68 Style fixes. 1997-02-14 07:47:37 +00:00
hanai
ac6de69674 Reviewed by:
Submitted by:
Obtained from:
1997-02-14 07:26:36 +00:00
mpp
e2e8914178 Xref boot(9). 1997-02-14 07:08:17 +00:00
mpp
6317e01cb1 Style fix. 1997-02-14 07:07:13 +00:00
mpp
961a532921 Add boot(9) Obtained from NetBSD w/modifications by me. 1997-02-14 07:06:26 +00:00
mpp
767df8ae17 Add MD5(9).
Obtained from: OpenBSD
1997-02-14 06:42:21 +00:00
mpp
ab747f6006 Oops. I accidently removed fpa.4 from the install list (it is
a pending change...grr)

Submitted by:	bde
1997-02-14 05:18:02 +00:00
jdp
6a786da93b In the "cleanobj" target, always remove the old-style "${.CURDIR}/obj"
links if they exist.  The old-style links confused make and caused
problems when upgrading from a 2.1.5 or 2.1.6 system.

I will merge this into -2.2.
1997-02-14 05:09:07 +00:00
jmg
b8fdbd1138 some stylistic changes... "you name here" and "you name" to "your name"
2.2 Candidate
1997-02-14 04:16:19 +00:00
dg
6606cf602f Changed timeout for requesting sense from 100ms to 1 second.
Submitted by:	gibbs
1997-02-14 03:13:37 +00:00
jkh
1283f131c4 It's not an error to call configResolv() early. 1997-02-14 02:55:25 +00:00
ache
2d0436e9c1 Back out clearerr fix after discussion in sendmail-bugs,
it gains nothing
1997-02-14 02:44:45 +00:00
jkh
27af559c36 Put back @owner/@group/@mode behavior I took out way back when.
Submitted-By: pst
1997-02-14 01:52:38 +00:00
jmz
d5b752205d Fix a typo in the .s.o rule: asssembler -> assembler 1997-02-14 01:42:29 +00:00
wosch
89e06da14e Bye Bye. 1997-02-14 01:22:54 +00:00
max
f6b3148005 Merge 1.209 -> 1.210 changes. 1997-02-13 23:01:21 +00:00
bde
5cdc525c66 Changed #include order to match better order in 2.2. 1997-02-13 22:48:19 +00:00
max
a066c51aa6 Merge 1.61 -> 1.62 changes. 1997-02-13 22:02:42 +00:00
max
e4cd046600 Typo fix. 1997-02-13 22:01:39 +00:00
max
c60b72edaf Merge 1.4 -> 1.5 changes.
Submitted by:	iwasaki@jp.freebsd.org
1997-02-13 21:55:57 +00:00
max
f5c9583f81 Merge 1.206 -> 1.209 changes. 1997-02-13 21:52:37 +00:00
ache
e2124fa6d2 clearerr() clears both EOF and error flags, so do it only for
error and not for EOF or loop test becomes while(1)

Should go into 2.2
Submitted by: Gregory Neil Shapiro <gshapiro@WPI.EDU>
1997-02-13 21:45:20 +00:00
joerg
ff76e1ea97 Do what i usually forget to do:
Add John-Mark Gurney (jmg@FreeBSD.org) to the list of committers.
1997-02-13 21:20:19 +00:00
jmg
328b00d967 Fix a problem with patch in that is will always default, even when the
controlling terminal is closed.  Now the function ask() will return 1 when th
input is known to come from a file or terminal, or it will return 0 when ther
was a read error.

Modified the question "Skip patch?" so that on an error from ask it will skip
the patch instead of looping.

Closes PR#777

2.2 candidate
1997-02-13 21:10:45 +00:00
wollman
e0b8c842d2 Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface
is administratively downed, all routes to that interface (including the
interface route itself) which are not static will be deleted.  When
it comes back up, and addresses remaining will have their interface routes
re-added.  This solves the problem where, for example, an Ethernet interface
is downed by traffic continues to flow by way of ARP entries.
1997-02-13 19:46:45 +00:00