| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch fixes two bugs: | tuexen | 2016-06-25 | 1 | -5/+20 |
* | Fix two types which resulted in setting the address long wrong | tuexen | 2016-06-02 | 1 | -2/+2 |
* | Fix a ton of speelling errors | eadler | 2015-10-21 | 1 | -3/+3 |
* | Report CLOSED as state for bound sockets for consistency with | tuexen | 2015-08-29 | 1 | -3/+1 |
* | Add SCTP support. | tuexen | 2015-08-26 | 2 | -7/+63 |
* | Remove a variable which is set but never used. | tuexen | 2015-08-26 | 1 | -3/+2 |
* | Print the status on the first line of a socket description, not at | tuexen | 2015-08-26 | 1 | -11/+12 |
* | Move assignments around to avoid a false-positive uninitialized variable | des | 2015-07-17 | 1 | -2/+2 |
* | Add a -s option which adds a column listing the connection state if | des | 2015-07-16 | 2 | -8/+33 |
* | - Add SOCK_SEQPACKET support in UNIX-domain socket. | hrs | 2015-06-20 | 2 | -46/+64 |
* | Don't leak sockets. | tuexen | 2015-06-19 | 1 | -13/+39 |
* | Fix a bug reported by coverity. Since AF_UNIX sockets don't | tuexen | 2015-06-18 | 1 | -7/+10 |
* | When using -L the code skips a socket if the local or foreign | tuexen | 2015-06-13 | 1 | -2/+2 |
* | Add support for SCTP. | tuexen | 2015-06-13 | 1 | -2/+241 |
* | Allow more than one local or remote address per socket. This is needed to | tuexen | 2015-06-13 | 1 | -54/+103 |
* | Allow more than one socket entry for a file descriptor. This is needed | tuexen | 2015-06-13 | 1 | -23/+22 |
* | Simplify printaddr(). No functional change. | tuexen | 2015-06-13 | 1 | -7/+7 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+19 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -2/+2 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ |
|
| * | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Sync from head | sjg | 2012-11-04 | 1 | -1/+2 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+20 |
| | |_|/ /
| |/| | | |
|
* | | | | | The code says "or", not "either or". So fix the documentation. | tuexen | 2015-04-07 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | use .Mt to mark up email addresses consistently (part3) | bapt | 2014-06-23 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Update the usage with the new jail option. | thompsa | 2012-06-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -0/+1 |
|/ |
|
* | Allow the socket list to be limited to a specific jail id. | thompsa | 2012-05-24 | 2 | -2/+35 |
* | Try to avoid ambiguity when sysctl returns ENOMEM additionally | trociny | 2012-02-01 | 1 | -6/+7 |
* | sockstat: Also show sockets not associated with a file descriptor. | jilles | 2012-01-24 | 2 | -69/+75 |
* | Reencode files from latin1 to UTF-8. | uqs | 2011-12-30 | 2 | -2/+2 |
* | o Make sockstat -6 output more readable for long ipv6 | maxim | 2010-03-30 | 1 | -0/+2 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Mute some warnings on uninitialized variables. | ed | 2010-01-02 | 1 | -2/+2 |
* | Note that sockstat(1) does not display kernel-owned sockets. | des | 2009-12-21 | 1 | -0/+7 |
* | Add manual page links to advertise procstat(1) a little better. | trasz | 2009-07-09 | 1 | -1/+2 |
* | Remove unused v6 macro aliases for inpcb fields: | rwatson | 2009-03-10 | 1 | -4/+4 |
* | Make sure the entries don't run into each other when they're longer than | des | 2009-01-30 | 1 | -6/+6 |
* | Add -L to usage(). | bms | 2008-05-19 | 1 | -1/+1 |
* | Add an -L option to ignore loopback Internet sockets. | bms | 2008-05-19 | 2 | -3/+24 |
* | o Do not warn if the process exits before we get its name. | maxim | 2007-06-16 | 1 | -1/+3 |
* | Use proc name (ki_comm) instead of thread name (ki_ocomm) as these may now | emaste | 2007-03-22 | 1 | -1/+1 |
* | In revision 1.14 I broke the -4 and -6 options of sockstat(1). | keramida | 2006-11-12 | 1 | -10/+5 |
* | Add support for filtering sockets by protocol type. The default | keramida | 2006-11-11 | 2 | -14/+127 |
* | Don't free(sock) before it's even allocated. | des | 2005-06-10 | 1 | -1/+0 |
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 1 | -1/+0 |