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
*
Back out support for RFC3514.
mdodd
2003-04-02
1
-1
/
+0
*
Implement support for RFC 3514 (The Security Flag in the IPv4 Header).
mdodd
2003-04-01
1
-0
/
+1
*
Document the undcumnt -l option (that's a lowercase `el').
keramida
2003-03-26
1
-3
/
+10
*
Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]
peter
2003-03-05
6
-1397
/
+34
*
o Allow "buckets" in mb_alloc to be differently sized (according to
bmilekic
2003-02-20
3
-41
/
+64
*
- Determine the size of buffers with sizeof() instead of using
robert
2003-02-10
1
-7
/
+7
*
o Typo/Grammar fixes
mtm
2003-01-14
3
-10
/
+18
*
Warns cleanups for netstat:
dwmalone
2002-09-05
15
-195
/
+194
*
Widen struct sockbuf's sb_timeo member to int from short. With
jdp
2002-07-24
7
-9
/
+9
*
Add the tcps_sndrexmitbad statistic, keep track of late acks that caused
dillon
2002-07-19
1
-0
/
+2
*
Fix incorrect cast.
kbyanc
2002-07-16
1
-1
/
+1
*
fixed typo.
suz
2002-07-03
1
-2
/
+2
*
Use calculated column widths for the routing table display when -W is
kbyanc
2002-06-05
1
-55
/
+208
*
Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)
silby
2002-05-31
1
-1
/
+1
*
Cast to kill warnings. De-register.
markm
2002-04-28
1
-3
/
+3
*
fix warnings; change variable/argument names that mask global names.
markm
2002-04-28
1
-4
/
+4
*
Remove GCC-specific flags and commented out cruft.
markm
2002-04-28
1
-3
/
+0
*
Some easy const fixes.
markm
2002-04-28
1
-3
/
+3
*
Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).
ru
2002-04-06
1
-13
/
+6
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-1
/
+1
*
- Make ip_rtaddr() global, and use it to look up the correct source
ru
2001-11-30
1
-0
/
+5
*
Add syncache statistics to netstat.
jlemon
2001-11-22
1
-0
/
+16
*
Fix typo.
murray
2001-10-23
1
-1
/
+1
*
Print statistics for AF_IPX.
mdodd
2001-10-19
1
-0
/
+2
*
Fixed bugs from revision 1.27. Specifically:
ru
2001-10-11
1
-9
/
+16
*
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
*
Re-enable mbtypes statistics in the mbuf allocator. I disabled these
bmilekic
2001-09-30
1
-45
/
+31
*
Implement the ``-f address_family'' filter for -i.
ru
2001-09-11
3
-3
/
+14
*
Update usage() to match reality.
ru
2001-09-11
1
-5
/
+12
*
Yay!
ru
2001-09-07
1
-236
/
+262
*
If -s -s is specified, don't show zero multicast routing statistics.
ru
2001-09-07
2
-66
/
+48
*
Deprecate the -l option in favour of more natural -W.
ru
2001-09-07
5
-15
/
+11
*
Don't print stray socket addresses (-A) with the listen queue display (-L).
ru
2001-09-07
1
-23
/
+20
*
SECURITY: Drop `setgid kmem' bit as early as possible.
ru
2001-08-31
1
-0
/
+1
*
-a is not an options (sic).
dd
2001-08-28
1
-1
/
+1
*
Mention what an asterisk means in the -i display.
dd
2001-08-28
1
-0
/
+4
*
Don't misuse the return from snprintf.
brian
2001-08-20
1
-5
/
+7
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-1
/
+0
*
Add a "X KBytes of wired memory reserved" metric that represents
bmilekic
2001-07-31
1
-11
/
+14
*
- Do not handle the per-CPU containers in mbuf code as though the cpuids
bmilekic
2001-07-26
1
-11
/
+7
*
Use sysctl to export multicast routing stats
fenner
2001-07-25
1
-5
/
+13
*
Remove whitespace at EOL.
dd
2001-07-15
1
-13
/
+13
*
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
ru
2001-07-06
1
-1
/
+1
*
Make `rttrash' variable (#routes not in table but not freed) visible
ru
2001-06-29
3
-5
/
+17
*
Fixed bogon in revision 1.37. Don't bogusly print a radix node's
ru
2001-06-29
1
-8
/
+3
*
- create an entry of IPV6CTL_STATS sysctl.
ume
2001-06-28
2
-9
/
+23
*
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
ru
2001-06-23
4
-13
/
+37
*
- Fix space allocation for mbstat structure
bmilekic
2001-06-23
1
-3
/
+5
*
Honor -s -s (don't show zero stats) with -r, untangle SYNOPSIS further.
ru
2001-06-23
2
-12
/
+25
[next]