| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 1 | -2/+3 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -22/+22 |
| 2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 1 | -2/+2 |
| 2018-07-11 | Remove RTM_LOSING from the file, it is no longer used by OpenBSD and |  claudio | 1 | -4/+1 |
| 2018-07-01 | more RTM_LOCK removals |  deraadt | 1 | -3/+1 |
| 2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. |  mpi | 1 | -2/+1 |
| 2018-06-14 | fix mem leak |  florian | 1 | -1/+3 |
| 2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip |  mpi | 1 | -7/+2 |
| 2017-08-23 | No need to handle more than one routing message here. |  jca | 1 | -147/+145 |
| 2017-07-28 | pass the size of the dst buffer to strlcat, not the source; pointed |  florian | 1 | -2/+2 |
| 2017-03-21 | From a syslog perspective it does not make sense to log fatal and |  bluhm | 1 | -6/+6 |
| 2017-03-13 | Add OpenBSD RCS id. |  bluhm | 2 | -0/+4 |
| 2016-08-12 | 6bone -> documentation range |  jca | 1 | -4/+4 |
| 2016-08-05 | Add a -u switch to always log route insertions/deletions. |  jca | 2 | -9/+26 |
| 2016-08-05 | Use tighter pledge(2) restrictions. |  jca | 1 | -2/+2 |
| 2016-08-05 | Rework logging. |  jca | 5 | -339/+426 |
| 2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such |  mpi | 1 | -31/+2 |
| 2016-07-06 | route6d spring cleanup |  jca | 1 | -23/+7 |
| 2016-01-25 | No need to declare main(). |  jca | 1 | -2/+1 |
| 2016-01-25 | malloc+memset -> calloc |  jca | 1 | -25/+17 |
| 2015-12-19 | Remove NULL-check before free(). |  mmcc | 1 | -3/+2 |
| 2015-11-30 | Sort includes. |  jca | 1 | -21/+19 |
| 2015-11-30 | Fix error message after conversion from select(2) to poll(2). |  jca | 1 | -2/+2 |
| 2015-10-26 | Partial revert of r1.79, "np" handling is a bit trickier than expected. |  jca | 1 | -4/+3 |
| 2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" |  jca | 1 | -10/+10 |
| 2015-10-26 | Those variables should be local to the functions where they are used. |  jca | 1 | -12/+11 |
| 2015-10-26 | Kill unused variable and function. |  jca | 1 | -16/+1 |
| 2015-10-25 | hms() returns a pointer to static storage, annotate the return type with "const" |  jca | 1 | -3/+3 |
| 2015-10-25 | Correctly print size_t/time_t. |  jca | 1 | -7/+7 |
| 2015-10-25 | Plug memory leak introduced in r1.15. |  jca | 1 | -11/+1 |
| 2015-10-25 | Those two functions take no parameters, thus /* ARGSUSED */ is meaningless. |  jca | 1 | -3/+1 |
| 2015-10-25 | Sync surrounding code after reallocarray introduction. |  jca | 1 | -3/+3 |
| 2015-10-25 | Rename allocopy() to xstrdup(), and make use of strdup(3). |  jca | 1 | -11/+9 |
| 2015-10-25 | Kill unused ROUTE6D_CONF define. |  jca | 1 | -5/+1 |
| 2015-10-25 | Another pidfile(3) removal; ok benno@ |  jca | 2 | -6/+2 |
| 2015-10-18 | Tweak previous: call fatal(), not err(3), for consistency. err.h goes away. |  jca | 1 | -3/+2 |
| 2015-10-17 | route6d pledges to use only "stdio rpath wpath cpath inet route mcast" |  jca | 1 | -1/+6 |
| 2015-10-16 | Unbreak route6d. |  jca | 1 | -4/+4 |
| 2015-09-11 | RTF_XRESOLVE is gone. |  mpi | 1 | -3/+2 |
| 2015-09-10 | delete obsolete .Bk from the SYNOPSIS |  schwarze | 1 | -10/+8 |
| 2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* |  deraadt | 1 | -14/+12 |
| 2015-02-04 | Fix potentional double free in do-while-loop. |  bluhm | 1 | -3/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -2/+1 |
| 2014-10-08 | obvious reallocarray(); ok doug |  deraadt | 1 | -3/+2 |
| 2014-03-24 | Remove commented out MSG_DONTROUTE flag. No object change. |  mpi | 1 | -2/+2 |
| 2014-01-22 | RTA_GENMASK is going to die soon so no need to handle it anymore. |  claudio | 1 | -7/+3 |
| 2014-01-07 | Asa Yeamans points out that we need to CMSG_SPACE[] for the 2nd message |  deraadt | 1 | -2/+3 |
| 2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 1 | -2/+2 |
| 2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() |  naddy | 1 | -5/+6 |
| 2013-08-22 | Correct format string mismatches turned up by -Wformat=2 |  guenther | 1 | -2/+2 |