Age | Commit message (Expand) | Author |
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 | switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@ | Stuart Henderson |
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-07-12 | andone last (i hope) accept_rtadv sysctl remnant, also found by jmc | Henning Brauer |
2013-10-21 | - -V after -t | Jason McIntyre |
2013-10-21 | Add rdomain support to IPv6 configuration tools | Peter Hessler |
2013-10-07 | Fix a segfault in ndp -A by not freeing the buffer when not in repeat | Jeremie Courreges-Anglas |
2013-08-15 | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. | Alexander Bluhm |
2013-08-09 | Remove dead code and useless #include and #ifdef from ndp. | Alexander Bluhm |
2013-07-19 | ndp used an int expire_time for time calculation. Convert this | Alexander Bluhm |
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt |
2013-03-11 | Remove the -I option, even if the ioctls for manipulating a default | Martin Pieuchot |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2010-09-03 | add an EXIT STATUS section for /usr/sbin; | Jason McIntyre |
2009-06-25 | Another copy of the strange while loop seen in route(8). Add missing | Claudio Jeker |
2009-06-17 | Check for the correct RTM_VERSION before accessing anything in the rt message. | Claudio Jeker |
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio |
2008-10-02 | get rid of some unneeded $Id stuff | Theo de Raadt |
2008-06-09 | Correctly round the sockaddrs so that ndp works on 64bit machines. | Claudio Jeker |
2008-05-18 | another ndp(8) tweak: its description still talks about "flags" | Igor Sobrado |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-05 | don't install a /128 bit net route for 'proxy' ndp entries | Markus Friedl |
2007-10-07 | delete ugly $Header stuff; pr 5595 | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-22 | do not try to grab default router list on "ndp -r" if it's empty | Jun-ichiro itojun Hagino |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai |
2006-08-10 | sync usage(); | Jason McIntyre |
2006-08-10 | various fixes; | Jason McIntyre |
2005-04-04 | nlist.h not needed | Theo de Raadt |
2004-10-28 | manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32 | Jun-ichiro itojun Hagino |
2004-09-15 | - better .Nd | Jason McIntyre |
2004-05-24 | missing close(2). Andrey Matveev | Jun-ichiro itojun Hagino |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-02-10 | fflush(stdout). kame pr 584 | Jun-ichiro itojun Hagino |
2004-01-25 | private copy of gmt2local from tcpdump, since tcpdump is about to start | Theo de Raadt |
2004-01-08 | typo fix (must be rtm_addrs). from fujitsu | Jun-ichiro itojun Hagino |
2003-10-02 | style sync w/ kame | Jun-ichiro itojun Hagino |
2003-09-26 | add bounds to sscanf, millert@ | Anil Madhavapeddy |
2003-09-02 | escape punctuation; (and a nit in openssl.1) | Jason McIntyre |
2003-06-26 | err() cleanup; andrushock@korovino.net | Theo de Raadt |
2003-06-26 | ansi | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-11 | some ansification, some de-register | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-07-17 | with -i, flag on command line and flag displayed are different, and it does | Jun-ichiro itojun Hagino |
2002-06-08 | comment out paragraph that does not fit to openbsd-current | Jun-ichiro itojun Hagino |