| Age | Commit message (Expand) | Author |
| 2020-04-17 | Update date | kim |
| 2020-04-16 | Sort SEE ALSO. | wiz |
| 2020-04-15 | Add an "rtsol" keyword to ifconfig.if for enabling IPv6 RS/RA | kim |
| 2020-04-13 | Remove trailing dot in SEE ALSO. | wiz |
| 2020-04-13 | Use .Dl for one line literal display. Add SEE ALSO. | uwe |
| 2017-10-22 | Add rtsol to the NAME section as well | abhinav |
| 2014-10-12 | Give an example how to use dhcpcd instead of rtsol | christos |
| 2014-09-11 | Use Nx. | wiz |
| 2014-09-11 | Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). | roy |
| 2014-03-25 | Don't modify format string, use asprintf to format the original msg and | joerg |
| 2014-03-25 | Don't cast to time_t just to implicitly cast to uint32_t next. | joerg |
| 2014-03-18 | Change previous to use uint32_t for 'interval'. | dsl |
| 2014-03-18 | use time_t for time | christos |
| 2014-03-18 | KNF, bump warns, fix warnings to print the program name. | christos |
| 2013-10-19 | fix unused variable warnings. | christos |
| 2013-05-26 | Reword to work around phrasing that caused lots of discussions. | wiz |
| 2013-05-24 | Correct a phrase. From jmc@openbsd. | wiz |
| 2013-05-24 | Update description for -a: | wiz |
| 2011-10-17 | Fix typo in comment. | mbalmer |
| 2011-08-29 | Use __dead. | joerg |
| 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 |