aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/sctp.c
Commit message (Collapse)AuthorAgeFilesLines
* systat: fix build with newer ncursesBaptiste Daroussin2024-06-271-1/+1
| | | | (cherry picked from commit 35e941ce5520b8ef710bb388bd63460aa0ce63eb)
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* Don't show the number of currently established SCTP associations,Michael Tuexen2018-04-101-51/+48
| | | | | | | | | | since this is not monotonically increasing. It's number can be derived from the other counters shown. MFC after: 3 days Notes: svn path=/head/; revision=332353
* Retire SCTP_WITH_NO_CSUM option.Michael Tuexen2017-12-071-2/+0
| | | | | | | | | | | This option was used in the early days to allow performance measurements extrapolating the use of SCTP checksum offloading. Since this feature is now available, get rid of this option. This also un-breaks the LINT kernel. Thanks to markj@ for making me aware of the problem. Notes: svn path=/head/; revision=326672
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Add support to systat to display SCTP statistics.Michael Tuexen2015-10-241-0/+362
MFC after: 1 week Notes: svn path=/head/; revision=289873