summaryrefslogtreecommitdiff
path: root/usr.bin/sockstat/sockstat.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-1/+4
* sockstat: add break that was forgot in 328279Emmanuel Vadot2018-01-231-0/+1
* sockstat: Add -q option to suppress the header lineEmmanuel Vadot2018-01-231-13/+18
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-131-7/+16
* Add support for printing the path state for SCTP association.Michael Tuexen2017-09-121-4/+40
* Add printing of the remote encapsulation port for SCTP associations.Michael Tuexen2017-09-121-25/+45
* Add support to print the TCP stack being used.Michael Tuexen2017-09-121-18/+43
* 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-261-5/+61
* 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-161-6/+28
* - Add SOCK_SEQPACKET support in UNIX-domain socket.Hiroki Sato2015-06-201-44/+60
* 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
* 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
* 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
* Allow the socket list to be limited to a specific jail id.Andrew Thompson2012-05-241-1/+31
* Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub2012-02-011-6/+7
* sockstat: Also show sockets not associated with a file descriptor.Jilles Tjoelker2012-01-241-48/+70
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-301-1/+1
* o Make sockstat -6 output more readable for long ipv6Maxim Konovalov2010-03-301-0/+2
* Mute some warnings on uninitialized variables.Ed Schouten2010-01-021-2/+2
* Remove unused v6 macro aliases for inpcb fields:Robert Watson2009-03-101-4/+4
* Make sure the entries don't run into each other when they're longer thanDag-Erling Smørgrav2009-01-301-6/+6
* Add -L to usage().Bruce M Simpson2008-05-191-1/+1
* Add an -L option to ignore loopback Internet sockets.Bruce M Simpson2008-05-191-1/+16
* o Do not warn if the process exits before we get its name.Maxim Konovalov2007-06-161-1/+3
* Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may nowEd Maste2007-03-221-1/+1
* In revision 1.14 I broke the -4 and -6 options of sockstat(1).Giorgos Keramidas2006-11-121-10/+5
* Add support for filtering sockets by protocol type. The defaultGiorgos Keramidas2006-11-111-12/+115
* Don't free(sock) before it's even allocated.Dag-Erling Smørgrav2005-06-101-1/+0
* Unbreak sockstat(1) on systems without the divert protocol.Ruslan Ermilov2004-12-061-0/+2
* Show divert(4) sockets as well.Ruslan Ermilov2004-12-051-0/+6