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
Yoshinobu Inoue
7d0d8dc306
CMSG_XXX macros alignment fixes to follow RFC2292.
...
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
2000-03-03 11:13:12 +00:00
Joseph Koshy
dba060d3e9
The new boot code uses ad' for ATA disks, not
wd'. Correct the
...
manual page.
2000-03-03 09:51:45 +00:00
Sheldon Hearn
4e86fcacf6
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
Sheldon Hearn
e2bfa2c906
Replace abuse of a literal block display with a more appropriate
...
tag list.
Apologies to translators for mixing in a few language clean-ups.
2000-03-02 13:14:16 +00:00
Sheldon Hearn
f2e366a105
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
Sheldon Hearn
f63f700eea
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:34:08 +00:00
Sheldon Hearn
ef8f7ac935
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 11:27:47 +00:00
Nik Clayton
21fda85269
Remove xrefs to obsolete bad144(8).
...
PR: docs/17060
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:42:25 +00:00
Nik Clayton
b1ba45cfe5
Remove xrefs to obsolete ft driver.
...
PR: docs/17080
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:40:18 +00:00