| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-07 | per trending style, add continue to emtpy loop bodies. |  tedu | 1 | -3/+3 |
| 2016-01-28 | malloc(3) returns a pointer, so check against NULL, not 0. (No functional change) |  gsoares | 1 | -3/+3 |
| 2015-08-20 | <stdlib.h> is included, so do not need to cast result from |  deraadt | 1 | -2/+2 |
| 2015-02-28 | Reduce usage of predefined strings in manpages. |  bentley | 1 | -3/+3 |
| 2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. |  tedu | 1 | -2/+2 |
| 2013-11-22 | Whole bunch of (unsigned char) casts carefully added for ctype calls. |  deraadt | 1 | -10/+10 |
| 2013-11-12 | add a variety of missing prototypes |  deraadt | 1 | -1/+2 |
| 2012-12-04 | remove some unnecessary sys/cdefs.h inclusions |  deraadt | 1 | -3/+1 |
| 2012-09-04 | sort sections; |  jmc | 1 | -4/+4 |
| 2012-09-03 | - resolve unchecked malloc()'s; prompted by rustyBSD. |  okan | 2 | -32/+29 |
| 2012-03-24 | fix some leaks |  jsg | 1 | -1/+2 |
| 2010-11-16 | - remove XXX here now that CMDBUFLEN is defined in scsiio.h |  jasper | 1 | -7/+3 |
| 2009-11-12 | reading off the end of table bug, found by parfait |  deraadt | 1 | -2/+2 |
| 2008-01-13 | remove unused functions |  chl | 2 | -46/+2 |
| 2007-10-18 | SIGCHLD is not an errno value. |  ray | 1 | -2/+2 |
| 2007-07-03 | Correct the '-i' parameters in the examples. The '64' in the -c strings |  krw | 1 | -4/+4 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-04-28 | Copy sendbug's editit(). |  ray | 1 | -16/+60 |
| 2006-10-13 | Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. |  cloder | 1 | -2/+5 |
| 2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes |  cloder | 1 | -2/+2 |
| 2006-07-23 | userland shouldnt care about kernel issues |  dlg | 1 | -5/+1 |
| 2006-07-23 | update to reflect reality |  dlg | 1 | -16/+1 |
| 2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the |  dlg | 1 | -176/+8 |
| 2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> |  millert | 1 | -2/+2 |
| 2005-11-13 | missing fclose(); dhill@mindcry.org |  deraadt | 1 | -3/+5 |
| 2005-10-24 | delete more EFAULT stupidity |  deraadt | 1 | -4/+1 |
| 2005-05-14 | Give example of how to spin down a device since this is a question |  millert | 1 | -1/+7 |
| 2005-04-13 | use STD{IN,OUT,ERR}_FILENO |  deraadt | 1 | -11/+8 |
| 2005-04-11 | Use absolute path for vi. OK deraadt |  cloder | 1 | -2/+3 |
| 2005-04-11 | Check for asprintf failure. From Bruno Rohee (thank you). |  cloder | 1 | -2/+4 |
| 2005-04-09 | Compile with -ansi by killing an inline |  cloder | 1 | -2/+2 |
| 2005-04-09 | KNF. No binary changes. OK miod@ |  cloder | 1 | -305/+232 |
| 2005-04-03 | - sync to reality (remove dead options) |  jaredy | 1 | -132/+194 |
| 2005-04-01 | no need for Ns here; |  jmc | 1 | -2/+2 |
| 2005-04-01 | 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 forever |  deraadt | 1 | -15/+5 |
| 2004-06-26 | Remove scsi(3) from SEE ALSO. ok deraadt@ |  robert | 1 | -2/+1 |
| 2004-01-14 | Fix printf format string. ok deraadt@ |  otto | 1 | -2/+2 |
| 2003-07-24 | pull header from here |  deraadt | 1 | -2/+2 |
| 2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; |  deraadt | 4 | -5/+1299 |
| 2003-07-06 | protos |  deraadt | 1 | -2/+10 |
| 2003-06-26 | use err.h |  mickey | 1 | -50/+28 |
| 2003-06-11 | ansification |  deraadt | 1 | -8/+10 |
| 2003-06-03 | - section reorder |  jmc | 1 | -28/+28 |
| 2003-04-30 | a on or off thing -> an on or off thing; |  jmc | 1 | -2/+2 |
| 2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me |  deraadt | 1 | -4/+3 |
| 2003-02-20 | Use STDOUT_FILENO; David at phobia dot ms |  millert | 1 | -2/+2 |
| 2003-02-13 | typos; |  jmc | 1 | -8/+17 |
| 2002-02-24 | Vax O1 workaround no longer needed. |  hugh | 1 | -5/+1 |
| 2002-02-11 | ld dumps core on vax if we compile this -O0 |  deraadt | 1 | -1/+5 |
| 2002-02-11 | Initial patch. |  mpech | 1 | -4/+4 |