Age | Commit message (Expand) | Author |
2023-04-04 | Remove stylistic differences between arp(8) and ndp(8) delete() | Alexander Bluhm |
2021-01-02 | replace obsolete .Li macros with .Dv and .Er as appropriate | Ingo Schwarze |
2019-09-16 | Zap unused h_errno | kn |
2019-09-16 | Simplify function detection | kn |
2019-08-31 | The algorithm creating the routing addresses in route(8) and arp(6) | Alexander Bluhm |
2019-08-29 | The IFP address in arp(8) used some bytes from a location depending | Alexander Bluhm |
2019-08-27 | Honour -n when deleting entries, sync parse_host() from ndp(8) | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). | cheloha |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-15 | Name global variable for routing socket rtsock like in ndp(8). | Alexander Bluhm |
2016-11-29 | Tweak output to keep it aligned when interfaces with big names, like | Martin Pieuchot |
2016-08-27 | Pull in <sys/time.h> for gettimeofday() | Philip Guenther |
2016-05-28 | Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...). | Martin Natano |
2016-04-05 | Describe the format used by -s once, and refer to it when documenting -f. | Jeremie Courreges-Anglas |
2016-03-23 | tweak previous; | Jason McIntyre |
2016-03-23 | Kill undocumented "pro" command. It's a no-op since the 90s! | Martin Pieuchot |
2016-03-23 | Rename 'rtn' to 'error' for coherency. | Martin Pieuchot |
2016-03-23 | Remove code to print the never set SIN_PROXY bit. This flag is only used | Martin Pieuchot |
2016-01-26 | Use an unsigned int rather than an int when iterating through all 32 | mmcc |
2015-12-08 | remove undocumented message about trailers | Ted Unangst |
2015-12-08 | jmc discovered more references to trailers. i think it's safe to remove | Ted Unangst |
2015-11-01 | replace "can not" with "cannot"; | Jason McIntyre |
2015-10-14 | I messed up reading the call graph. -d delete does use search, so a | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-07 | use new tame "route" feature when possible | Theo de Raadt |
2015-10-05 | correct a rtget() error check | Sebastien Marie |
2015-10-03 | arp uses a non-privileged sockraw to look at the kernel arp tables. | Theo de Raadt |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-06-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-09-07 | Remove useless comment, snprintf and if/else. | Alexander Bluhm |
2014-09-03 | Be coherent in the way arp(8) and ndp(8) display local entries and | Martin Pieuchot |
2014-08-22 | print leading 0's in MAC addresses again, ok deraadt | Stuart Henderson |
2014-08-21 | Change the output of arp(8) to match what ndp(8) does and include the | Martin Pieuchot |
2014-08-19 | Entries for broadcast addresses should also be ignored, just like local | Martin Pieuchot |
2014-08-11 | Do not try to delete RTF_LOCAL entries. Such routes are automatically | Martin Pieuchot |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre |
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre |
2014-03-18 | Put AF_ROUTE socket that arp(8) operates on into the appropriate rdomain. | Mike Belopuhov |
2014-02-26 | This is a lie, the default is not 0. It is inherited from the process. | Claudio Jeker |
2014-02-26 | There is no need to init a global to 0 | Claudio Jeker |
2013-08-15 | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. | Alexander Bluhm |
2013-07-20 | arp and rarpd used an int expire_time for time calculation. Convert | Alexander Bluhm |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2012-11-08 | When running route -Tx exec arp -an, arp would always use the default | Peter Hessler |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2011-09-01 | grammar fix; from Brynet | Jason McIntyre |