OpenBSD CVS

src/sbin/scsi/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / scsi

Current tag: OPENBSD_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   20 years  deraadt   move junk (bad code, terrible APIs) to the only program that uses it; millert ok...
[TXT] libscsi.c  1.5   18 years  millert   Userland programs should include <errno.h> not <sys/errno.h> OK deraadt@
[TXT] libscsi.h  1.1   20 years  deraadt   move junk (bad code, terrible APIs) to the only program that uses it; millert ok...
[TXT] scsi.8  1.30   17 years  dlg   userland shouldnt care about kernel issues
[TXT] scsi.c  1.23   17 years  cloder   Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. OK krw