Age | Commit message (Expand) | Author |
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt |
2007-10-05 | check if it's really a newline before removing it | Charles Longeau |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-06-19 | Grammar-o. | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-04-03 | make it work with height 4 (division by zero) | Martynas Venckus |
2007-03-20 | Set umask to 077 when saving messages in the outbox (not enabled | Todd C. Miller |
2007-02-26 | more small fixes from Igor Sobrado, tweaked by myself; | Jason McIntyre |
2007-02-26 | some small fixes from Igor Sobrado; | Jason McIntyre |
2007-02-25 | remove bad comma; from Igor Sobrado | Jason McIntyre |
2006-11-16 | Fix undefined behavior (var = --var). | Ray Lai |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-05-02 | Nuke a couple orphaned prototypes. | Hugh Graham |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-03-04 | the the | Miod Vallat |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-07-11 | Fix off-by-one bug in readtty() and don't assume BUFSIZ == 1024. | Todd C. Miller |
2004-12-07 | remove unsupported paths; | Jason McIntyre |
2004-09-15 | avoid aliasing against libc symbols | Theo de Raadt |
2004-09-15 | unused variable | Theo de Raadt |
2004-06-04 | sync w/ usd docs; | Jason McIntyre |
2004-06-04 | update mail docs w/ reality; | Jason McIntyre |
2004-05-10 | delint; millert ok | Theo de Raadt |
2004-05-10 | Get rid of the ancient "clobber" command. It was really only for debugging | Todd C. Miller |
2004-04-30 | missing full stop; | Jason McIntyre |
2004-04-19 | - sort SYNOPSIS | Jason McIntyre |
2004-02-01 | add paper.txt target; | Jason McIntyre |
2004-01-03 | Silence a gcc warning: "initialization from incompatible pointer type" | Todd C. Miller |
2004-01-03 | Fix format type mismatch (int vs. ssize_t). | Todd C. Miller |
2003-12-03 | Change how the line output from the 'h' command is formatted. | Todd C. Miller |
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy |
2003-10-13 | better realloc. ok deraadt jose | Ted Unangst |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-04 | escape in the wrong place; | Jason McIntyre |
2003-07-14 | remove some old groff macros; | Jason McIntyre |
2003-07-07 | protos | Theo de Raadt |
2003-06-28 | use .Bk/.Ek to align the options in SYNOPSIS; | Jason McIntyre |
2003-06-25 | Remove unused c_func0; noticed by deraadt@ | Todd C. Miller |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-15 | Use vis() on any remotely created input before displaying it on a screen. | Paul Janzen |
2003-04-09 | syetem -> system; | Jason McIntyre |
2003-01-03 | DEL hasn't sent SIGINTR in a looooong time. | Todd C. Miller |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt |
2002-10-07 | tyop | Vincent Labrecque |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |