aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/inet6.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* usr.bin/netstat: strcpy -> strlcpyAlan Somers2017-04-071-2/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* When displaying netstat details with libxo in JSONHajimu UMEMOTO2017-01-051-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-12/+16
* Fix the output for scope statistics.Michael Tuexen2016-08-171-2/+2
* Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen2016-08-171-2/+2
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-65/+21
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-2/+0
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-208/+439
* Add the ability to set `prefer_source' flag to an IPv6 address.Andrey V. Elsukov2014-09-091-1/+1
* Add the reverse part to rule #9. Also change its description in theAndrey V. Elsukov2014-09-011-1/+1
* Suppress warnings when retrieving protocol stats from interfaces thatMark Johnston2014-08-221-6/+6
* - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3).Hiroki Sato2013-08-171-18/+25
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-3/+3
* Replace hardcoded numbers. Also use interface-local scope name insteadAndrey V. Elsukov2013-04-161-9/+9
* WARNS=6 compliancePhilippe Charnier2013-02-191-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-3/+3
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-191-7/+13
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix typo.Rebecca Cran2010-11-271-1/+1
* Add MLDv2 statistic IDs to netstat for IPv6 stack.Bruce M Simpson2009-04-291-3/+3
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-2/+0
* o Respect -ss flags (suppress zero counters) for icmp6 "histogramMaxim Konovalov2009-01-131-1/+2
* o Fix grammar.Maxim Konovalov2008-12-261-1/+1
* Change .8s port name restriction to .15s.Hajimu UMEMOTO2008-03-181-1/+1
* style(9)David E. O'Brien2008-01-021-57/+57
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-43/+51
* Use sysctl(2), not kvm(3), to read IPv6 multicast information fromBruce M Simpson2007-02-241-4/+11
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,Yaroslav Tykhiy2006-07-281-158/+159
* Not having ipv6 in your kernel is not an error and should not be reported.Julian Elischer2006-07-141-1/+4
* Use the length modifier 'll' instead of 'q' to print long longs.Stefan Farfeleder2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).Philippe Charnier2004-07-261-5/+7
* printed statistics about source address selection rules.Hajimu UMEMOTO2004-02-051-0/+25
* stops program if kvm_read fails.Hajimu UMEMOTO2004-02-051-2/+3
* o Typo/Grammar fixesMike Makonnen2003-01-141-9/+11
* Warns cleanups for netstat:David Malone2002-09-051-9/+8
* Cast to kill warnings. De-register.Mark Murray2002-04-281-3/+3
* Deprecate the -l option in favour of more natural -W.Ruslan Ermilov2001-09-071-2/+2
* - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-5/+19
* - Avoid hardcoded constant on icmp6 in/out histogram printingMunechika SUMIKAWA2001-06-211-4/+8
* remove warningsAssar Westerlund2001-06-151-4/+4
* remove K&R supportAssar Westerlund2001-06-151-25/+10
* revert removal of warning and K&R supportAssar Westerlund2001-06-151-8/+23
* remove most of the warningsAssar Westerlund2001-06-151-23/+8
* add the option -S for printing port numbers symbolically but addressesAssar Westerlund2001-06-151-4/+4
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-0/+55
* Correct some typos.Dima Dorfman2001-06-011-3/+3
* Add an example of a novel technique to the IPv6 code. This technique seemsPoul-Henning Kamp2001-03-191-1/+2