summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-07Remove useless comment, snprintf and if/else.Alexander Bluhm
2014-09-03Be coherent in the way arp(8) and ndp(8) display local entries andMartin Pieuchot
2014-08-22switch ndp to display MAC addresses in 00:00:00:00:00:00 format, ok deraadt@Stuart Henderson
2014-08-19Entries for broadcast addresses should also be ignored, just like localMartin Pieuchot
2014-08-11Do not try to delete RTF_LOCAL entries. Such routes are automaticallyMartin Pieuchot
2014-07-12andone last (i hope) accept_rtadv sysctl remnant, also found by jmcHenning Brauer
2013-10-21- -V after -tJason McIntyre
2013-10-21Add rdomain support to IPv6 configuration toolsPeter Hessler
2013-10-07Fix a segfault in ndp -A by not freeing the buffer when not in repeatJeremie Courreges-Anglas
2013-08-15Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.Alexander Bluhm
2013-08-09Remove dead code and useless #include and #ifdef from ndp.Alexander Bluhm
2013-07-19ndp used an int expire_time for time calculation. Convert thisAlexander Bluhm
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
2013-03-11Remove the -I option, even if the ioctls for manipulating a defaultMartin Pieuchot
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2009-06-25Another copy of the strange while loop seen in route(8). Add missingClaudio Jeker
2009-06-17Check for the correct RTM_VERSION before accessing anything in the rt message.Claudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2008-10-02get rid of some unneeded $Id stuffTheo de Raadt
2008-06-09Correctly round the sockaddrs so that ndp works on 64bit machines.Claudio Jeker
2008-05-18another ndp(8) tweak: its description still talks about "flags"Igor Sobrado
2008-05-17documentation tweaks.Igor Sobrado
2008-05-05don't install a /128 bit net route for 'proxy' ndp entriesMarkus Friedl
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-22do not try to grab default router list on "ndp -r" if it's emptyJun-ichiro itojun Hagino
2007-02-18Use sizeof(buf) instead of hard coded numbers.Ray Lai
2006-08-10sync usage();Jason McIntyre
2006-08-10various fixes;Jason McIntyre
2005-04-04nlist.h not neededTheo de Raadt
2004-10-28manpage to go with sys/netinet6/nd6_rtr.c 1.31 -> 1.32Jun-ichiro itojun Hagino
2004-09-15- better .NdJason McIntyre
2004-05-24missing close(2). Andrey MatveevJun-ichiro itojun Hagino
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-02-10fflush(stdout). kame pr 584Jun-ichiro itojun Hagino
2004-01-25private copy of gmt2local from tcpdump, since tcpdump is about to startTheo de Raadt
2004-01-08typo fix (must be rtm_addrs). from fujitsuJun-ichiro itojun Hagino
2003-10-02style sync w/ kameJun-ichiro itojun Hagino
2003-09-26add bounds to sscanf, millert@Anil Madhavapeddy
2003-09-02escape punctuation; (and a nit in openssl.1)Jason McIntyre
2003-06-26err() cleanup; andrushock@korovino.netTheo de Raadt
2003-06-26ansiTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-07-17with -i, flag on command line and flag displayed are different, and it doesJun-ichiro itojun Hagino
2002-06-08comment out paragraph that does not fit to openbsd-currentJun-ichiro itojun Hagino