aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-20/+14
* Properly check malloc(3) return valuesChris D. Faulhaber2000-12-012-0/+24
* Fix format string warningsKris Kennaway2000-11-271-3/+3
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-44/+44
* Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from theKenneth D. Merry2000-09-171-0/+2
* optreset is declared in unistd.h, so we don't need to declare it here again.Warner Losh2000-08-161-2/+0
* Fix an order-of-operations bug and properly shift page_control values forKelly Yancey2000-08-101-6/+8
* Include new modepage list (-l) option in the verbose usage.Kelly Yancey2000-08-091-0/+1
* Fix a typo in the last commit so that this compiles.John Baldwin2000-08-091-1/+1
* Fix some whitespace errors.Kelly Yancey2000-08-081-12/+12
* Replace -l with .Fl lKelly Yancey2000-08-081-1/+3
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-086-739/+823
* Print the correct speed when speed is less than 1MB/s.Nick Hibma2000-07-011-1/+1
* When printing out the transfer rate display for 'camcontrol inquiry',Kenneth D. Merry2000-06-281-1/+2
* Eliminate the default device name (da) and unit number (0) in camcontrol.Kenneth D. Merry2000-06-042-17/+15
* Use the Ic (Internal command) mdoc macro to denote camcontrol subcommands.Kenneth D. Merry2000-06-031-44/+51
* Send 'camcontrol help' usage output to stdout instead of stderr, so itKenneth D. Merry2000-06-031-2/+2
* Implement a new camcontrol function, 'camcontrol format'.Kenneth D. Merry2000-05-212-31/+393
* Correct the usage of the ".Bd -literal -offset xxx" macro to useMike Pritchard2000-05-051-8/+8
* Typo ("frequencey").Matthew Hunt2000-03-151-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased toKenneth D. Merry2000-02-201-2/+35
* Fix a couple of typos in the 'camcontrol negotiate' output.Kenneth D. Merry2000-02-041-2/+2
* Do some intptr_t casting for alpha.Matt Jacob2000-01-212-8/+8
* Specify the system directory for which we put in our include pathMatt Jacob2000-01-211-1/+3
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backMatt Jacob2000-01-161-12/+12
* Fix the example in the bugs section.Kenneth D. Merry1999-12-171-1/+1
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-11/+41
* Add references to cam(4) and xpt(4).Matthew Hunt1999-10-281-5/+2
* Restore alphabetical order of command line options parsing.Luoqi Chen1999-10-261-4/+4
* Debug flags -T and -S were reversed.Luoqi Chen1999-10-261-2/+2
* Use mkstemp(3) instead of tmpnam(3) when creating temporary files for modeKenneth D. Merry1999-09-282-6/+12
* Fix two rather embarrassing bugs in camcontrol. The first caused theKenneth D. Merry1999-09-271-3/+5
* -Wall cleanups, handle unknown cases.Bill Fumerola1999-09-261-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Various man page cleanup:Mike Pritchard1999-08-151-2/+2
* Typo of sample command line.SADA Kenji1999-08-011-2/+2
* Add a MAINTAINER line to modules that I maintain.Kenneth D. Merry1999-06-181-0/+2
* For vendor-specific commands sent using the 'camcontrol cmd' facility,Kenneth D. Merry1999-06-101-4/+4
* Fix a typo, and get rid of the bugs section that talks about addingKenneth D. Merry1999-05-191-5/+2
* Add a new device specification syntax to camcontrol. It is now possible toKenneth D. Merry1999-05-105-91/+204
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-062-50/+1061
* Fix misspelling of Julian's last name. Oops.Kenneth D. Merry1999-02-271-2/+2
* Properly print devices that do not have attached peripherals.Justin T. Gibbs1999-01-141-3/+6
* Bad Dog! No Biscuit! *Never* commit without testing- even if it wasMatt Jacob1998-12-201-3/+3
* add Bus and Device Reset commandsMatt Jacob1998-12-202-27/+47
* Insert missing macro, and while I'm here change the inconsistentBill Fumerola1998-12-021-3/+3
* Fix a typo in a comment.Kenneth D. Merry1998-11-121-2/+2
* When we send a stop unit command to a device, send it as an ordered tag soKenneth D. Merry1998-10-131-2/+9
* Fix a bug in camcontrol that caused 'camcontrol start' to not work.Kenneth D. Merry1998-10-131-6/+1