Brian Somers
9c97abd8c3
o Allow the use of HISADDR as the first arg to "add".
...
o Allow a forth argument in ppp.secret, specifying a new
label. This gives control over which section of
ppp.link{up,down} is used based on the authenticated user.
o Support random address ranges in ppp.secret (not just in ppp.conf).
o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page.
o Add a bit more about DEFLATE in the man page.
o Fix the incorrect "you must specify a password in interactive
mode" bit of the manual.
o Space things in the man page consistently.
o Be more precice about where you can use MYADDR, HISADDR and INTERFACE
in the "add" command documentation.
1998-01-05 01:35:20 +00:00
Jonathan M. Bresler
080ea93df2
sigh....forgot to update the DEBUG printf
...
to show both the path and the length args
to linux emulation truncate()
Submitted by: jmb
1998-01-05 01:17:42 +00:00
Jonathan M. Bresler
1c4faf8bb9
length argument to truncate() in linux emulation
...
was not being set copied to the bsd arguments..
frequently, resulting in files of over 100MB of NULs
PR: 386/5044
Reviewed by: jmb
Submitted by: (Richard Winkel) rich@math.missouri.edu
1998-01-05 01:05:15 +00:00
Alexander Langer
3415e12232
Use LIST_FIRST/LIST_NEXT macros instead of accessing the fields lh_first
...
and le_next.
1998-01-05 00:57:15 +00:00
Wolfgang Helbig
85c0df274a
Add Finnish LC_TIME file.
...
This is the finish :-)
PR: 5409
Submitted by: Ville Eerola Thanks!
1998-01-05 00:21:18 +00:00
Alexander Langer
52d581cd33
Added missing parens from previous commit.
1998-01-05 00:14:05 +00:00
Alexander Langer
4afea9ab84
Bound the ICMP type bitmap now that it doesn't cover all possible
...
ICMP type values.
1998-01-05 00:08:57 +00:00
Alexander Langer
51b5c80f31
Reduce the amount of time that network interrupts are blocked while
...
zeroing & deleting rules.
Return EINVAL when zeroing an nonexistent entry.
1998-01-04 22:36:12 +00:00
Andrey A. Chernov
b250f24856
size_t -> unsigned
...
in arguments length INT_MAX overflow check
Suggested-by: bde
1998-01-04 22:28:47 +00:00
Andrey A. Chernov
78dd9df206
Upgrade to 2.5 (contrib version)
1998-01-04 21:41:46 +00:00
Brian Somers
e1375e2807
Make it clear that using "add ...." in ppp.conf when
...
not in -auto mode isn't a good idea, and that the
add should be done in ppp.linkup instead.
Change "add 0 0 HISADDR" to "add default HISADDR". It's
more intuitive.
1998-01-04 21:28:49 +00:00
Andrey A. Chernov
6bc0f0317d
Remove library funcs we already have
1998-01-04 20:45:41 +00:00
Andrey A. Chernov
a8ab3d6865
Reflect new import
1998-01-04 20:28:01 +00:00
Brian Somers
512db5555c
Don't scribble on the stack if our input packet is
...
bigger than our MRU. Moan and drop the packet
instead.
1998-01-04 20:26:37 +00:00
Brian Somers
79d1bdaedb
Initialize CcpInfo protocols to -1 (none, not OUI).
...
Don't Call Term() for an algorithm that hasn't been Init()d.
1998-01-04 20:25:41 +00:00
Andrey A. Chernov
6f584bd599
This commit was generated by cvs2svn to compensate for changes in r32243,
...
which included commits to RCS files with non-trunk default branches.
1998-01-04 20:25:29 +00:00
Andrey A. Chernov
98c7cc311f
Raw import of patch 2.5
1998-01-04 20:25:29 +00:00
Steve Price
4124d193d4
Suppress banner pages by default and add a note describing how to
...
turn them back on.
PR: 5226
1998-01-04 17:59:24 +00:00
Steve Price
949af4d183
Note in the BUGS section that /etc/ethers has been deprecated and
...
that using a DNS server is preferred to a static file.
PR: 5233
Obtained from: partially NetBSD
1998-01-04 17:34:42 +00:00
Wolfram Schneider
bead1f1ad0
Add forgotten share/examples/ppi
1998-01-04 17:21:33 +00:00
Wolfgang Helbig
3325d1e522
Add LC_TIME file for Netherlands (nl_NL) and via symlink for
...
the northern part of Belgium (nl_BE). The southern part of
Belgium is supposed to be covered by the LC_TIME file in fr_BE.
Now only the LC_TIME for Finland is left to close PR 5409.
PR: 5409
Submitted by: Arjan de Vet Thanks!
1998-01-04 16:02:09 +00:00
Wolfram Schneider
195940cc1e
Always copy the source file map3270 during install.
...
Pointed out by: Bruce
1998-01-04 10:42:29 +00:00
Joerg Wunsch
57392071e8
Fix a style bug, and a real bug (&& vs. & misused).
...
Submitted by: bde
1998-01-04 10:08:26 +00:00
KATO Takenori
d89d1a9b36
Sync with sys/i386/isa/syscons.c (first chunk). Reorder #ifdef.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-04 09:59:23 +00:00
Wolfgang Helbig
d7a708a41b
Add Swedish LC_TIME file.
...
Submitted by Peter Olsson. Thanks!
Changed weekdays -> weekday, as suggested by Steve Price.
PR: 5409 can be closed if someone sends in LC_TIME files
for Belgium, Finland and the Netherlands.
~
1998-01-04 00:03:53 +00:00
Steve Price
5ea3b08056
Add a couple of ?='s missed in the previous commit.
...
Noticed by: Paul Allenby <pallenby@zibbi.mikom.csi.co.za>
1998-01-04 00:00:21 +00:00
Andrey A. Chernov
1f374e009f
Back out Index over +++/--- precedence.
...
It maybe right, if patch was FreeBSD-own program, but it break compatibility
with pre-existent patches in other systems.
The example is big ncurses patch which don't apply on FreeBSD
due to "fixed" precedence.
1998-01-03 23:42:56 +00:00
Steve Price
857f817c5c
Comment out xref to buf(9) manpage.
...
PR: 5421
1998-01-03 22:26:00 +00:00
Steve Price
6790c0cc3d
(u|w)tmp files are maintained by newsyslog(8).
...
PR: 5414
1998-01-03 20:31:25 +00:00
Steve Price
d2daa2c099
The default dumplevel is 0.
...
PR: 5413
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-01-03 20:26:15 +00:00
Steve Price
5f2833ea5e
Type fix: when -> with
...
PR: 5420
Submitted by: Jonathan Hanna <jh@pc-21490.bc.rogers.wave.ca>
1998-01-03 19:14:02 +00:00
Wolfram Schneider
c7d591d647
Add new variables:
...
LIBCOMPATDIR [/usr/lib/compat]
LIBDATADIR [/usr/libdata]
INCLUDEDIR [/usr/include]
LIBEXECDIR [/usr/libexec]
1998-01-03 19:07:30 +00:00
Wolfgang Helbig
cde26ed2a0
Use locale to guess the switch date.
...
Localize formatting of date of easter.
Suggested by: ache
1998-01-03 15:10:11 +00:00
Wolfram Schneider
1b0e091ab1
444 -> ${SHAREMODE}
1998-01-03 14:13:48 +00:00
Wolfram Schneider
a2ef3b1555
444 -> ${SHAREMODE}
...
/usr/share -> ${SHAREDIR}
1998-01-03 14:09:21 +00:00
Wolfram Schneider
19a80d07de
Use INFO* variables.
1998-01-03 14:06:26 +00:00
Wolfram Schneider
32bebd8d26
Undo rev 1.11, the cd is null since NOOBJ is set.
...
444 -> ${SHAREMODE}
1998-01-03 14:04:55 +00:00
Wolfram Schneider
1dd43f126a
Delete unused BINDIR variable.
1998-01-03 12:22:56 +00:00
Jordan K. Hubbard
432ce8f092
strengthen mknod().
...
Submitted by: bde
1998-01-03 11:53:52 +00:00
Wolfram Schneider
8791c0511a
Set BINDIR correctly. Add BINOWN and BINGRP variables.
1998-01-03 11:29:01 +00:00
Brian Somers
fc2c67eac5
Correct -r and -f descriptions.
...
Suggested by: joerg
1998-01-03 10:11:38 +00:00
David E. O'Brien
aa5ce62c01
AMD calls the PR166 and PR200, models 2 and 3 respectively.
1998-01-03 05:43:37 +00:00
David E. O'Brien
7a124dd5b4
Update AMD URL for CPU recognition docs.
1998-01-03 05:36:40 +00:00
KATO Takenori
1ba2a54313
Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box.
...
Submitted by: nyan@wyvern.cc.kogakuin.ac.jp (Takahashi Yoshihiro)
1998-01-03 05:35:51 +00:00
Jordan K. Hubbard
5c986ed210
Fix jkh typo in VTY rule.
...
PR: 5411
Submitted by: Brian Tao <taob@netcom.ca>
1998-01-02 22:16:15 +00:00
Wolfram Schneider
d073c22061
These files are now ports in ports/misc.
1998-01-02 19:32:37 +00:00
Steve Price
ee7dc4169c
Correct a bogon in an example.
...
PR: 5415
Submitted by: Sergei S. Laskavy <laskavy@pc759.cs.msu.su>
1998-01-02 19:23:05 +00:00
Alexander Langer
e69bcfc3bc
Expanded cross references.
1998-01-02 19:22:52 +00:00
Alexander Langer
efc0456fef
Typo fix.
...
Removed "...when it is published" from conformity statement.
1998-01-02 19:19:50 +00:00
Wolfram Schneider
0577853914
Fix install target again.
...
Pointed out by: bde
1998-01-02 17:47:07 +00:00