summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/sctp.c
Commit message (Expand)AuthorAgeFilesLines
* WARNS=6 compliancecharnier2013-02-191-3/+3
* Allow netstat to be build if INET is not defined in the kernel.tuexen2012-07-161-0/+4
* Don't print a warning when using netstat to printtuexen2012-01-251-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-3/+3
* Fix the following bugs related to the SCTP support of netstat:tuexen2011-07-221-113/+204
* Fix typo.brucec2011-03-131-1/+1
* Remove superfluous cast in usr.bin/netstat/sctp.c.dim2010-10-081-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-3/+0
* Fixes typo's in sctp.crrs2008-04-161-4/+4
* style(9)obrien2008-01-021-37/+36
* Fix incorrect string formats for netstat/srrs2007-10-171-48/+48
* - Netstat warning removal for 64 bit aware platforms.rrs2007-09-091-117/+108
* - Fix typo in netstat's display of Nagle algorithm - refer to the RFC.rrs2007-08-241-2/+2
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-10/+13
* o style(9) nit.rrs2007-06-171-100/+87
* - Forced commit to update who actually did this code (I forgotrrs2007-06-171-0/+1
* sctp_process_inpcb() wants an offset parameter in size_t,delphij2007-06-131-1/+1
* Adds support for SCTP.rrs2007-06-091-0/+709
OpenPOWER on IntegriCloud