summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Collapse)Author
2003-04-02fifo -> FIFOJason McIntyre
ok millert@
2003-03-131 byte underflow; from tdevalTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-13typos;Jason McIntyre
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2002-12-16raidframe -> RAIDframeThierry Deval
2002-10-15option, not options; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-08-08Insist on having the raid[0..n]a set up, when using the root on raid feature.Thierry Deval
(to avoid problems as in PR#2816)
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-22use strlcpy(3)Thierry Deval
10x deraadt@
2002-04-19Do not depend upon <ansidecl.h> to compile.Miod Vallat
Conforming to espie's evil plans, and ok espie@ tdeval@
2002-03-31grmbl, restore meter display.Thierry Deval
2002-03-29cleanup variable and parameter usage.Thierry Deval
2002-02-22TypoThierry Deval
2002-02-19no need to talk about parity re-write completion if no re-write was done.Thierry Deval
2002-02-19don't do anything if #raid=0 (just return)Thierry Deval
2002-02-19be QUIET by default, damn itTheo de Raadt
2002-02-18sync SYNOPSIS with usage:Thierry Deval
and some cleanups
2002-02-18shorten usageTheo de Raadt
2002-02-17raidctl can do some actions on 'all' configured raids now :Thierry Deval
-B : CopyBack -G : Generate config -i : Initialize -p : Check parity -P : Check and re-write parity -s : Status -S : Progress status -u : Unconfigure
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-01-05Documentation update. Adapted from NetBSD.Thierry Deval
2001-12-30NetBSD -> OpenBSD (Ox)Brad Smith
2001-12-29Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.Thierry Deval
raidctl(8) man page update. ok drahn@, deraadt@
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS;
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-04-24properly label whole disk partition; op21@squish.orgTheo de Raadt
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-01-11remove redundent printfPeter Galbavy
2000-01-07sync with Greg Oster's NetBSD chages to Jan 4th 2000.Peter Galbavy
1999-09-23Typo fixes.Alex Feldman
1999-07-30A better, but still not perfect, merge of raidctl(8)Peter Galbavy
1999-07-30Update RAIDframe from NetBSD-current as of 1999/07/26.Peter Galbavy
Please note that you *must* follow the upgrade instructions at http://www.cs.usask.ca/staff/oster/clabel_upgrade.html before installing the new raidctl and new kernel using this code.
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-21do not much with COPTS; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-02-16merge from netbsd 990213 + make compile with our includesNiklas Hallqvist
1999-01-11Control RAIDframeNiklas Hallqvist