summaryrefslogtreecommitdiffstats
path: root/sbin/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* per trending style, add continue to emtpy loop bodies.tedu2016-06-071-3/+3
* malloc(3) returns a pointer, so check against NULL, not 0. (No functional change)gsoares2016-01-281-3/+3
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-2/+2
* Reduce usage of predefined strings in manpages.bentley2015-02-281-3/+3
* remove sys/file.h includes in favor of fcntl.h where needed.tedu2014-11-201-2/+2
* Whole bunch of (unsigned char) casts carefully added for ctype calls.deraadt2013-11-221-10/+10
* add a variety of missing prototypesderaadt2013-11-121-1/+2
* remove some unnecessary sys/cdefs.h inclusionsderaadt2012-12-041-3/+1
* sort sections;jmc2012-09-041-4/+4
* - resolve unchecked malloc()'s; prompted by rustyBSD.okan2012-09-032-32/+29
* fix some leaksjsg2012-03-241-1/+2
* - remove XXX here now that CMDBUFLEN is defined in scsiio.hjasper2010-11-161-7/+3
* reading off the end of table bug, found by parfaitderaadt2009-11-121-2/+2
* remove unused functionschl2008-01-132-46/+2
* SIGCHLD is not an errno value.ray2007-10-181-2/+2
* Correct the '-i' parameters in the examples. The '64' in the -c stringskrw2007-07-031-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Copy sendbug's editit().ray2007-04-281-19/+63
* Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'.cloder2006-10-131-2/+5
* fgets(3) returns NULL on error, not 0. No functional change, but it makescloder2006-10-101-2/+2
* userland shouldnt care about kernel issuesdlg2006-07-231-5/+1
* update to reflect realitydlg2006-07-231-16/+1
* remove some scsi ioctls, most importantly the ones that can reprobe thedlg2006-07-231-176/+8
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* missing fclose(); dhill@mindcry.orgderaadt2005-11-131-3/+5
* delete more EFAULT stupidityderaadt2005-10-241-4/+1
* Give example of how to spin down a device since this is a questionmillert2005-05-141-1/+7
* use STD{IN,OUT,ERR}_FILENOderaadt2005-04-131-11/+8
* Use absolute path for vi. OK deraadtcloder2005-04-111-2/+3
* Check for asprintf failure. From Bruno Rohee (thank you).cloder2005-04-111-2/+4
* Compile with -ansi by killing an inlinecloder2005-04-091-2/+2
* KNF. No binary changes. OK miod@cloder2005-04-091-307/+234
* - sync to reality (remove dead options)jaredy2005-04-031-132/+194
* no need for Ns here;jmc2005-04-011-2/+2
* delete junk documentation. pr 3918. jmc -- when something is this bad, we sometimes have to be fast. scsi(3) or anything like it is dead foreverderaadt2005-04-011-15/+5
* Remove scsi(3) from SEE ALSO. ok deraadt@robert2004-06-261-2/+1
* Fix printf format string. ok deraadt@otto2004-01-141-2/+2
* pull header from herederaadt2003-07-241-2/+2
* move junk (bad code, terrible APIs) to the only program that uses it;deraadt2003-07-234-5/+1299
* protosderaadt2003-07-061-2/+10
* use err.hmickey2003-06-261-50/+28
* ansificationderaadt2003-06-111-8/+10
* - section reorderjmc2003-06-031-28/+28
* a on or off thing -> an on or off thing;jmc2003-04-301-2/+2
* more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from mederaadt2003-03-131-4/+3
* Use STDOUT_FILENO; David at phobia dot msmillert2003-02-201-2/+2
* typos;jmc2003-02-131-8/+17
* Vax O1 workaround no longer needed.hugh2002-02-241-5/+1
* ld dumps core on vax if we compile this -O0deraadt2002-02-111-1/+5
* Initial patch.mpech2002-02-111-4/+4