| Commit message (Expand) | Author | Age | Files | Lines |
* | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | cognet | 2004-05-14 | 1 | -0/+4 |
* | Fix a couple of camcontrol issues that popped up on sparc64: | ken | 2004-03-03 | 1 | -2/+12 |
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -4/+6 |
* | Fix alignment of the trailing \ | imp | 2003-08-22 | 1 | -1/+1 |
* | Make this WARNS=6 clean by: | johan | 2003-08-05 | 4 | -41/+41 |
* | Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcam | ken | 2003-06-14 | 1 | -2/+0 |
* | Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues. | obrien | 2003-05-02 | 1 | -0/+1 |
* | Use __FBSDID. | obrien | 2003-05-02 | 3 | -10/+7 |
* | Fixed (soon might be fatal) -Wformat warnings. | ru | 2003-03-15 | 1 | -3/+3 |
* | Make camcontrol WARNS=2 clean. | johan | 2003-02-20 | 4 | -7/+12 |
* | Add PERIPH and XPT debug options to camcontrol. This makes all CAM debug | njl | 2002-12-17 | 2 | -4/+22 |
* | Split cam_argmask and move "commands" into cam_cmdmask. This addresses | mdodd | 2002-09-08 | 1 | -94/+102 |
* | Add 'camcontrol load' as a complement to 'camcontrol eject'. | mdodd | 2002-09-06 | 2 | -1/+11 |
* | Take care of WARNS=3 warnings by using unsigned/signed variable | johan | 2002-08-20 | 1 | -6/+7 |
* | Remove unused variable. camcontrol is now WARNS=2 clean on i386. | johan | 2002-08-18 | 1 | -1/+0 |
* | The .Nm utility | charnier | 2002-07-06 | 1 | -6/+17 |
* | Fix syntax errors (labels with no statement). | wollman | 2002-05-30 | 1 | -4/+4 |
* | Fix a bzero length calculation. sizeof(struct ccb_getdev) should have been | ken | 2002-04-01 | 1 | -1/+1 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 2 | -2/+2 |
* | Correct an out of date device node name. We do not have /dev/rsd0.ctl | maxim | 2002-02-11 | 2 | -2/+2 |
* | Style. | ru | 2002-01-24 | 1 | -11/+8 |
* | By popular demand, also include the "devlist" subcommand into the set | joerg | 2002-01-18 | 1 | -1/+7 |
* | Well, RELEASE_BUILD_FIXIT has now been renamed into RELEASE_CRUNCH. | joerg | 2002-01-18 | 1 | -2/+2 |
* | Add 'camcontrol rescan all' and 'camcontrol reset all' functionality to | ken | 2002-01-18 | 2 | -46/+185 |
* | Provide an option to make camcontrol `minimalistic': if the (env/make) | joerg | 2002-01-17 | 2 | -1/+37 |
* | Fix breakage in 'camcontrol defects' introduced in rev 1.34 (the new error | ken | 2001-12-05 | 1 | -2/+2 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | mdoc(7) police: replace `\*(Ba' with a simple `|', it's handled specially. | ru | 2001-08-16 | 1 | -1/+1 |
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+3 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -6/+6 |
* | Rewrite of the CAM error recovery code. | ken | 2001-03-27 | 2 | -113/+87 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 1 | -20/+14 |
* | Properly check malloc(3) return values | jedgar | 2000-12-01 | 2 | -0/+24 |
* | Fix format string warnings | kris | 2000-11-27 | 1 | -3/+3 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -44/+44 |
* | Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the | ken | 2000-09-17 | 1 | -0/+2 |
* | optreset is declared in unistd.h, so we don't need to declare it here again. | imp | 2000-08-16 | 1 | -2/+0 |
* | Fix an order-of-operations bug and properly shift page_control values for | kbyanc | 2000-08-10 | 1 | -6/+8 |
* | Include new modepage list (-l) option in the verbose usage. | kbyanc | 2000-08-09 | 1 | -0/+1 |
* | Fix a typo in the last commit so that this compiles. | jhb | 2000-08-09 | 1 | -1/+1 |
* | Fix some whitespace errors. | kbyanc | 2000-08-08 | 1 | -12/+12 |
* | Replace -l with .Fl l | kbyanc | 2000-08-08 | 1 | -1/+3 |
* | This is an overhaul of the mode page handling in camcontrol as well as | kbyanc | 2000-08-08 | 6 | -739/+823 |
* | Print the correct speed when speed is less than 1MB/s. | n_hibma | 2000-07-01 | 1 | -1/+1 |
* | When printing out the transfer rate display for 'camcontrol inquiry', | ken | 2000-06-28 | 1 | -1/+2 |
* | Eliminate the default device name (da) and unit number (0) in camcontrol. | ken | 2000-06-04 | 2 | -17/+15 |