summaryrefslogtreecommitdiff
path: root/usr.bin/sockstat
Commit message (Expand)AuthorAgeFilesLines
* sockstat: Fix error message when jail_attach failsRyan Moeller2020-10-241-1/+1
* Add a -C option to sockstat to display the congestion control for TCPMichael Tuexen2020-09-132-9/+37
* sockstat(1): Add EXAMPLES to man pageFernando Apesteguía2020-06-131-1/+18
* sockstat: Attach to jail if in new vnetRyan Moeller2020-04-261-2/+51
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-051-11/+11
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-033-4/+9
* sockstat: add break that was forgot in 328279Emmanuel Vadot2018-01-231-0/+1
* sockstat: Add -q option to suppress the header lineEmmanuel Vadot2018-01-232-14/+21
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-021-5/+6
* Remove tailing whitespace.Michael Tuexen2017-09-151-1/+1
* Add a command line option for using a wider field for displayingMichael Tuexen2017-09-132-8/+21
* Add support for printing the path state for SCTP association.Michael Tuexen2017-09-122-6/+46
* Add printing of the remote encapsulation port for SCTP associations.Michael Tuexen2017-09-122-26/+53
* Add support to print the TCP stack being used.Michael Tuexen2017-09-122-20/+56
* Shut up gcc.Gleb Smirnoff2017-03-211-1/+1
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-28/+25
* Fix style(9)Renato Botelho2017-02-211-71/+78
* This patch fixes two bugs:Michael Tuexen2016-06-251-5/+20
* Fix two types which resulted in setting the address long wrongMichael Tuexen2016-06-021-2/+2
* Fix a ton of speelling errorsEitan Adler2015-10-211-3/+3
* Report CLOSED as state for bound sockets for consistency withMichael Tuexen2015-08-291-3/+1
* Add SCTP support.Michael Tuexen2015-08-262-7/+63
* Remove a variable which is set but never used.Michael Tuexen2015-08-261-3/+2
* Print the status on the first line of a socket description, not atMichael Tuexen2015-08-261-11/+12
* Move assignments around to avoid a false-positive uninitialized variableDag-Erling Smørgrav2015-07-171-2/+2
* Add a -s option which adds a column listing the connection state ifDag-Erling Smørgrav2015-07-162-8/+33
* - Add SOCK_SEQPACKET support in UNIX-domain socket.Hiroki Sato2015-06-202-46/+64
* Don't leak sockets.Michael Tuexen2015-06-191-13/+39
* Fix a bug reported by coverity. Since AF_UNIX sockets don'tMichael Tuexen2015-06-181-7/+10
* When using -L the code skips a socket if the local or foreignMichael Tuexen2015-06-131-2/+2
* Add support for SCTP.Michael Tuexen2015-06-131-2/+241
* Allow more than one local or remote address per socket. This is needed toMichael Tuexen2015-06-131-54/+103
* Allow more than one socket entry for a file descriptor. This is neededMichael Tuexen2015-06-131-23/+22
* Simplify printaddr(). No functional change.Michael Tuexen2015-06-131-7/+7
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-041-1/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | The code says "or", not "either or". So fix the documentation.Michael Tuexen2015-04-071-2/+2
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| |/ |/|
* | Update the usage with the new jail option.Andrew Thompson2012-06-271-1/+1
* | - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-0/+1
|/