| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
PR: docs/17061
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
|
|
| |
/usr/share/examples/nwclient/dot.nwfsrc.
PR: docs/17059
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
| |
PR: docs/17060
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
PR: docs/17079
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
PR: docs/17080
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
|
|
|
|
| |
PR: docs/17081
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
options.
PR: 17017
Submitted by: Doug Barton <Doug@gorean.org>
|
| |
|
| |
|
|
|
|
| |
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
| |
Tidy up locking. Previously we were taking two locks for a parity
block, and only releasing one of them.
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
| |
Previously vinumstrategy counted the bytes before they were hatched,
giving rise to strangenesses when a read failed.
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
| |
be marked as stalled, from 1 second to 5 seconds.
Implicitly-sanctioned-by: jkh
|
|
|
|
|
|
|
| |
process, move the body of vinum_rebuildparity and vinum_checkparity to
a new function, parityops.
Implicitly-sanctioned-by: jkh
|
|
|
|
| |
put the whitespace in the right place.
|
|
|
|
|
|
| |
to AF_LINK, not AF_DLI, as stated in the comment. Fix the comment.
Reviewed by: wollman
|
|
|
|
|
|
|
|
|
| |
the syntax of scoped addresses.
2) Fix typos and grammatical nitpicks.
PR: 17082
Submitted by: Bruce A. Mah <bmah@eisenhower.ca.sandia.gov>
|
|
|
|
|
| |
Reviewed by: phk
Approved by: jkh
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
OpenSSH is in our source tree, now. It's a time to enable it.
Reviewed by: markm, shin
Approved by: jkh
|
|
|
|
| |
Reviewed by: asmodai
|
|
|
|
|
|
|
|
| |
Removed a redundant check.
Also move check for expired rules before using them.
Sorry for the whitespace changes.
Approved-by: jordan
|
| |
|
|
|
|
| |
sneaked in sometime which is not what the average user wants.
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: markm
|
|
|
|
|
|
| |
PR: 16804
Submitted by: sascha@schumann.cx
Approved by: jkh (release engineer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
on locale.
o Allow use of "G" in label editor to stand for gigabytes. This
is actually an unrelated patch which I meant to commit separately
but what the heck, it's late.
Partially submitted by: phk
|