aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment of the trailing \Warner Losh2003-08-221-1/+1
* Make this WARNS=6 clean by:Johan Karlsson2003-08-054-41/+41
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-06-141-2/+0
* Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.David E. O'Brien2003-05-021-0/+1
* Use __FBSDID.David E. O'Brien2003-05-023-10/+7
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-3/+3
* Make camcontrol WARNS=2 clean.Johan Karlsson2003-02-204-7/+12
* Add PERIPH and XPT debug options to camcontrol. This makes all CAM debugNate Lawson2002-12-172-4/+22
* Split cam_argmask and move "commands" into cam_cmdmask. This addressesMatthew N. Dodd2002-09-081-94/+102
* Add 'camcontrol load' as a complement to 'camcontrol eject'.Matthew N. Dodd2002-09-062-1/+11
* Take care of WARNS=3 warnings by using unsigned/signed variableJohan Karlsson2002-08-201-6/+7
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.Johan Karlsson2002-08-181-1/+0
* The .Nm utilityPhilippe Charnier2002-07-061-6/+17
* Fix syntax errors (labels with no statement).Garrett Wollman2002-05-301-4/+4
* Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenKenneth D. Merry2002-04-011-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-202-2/+2
* Correct an out of date device node name. We do not have /dev/rsd0.ctlMaxim Konovalov2002-02-112-2/+2
* Style.Ruslan Ermilov2002-01-241-11/+8
* By popular demand, also include the "devlist" subcommand into the setJoerg Wunsch2002-01-181-1/+7
* Well, RELEASE_BUILD_FIXIT has now been renamed into RELEASE_CRUNCH.Joerg Wunsch2002-01-181-2/+2
* Add 'camcontrol rescan all' and 'camcontrol reset all' functionality toKenneth D. Merry2002-01-182-46/+185
* Provide an option to make camcontrol `minimalistic': if the (env/make)Joerg Wunsch2002-01-172-1/+37
* Fix breakage in 'camcontrol defects' introduced in rev 1.34 (the new errorKenneth D. Merry2001-12-051-2/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially.Ruslan Ermilov2001-08-161-1/+1
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+1
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-272-113/+87
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* 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