History log of /openbsd-current/sbin/scsi/libscsi.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 28-Jan-2016 gsoares

malloc(3) returns a pointer, so check against NULL, not 0. (No functional change)

OK millert@


# 1.10 20-Aug-2015 deraadt

<stdlib.h> is included, so do not need to cast result from
malloc, calloc, realloc*
ok krw millert


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.9 22-Nov-2013 deraadt

Whole bunch of (unsigned char) casts carefully added for ctype calls.
Careful second audit by millert


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.8 16-Nov-2010 jasper

- remove XXX here now that CMDBUFLEN is defined in scsiio.h

ok krw@


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.7 12-Nov-2009 deraadt

reading off the end of table bug, found by parfait


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.6 13-Jan-2008 chl

remove unused functions

from tobias@

ok miod@ tobias@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE
# 1.5 21-Dec-2005 millert

Userland programs should include <errno.h> not <sys/errno.h>
OK deraadt@


# 1.4 24-Oct-2005 deraadt

delete more EFAULT stupidity


Revision tags: OPENBSD_3_8_BASE
# 1.3 09-Apr-2005 cloder

KNF. No binary changes. OK miod@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.2 24-Jul-2003 deraadt

pull header from here


# 1.1 23-Jul-2003 deraadt

move junk (bad code, terrible APIs) to the only program that uses it;
millert ok