index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ifmcstat
/
ifmcstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop including if_var.h from userland.
glebius
2015-04-06
1
-1
/
+0
*
Now that IGMP and MLD sysctls provide a clean API structures that do not
glebius
2015-02-19
1
-15
/
+15
*
Remove sa_equal() definition since it is already defined in net/route.h.
melifaro
2014-04-26
1
-3
/
+0
*
Hide 'struct ifaddr' definition from userland. Two tools left that use it,
glebius
2013-10-15
1
-0
/
+1
*
- Print scopeid for link-local scope addresses.
hrs
2013-01-03
1
-3
/
+18
*
- Use sin6_scope_id instead of sin6_addr.s6_addr[2].
hrs
2012-11-23
1
-17
/
+11
*
Remove variables which are initialized but never used thereafter reported by ...
eadler
2012-06-19
1
-3
/
+2
*
o in6_ifinfo() does not do any kvm(3) operations, so
maxim
2012-01-27
1
-26
/
+27
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-1
/
+1
*
Remove duplicated header files
kevlo
2011-06-24
1
-1
/
+0
*
Merge final round of MLD changes from p4:
bms
2009-05-27
1
-2
/
+2
*
Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:
bms
2009-04-29
1
-0
/
+180
*
Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD
bms
2009-03-09
1
-90
/
+343
*
nits
bms
2009-02-15
1
-12
/
+12
*
Blow away KAME MLDv2 hooks.
bms
2009-02-15
1
-80
/
+0
*
Improve ifmcstat(8) and fix a few bugs while we're at it:
bms
2009-02-15
1
-51
/
+156
*
Fix a typo which caused ifmcstat's sysctl path
bms
2009-02-15
1
-1
/
+1
*
Considerably rework the ifmcstat utility.
bms
2007-04-10
1
-113
/
+342
*
Remove __P.
bms
2007-04-09
1
-7
/
+7
*
Use -M and -N for core and kernel image respectively.
bms
2007-03-20
1
-5
/
+10
*
Make clean for !INET6.
bms
2007-03-19
1
-182
/
+37
*
Merge latest ifmcstat (with changes for FreeBSD).
bms
2007-03-19
1
-18
/
+447
*
Remove unused variable and clamp down with WARNS=2
dd
2004-09-13
1
-1
/
+0
*
Include <net/ethernet.h> to have a prototype for ether_ntoa().
stefanf
2004-05-28
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-3
/
+1
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-4
/
+0
*
Nuke unused variables.
dd
2001-06-24
1
-5
/
+0
*
Sync with recent KAME.
ume
2001-06-11
1
-0
/
+6
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-3
/
+3
*
Use macro API to <sys/queue.h>
phk
2000-12-30
1
-9
/
+9
*
Sync with latest KAME.
ume
2000-07-07
1
-58
/
+128
*
remove redundant ifdef's.
shin
2000-01-07
1
-182
/
+44
*
Fix KERNEL vs _KERNEL spammage.
billf
1999-12-30
1
-2
/
+2
*
Getaddrinfo(), getnameinfo(), and etc support in libc/net.
shin
1999-12-28
1
-0
/
+338