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
*
Add a new option, -q howmany, which when used in conjuction with -w,
delphij
2010-01-11
4
-3
/
+18
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
11
-0
/
+20
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
11
-20
/
+0
*
Remove -t from the manpage and usage.
jhb
2009-12-01
2
-6
/
+3
*
Unbreak user space after if_timer/if_watchdog removal in r199975.
bz
2009-12-01
3
-11
/
+0
*
Add more statistics variables for IPcomp.
bz
2009-11-29
1
-0
/
+10
*
Add the possibility to show informations about dropped packets on the
attilio
2009-11-25
1
-4
/
+13
*
Print routing statistics as unsigned short rather than unsigned int,
rwatson
2009-10-15
1
-5
/
+5
*
netstat(1) support for UNIX SOCK_SEQPACKET sockets -- changes were required
rwatson
2009-10-05
3
-7
/
+26
*
In netstat -x, do not try to print out tcp timer status for udp sockets.
silby
2009-09-23
1
-8
/
+10
*
Add the ability to see TCP timers via netstat -x. This can be a useful
silby
2009-09-16
2
-7
/
+20
*
Add ARP statistics to the kernel and netstat.
gnn
2009-09-03
3
-0
/
+47
*
Add manual page links to advertise procstat(1) a little better.
trasz
2009-07-09
1
-1
/
+2
*
Implement the -z (zero counters) option for the various bpf counters.
csjp
2009-06-19
2
-1
/
+9
*
Convert the two dimensional array to be malloced and introduce
bz
2009-06-01
1
-11
/
+14
*
Add MLDv2 statistic IDs to netstat for IPv6 stack.
bms
2009-04-29
1
-3
/
+3
*
Bracket struct mfc and struct rtdetq with #ifdef _KERNEL.
bms
2009-04-21
1
-0
/
+3
*
Fix size_t merge-o.
bms
2009-03-19
1
-1
/
+1
*
Introduce a number of changes to the MROUTING code.
bms
2009-03-19
3
-121
/
+196
*
Correct a number of evolved problems with inp_vflag and inp_flags:
rwatson
2009-03-15
1
-1
/
+1
*
Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD
bms
2009-03-09
1
-20
/
+101
*
Now that ifmcstat(8) does not suck, retire host-mode netstat -g.
bms
2009-02-15
5
-226
/
+11
*
Remove the single global unlocked route cache ip6_forward_rt
bz
2009-02-01
1
-2
/
+0
*
o Respect -ss flags (suppress zero counters) for icmp6 "histogram
maxim
2009-01-13
1
-1
/
+2
*
Fix usage() with SYNOPSIS.
ru
2009-01-10
1
-5
/
+6
*
Fix markup and spelling.
ru
2009-01-10
1
-4
/
+7
*
Fix crash with "netstat -m -N foo".
ru
2009-01-10
1
-1
/
+1
*
o With -L flag show unix sockets listen queues stats. It is useful
maxim
2008-12-31
2
-7
/
+18
*
o Fix grammar.
maxim
2008-12-26
1
-1
/
+1
*
This main goals of this project are:
qingli
2008-12-15
1
-27
/
+11
*
Fix a printing problem when using the -L flag to netstat caused
gnn
2008-11-28
1
-13
/
+16
*
Use strlcpy() when we mean it.
delphij
2008-10-17
2
-6
/
+3
*
add new build knobs and jigger some existing controls to improve
sam
2008-09-21
3
-5
/
+20
*
Minimize changes CURRENT<->releng7.
obrien
2008-09-01
4
-9
/
+8
*
Add ECN stats.
rpaulo
2008-08-26
1
-0
/
+5
*
Fix build
emax
2008-07-29
1
-1
/
+1
*
Update the kernel to count the number of mbufs and clusters
gnn
2008-05-15
4
-11
/
+67
*
Fix build.
delphij
2008-05-10
1
-3
/
+4
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
1
-4
/
+25
*
Fixes typo's in sctp.c
rrs
2008-04-16
1
-4
/
+4
*
Catch netstat up for the new bpf stats structures. Print 64 bit values
csjp
2008-03-24
1
-2
/
+6
*
Change .8s port name restriction to .15s.
ume
2008-03-18
1
-1
/
+1
*
Make netstat -rn more resilient to having the routing table change out from
jhb
2008-02-14
1
-19
/
+43
*
Change another argument and a variable both related to netname() to
marius
2008-02-11
1
-3
/
+3
*
Fix netname() [1] and routename() on big-endian LP64 archs.
marius
2008-02-07
2
-8
/
+7
*
Add IFT_BRIDGE to the Ethernet section so l2 addresses are formatted correctly.
thompsa
2008-01-10
1
-0
/
+1
*
quiet compiler complaint about unused parameters
sam
2008-01-10
1
-2
/
+2
*
Make a few messages more consistant with the others.
obrien
2008-01-04
1
-2
/
+2
*
more style(9)
obrien
2008-01-04
1
-69
/
+70
*
style(9)
obrien
2008-01-02
18
-256
/
+251
[next]