charnier
1754071cd4
environmental -> environment.
1997-09-18 06:55:21 +00:00
charnier
335b8fc3ac
Typo.
1997-09-18 06:54:03 +00:00
charnier
ce8df1cd4a
Use err(3). Document -y flag. Remove unused -s flag from getopt string.
1997-09-18 06:35:51 +00:00
brian
109ba0ca66
Don't close(1) in direct mode and then proceed to
...
isatty(1) ! Keep 0 open for this till the modem's
been set up by either dup()ing 0 or by opening
ctermid(NULL) (if isatty(0)).
Discussed problem with: Tomi Vainio <tomppa@fidata.fi>
Made it finally dawn on me: Angelo Turetta <ATuretta@stylo.it>
1997-09-18 00:15:25 +00:00
brian
af684d2595
Support CHAP using MD4
...
Suggested by: jordan
1997-09-17 23:17:57 +00:00
pst
52f8c412b8
Fix misspelling
1997-09-17 16:23:48 +00:00
pst
f6e7a48122
variable_load.c is dead
1997-09-17 16:18:54 +00:00
pst
4f718b5d5d
Put all variables in VAR_ #define's to force a single location for all
...
of these magic knobs. This is purely cosmetic and a documentation issue
so we don't have to glop through the source code looking for gems.
1997-09-17 16:18:22 +00:00
jkh
0dfe9b61e4
Add a new netInteractive variable so that the interactiveness of the TCP
...
setup dialog from scripts is more controllable. No more biasing off of
hostname (which is now non-optional in the non-netInteractive case).
Requested by: pst
1997-09-17 13:33:14 +00:00
charnier
79b7395b62
Use err(3). Document options in man page, not in usage string.
1997-09-17 06:32:45 +00:00
charnier
29e06a9a5c
Perror() -> warn().
1997-09-17 06:30:22 +00:00
charnier
4d3c6f853c
Use err(3). Add prototypes.
1997-09-17 06:29:23 +00:00
charnier
8d96034d35
Use err(3), add usage().
1997-09-17 06:27:23 +00:00
charnier
9b3a5c04f4
Use err(3) instead of local redefinition.
1997-09-17 06:26:06 +00:00
charnier
34a6b27326
Use err(3). Use An/Aq for author name.
1997-09-17 06:24:58 +00:00
charnier
7f53c003f5
Wrap too long lines.
...
Requested by: Bruce.
1997-09-17 06:20:45 +00:00
brian
aaae64c991
o Fix two unlikely descriptor leaks.
...
o Output the correct device for "show modem"
while in -direct mode.
o Cosmetic: Moan a bit more when we can't open
the [modem] device.
o Call OpenModem() in a more "natural" way.
o Add some LogDEBUG in OpenModem().
1997-09-16 23:15:16 +00:00
jkh
e4a215054b
Whoops, forgot a file!
...
Submitted by: pst
1997-09-16 18:57:47 +00:00
jkh
cb8ec218f6
Much better dispatch code and scripting support.
...
Submitted by: pst
1997-09-16 18:57:18 +00:00
jkh
d387f3a0a9
MF22: pst's changes.
...
Submitted by: pst
1997-09-16 10:14:23 +00:00
charnier
28c97c8eb6
Police from style.9 and Bruce.
1997-09-16 07:11:13 +00:00
charnier
99550d450c
Use err(3).
1997-09-15 06:41:09 +00:00
charnier
bdee4a3e4b
Use err(3). Rewrote man page in mdoc format.
1997-09-15 06:39:25 +00:00
charnier
b8c46235c5
Use err(3), add usage(). -Wall clean.
1997-09-15 06:37:10 +00:00
charnier
3e054bd532
Put includes in alphabetical order. various cosmetics.
1997-09-15 06:33:52 +00:00
charnier
0976cf0f14
Remove unused #include. Statisize usage().
1997-09-15 06:32:01 +00:00
rgrimes
23d5613e63
Now that this has been merged over to RELENG_2_2 remove
...
the #if FreeBSD >= 3 wart I added while debugging.
1997-09-15 05:08:05 +00:00
joerg
4d85218738
Explain a little more about the piping feature.
...
PR: 4122
1997-09-14 06:55:15 +00:00
jkh
232f4d661d
XFree86 3.3.1 updates
...
Document new media flag in lieu of links.
1997-09-14 04:18:42 +00:00
max
b6275222a0
Typo.
1997-09-13 17:55:43 +00:00
wosch
fde8a8ec46
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
wosch
6508f8ef4b
typo
...
PR: docs/4523
Submitted by: Takahiro Yugawa <yugawa@orleans.rim.or.jp>
1997-09-13 15:35:00 +00:00
jlemon
551d6af699
If a host in an export line in /etc/exports (or within a netgroup on
...
an export line) is unresolvable, make a note of it via syslog and skip
that individual host instead of skipping the entire line.
PR: 1981, 815
Perused by: joerg
1997-09-12 16:25:24 +00:00
jkh
5e33bd85aa
Fix offset bug in partition display that made partitions of type
...
`linux_swap' hose the output.
Also add a (T)ype command for changing the type of a partition.
1997-09-11 17:12:08 +00:00
brian
93e97af991
Get rid of missing-prototype-warning
1997-09-10 23:55:35 +00:00
brian
5d60a9a46b
PRED1 => TY_PRED1 (oops)
1997-09-10 21:36:54 +00:00
brian
49b883a1dd
o Initialize the PRED1 input queue when we
...
receive the ResetAck, NOT when we send the
ResetReq (as per the rfc).
o SILENTLY ignore CCPs that arrive *before*
the network phase (as per the rfc).
o Check that we've actually negotiated PRED1
before sending PRED1 output.
This bug has been around for a *VERY* long
time ! We shouldn't need to explicitly disable
PRED1 now :-)
1997-09-10 21:33:32 +00:00
jkh
9631b54264
Update to XFree86 3.3.1
1997-09-10 10:15:41 +00:00
peter
e032db2bc7
Duh, calculate the compression ration correctly. (fixed point artithmatic
...
with 8 "fractional" bits needs to be divided (not multiplied) by 256.0
to get a floating point representation)
1997-09-10 08:43:17 +00:00
brian
74b863965c
Cosmetic: Remove unused variables and build on OpenBSD.
1997-09-10 02:20:35 +00:00
brian
2acb5315cb
Allow dial to work in non-interactive mode.
1997-09-09 23:56:29 +00:00
brian
2c906ef2d4
Print errors correctly (don't adjust
...
argc/argv for commands).
1997-09-09 23:23:24 +00:00
brian
fab65993a1
Don't start an interactive shell from a
...
telnet prompt.
1997-09-09 23:13:31 +00:00
brian
0791c3c050
Correct ppp authentication defaults in interactive
...
mode. We don't want to be forced to type a password
here :-(
Pointed out by: mouth@ibm.net (John Kelly)
While I'm there, don't allow a "set server" in
interactive mode.
1997-09-09 21:51:39 +00:00
brian
4939f4fc06
Document the use of PAP/CHAP properly.
1997-09-09 21:01:53 +00:00
jkh
a605df3211
Scrolling partition and label lists now make it possible to partition
...
lots of disks from sysinstall. Yay! Please test this as much as
possible with any 3.0 SNAP later than 970910 (I.E. tomorrow's snap),
especially those of you with larger disk farms.
Submitted by: Ed Gold <vegold01@starbase.spd.louisville.edu>
1997-09-09 16:32:01 +00:00
jkh
8c6164b309
Eliminate an obviously redundant message title.
1997-09-09 16:27:50 +00:00
jkh
55f821d874
Update for XFree86 3.3.1
1997-09-09 16:26:29 +00:00
jkh
a3ece59a09
Be more cautious about leaving user with a workable kernel during the
...
upgrade process.
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1997-09-09 09:19:30 +00:00
jkh
140da23855
Make upgrade potentially a little less interactive.
...
Add and document new loadConfig function (sort of like a script #include).
Make TCP/IP setup far less chatty when it doesn't need to be.
1997-09-08 11:09:11 +00:00