summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Expand)Author
2010-03-16Give a more polite message for `raidctl -m` on a non-parity RAID set.jld
2010-03-13fix sign-compare issueplunky
2010-03-13Exclude parity map regions that don't actually exist from the dirty region countjld
2010-01-27use warn/err appropriately.christos
2010-01-27error message: \n\n -> \npooka
2010-01-27+ Fatal errors due to uninitialized components are ignored.wiz
2010-01-27Consistently use "START disks" in examples. Bump date.wiz
2009-12-10Slight change to the wording of the parity map info: the parity isjld
2009-11-17Remove trailing whitespace.wiz
2009-11-17Bump date; also fix typo pointed out by snj@.jld
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2009-10-11close rump kernel file descriptors properlypooka
2009-10-11Support RUMP_ACTION, i.e. compile-time switch to make this executepooka
2009-04-06fix sign-compare issuelukem
2009-01-26Use correct format to print the "numBlocks" element in a RAIDframetron
2008-08-28Drop trailing whitespace.wiz
2008-08-26Bump date (before wizd).oster
2008-08-26Add description of some of the things 'raidctl -u' doesn't do.oster
2008-08-19We have the notion of an 'absent' disk, so use that in another example.oster
2008-05-02Move TNF licenses to 2 clause formmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-14Fix a minor typo: wd0h was repeated, change second instance to wd1h as is li...explorer
2007-08-06Talk a bit more about how the size of a RAID set is determined, andoster
2006-03-19close fp in several error paths, closing Coverity CIDs 1690, 1692.dan
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2005-06-02appease gcc -Wuninitializedlukem
2005-05-01Cleanup the meter code a bit -- a bunch of stuff wasn't even being used.oster
2005-02-28Bump date for previous.wiz
2005-02-28Add a few more lines about the 'Parity status:' output of 'raidctl -s'.oster
2005-02-09Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2005-02-01Give Dd the full month names as argument.wiz
2005-01-31Greg Oster just reminded me, I left out "vax".fredb
2005-01-31Sync with raid(4) regarding the architectures that support booting directlyfredb
2005-01-20WARNS=2 is the default defined in sbin/Makefile.inc. (thanks wiz)xtraeme
2004-10-26Cleanup a bit by nuking RF_Malloc macro, and add in some erroroster
2004-10-26Strip off trailing \n's and spaces from configuration file lines.oster
2004-10-26How about we use the 'len' parameter to rf_get_next_nonblank_line()oster
2004-05-24Use Dq instead of quotes; bump date for previous.wiz
2004-05-22Update docs to reflect the support for the word "absent" in the "disks"oster
2004-05-16Add commas in enumeration; bump date for previous.wiz
2004-05-15Add i386 to the list of systems that support booting from raid1.dsl
2004-04-11Bump date for last.snj
2004-04-11Swapping to RAID 5 is happy now. Remove indications to the contrary.oster
2004-02-29Note in the description of hot-adding components that a component label isoster
2004-02-29As suggested by Paul Ripke, have raidctl use raw devices by default.oster
2003-11-02Bump date for previous.wiz
2003-11-02Add a couple little warnings about swapping to RAID 5 sets.oster
2003-10-21Don't compare argc to NULL.fvdl
2003-07-13use bouded string opsitojun
2003-06-23Add NetBSD RCS Ids.agc