summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Entries for broadcast addresses should also be ignored, just like localmpi2014-08-191-2/+2
* Do not try to delete RTF_LOCAL entries. Such routes are automaticallympi2014-08-111-5/+6
* andone last (i hope) accept_rtadv sysctl remnant, also found by jmchenning2014-07-121-13/+3
* - -V after -tjmc2013-10-212-9/+9
* Add rdomain support to IPv6 configuration toolsphessler2013-10-212-9/+25
* Fix a segfault in ndp -A by not freeing the buffer when not in repeatjca2013-10-071-3/+3
* Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.bluhm2013-08-151-16/+16
* Remove dead code and useless #include and #ifdef from ndp.bluhm2013-08-094-287/+4
* ndp used an int expire_time for time calculation. Convert thisbluhm2013-07-191-3/+5
* create realloc() loops around sysctl for array-based mibs, in programsderaadt2013-03-211-10/+15
* Remove the -I option, even if the ioctls for manipulating a defaultmpi2013-03-112-94/+4
* improve line breaking in SYNOPSIS now that semantics of the .Bk macrosobrado2011-04-231-7/+3
* add an EXIT STATUS section for /usr/sbin;jmc2010-09-031-3/+3
* Another copy of the strange while loop seen in route(8). Add missingclaudio2009-06-251-2/+3
* Check for the correct RTM_VERSION before accessing anything in the rt message.claudio2009-06-171-1/+3
* rtm->rtm_hdrlen conversionchris2009-06-051-4/+4
* get rid of some unneeded $Id stuffderaadt2008-10-022-8/+2
* Correctly round the sockaddrs so that ndp works on 64bit machines.claudio2008-06-091-2/+2
* another ndp(8) tweak: its description still talks about "flags"sobrado2008-05-181-5/+3
* documentation tweaks.sobrado2008-05-172-6/+6
* don't install a /128 bit net route for 'proxy' ndp entriesmarkus2008-05-051-1/+5
* delete ugly $Header stuff; pr 5595deraadt2007-10-072-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* do not try to grab default router list on "ndp -r" if it's emptyitojun2007-03-221-1/+3
* Use sizeof(buf) instead of hard coded numbers.ray2007-02-181-2/+2
* sync usage();jmc2006-08-101-9/+7
* various fixes;jmc2006-08-101-72/+59
* nlist.h not neededderaadt2005-04-041-2/+1
* manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32itojun2004-10-281-5/+3
* - better .Ndjmc2004-09-151-28/+34
* missing close(2). Andrey Matveevitojun2004-05-241-1/+2
* errno is not specified to be int, but something from errno.h. ok millert@tedu2004-03-161-2/+1
* fflush(stdout). kame pr 584itojun2004-02-101-1/+2
* private copy of gmt2local from tcpdump, since tcpdump is about to startderaadt2004-01-253-5/+105
* typo fix (must be rtm_addrs). from fujitsuitojun2004-01-081-2/+2
* style sync w/ kameitojun2003-10-021-3/+3
* add bounds to sscanf, millert@avsm2003-09-261-2/+2
* escape punctuation; (and a nit in openssl.1)jmc2003-09-021-2/+2
* err() cleanup; andrushock@korovino.netderaadt2003-06-261-12/+12
* ansideraadt2003-06-261-45/+23
* - section reorderjmc2003-06-121-2/+2
* some ansification, some de-registerderaadt2003-06-111-8/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* inet6 fixes from jmc@prioris.mini.pw.edu.plderaadt2003-01-181-4/+4
* with -i, flag on command line and flag displayed are different, and it doesitojun2002-07-172-7/+12
* comment out paragraph that does not fit to openbsd-currentitojun2002-06-081-12/+12
* recover backward compatibility in -I behavior. sync w/kameitojun2002-06-032-21/+21
* more nroff/KNF. from deraadtitojun2002-06-032-41/+33
* typoitojun2002-06-032-4/+4
* more posix-compliant arg parsing. sync w/kame. help from deraadtitojun2002-06-032-142/+201