aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
Commit message (Expand)AuthorAgeFilesLines
* Update the "flag" for draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-11-031-1/+1
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-302-0/+10
* usr.sbin/ndp: Cleanup in preparation to add libxo supportRenato Botelho2018-08-232-37/+42
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-1/+2
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Fix style(9)Renato Botelho2017-02-141-40/+40
* Fix indent after r292333.Hajimu UMEMOTO2015-12-191-16/+16
* Provide additional lle data in IPv6 lltable dump used by ndp(8).Alexander V. Chernikov2015-12-161-42/+36
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* rtsock requests for deleting interface address lles started to return EPERMAlexander V. Chernikov2015-09-271-0/+2
* 'sin' is never used after assignment. Looking at the context, it seemsXin LI2015-09-191-1/+1
* Add static and remove unused variables.Hiroki Sato2015-08-241-44/+50
* Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.Hiroki Sato2015-08-241-201/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+0
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-14/+36
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-45/+23
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-052-24/+55
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-57/+25
| |\ \ \ \
| * \ \ \ \ Sync from headSimon J. Gerraty2012-11-042-17/+1
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix "ndp -d hostname".Peter Wemm2014-07-181-1/+1
* | | | | | Fix ndp(8) -f flag parsingAlexander V. Chernikov2014-05-092-13/+35
| |_|_|_|/ |/| | | |
* | | | | Change the type of addr argument in dump() function to be ableAndrey V. Elsukov2013-12-101-4/+8
* | | | | Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN().Andrey V. Elsukov2013-12-101-8/+3
* | | | | Ansify function definitions.Andrey V. Elsukov2013-12-101-34/+13
| |_|_|/ |/| | |
* | | | Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,Hiroki Sato2013-08-061-36/+21
* | | | - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-30/+46
* | | | Include descriptions of the flags and fields printed when dumping theMark Johnston2013-05-231-0/+30
| |_|/ |/| |
* | | Retire struct sockaddr_inarp.Gleb Smirnoff2013-01-311-6/+0
* | | Add no_prefer_iface option.Hajimu UMEMOTO2013-01-092-1/+17
* | | Minor wording improvments to some manual pagesEitan Adler2012-12-161-2/+2
* | | - Move definition of V_deembed_scopeid to scope6_var.h.Hiroki Sato2012-12-051-48/+6
| |/ |/|
* | Remove "prefer_source" address selection option. FreeBSD has had anHiroki Sato2012-07-092-17/+1
|/
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-2/+6
* Use ether_ntoa instead of home-grown version.Xin LI2011-01-081-9/+5
* Ethernet vlan(4) interfaces have valid Ethernet link layer addresses butJohn Baldwin2010-08-061-0/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* We use gmt2local code from tcpdump and gnuc.h is no longer being usedXin LI2009-12-131-2/+0
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-122-9/+24
* In the NEXTADDR macro use SA_SIZE() rather than directly usingBjoern A. Zeeb2009-09-051-1/+1