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.bin
/
netstat
/
if.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some minor nits in netstat whereby large interface names would be
bms
2003-11-28
1
-4
/
+16
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-12
/
+6
*
Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]
peter
2003-03-05
1
-31
/
+0
*
- Determine the size of buffers with sizeof() instead of using
robert
2003-02-10
1
-7
/
+7
*
Warns cleanups for netstat:
dwmalone
2002-09-05
1
-8
/
+7
*
fix warnings; change variable/argument names that mask global names.
markm
2002-04-28
1
-4
/
+4
*
Print statistics for AF_IPX.
mdodd
2001-10-19
1
-0
/
+2
*
The previous change also disaligned lines with AF_IPX and AF_NS
ru
2001-10-09
1
-10
/
+10
*
Minor output formatting for 'netstat -i':
mdodd
2001-10-09
1
-7
/
+7
*
Implement the ``-f address_family'' filter for -i.
ru
2001-09-11
1
-1
/
+7
*
remove warnings
assar
2001-06-15
1
-3
/
+4
*
remove K&R support
assar
2001-06-15
1
-18
/
+8
*
revert removal of warning and K&R support
assar
2001-06-15
1
-7
/
+16
*
First round of netstat(1) cleanup.
ru
2001-06-15
1
-1
/
+1
*
remove most of the warnings
assar
2001-06-15
1
-16
/
+7
*
Add missing break when printing IPv6 multicast addresses.
fenner
2001-04-26
1
-1
/
+2
*
Don't core dump when given "-i -a". Problem caused by a mistaken
phk
2001-03-30
1
-1
/
+2
*
When displaying interface statistics with -i show a '-' for any
joe
2001-03-04
1
-15
/
+64
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Use macro API to <sys/queue.h>
phk
2000-12-30
1
-16
/
+15
*
Now that the amount of (pseudo) interfaces is growing with IPv6,
guido
2000-10-30
1
-22
/
+30
*
Augment the 'ifaddr' structure with a 'struct if_data' to keep
joe
2000-10-19
1
-9
/
+47
*
Fix bug: "netstat -si" prints interface information, but the header
jdp
2000-07-28
1
-1
/
+1
*
Print mac addresses in standard byte:byte format rather than
jkh
2000-01-03
1
-1
/
+1
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-18
/
+70
*
Fix the output of 'netstat -I de0 1' for the alpha. Fix a bunch of
dfr
1999-11-09
1
-9
/
+10
*
Cleanup missing includes, stale includes, and a few printf format
dillon
1999-10-23
1
-1
/
+1
*
Cleanup towards -Wall
julian
1999-10-21
1
-2
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add support for printing bridging statistics with ``-p bdg '' .
luigi
1999-04-26
1
-1
/
+36
*
IPX address formatting nit.
billf
1999-04-20
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-07-06
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Print out the interface's multicast addresses using the new
wollman
1997-01-13
1
-51
/
+43
*
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
wollman
1997-01-03
1
-0
/
+5
*
Learn to follow the new interface address lists.
wollman
1996-12-13
1
-2
/
+2
*
Understand queue-ized ifnet structures.
wollman
1996-12-11
1
-5
/
+14
*
Fix up programs which expect <net/if.h> to include <sys/time.h> to instead
wollman
1996-12-10
1
-0
/
+1
*
Display multicast addresses if the "a" flag is used in combination
fenner
1996-12-02
1
-0
/
+60
*
fix printing of netranges in the i and r displays for netatalk
julian
1996-08-31
1
-2
/
+2
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-2
/
+2
*
appletalk cleanups
julian
1996-07-09
1
-0
/
+5
*
Code cleanup: remove unused variables, use correct *printf format
alex
1996-06-02
1
-8
/
+7
*
Make the -w option actually useful to people. Instead of it creating a
dg
1996-02-29
1
-88
/
+75
*
XNS sort-of-support is no more.
wollman
1996-02-13
1
-0
/
+6
*
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
wollman
1996-02-06
1
-0
/
+4
*
Merge in Lite-2 changes.
peter
1996-01-14
1
-2
/
+2
*
Increase width of Network column from 11 to 13 for the AF_INET case.
se
1995-11-22
1
-2
/
+2
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-5
/
+23
[next]