| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap unused h_errno |  kn | 2019-09-16 | 1 | -3/+1 |
* | Simplify function detection |  kn | 2019-09-16 | 1 | -31/+9 |
* | The algorithm creating the routing addresses in route(8) and arp(6) |  bluhm | 2019-08-31 | 1 | -4/+3 |
* | The IFP address in arp(8) used some bytes from a location depending |  bluhm | 2019-08-29 | 1 | -8/+10 |
* | Honour -n when deleting entries, sync parse_host() from ndp(8) |  kn | 2019-08-27 | 1 | -23/+32 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -4/+4 |
* | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls |  krw | 2019-01-22 | 1 | -3/+3 |
* | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 2018-04-26 | 1 | -3/+2 |
* | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). |  cheloha | 2017-12-23 | 1 | -10/+7 |
* | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been |  natano | 2017-04-19 | 1 | -2/+2 |
* | Name global variable for routing socket rtsock like in ndp(8). |  bluhm | 2017-04-15 | 1 | -9/+9 |
* | Tweak output to keep it aligned when interfaces with big names, like |  mpi | 2016-11-29 | 1 | -8/+8 |
* | Pull in <sys/time.h> for gettimeofday() |  guenther | 2016-08-27 | 1 | -1/+2 |
* | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). |  natano | 2016-05-28 | 1 | -28/+3 |
* | Kill undocumented "pro" command. It's a no-op since the 90s! |  mpi | 2016-03-23 | 1 | -9/+7 |
* | Rename 'rtn' to 'error' for coherency. |  mpi | 2016-03-23 | 1 | -11/+10 |
* | Remove code to print the never set SIN_PROXY bit. This flag is only used |  mpi | 2016-03-23 | 1 | -2/+1 |
* | Use an unsigned int rather than an int when iterating through all 32 |  mmcc | 2016-01-26 | 1 | -2/+2 |
* | remove undocumented message about trailers |  tedu | 2015-12-08 | 1 | -4/+2 |
* | I messed up reading the call graph. -d delete does use search, so a |  deraadt | 2015-10-14 | 1 | -4/+1 |
* | Change all tame callers to namechange to pledge(2). |  deraadt | 2015-10-09 | 1 | -5/+5 |
* | use new tame "route" feature when possible |  deraadt | 2015-10-07 | 1 | -7/+9 |
* | correct a rtget() error check |  semarie | 2015-10-05 | 1 | -2/+2 |
* | arp uses a non-privileged sockraw to look at the kernel arp tables. |  deraadt | 2015-10-03 | 1 | -3/+7 |
* | Explicitly request the sockaddr_dl when doing a RTM_GET rather than |  mpi | 2015-06-03 | 1 | -12/+52 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -3/+3 |
* | Remove useless comment, snprintf and if/else. |  bluhm | 2014-09-07 | 1 | -5/+2 |
* | Be coherent in the way arp(8) and ndp(8) display local entries and |  mpi | 2014-09-03 | 1 | -3/+6 |
* | print leading 0's in MAC addresses again, ok deraadt |  sthen | 2014-08-22 | 1 | -2/+2 |
* | Change the output of arp(8) to match what ndp(8) does and include the |  mpi | 2014-08-21 | 1 | -38/+121 |
* | Entries for broadcast addresses should also be ignored, just like local |  mpi | 2014-08-19 | 1 | -2/+2 |
* | Do not try to delete RTF_LOCAL entries. Such routes are automatically |  mpi | 2014-08-11 | 1 | -14/+17 |
* | Put AF_ROUTE socket that arp(8) operates on into the appropriate rdomain. |  mikeb | 2014-03-18 | 1 | -1/+5 |
* | There is no need to init a global to 0 |  claudio | 2014-02-26 | 1 | -2/+2 |
* | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. |  bluhm | 2013-08-15 | 1 | -4/+4 |
* | arp and rarpd used an int expire_time for time calculation. Convert |  bluhm | 2013-07-20 | 1 | -4/+5 |
* | create realloc() loops around sysctl for array-based mibs, in programs |  deraadt | 2013-03-21 | 1 | -11/+17 |
* | When running route -Tx exec arp -an, arp would always use the default |  phessler | 2012-11-08 | 1 | -1/+2 |
* | Add Wake on Lan support to arp(8). This is partly based on the original |  jasper | 2011-01-11 | 1 | -4/+198 |
* | a usage line got too long; ok jmc |  deraadt | 2009-09-27 | 1 | -3/+3 |
* | Same code as in route(8) same RTM_VERSION check missing. |  claudio | 2009-06-25 | 1 | -2/+3 |
* | more rtm->rtm_hdrlen conversion |  chris | 2009-06-05 | 1 | -2/+2 |
* | One more tool that knows about other domains via -V |  claudio | 2009-06-05 | 1 | -8/+20 |
* | Use rtm_hdrlen to jump over the message header and to the beginning of the |  claudio | 2008-12-12 | 1 | -3/+4 |
* | "usage:" should precede the first statement only |  sobrado | 2008-03-12 | 1 | -2/+2 |
* | backout the change to make arp(8) default to -an; |  thib | 2008-02-14 | 1 | -4/+1 |
* | Oops. Better diff to enable -an by default without breaking |  thib | 2008-02-07 | 1 | -4/+4 |
* | make arp(8) default to -na when called with no arguments; |  thib | 2008-02-07 | 1 | -1/+4 |
* | Yet another application that does not check if the RTM_VERSION is the expected |  claudio | 2007-08-24 | 1 | -1/+3 |
* | Use sizeof(buf) instead of hard coded numbers. |  ray | 2007-02-18 | 1 | -2/+2 |