Age | Commit message (Expand) | Author |
2016-06-07 | per trending style, add continue to emtpy loop bodies. | Ted Unangst |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2012-09-03 | - resolve unchecked malloc()'s; prompted by rustyBSD. | Okan Demirmen |
2012-03-24 | fix some leaks | Jonathan Gray |
2007-10-18 | SIGCHLD is not an errno value. | Ray Lai |
2007-04-28 | Copy sendbug's editit(). | Ray Lai |
2006-10-13 | Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. | Chad Loder |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2005-11-13 | missing fclose(); dhill@mindcry.org | Theo de Raadt |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-04-11 | Use absolute path for vi. OK deraadt | Chad Loder |
2005-04-11 | Check for asprintf failure. From Bruno Rohee (thank you). | Chad Loder |
2005-04-09 | Compile with -ansi by killing an inline | Chad Loder |
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek |
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt |
2003-07-06 | protos | Theo de Raadt |
2003-06-26 | use err.h | Michael Shalayeff |
2003-06-11 | ansification | Theo de Raadt |
2003-03-13 | more strlcpy; most from Hans-Joerg.Hoexer@yerbouti.franken.de, a bit from me | Theo de Raadt |
2003-02-20 | Use STDOUT_FILENO; David at phobia dot ms | Todd C. Miller |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-03-08 | whack exit(-#) | Theo de Raadt |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1997-12-10 | Fix tmpnam()...i don't have SCSI though, so i couldn't test. | Angelos D. Keromytis |
1997-08-26 | main should return int | Niklas Hallqvist |
1997-06-24 | Fix void * -> int casts -- change int's to long's | dgregor |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-06-12 | add /sbin/scsi from FreeBSD -- a good start! | Theo de Raadt |