| Age | Commit message (Expand) | Author |
| 2010-01-18 | check if i is in range before using it. | christos |
| 2010-01-11 | Anon tells me it should be "on the order of", not "in the order of". | wiz |
| 2010-01-11 | New sentence, new line. | wiz |
| 2010-01-11 | some wording fixes | mbalmer |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-11 | fix WARNS=4 issues | lukem |
| 2008-06-23 | Avoid zooming off the end of a malloced region. Makes rtsol{,d} -a work. | dholland |
| 2007-09-06 | PR/36931 - Wouter Schoot -- typo | jnemeth |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-10-16 | c99 initializer | christos |
| 2006-10-13 | Remove trailing whitespace. | wiz |
| 2006-10-08 | PR/20875: Robert Elz: Incorrect facts in rtsol(8) man page | elad |
| 2006-10-07 | PR/18906: roskens at elfin dot net: misc. select() to poll() updates. | elad |
| 2006-05-11 | rs_data is u_char *, so assign it from a u_char *. | mrg |
| 2006-05-11 | inet_ntop() wants char[] not u_char[]. | mrg |
| 2006-03-18 | prevent a potential resource leak, not found by coverity (perhaps masked by p... | dan |
| 2006-03-18 | catch another possible error case and exit early; CID 990 | dan |
| 2005-10-31 | Begin sentence with upper case letter, and uppercase an acronym. | wiz |
| 2005-10-31 | Sync usage with man page. From jmc@openbsd. | wiz |
| 2005-10-31 | Use .Pp instead of less usual .Lp. From jmc@openbsd. | wiz |
| 2005-10-31 | Improve description for /var/run/rtsold.dump. From jmc@openbsd. | wiz |
| 2005-10-31 | Small cleanup. From jmc@openbsd. | wiz |
| 2005-10-31 | Sort options. From jmc@openbsd. | wiz |
| 2005-06-27 | constify. | christos |
| 2004-06-25 | -a cannot be specified with an interface; remove it from that part | wiz |
| 2004-01-08 | backout previous change (removal of pidfile(3) call). requested by core. | itojun |
| 2004-01-03 | Bump date for pid file removal. | wiz |
| 2004-01-03 | remove call to pidfile(3), it was just for debugging (and there was no proper | itojun |
| 2004-01-03 | rtsol: factor out dump.c if -DSMALL (for boot floppy) | itojun |
| 2003-10-21 | Add missing initializer field. | fvdl |
| 2003-09-06 | unifdef HAVE_ARC4RANDOM | itojun |
| 2003-05-17 | strncpy -> strlcpy | itojun |
| 2003-05-15 | assume presense of getifaddrs(3). | itojun |
| 2003-05-15 | simplify by using strdup. from kame | itojun |
| 2003-04-02 | fix typo. from jason@openbsd | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-10-24 | Whitespace nit. Use .Nm instead of crossreferencing ourselves. | wiz |
| 2002-10-24 | Add a better hint about proper kernel configs than just "See Also sysctl(8)" | jonb |
| 2002-09-23 | null commit | mycroft |
| 2002-09-20 | sys/poll.h -> poll.h | itojun |
| 2002-09-20 | Set fd of unused pollfd entries to -1. | mycroft |
| 2002-09-20 | select() -> poll() | mycroft |
| 2002-09-08 | signal handler must take "int" arg. from deraadt, sync w/kame | itojun |
| 2002-07-14 | Finish ANSIfication. Remove ifndef __STDC__. | wiz |
| 2002-05-31 | avoid fd_set overrun. | itojun |
| 2002-05-31 | strlcpy | itojun |
| 2002-05-31 | KNF, from openbsd via kame | itojun |
| 2002-03-25 | Fix typo in warning, reported by Tero Kivinen in bin/16055. | wiz |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-11 | daemon(3) has to be called before opening file descriptors. | itojun |