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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS
gpalmer
1998-08-23
1
-1
/
+3
*
Change casts from int to u_long and formats from %x to %lx.
jb
1998-08-18
1
-6
/
+7
*
Change a variable from int to size_t.
jb
1998-08-18
1
-3
/
+3
*
Make netstat work again.
phk
1998-08-08
2
-10
/
+20
*
Don't open /dev/mem until we need it, most cases we don't.
phk
1998-08-05
1
-26
/
+25
*
Fixed printf format errors.
bde
1998-07-06
6
-97
/
+112
*
Fixed type mismatches and style bugs in rev.1.30.
bde
1998-07-06
1
-8
/
+6
*
o Use snprintf over sprintf.
imp
1998-06-09
2
-13
/
+17
*
Make "netstat -s" display stats on fast-forwarded packets.
pb
1998-05-19
1
-2
/
+5
*
Fix rev. 1.7: get offsetof from the correct header file.
wollman
1998-05-16
1
-2
/
+2
*
Fix broken sun_len usage: it is not sun_path length but bigger
ache
1998-05-16
1
-2
/
+5
*
mbuf, inet, and unix modules no longer read kvm.
wollman
1998-05-15
5
-199
/
+265
*
Remove (now) invalid .Xr trsp 8
steve
1998-05-03
1
-1
/
+0
*
Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters
dg
1998-04-24
1
-5
/
+11
*
netstat truncates info in sockaddr* between kgetsa and p_sockaddr
phk
1998-04-22
1
-12
/
+14
*
The current version of netstat does not print the interface
phk
1998-04-19
1
-53
/
+72
*
Add (unsigned) cast to prevent overflow in %
ache
1997-11-10
1
-2
/
+2
*
Typo fix.
steve
1997-10-27
1
-2
/
+2
*
Print out the two new fields in the ICMP stats. While we're at it, also
wollman
1997-08-25
1
-5
/
+23
*
While I'm in here, fix address printing for `netstat -f unix' which has been
wollman
1997-08-25
1
-12
/
+8
*
Bandaid to make this compile.. These old mbuf types should probably be
peter
1997-08-17
1
-1
/
+13
*
Remove prog, unused variables.
charnier
1997-07-29
7
-30
/
+23
*
Remove -I/sys
guido
1997-07-13
1
-1
/
+1
*
Remove some quite bogus code that tried to find subnet names but instead
phk
1997-05-25
1
-29
/
+5
*
Add the new ipx statistics variables.
jhay
1997-05-10
3
-26
/
+26
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Use the new sysctl(3) interface to mbuf statistics rather than
wollman
1997-02-24
1
-7
/
+19
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
5
-5
/
+5
*
When the mbuf code was changed to use a private allocator instead of
wollman
1997-02-12
1
-3
/
+4
*
Print out the new uninteresting-multicast-packets statistic.
wollman
1997-01-21
1
-1
/
+4
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
5
-5
/
+5
*
Print out the interface's multicast addresses using the new
wollman
1997-01-13
1
-51
/
+43
*
TCP statistics are unsigned counters.
pst
1997-01-07
1
-46
/
+46
*
Update to match changes in <net/if.h> and <netinet/ip_mroute.h>.
wollman
1997-01-03
3
-5
/
+7
*
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
5
-7
/
+6
*
Display multicast addresses if the "a" flag is used in combination
fenner
1996-12-02
1
-0
/
+60
*
Eliminate unnecessary include of <sys/mbuf.h>. PCBs aren't stored in mbufs
wollman
1996-10-28
4
-5
/
+13
*
Remove reference to oobsolete RTF_MASK flag (soon to be removed).
wollman
1996-10-09
1
-2
/
+1
*
make appletalk networks not show an un-needed host
julian
1996-09-05
1
-2
/
+2
*
Fixed DPADD.
bde
1996-09-05
1
-1
/
+1
*
fix printing of netranges in the i and r displays for netatalk
julian
1996-08-31
2
-6
/
+41
*
Try to make netstat more smart about port numbers.
phk
1996-08-23
1
-7
/
+21
*
Submitted by: archie@whistle.com
julian
1996-07-23
1
-2
/
+2
*
Submitted by: archie@whistle.com
julian
1996-07-23
4
-44
/
+51
*
Adding changes to ipfw and the kernel to support ip packet diversion..
julian
1996-07-10
1
-0
/
+6
*
appletalk cleanups
julian
1996-07-09
2
-10
/
+15
*
make netstat distinguish broadcast and blackhole routes where they appear.
peter
1996-06-15
2
-1
/
+4
*
better appletalk support.
julian
1996-06-10
3
-41
/
+98
[next]