Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-21 | - -V after -t | Jason McIntyre | |
- fix usage() | |||
2013-10-21 | Add rdomain support to IPv6 configuration tools | Peter Hessler | |
OK claudio@ and bluhm@ | |||
2013-10-07 | Fix a segfault in ndp -A by not freeing the buffer when not in repeat | Jeremie Courreges-Anglas | |
mode. Input from and ok millert@ | |||
2013-08-15 | Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes. | Alexander Bluhm | |
warning: declaration of 'time' shadows a global declaration No binary change; OK lteo@ florian@ henning@ mikeb@ millert@ | |||
2013-08-09 | Remove dead code and useless #include and #ifdef from ndp. | Alexander Bluhm | |
No binary change; OK deraadt@ mpi@ | |||
2013-07-19 | ndp used an int expire_time for time calculation. Convert this | Alexander Bluhm | |
into time_t. OK henning@ florian@ | |||
2013-03-21 | create realloc() loops around sysctl for array-based mibs, in programs | Theo de Raadt | |
which want a "full" dump ok dlg | |||
2013-03-11 | Remove the -I option, even if the ioctls for manipulating a default | Martin Pieuchot | |
interface are defined, nothing use it in the kernel since the on-link assumption behavior removal back in 2004. ok mikeb@, bluhm@, florian@ | |||
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado | |
has changed to conform with modern groff releases. diff for route6d(8) written mostly by schwarze@, with lots of useful advice from jmc@. ok jmc@, schwarze@ | |||
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 | |
RTM_VERSION check. Tested and OK sthen@, OK henning@ | |||
2009-06-17 | Check for the correct RTM_VERSION before accessing anything in the rt message. | Claudio Jeker | |
Fixes a SIGBUS seen on alpha by naddy@. OK naddy@, deraadt@ | |||
2009-06-05 | rtm->rtm_hdrlen conversion | Chris Cappuccio | |
ok claudio@, henning@ | |||
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 | |
Stupid sockaddr_in6 has the worst size possible. OK henning@ deraadt@ | |||
2008-05-18 | another ndp(8) tweak: its description still talks about "flags" | Igor Sobrado | |
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@ | |||
2008-05-17 | documentation tweaks. | Igor Sobrado | |
ok (some time ago) jmc@ | |||
2008-05-05 | don't install a /128 bit net route for 'proxy' ndp entries | Markus Friedl | |
and show them with ndp -a, too. from KAME rev 1.121; ok henning | |||
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 | |
(happens when the machine is an IPv6 router). from kame ok deraadt, mbalmer | |||
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
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 | |
markus ok | |||
2004-09-15 | - better .Nd | Jason McIntyre | |
- remove unneeded macros - sort options - mention sysctl(8) and sysctl.conf(5) with regards to setting net.inet6.ip6.accept_rtadv - better SEE ALSO all from alexey suslikov; | |||
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 | |
mutating | |||
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 | |
ok deraadt@ | |||
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 | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
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 | |
nothing but confuse users. sync them. for -nud and such, you need "-- -nud" due to posix arg parsing. sync w/kame | |||
2002-06-08 | comment out paragraph that does not fit to openbsd-current | Jun-ichiro itojun Hagino | |
2002-06-03 | recover backward compatibility in -I behavior. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-03 | more nroff/KNF. from deraadt | Jun-ichiro itojun Hagino | |
2002-06-03 | typo | Jun-ichiro itojun Hagino | |
2002-06-03 | more posix-compliant arg parsing. sync w/kame. help from deraadt | Jun-ichiro itojun Hagino | |
2002-06-02 | KNF (no variable name should be present on prototype) | Jun-ichiro itojun Hagino | |
2002-06-02 | KNF | Theo de Raadt | |
2002-05-29 | sync more with kame. sockaddr_dl printing | Jun-ichiro itojun Hagino | |