ru
6ea18a9d1a
mdoc(7) police:
...
Keep document title (.Dt) in CAPITALS, as required by the mdoc(7) manpage.
2001-07-04 14:18:31 +00:00
ru
233a8afeb8
mdoc(7) police: don't xref to itself.
2001-07-04 14:04:16 +00:00
ru
4d8e1d038b
mdoc(7) police: cosmetics.
2001-07-04 13:57:34 +00:00
tmm
71a96b46d0
Use the kern.msgbuf sysctl to get the message buffer on a running
...
kernel, and remove setgid kmem, which is not needed any more.
2001-07-03 19:49:31 +00:00
yar
f746f531a5
Fix a typo: "must be have" -> "must have"
...
MFC after: 5 days
2001-07-03 15:02:36 +00:00
dd
0f05e27c70
Document continuation line support.
...
PR: 8479
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
2001-07-02 23:59:06 +00:00
dd
edba9b52a2
Correct handling of continuation lines. Instead of treating the
...
backslash as nothing, treat it like a space so that adjacent lines
aren't glued together.
PR: 8479
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
2001-07-02 23:56:01 +00:00
brooks
1e69f4eb23
Support network device cloning via create and destroy options.
...
Reviewed by: ru, ume
Obtained from: NetBSD
MFC after: 1 week
2001-07-02 20:52:34 +00:00
kris
5afb5a50da
Add __printflike() to those static functions which need it.
2001-07-01 23:24:27 +00:00
dd
f57bc0bc1a
Correct grammar.
2001-07-01 22:47:09 +00:00
kris
172724d2a0
Silence format string warnings.
...
MFC after: 2 weeks
2001-07-01 22:00:26 +00:00
mikeh
1219a35719
Convert two instances of a lseek()+read() combination to a pread().
...
PR: bin/17640
MFC after: 2 weeks
2001-07-01 04:46:20 +00:00
rwatson
88f1ced765
Modify ping so that it increases the send socket buffer size if the
...
user runs with privilege, allowing the sending of icmp packets with
larger size (up to 48k, the default receive buffer size in ping),
which is useful for network driver development testing, as well
as experimentation with fragmentation.
Reviewed by: wpaul
2001-06-30 06:46:33 +00:00
roam
4db4ecf48f
Properly cast a size argument to an unsigned type.
...
Thanks to: dd for noticing the need for a cast.
2001-06-29 22:31:17 +00:00
ume
c64f5cc5a8
- fixed typo
...
- a wording improvement in BUGS (ping vs ping6 issue)
Obtained from: KAME
MFC after: 1 week
2001-06-29 20:51:00 +00:00
ume
9652e04d5f
sync usage/description with reality.
...
Obtained from: KAME
MFC after: 1 week
2001-06-29 20:26:38 +00:00
ume
07bc06593e
stop sending echo packets whenever the upper limit is specified by the -c
...
option, regardless of the -f option.
based on a comment from Tomohide Nagashima <tomohide@japan-telecom.co.jp>.
Obtained from: KAME
MFC after: 1 week
2001-06-29 20:05:48 +00:00
dd
8d232144a3
Silence warnings on the Alpha: don't assume size_t is an int.
2001-06-29 19:46:29 +00:00
roam
d093745462
Connect the new kldconfig(8) utility to the build.
2001-06-29 16:58:21 +00:00
roam
20caab2055
Add kldconfig(8), a utility to modify the kernel module search path.
...
Reviewed by: -arch, -audit
2001-06-29 16:55:24 +00:00
des
caaabb45e0
Fix include ordering breakage from rev. 1.23.
...
Please-read-style(9): dd
2001-06-29 06:21:57 +00:00
ru
548ffba853
Only checksum stdin if nothing has been checksummed yet.
...
PR: bin/28386
2001-06-25 08:52:57 +00:00
kuriyama
7129e79059
Merge from ipfw.8 (1.57).
...
o Sync with netinet6/ip6_fw.c (1.12).
MFC after: 10 days
2001-06-24 23:40:09 +00:00
dd
ce0c9a0b23
Nuke unused variables.
2001-06-24 23:31:07 +00:00
dd
0be791fe0b
Include missing header files whicih define functions for which gcc has
...
builtints (e.g., exit, strcmp).
2001-06-24 23:25:59 +00:00
dd
ef9ae51ffe
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 23:04:23 +00:00
dd
33eab9da62
Use strdup(3) instead of reimplementing it inline.
2001-06-24 18:21:52 +00:00
dd
04d1b1c8dd
Remove duplicate words.
2001-06-24 01:34:38 +00:00
iedowse
5ad8ec8277
Use the new CLSET_CONNECT clnt_control() request on UDP clients to
...
ensure that we never proceed with the mount() syscall if the server
is replying from the wrong source address. Previously the userland
RPC call to the remote nfsd would succeed, but the kernel uses
connect() so it would not see the replies, resulting in a hung
mount.
2001-06-23 19:57:20 +00:00
ru
2eed84a59b
Fixed DPADD.
...
Submitted by: bde
2001-06-23 09:10:48 +00:00
dd
d705df8034
WARNS= -> WARNS?=
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00
iedowse
41aadec27e
Make it much more obvious that the use of NQNFS is discouraged (the
...
NQNFS code is ancient, bug-ridden, and should probably be removed).
The wording here was very confusing; it was easy to get the impression
that NQNFS is an extension to NFSv3 when in fact it just uses some
NFSv3-like extensions on top of NFSv2. As witnessed by the mailing
lists and PRs, some people were reading the description and deciding
that NQNFS was what they wanted to use.
MFC after: 1 week
2001-06-22 00:41:20 +00:00
mjacob
caef7b425f
Fix compilation error on alpha.
2001-06-21 22:34:50 +00:00
joe
1f2cf25ced
Revert the previous commit on objection from the maintainer. I
...
missed that natd has a -v option that will give similar functionality.
Requested by: ru
2001-06-21 12:32:36 +00:00
joe
687340bf5d
When reporting that a packet can't be written back, usually because
...
of a restrictive firewall rule, also report detail on the packet
that caused the failure.
MFC after: 3 days
2001-06-21 10:28:40 +00:00
dd
869b11442d
Constify mdmaybeload(), add a prototype for usage(), and get rid of a
...
sizeof(int) == sizeof(long) assumption; clamp down with WARNS=2.
2001-06-21 02:10:26 +00:00
dd
ea812de5fb
Don't assume the length of MD_NAME is 2.
2001-06-21 01:39:01 +00:00
dd
38354648cc
Fail if -s isn't specified for an MD_MALLOC or MD_SWAP disk; the
...
driver itself obviously won't configure such a disk, but the error
returned (EDOM) is more cryptic to the average user than it should be.
Also assert that the argument to -u is in fact a valid unit; don't
just accept any string to mean 0.
Approved by: phk
2001-06-21 01:36:09 +00:00
dd
c9fd537149
Add a missing word.
...
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
2001-06-20 22:10:31 +00:00
mikeh
137b6a45ef
Document the interactive command `what'.
...
Reviewed by: ru
MFC after: 2 weeks
2001-06-20 04:00:43 +00:00
mikeh
d795e6a826
Fix typo which could lead to memory leak.
...
PR: misc/28283
MFC after: 2 weeks
2001-06-20 01:56:09 +00:00
dd
c355fb47d5
Add a SEE ALSO section.
2001-06-20 00:37:34 +00:00
dd
b01d625a8f
Miscellaneous mdoc(7) fixes; also expand contractions.
...
Submitted by: ru
2001-06-20 00:34:20 +00:00
dd
0dd8d48250
This command has more than four options.
2001-06-19 03:34:03 +00:00
dd
18ce5cb97d
Hook mdmfs into the build.
2001-06-18 23:47:18 +00:00
dd
2a395fdfb3
Introduce mdmfs(8), a wrapper around mdconfig(8), disklabel(8),
...
newfs(8), and mount(8) that mimics the command line option set of the
deprecated mount_mfs(8).
Approved by: jkh, phk, -hackers
2001-06-18 23:46:58 +00:00
pirzyk
976a20fbb6
modfied sysctl command to allow setting values > 2GB if the mib supports it.
...
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
2001-06-18 21:06:24 +00:00
ru
2012259e87
Pick up the correct headers from sys/contrib/ipfilter/netinet.
2001-06-18 15:55:28 +00:00
obrien
04a12c6e39
This commit was generated by cvs2svn to compensate for changes in r78344,
...
which included commits to RCS files with non-trunk default branches.
2001-06-16 07:16:14 +00:00
obrien
afad76ee76
Import the NetBSD 1.5 RC system.
...
Note that `rc' and `rc.shutdown' could not be imported because we already
have files with those names.
2001-06-16 07:16:14 +00:00