Alexey Zelkin
4a737e97c7
. clear `.Os' macro value since this tool is not KAME only anymore
...
. add integration note
2000-05-01 14:57:04 +00:00
Andrey A. Chernov
09dd94d856
Print options only supported by device, back out printing options separately
...
Pointed-by: bde
2000-05-01 12:14:30 +00:00
Nik Clayton
57c68d4526
Removed xref to mount_lfs, this died in 2.mumble.
...
PR: docs/18272
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2000-04-30 22:08:13 +00:00
Josef Karthauser
dee921f457
Fixes a potential buffer overflow with the pid filename.
...
Submitted by: Mike Heffner <spock@techfour.net>
Submitted on: audit@freebsd.org
2000-04-30 21:04:36 +00:00
Josef Karthauser
30395bb5f1
Fixes a potential buffer overflow with the command line arguments.
...
Submitted by: Mike Heffner <spock@techfour.net>
Submitted on: audit@freebsd.org
2000-04-30 20:53:54 +00:00
Andrey A. Chernov
85a23112fd
Allow "-" for working with STDIN
...
Allow printing of each option separately when keyword specified without a
number
2000-04-30 18:06:04 +00:00
Brian Feldman
0f95689794
Allow overriding of net.inet.ip.fw.verbose_limit; if you want to make a
...
rule that logs without a log limit, use "logamount 0" in addition to "log".
2000-04-30 06:44:11 +00:00
Ruslan Ermilov
bd69051080
Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).
2000-04-27 17:55:17 +00:00
David E. O'Brien
07b0cf9a50
/dev/r<FOO> => /dev/<FOO>
2000-04-26 11:24:44 +00:00
David E. O'Brien
42d6bd4884
A local WIP snook in rev 1.31.
...
Noticed by: bde
2000-04-21 05:40:05 +00:00
David E. O'Brien
43c6c959b9
Found more places where 'r' was being prepended to the device name.
2000-04-20 08:00:29 +00:00
Greg Lehey
6eb38370fb
Remove MAINTAINER.
2000-04-16 00:17:46 +00:00
Warner Losh
37736675d1
Add include of errno.h where needed, remove extern int errno where not.
...
These commits were inspired by a similar commit to netbsd.
2000-04-14 06:15:01 +00:00
Warner Losh
71e93b3961
Better error message for a case that I hit.
2000-04-14 06:10:01 +00:00
David E. O'Brien
09c4216dd5
Don't prepend "r" for the raw device anymore.
2000-04-10 05:54:47 +00:00
Boris Popov
21529323c9
Pass timezone information to an nwfs mount.
2000-04-05 10:48:53 +00:00
Brian Somers
7ffac027b3
Correct Charles Mott's email address
...
Requested by: cmott@scientech.com
2000-04-02 20:23:34 +00:00
Joerg Wunsch
04285c0615
Avoid rawname() stupidly prepending an `r' before the device name even
...
in cases where the supplied name was already pointing to a character
special device. This fixes the breakage that occured when trying to
dump a filesystem by name (e. g. /usr), with an fstab already
mentioning the raw device name (like /dev/rda0g) where dump attempted
to use /dev/rrda0g then.
Also removed the now obsolete remark that fstab were carrying block
special names.
2000-04-02 10:16:40 +00:00
Yoshinobu Inoue
d2a6238892
Add new rtmsg types which already defined in kernel.
2000-03-30 07:18:04 +00:00
KATO Takenori
4557555b36
Added 640KB and 1232KB formats, which were standard MS-DOS formats of
...
2DD and 2HD disks in Japan.
Submitted by: Shigeharu TAKENO <shige@iee.niit.ac.jp>
Pointed out by: chi@bd.mbn.or.jp (Chiharu Shibata)
2000-03-30 03:41:09 +00:00
Yoshinobu Inoue
230df2f637
Prevent buffer overflow.
...
PR: bin/17657
Submitted by: tanimura
2000-03-30 01:50:15 +00:00
Sheldon Hearn
fd5075e5c6
Back out the new advice introduced in the previous commit, which at
...
least one reviewer is now unhappy with, since it contains incomplete
and misleading advice that is not easy to correct.
The net effect of this commit and the previous commit is to simply
remove all discussion of setting dumpdev to catch crash dumps
prior to entering user mode.
2000-03-28 15:54:32 +00:00
Sheldon Hearn
df586e923b
Update instructions for setting the dump device prior to multi-user
...
mode.
Reported by: dcs
Submitted by: asmodai
2000-03-28 09:32:38 +00:00
Bruce Evans
07b065a591
Fixed a missing library in DPADD.
...
Fixed some misformattings.
2000-03-27 18:38:29 +00:00
Bruce Evans
54672551d7
Fixed missing DPADDs.
...
Fixed style bug for LDADD (don't use += for initial definitions).
2000-03-27 16:40:59 +00:00
Bruce Evans
f68c4d880f
Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
...
report an error for it.
Fixed some style bugs (the usual ones for DPADD and LDADD, and
misformatting).
2000-03-27 16:23:20 +00:00
Philippe Charnier
f793da754a
1000000 usec -> 1 sec 0 usec; fix
2000-03-26 15:13:17 +00:00
Dag-Erling Smørgrav
98d83e38b9
Mention linprocfs.
2000-03-25 13:46:16 +00:00
Dag-Erling Smørgrav
57936c7a07
Add mount_linprocfs.
2000-03-25 13:27:47 +00:00
John Baldwin
c8693bccf4
Now that we have uc_device.h, use that instead of hard-coding struct
...
uc_device's definition into kget.
2000-03-24 21:39:09 +00:00
Mike Pritchard
d105b18b22
Spelling fix.
2000-03-24 01:22:53 +00:00
Bruce Evans
e9ae1d4b2d
Fixed style bugs in rev.1.28. Rev.1.28 was not submitted by bde.
2000-03-20 20:07:28 +00:00
Poul-Henning Kamp
beff200af8
B_READ is gone, check for BIO_READ instead.
...
Not tested.
2000-03-20 17:12:45 +00:00
Peter Wemm
8933a11127
Make this compile. This is a hack.
2000-03-20 08:17:34 +00:00
Paul Saab
2837fe5558
Only character devices exsist these days. Make savecore understand
...
this.
2000-03-20 06:54:06 +00:00
KATO Takenori
1c206c591f
Activate the pc98 directory.
2000-03-18 16:49:22 +00:00
KATO Takenori
8220dd2744
Added PC98 version of fdisk.
2000-03-18 16:48:41 +00:00
Poul-Henning Kamp
ac989b7073
Make the fore_dnld program more robust and reliable.
...
In particular HZ=1000 would seem to break it before.
2000-03-17 17:09:55 +00:00
Matthew Hunt
5beb2d87ea
Typo ("frequencey").
2000-03-15 20:48:01 +00:00
Yoshinobu Inoue
6ecbec7768
Use CMSG_LEN() to compute ping SCM_TIMESTAMP cmsg_len.
...
Without this, cmsg_len size should be smaller than necessary on alpha.
(Though, no obvious error was seen on ping time value on beast.)
2000-03-14 17:37:19 +00:00
Sheldon Hearn
060ac658cc
Open the device read-only initially and re-open read-write if necessary
...
later. This allows tunefs -p on mounted filesystems.
Side-effects:
Use K&R prototypes.
Use definitions from fcntl.h for the flags argument to open(2).
There are cosmetic differences between this and the submitted patch.
PR: 17143
Reported by: Peter Edwards <peter.edwards@ireland.com>
Submitted by: luoqi
2000-03-14 07:44:32 +00:00
Sheldon Hearn
7b0070fc20
Fix nits in previous commit: restore option ordering of the option
...
description list; break an overly long line; use the Fx macro instead
of "FreeBSD".
2000-03-13 10:55:21 +00:00
Yoshinobu Inoue
f9b3ac8d7f
Add missing end of semi colon of an example setkey command.
...
Submitted by: kuriyama
2000-03-13 01:38:46 +00:00
Yoshinobu Inoue
17deb18225
Typo fix. s/SAD/SPD/.
...
Specified by: jdp
2000-03-12 19:56:30 +00:00
Yoshinobu Inoue
b2fa7d408d
Clear sin6_scope_id before passing routes into kernel, becaues kernel
...
don't support routes with sin6_scope_id set.
Without this fix, routes with IPv6 scoped addr won't work when it is
assigned by "route" command.
Approved by: jkh
Reviewed by: ume
2000-03-11 20:52:01 +00:00
Warner Losh
10b0ee9392
-e -> -I change.
...
-s for sumary
Approved by: jkh
2000-03-10 22:03:00 +00:00
David E. O'Brien
dc6bbfb6f8
Don't use the old raw name for disk devices.
2000-03-09 19:35:32 +00:00
Yoshinobu Inoue
690a43db7e
Update icmp node info query message bit order of query types,
...
according to draft-ietf-ipngwg-icmp-name-lookups-04 to 05 change.
This is necessary before 4.0, because,
-This change is non backword compatible
-Other KAME derived platforms applied 05
-Author of the draft said he never do backword imcompatible changes
again.
Approved by: jkh
Obtained from: KAME project
2000-03-09 14:47:21 +00:00
Sheldon Hearn
2ed2dc52a6
Remove more single-space hard sentence breaks.
2000-03-06 09:45:37 +00:00
Peter Wemm
3812e2664a
Purely cosmetic tweak, use consistant whitespace with scopeid.
2000-03-06 05:29:56 +00:00