summaryrefslogtreecommitdiffstats
path: root/sbin/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-06-07per trending style, add continue to emtpy loop bodies.tedu1-3/+3
2016-01-28malloc(3) returns a pointer, so check against NULL, not 0. (No functional change)gsoares1-3/+3
2015-08-20<stdlib.h> is included, so do not need to cast result fromderaadt1-2/+2
2015-02-28Reduce usage of predefined strings in manpages.bentley1-3/+3
2014-11-20remove sys/file.h includes in favor of fcntl.h where needed.tedu1-2/+2
2013-11-22Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt1-10/+10
2013-11-12add a variety of missing prototypesderaadt1-1/+2
2012-12-04remove some unnecessary sys/cdefs.h inclusionsderaadt1-3/+1
2012-09-04sort sections;jmc1-4/+4
2012-09-03- resolve unchecked malloc()'s; prompted by rustyBSD.okan2-32/+29
2012-03-24fix some leaksjsg1-1/+2
2010-11-16- remove XXX here now that CMDBUFLEN is defined in scsiio.hjasper1-7/+3
2009-11-12reading off the end of table bug, found by parfaitderaadt1-2/+2
2008-01-13remove unused functionschl2-46/+2
2007-10-18SIGCHLD is not an errno value.ray1-2/+2
2007-07-03Correct the '-i' parameters in the examples. The '64' in the -c stringskrw1-4/+4
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-28Copy sendbug's editit().ray1-16/+60
2006-10-13Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'.cloder1-2/+5
2006-10-10fgets(3) returns NULL on error, not 0. No functional change, but it makescloder1-2/+2
2006-07-23userland shouldnt care about kernel issuesdlg1-5/+1
2006-07-23update to reflect realitydlg1-16/+1
2006-07-23remove some scsi ioctls, most importantly the ones that can reprobe thedlg1-176/+8
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>millert1-2/+2
2005-11-13missing fclose(); dhill@mindcry.orgderaadt1-3/+5
2005-10-24delete more EFAULT stupidityderaadt1-4/+1
2005-05-14Give example of how to spin down a device since this is a questionmillert1-1/+7
2005-04-13use STD{IN,OUT,ERR}_FILENOderaadt1-11/+8
2005-04-11Use absolute path for vi. OK deraadtcloder1-2/+3
2005-04-11Check for asprintf failure. From Bruno Rohee (thank you).cloder1-2/+4
2005-04-09Compile with -ansi by killing an inlinecloder1-2/+2
2005-04-09KNF. No binary changes. OK miod@cloder1-305/+232
2005-04-03- sync to reality (remove dead options)jaredy1-132/+194
2005-04-01no need for Ns here;jmc1-2/+2
2005-04-01delete junk documentation. pr 3918. jmc -- when something is this bad, we sometimes have to be fast. scsi(3) or anything like it is dead foreverderaadt1-15/+5
2004-06-26Remove scsi(3) from SEE ALSO. ok deraadt@robert1-2/+1
2004-01-14Fix printf format string. ok deraadt@otto1-2/+2
2003-07-24pull header from herederaadt1-2/+2
2003-07-23move junk (bad code, terrible APIs) to the only program that uses it;deraadt4-5/+1299
2003-07-06protosderaadt1-2/+10
2003-06-26use err.hmickey1-50/+28
2003-06-11ansificationderaadt1-8/+10
2003-06-03- section reorderjmc1-28/+28
2003-04-30a on or off thing -> an on or off thing;jmc1-2/+2
2003-03-13more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from mederaadt1-4/+3
2003-02-20Use STDOUT_FILENO; David at phobia dot msmillert1-2/+2
2003-02-13typos;jmc1-8/+17
2002-02-24Vax O1 workaround no longer needed.hugh1-5/+1
2002-02-11ld dumps core on vax if we compile this -O0deraadt1-1/+5
2002-02-11Initial patch.mpech1-4/+4