sheldonh
b2240fc1c0
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
markm
3197c29bd1
KerberosIV is no longer compulsory. This should fix "make release".
2000-03-01 13:50:48 +00:00
sheldonh
49c4458c80
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 12:20:22 +00:00
sheldonh
56aefdcd10
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
sheldonh
ff1f324516
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
a00cc32757
Fix errors in .Xr usage.
...
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:48:35 +00:00
nik
c07240daf8
s/curses/ncurses/
...
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:46:05 +00:00
nik
5821f0cfa5
Remove reference to nwfsrc(8), replace with reference to
...
/usr/share/examples/nwclient/dot.nwfsrc.
PR: docs/17059
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:43:11 +00:00
sheldonh
306562fd67
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 10:43:09 +00:00
nik
a7ec1826e0
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
8ca1afe9f5
Remove xrefs to obosolete cdplay(1)
...
PR: docs/17079
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:41:13 +00:00
nik
fc60a09c33
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
nik
8247953557
Remove xrefs to st(4) and mt(4), replace with xrefs to sa(4) and st(4).
...
PR: docs/17081
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-01 10:39:07 +00:00
kato
ea767b02ba
Merged from sys/i386/isa/isa_compat.h revision 1.27.
2000-03-01 08:56:47 +00:00
kato
30154256b0
Merged from sys/i386/i386/userconfig.c revision 1.174.
2000-03-01 08:55:23 +00:00
kato
c4643718c0
Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385.
2000-03-01 08:53:59 +00:00
kato
be13bac0e8
Merged from sys/i386/conf/GENERIC revisions 1.243, 1.244 and 1.245.
2000-03-01 08:52:28 +00:00
kato
b5da0aba87
Merged from files.i386 rev 1.307.
2000-03-01 08:50:05 +00:00
sheldonh
0e6cb15cc3
Clarify the facility used for logging with and without the wrapping
...
options.
PR: 17017
Submitted by: Doug Barton <Doug@gorean.org>
2000-03-01 08:20:17 +00:00
sheldonh
e814f513ec
Disconnect pcfclock from the build until it works on the Alpha.
2000-03-01 07:42:09 +00:00
sos
a9859d4573
Update man page to match the driver.
2000-03-01 07:28:51 +00:00
grog
a1be463ef1
Set default revive block size to 64 kB.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:25:46 +00:00
grog
e01350b9be
Tidy up splbio() protection.
...
Tidy up locking. Previously we were taking two locks for a parity
block, and only releasing one of them.
Implicitly-sanctioned-by: jkh
2000-03-01 07:25:07 +00:00
grog
91aeef949e
vinumstrategy: Don't count the read and written bytes before they're
...
transferred, do it in complete_rqe instead.
launch_requests: Replace the inadvertently removed splbio() around the
main loop. It may not be necessary, but the biggest
test of this stuff are IDE disks, which I'm not
using.
Remove throttling code, I'm pretty sure it's not
needed any more.
Don't set B_ORDERED, it's not necessary either.
Objected-to-by: alfred
build_rq_buffer: Don't lose the B_ORDERED bit, it still has some
residual meaning. To do this right, Vinum needs to
look at the B_ORDERED bit and order the transfer
across all disks involved. That's an exercise for
another day.
Objected-to-by: alfred
Implicitly-sanctioned-by: jkh
2000-03-01 07:24:26 +00:00
grog
51bc6920fd
Add keywords raid4 and partition.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:23:40 +00:00
grog
dfd51d0b7f
complete_rqe: Handle volume read stats here with other objects.
...
Previously vinumstrategy counted the bytes before they were hatched,
giving rise to strangenesses when a read failed.
Implicitly-sanctioned-by: jkh
2000-03-01 07:23:13 +00:00
grog
d5a01916c2
Remove description of defunct DEBUG_NUMOUTPUT by commenting out.
...
Describe stop -f to stop when config updates are disabled.
Explain in more detail why Vinum needs its own partition type, and why
you can't make it the c partition.
Implicitly-sanctioned-by: jkh
2000-03-01 07:22:10 +00:00
grog
cf44ef7326
Add declaration for parityops.
...
Implicitly-sanctioned-by: jkh
2000-03-01 07:21:21 +00:00
grog
090cc794ba
Increase the time we'll wait for a reviving disk to carry on and not
...
be marked as stalled, from 1 second to 5 seconds.
Implicitly-sanctioned-by: jkh
2000-03-01 07:20:32 +00:00
grog
9301681b2f
Implement vinum_rebuildparity, which had got forgotten. In the
...
process, move the body of vinum_rebuildparity and vinum_checkparity to
a new function, parityops.
Implicitly-sanctioned-by: jkh
2000-03-01 07:19:33 +00:00
green
bcb4b1ee2b
After Bruce kindly explained the whole groff "sentence" idea to me, I've
...
put the whitespace in the right place.
2000-03-01 05:28:45 +00:00
archie
08f912afac
The "sdl_family" field in a "struct sockaddr_dl" will be equal
...
to AF_LINK, not AF_DLI, as stated in the comment. Fix the comment.
Reviewed by: wollman
2000-03-01 02:46:25 +00:00
gsutter
40e5c6c2ed
1) Merge some text in from recent KAME distributions concerning
...
the syntax of scoped addresses.
2) Fix typos and grammatical nitpicks.
PR: 17082
Submitted by: Bruce A. Mah <bmah@eisenhower.ca.sandia.gov>
2000-03-01 02:37:46 +00:00
bsd
c56af6f61f
Fix a superuser credential check.
...
Reviewed by: phk
Approved by: jkh
2000-02-29 22:58:59 +00:00
sos
e17787fbf1
Add DVD-RAM support.
...
The driver constructs a fake disklabel that makes the 'a' partition
cover the entire DVD-RAM disk. This cannot be changed from the user
side. This solution was chosen because most DVD-RAM will have a
UDF (or until we have that CD9660) filesystem on it covering the
entire disk, its not really thought as a real random access device.
This might change over time, but for now this is what we have, and
it is compatible with CDROM's etc, that makes using the minidisk
subsystem less than ideal, because of !modulo BDEV_SIZE blocks.
2000-02-29 22:00:53 +00:00
ume
1294a0b6cf
Enable connection logging. FreeBSD's libwrap is IPv6 ready.
...
OpenSSH is in our source tree, now. It's a time to enable it.
Reviewed by: markm, shin
Approved by: jkh
2000-02-29 19:37:04 +00:00
billf
cf79856b7f
Add a little more history of when netgraph appeared in FreeBSD.
...
Reviewed by: asmodai
2000-02-29 18:32:26 +00:00
luigi
9620475aa1
Fix panic when doing keep-state and "forward".
...
Removed a redundant check.
Also move check for expired rules before using them.
Sorry for the whitespace changes.
Approved-by: jordan
2000-02-29 17:51:25 +00:00
sheldonh
3c68a89c75
Remove broken hard sentence breaks, which mess up the typeset output.
2000-02-29 17:36:44 +00:00
sos
70c39c1417
Only read user data when blocksize != 2048, this "read the works"
...
sneaked in sometime which is not what the average user wants.
2000-02-29 16:11:18 +00:00
jhb
a34ecba155
Add cross references to pkg_version(1) in all the other pkg_* man pages.
...
Also, add a cross reference to pkg_info(1) in pkg_version(1). Finally,
in pkg_version(1), don't put a period at the end of the list of see also
man pages.
Noticed by: Matt Ayres <matta@fast.net>
2000-02-29 15:13:55 +00:00
jkh
5258174fec
cosmetic fix - add a space.
2000-02-29 12:53:28 +00:00
markm
f30e29569a
Targets and macros for "make release".
2000-02-29 11:59:35 +00:00
markm
5e5ce7da97
Update DISTRIBUTION for new crypto world order.
2000-02-29 11:45:48 +00:00
markm
7b8bbfd16b
Update DISTRIBUTION for new crypto world order
2000-02-29 11:44:18 +00:00
markm
639eb378dc
Change DISTRIBUTION to match new world order.
2000-02-29 11:40:57 +00:00
markm
f104341c5c
Change DISTRIBUTION name to match reality.
2000-02-29 11:39:24 +00:00
jkh
8c76f66ee9
release glue to support s/des/crypto/
...
Submitted by: markm
2000-02-29 11:26:24 +00:00
sheldonh
b711ca6e94
Enable pcfclock as a kernel loadable module.
...
PR: 16804
Submitted by: sascha@schumann.cx
Approved by: jkh (release engineer)
2000-02-29 10:57:42 +00:00
jkh
568518843b
Update release notes to current reality.
2000-02-29 10:54:54 +00:00