aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sockstat
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Allow the socket list to be limited to a specific jail id.Andrew Thompson2012-05-242-2/+35
* 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-242-69/+75
* Reencode files from latin1 to UTF-8.Ulrich Spörlein2011-12-302-2/+2
* o Make sockstat -6 output more readable for long ipv6Maxim Konovalov2010-03-301-0/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Mute some warnings on uninitialized variables.Ed Schouten2010-01-021-2/+2
* Note that sockstat(1) does not display kernel-owned sockets.Dag-Erling Smørgrav2009-12-211-0/+7
* Add manual page links to advertise procstat(1) a little better.Edward Tomasz Napierala2009-07-091-1/+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-192-3/+24
* 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-112-14/+127
* Don't free(sock) before it's even allocated.Dag-Erling Smørgrav2005-06-101-1/+0
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-2/+1
* 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
* Do not display bogus entries for sockets in the TIME_WAIT or similarPeter Pentchev2004-08-252-1/+18
* make sockstat not print wierd addresses on not connected unix domain socketsJohn-Mark Gurney2003-07-191-1/+5
* Finish the implementation of the -p switch so that itMaxime Henrion2003-06-071-0/+26
* To reserve space for 65536 bits, allocateRobert Drehmel2003-05-091-1/+1