aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/sctp.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-17/+15
* Don't duplicate code for SCTP, just use the ones used for UDP and TCP.Michael Tuexen2016-07-171-83/+4
* Ensure that the -a, -W, -L options for SCTP behave similarMichael Tuexen2016-07-151-3/+6
* Fix a bug which results in a core dump when running netstat withMichael Tuexen2016-07-151-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-021-2/+3
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-14/+5
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-3/+3
* Use the userland exported states and handle them completely.Michael Tuexen2015-08-291-7/+16
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-153/+285
* WARNS=6 compliancePhilippe Charnier2013-02-191-3/+3
* Allow netstat to be build if INET is not defined in the kernel.Michael Tuexen2012-07-161-0/+4
* Don't print a warning when using netstat to printMichael Tuexen2012-01-251-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-3/+3
* Fix the following bugs related to the SCTP support of netstat:Michael Tuexen2011-07-221-113/+204
* Fix typo.Rebecca Cran2011-03-131-1/+1
* Remove superfluous cast in usr.bin/netstat/sctp.c.Dimitry Andric2010-10-081-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-3/+0
* Fixes typo's in sctp.cRandall Stewart2008-04-161-4/+4
* style(9)David E. O'Brien2008-01-021-37/+36
* Fix incorrect string formats for netstat/sRandall Stewart2007-10-171-48/+48
* - Netstat warning removal for 64 bit aware platforms.Randall Stewart2007-09-091-117/+108
* - Fix typo in netstat's display of Nagle algorithm - refer to the RFC.Randall Stewart2007-08-241-2/+2
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-10/+13
* o style(9) nit.Randall Stewart2007-06-171-100/+87
* - Forced commit to update who actually did this code (I forgotRandall Stewart2007-06-171-0/+1
* sctp_process_inpcb() wants an offset parameter in size_t,Xin LI2007-06-131-1/+1
* Adds support for SCTP.Randall Stewart2007-06-091-0/+709