Age | Commit message (Expand) | Author |
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy |
2003-06-26 | correct an example, and fix BUGS; | Jason McIntyre |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-17 | Fix typo in last commit, spotted by Brian Poole. That'll teach me | Todd C. Miller |
2003-05-17 | Cannot use strlcpy() for strings in struct utmp since they are not guaranteed | Todd C. Miller |
2003-05-08 | .Xr newsyslog | Todd C. Miller |
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller |
2003-02-14 | typos; | Jason McIntyre |
2003-01-23 | typos; | Jason McIntyre |
2002-12-22 | fix cutnpaste; from hunter@comsys.com.ua | Michael Shalayeff |
2002-11-21 | Add -n option to print message source addresses numerically rather than | Chad Loder |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt |
2002-08-08 | Pass correct buffer length to snprintf on error condition; ericj@, fgsch@ ok. | Aaron Campbell |
2002-07-24 | Sanity check snprintf() return values before using them. It is legal for | Todd C. Miller |
2002-07-20 | ansi | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-05 | Double socket receive buffer size; deraadt@ OK | Todd C. Miller |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-25 | fix usage; from Sam Smith <S@mSmith.net>. | Federico G. Schwindt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-02 | KNF, and remove unneccessary signal blocking and errno saving, since not sign... | Theo de Raadt |
2001-11-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt |
2001-11-17 | missing prototype (getmsgbufsize). | Markus Friedl |
2001-11-17 | reread config from main loop instead of signal hander; ok deraadt@ | Markus Friedl |
2001-11-16 | no need for setjmp.h | Theo de Raadt |
2001-08-03 | Open files with O_NONBLOCK but turn off non-blocking mode for | Todd C. Miller |
2001-08-03 | fix typo; jcs@rt.fm | Theo de Raadt |
2001-07-27 | Wall cleanup | Peter Valchev |
2001-05-03 | fix typo; isaki@par.odn.ne.jp | Theo de Raadt |
2001-02-07 | Remove support for #!. It's not intuitive and if you happen to add | Federico G. Schwindt |
2001-01-19 | mark remaining signal races which are difficult to fix | Theo de Raadt |
2001-01-16 | fix another signal race, and check signal flags even in non-EINTR from select... | Theo de Raadt |
2001-01-11 | fd_set overflows, move races out of signal handlers, and fd_set repairs; | Theo de Raadt |
2000-09-13 | Use vis(3) when escaping non-printable characters instead of doing it | Todd C. Miller |
2000-08-17 | do the save_errno thing, but other races still exist in here | Theo de Raadt |
2000-04-16 | for the Nth time, the damn syslog socket is required | Theo de Raadt |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1999-07-06 | union wait -> int | Todd C. Miller |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell |
1999-03-11 | cleanup | Aaron Campbell |
1999-02-03 | The necessary defs are in paths.h now. | Angelos D. Keromytis |
1999-01-05 | careful about sunx.sun_path termination; matter@research.suspicious.org | Theo de Raadt |
1998-06-26 | make it 21 total log devs | Theo de Raadt |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |