Age | Commit message (Expand) | Author |
2008-01-13 | remove unused functions | Charles Longeau |
2007-10-18 | SIGCHLD is not an errno value. | Ray Lai |
2007-07-03 | Correct the '-i' parameters in the examples. The '64' in the -c strings | Kenneth R Westerback |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
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 | userland shouldnt care about kernel issues | David Gwynne |
2006-07-23 | update to reflect reality | David Gwynne |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-11-13 | missing fclose(); dhill@mindcry.org | Theo de Raadt |
2005-10-24 | delete more EFAULT stupidity | Theo de Raadt |
2005-05-14 | Give example of how to spin down a device since this is a question | Todd C. Miller |
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 |
2005-04-09 | KNF. No binary changes. OK miod@ | Chad Loder |
2005-04-03 | - sync to reality (remove dead options) | Jared Yanovich |
2005-04-01 | no need for Ns here; | Jason McIntyre |
2005-04-01 | delete junk documentation. pr 3918. jmc -- when something is this bad, we s... | Theo de Raadt |
2004-06-26 | Remove scsi(3) from SEE ALSO. ok deraadt@ | Robert Nagy |
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek |
2003-07-24 | pull header from here | Theo de Raadt |
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-06-03 | - section reorder | Jason McIntyre |
2003-04-30 | a on or off thing -> an on or off thing; | Jason McIntyre |
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 |
2003-02-13 | typos; | Jason McIntyre |
2002-02-24 | Vax O1 workaround no longer needed. | Hugh Graham |
2002-02-11 | ld dumps core on vax if we compile this -O0 | Theo de Raadt |
2002-02-11 | Initial patch. | Mike Pechkin |
2001-08-20 | Powered by @mantoya. | Mike Pechkin |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-03-08 | whack exit(-#) | Theo de Raadt |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
1999-07-23 | doc -f | Theo de Raadt |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |