aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ifmcstat
Commit message (Expand)AuthorAgeFilesLines
* mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+1
* - Print scopeid for link-local scope addresses.Hiroki Sato2013-01-031-3/+18
* - Use sin6_scope_id instead of sin6_addr.s6_addr[2].Hiroki Sato2012-11-231-17/+11
* Remove variables which are initialized but never used thereafter reported by ...Eitan Adler2012-06-191-3/+2
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* o in6_ifinfo() does not do any kvm(3) operations, soMaxim Konovalov2012-01-271-26/+27
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* Fix manual section number for netstat(1).Sergey Kandaurov2011-05-171-2/+2
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-272-14/+12
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-0/+180
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-093-94/+365
* Add printb.c utility file, but do not yet connect it to the build.Bruce M Simpson2009-03-041-0/+64
* nitsBruce M Simpson2009-02-151-12/+12
* Blow away KAME MLDv2 hooks.Bruce M Simpson2009-02-151-80/+0
* Improve ifmcstat(8) and fix a few bugs while we're at it:Bruce M Simpson2009-02-152-82/+188
* Fix a typo which caused ifmcstat's sysctl pathBruce M Simpson2009-02-151-1/+1
* mdoc fix: Add missing .El requestGiorgos Keramidas2007-10-301-1/+2
* Options spring cleanup:Stephane E. Potvin2007-06-131-2/+4
* Considerably rework the ifmcstat utility.Bruce M Simpson2007-04-103-115/+385
* Remove __P.Bruce M Simpson2007-04-091-7/+7
* Use -M and -N for core and kernel image respectively.Bruce M Simpson2007-03-202-10/+20
* Make clean for !INET6.Bruce M Simpson2007-03-192-182/+41
* Merge latest ifmcstat (with changes for FreeBSD).Bruce M Simpson2007-03-192-34/+477
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+1
* Remove unused variable and clamp down with WARNS=2Dima Dorfman2004-09-132-1/+2
* Include <net/ethernet.h> to have a prototype for ether_ntoa().Stefan Farfeleder2004-05-281-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+1
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-4/+0
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
* Install it with mode 550, and with default group ${BINGRP}.Ruslan Ermilov2001-07-041-3/+2
* - Document that this program is available to root only.Ruslan Ermilov2001-07-041-4/+16
* drop setgid bit. ifmcstat(8) is not audited, and is needed only for root.Hajimu UMEMOTO2001-07-031-1/+1
* Nuke unused variables.Dima Dorfman2001-06-241-5/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-112-14/+32
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-3/+3
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-301-9/+9
* Sync with latest KAME.Hajimu UMEMOTO2000-07-071-58/+128
* Remove useless .Nm macro argumentAlexey Zelkin2000-04-201-2/+2
* remove redundant ifdef's.Yoshinobu Inoue2000-01-071-182/+44
* Fix KERNEL vs _KERNEL spammage.Bill Fumerola1999-12-301-2/+2
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-283-0/+386