Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scsi(8) used to fall off the end of main(), returning an arbitrary | joerg | 1995-07-30 | 1 | -1/+2 |
| | | | | | | | | value. Reviewed by: Submitted by: Obtained from: | ||||
* | The mode page editor never cleaned up the temp files. Thanks | dufault | 1995-07-11 | 1 | -1/+32 |
| | | | | | to Joerg for noticing. This low risk bug fix is appropriate for 2.1. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -9/+9 |
| | |||||
* | Add support for editing mode pages. | dufault | 1995-05-05 | 2 | -22/+266 |
| | |||||
* | Don't print out zero length names when verbose is set. | dufault | 1995-05-01 | 1 | -2/+2 |
| | |||||
* | Add a "-s" argument to specify the command timeout in seconds. | dufault | 1995-05-01 | 2 | -12/+23 |
| | | | | | | Now you should be able to format a disk with something like: > scsi -f /dev/rsd?c -s 1200 -c "4 0 0 0 0 0" assuming sd.c lets you open it. | ||||
* | Add "-m" command to read mode pages. Also add -z for freezing, | dufault | 1995-04-28 | 2 | -74/+333 |
| | | | | though the kernel changes aren't committed yet. | ||||
* | Remove "BUG" of not supporting arguments for "-o" | dufault | 1995-04-17 | 1 | -14/+7 |
| | |||||
* | Add support for arguments in output "-o" string. | dufault | 1995-04-17 | 1 | -5/+28 |
| | |||||
* | Fix verbose printout of "" name | dufault | 1995-01-26 | 1 | -2/+2 |
| | |||||
* | DPADD added | ache | 1995-01-25 | 1 | -0/+1 |
| | |||||
* | Submitted by: Julian Elischer and Peter Dufault | dufault | 1995-01-24 | 3 | -0/+640 |
Obtained from: 1.1.5 "scsi (8)" from 1.1.5, with added support for any command from the command line. |