summaryrefslogtreecommitdiff
path: root/sbin/bioctl/bioctl.c
AgeCommit message (Expand)Author
2007-07-11put -q in the right place;Jason McIntyre
2007-07-10implement -q to query a scsi disk for its inquiry data (vendor, model,Henning Brauer
2007-06-04document -C option of bioctlTodd T. Fries
2007-06-01support for softraid level 'c'.Ted Unangst
2007-05-31typo, ok tedu@Alexander von Gernler
2007-05-28Make disk assembly smarter and add two qualifiers to it:Marco Peereboom
2007-05-23Remove all vnode dependencies so that we can bootstrap softraid volumes.Marco Peereboom
2007-04-23remove -D stuff which is just silly, imagine if ls had a debug mode; ok marcoTheo de Raadt
2007-03-20further clean usage(); ok toddJason McIntyre
2007-03-20sync usage() w/ synopsis;Jason McIntyre
2007-03-20document softraid and bioctl creation of softraidTodd T. Fries
2007-03-19Add a new device that provides a framework for IO manipulation. A very basicMarco Peereboom
2006-08-28proper justify the size caption to match numbers justification; deraadt@ okMichael Shalayeff
2006-08-28Except I disagree strongly, and I was not askedTheo de Raadt
2006-08-27proper justify the size caption to match numbers justification; krw@ okMichael Shalayeff
2006-05-26Assign locator.target to blink structure.Marco Peereboom
2006-05-25handle Online/Scrub SD state for marcoTheo de Raadt
2006-05-25more room for seconds stringTheo de Raadt
2006-05-25print seconds of progress, if driver makes it available; ok marcoTheo de Raadt
2006-05-25handle new volume status, and print % if known; ok marcoTheo de Raadt
2006-05-07Add a little debug to test BIOCINQ primitive.Marco Peereboom
2005-08-23disable -B support for now; ok dlgTheo de Raadt
2005-08-23repair warnx() misusesTheo de Raadt
2005-08-21try to blink the device given on the command line before walking inquiriesDavid Gwynne
2005-08-18add support to stop blinking (-u) or use the alarm LED instead (-B)Theo de Raadt
2005-08-18better diagnostics in case of bad arguments; ok dlgTheo de Raadt
2005-08-18rework the addressing for blinking to make it like the hotsparesDavid Gwynne
2005-08-18a step towards where dlg is heading next + knfTheo de Raadt
2005-08-18very basic blink support.David Gwynne
2005-08-18Add "create hot spare" ok dlg@Marco Peereboom
2005-08-17Add support for unused disks.Marco Peereboom
2005-08-15if bv_level is -1, it is a hot spare; ok marcoTheo de Raadt
2005-08-09align a columnTheo de Raadt
2005-08-09verbose output optionTheo de Raadt
2005-08-08print information about ses/safte for each device; ok marcoTheo de Raadt
2005-08-08print out target as channel:target.lunTheo de Raadt
2005-08-08lots of cleanup, print lots of information based on new linkages betweenTheo de Raadt
2005-08-05sync usage to man pageTheo de Raadt
2005-08-05if no command specified, assume -iTheo de Raadt
2005-08-03Fix usage.Marco Peereboom
2005-08-03be more sure about what is a drive vs controller; ok marcoTheo de Raadt
2005-08-03various cleanups, the way i like it, ok marcoTheo de Raadt
2005-08-02add -a properly to SYNOPSIS; sync usage();Jason McIntyre
2005-08-01Add alarm support.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-18revert marcos bio changes, mickey not okDavid Gwynne
2005-07-18tweaks;Jason McIntyre
2005-07-18Fix online help.Marco Peereboom
2005-07-18Kill initial implementation because it sucked. It was far too complex the newMarco Peereboom
2005-07-01Add -f option for disk operations. Idea by deraadt.Marco Peereboom