| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | simplify synopsis; ok deraadt |  jmc | 2006-05-26 | 1 | -7/+3 |
| * | Remove "S" from getopt(3) string, which was added in 1.32 by mistake. |  moritz | 2006-04-18 | 1 | -2/+2 |
| * | shrink |  deraadt | 2005-04-04 | 1 | -13/+7 |
| * | nlist.h not needed |  deraadt | 2005-04-04 | 1 | -2/+1 |
| * | clean further, theo ok |  henning | 2005-03-29 | 1 | -12/+1 |
| * | make this a bit more readable |  henning | 2005-03-29 | 1 | -64/+71 |
| * | add -F to force replacement of entries with -s and -f |  henning | 2005-03-29 | 1 | -6/+14 |
| * | Enable ARP table manipulation on CARP interfaces. |  pascoe | 2005-01-04 | 1 | -4/+4 |
| * | memory leak; andrushock@korovino.net |  deraadt | 2003-06-27 | 1 | -2/+3 |
| * | remove unused variables |  deraadt | 2003-06-27 | 1 | -6/+5 |
| * | some ansification, some de-register |  deraadt | 2003-06-11 | 1 | -35/+17 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -7/+3 |