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
*
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
*
Fix printing of the number of syncache entries added.
ru
2007-12-18
1
-2
/
+2
*
These are the things that the tinderbox has problems with because it
jb
2007-11-20
1
-0
/
+1
*
Fix incorrect string formats for netstat/s
rrs
2007-10-17
1
-48
/
+48
*
- Netstat warning removal for 64 bit aware platforms.
rrs
2007-09-09
1
-117
/
+108
*
- Fix typo in netstat's display of Nagle algorithm - refer to the RFC.
rrs
2007-08-24
1
-2
/
+2
*
Make tcpstates[] static, and make sure TCPSTATES is defined before
des
2007-07-30
1
-2
/
+1
*
Bah, fix a cosmetic nit and remove a debugging aid missed in the previous
jhb
2007-07-16
1
-2
/
+1
*
Restore netstat -M functionality for most statistics on core dumps. In
jhb
2007-07-16
18
-366
/
+750
*
Commit IPv6 support for FAST_IPSEC to the tree.
gnn
2007-07-01
5
-78
/
+23
*
o style(9) nit.
rrs
2007-06-17
1
-100
/
+87
*
- Forced commit to update who actually did this code (I forgot
rrs
2007-06-17
1
-0
/
+1
*
sctp_process_inpcb() wants an offset parameter in size_t,
delphij
2007-06-13
1
-1
/
+1
*
Import rewrite of IPv4 socket multicast layer to support source-specific
bms
2007-06-12
1
-1
/
+4
*
Backout mess mistakenly committed with manpage update.
ceri
2007-06-10
1
-0
/
+10
*
Document SCTP support.
ceri
2007-06-10
2
-12
/
+2
*
Adds support for SCTP.
rrs
2007-06-09
4
-1
/
+719
*
'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the
andre
2007-05-13
1
-1
/
+1
*
o Fill the list of icmp types; make its size depend on ICMP_MAXTYPE.
maxim
2007-04-30
1
-20
/
+50
*
Mark netstat -g host-mode output as deprecated.
bms
2007-04-10
1
-0
/
+9
*
Fixing NO_INET6 build as addr2ascii() has been nuked in previous commit.
avatar
2007-03-02
1
-0
/
+2
*
stub call to addr2ascii().
bms
2007-03-01
1
-1
/
+3
*
Nuke ascii2addr() and addr2ascii(). They have no consumers anywhere
bms
2007-02-28
1
-0
/
+2
*
Fixed some style bugs (whitespace lossage for removal of __P(()), and
bde
2007-02-27
1
-8
/
+8
*
Use a periodic itimer instead of repeated calls to alarm() in
bde
2007-02-27
1
-7
/
+9
*
Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate
mohans
2007-02-26
1
-0
/
+1
*
Add three new ioctl(2) commands for bpf(4).
jkim
2007-02-26
1
-3
/
+6
*
Use sysctl(2), not kvm(3), to read IPv6 multicast information from
bms
2007-02-24
2
-21
/
+60
*
Use the names 'IPv4' and 'Forwarding Table' in program output, not
bms
2007-02-24
1
-4
/
+4
*
Add comments about where netstat is using KVM to read things which
bms
2007-02-24
1
-1
/
+3
*
Update host-mode multicast group information output.
bms
2007-02-21
1
-33
/
+87
*
Change wording of warnings when there is no ip_mroute.ko module
bms
2007-02-21
2
-11
/
+19
*
Retire most of the classful network behaviour of netstat -r output, for IPv4.
bms
2007-02-14
1
-52
/
+9
*
Don't shadow globals.
yar
2006-11-27
3
-7
/
+7
[next]