summaryrefslogtreecommitdiffstats
path: root/usr.bin/sockstat
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorseadler2015-10-211-3/+3
* Report CLOSED as state for bound sockets for consistency withtuexen2015-08-291-3/+1
* Add SCTP support.tuexen2015-08-262-7/+63
* Remove a variable which is set but never used.tuexen2015-08-261-3/+2
* Print the status on the first line of a socket description, not attuexen2015-08-261-11/+12
* Move assignments around to avoid a false-positive uninitialized variabledes2015-07-171-2/+2
* Add a -s option which adds a column listing the connection state ifdes2015-07-162-8/+33
* - Add SOCK_SEQPACKET support in UNIX-domain socket.hrs2015-06-202-46/+64
* Don't leak sockets.tuexen2015-06-191-13/+39
* Fix a bug reported by coverity. Since AF_UNIX sockets don'ttuexen2015-06-181-7/+10
* When using -L the code skips a socket if the local or foreigntuexen2015-06-131-2/+2
* Add support for SCTP.tuexen2015-06-131-2/+241
* Allow more than one local or remote address per socket. This is needed totuexen2015-06-131-54/+103
* Allow more than one socket entry for a file descriptor. This is neededtuexen2015-06-131-23/+22
* Simplify printaddr(). No functional change.tuexen2015-06-131-7/+7
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+2
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| | \
| | \
| | \
| *---. \ Sync from headsjg2012-11-041-1/+2
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |_|/ / | |/| | |
* | | | | The code says "or", not "either or". So fix the documentation.tuexen2015-04-071-2/+2
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
| |/ / |/| |
* | | Update the usage with the new jail option.thompsa2012-06-271-1/+1
| |/ |/|
* | - Updated TOE support in the kernel.np2012-06-191-0/+1
|/
* Allow the socket list to be limited to a specific jail id.thompsa2012-05-242-2/+35
* Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-6/+7
* sockstat: Also show sockets not associated with a file descriptor.jilles2012-01-242-69/+75
* Reencode files from latin1 to UTF-8.uqs2011-12-302-2/+2
* o Make sockstat -6 output more readable for long ipv6maxim2010-03-301-0/+2
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* Mute some warnings on uninitialized variables.ed2010-01-021-2/+2
* Note that sockstat(1) does not display kernel-owned sockets.des2009-12-211-0/+7
* Add manual page links to advertise procstat(1) a little better.trasz2009-07-091-1/+2
* Remove unused v6 macro aliases for inpcb fields:rwatson2009-03-101-4/+4
* Make sure the entries don't run into each other when they're longer thandes2009-01-301-6/+6
* Add -L to usage().bms2008-05-191-1/+1
* Add an -L option to ignore loopback Internet sockets.bms2008-05-192-3/+24
* o Do not warn if the process exits before we get its name.maxim2007-06-161-1/+3
* Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may nowemaste2007-03-221-1/+1
* In revision 1.14 I broke the -4 and -6 options of sockstat(1).keramida2006-11-121-10/+5
* Add support for filtering sockets by protocol type. The defaultkeramida2006-11-112-14/+127
* Don't free(sock) before it's even allocated.des2005-06-101-1/+0
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
* Scheduled mdoc(7) sweep.ru2005-01-111-2/+1
* Unbreak sockstat(1) on systems without the divert protocol.ru2004-12-061-0/+2
OpenPOWER on IntegriCloud