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
/
sctp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
WARNS=6 compliance
charnier
2013-02-19
1
-3
/
+3
*
Allow netstat to be build if INET is not defined in the kernel.
tuexen
2012-07-16
1
-0
/
+4
*
Don't print a warning when using netstat to print
tuexen
2012-01-25
1
-1
/
+2
*
Replace index() and rindex() calls with strchr() and strrchr().
ed
2012-01-03
1
-3
/
+3
*
Fix the following bugs related to the SCTP support of netstat:
tuexen
2011-07-22
1
-113
/
+204
*
Fix typo.
brucec
2011-03-13
1
-1
/
+1
*
Remove superfluous cast in usr.bin/netstat/sctp.c.
dim
2010-10-08
1
-1
/
+1
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+3
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-3
/
+0
*
Fixes typo's in sctp.c
rrs
2008-04-16
1
-4
/
+4
*
style(9)
obrien
2008-01-02
1
-37
/
+36
*
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
*
Restore netstat -M functionality for most statistics on core dumps. In
jhb
2007-07-16
1
-10
/
+13
*
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
*
Adds support for SCTP.
rrs
2007-06-09
1
-0
/
+709