<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/sockstat, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2012-06-30T18:58:21Z</updated>
<entry>
<title>MFC r237674</title>
<updated>2012-06-30T18:58:21Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2012-06-30T18:58:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1ad9dce2ac8b2f6530523b36a4aa4c70b96bc8b'/>
<id>urn:sha1:f1ad9dce2ac8b2f6530523b36a4aa4c70b96bc8b</id>
<content type='text'>
 Update the usage with the new jail option.
</content>
</entry>
<entry>
<title>MFC r235870</title>
<updated>2012-06-27T22:13:40Z</updated>
<author>
<name>Andrew Thompson</name>
<email>thompsa@FreeBSD.org</email>
</author>
<published>2012-06-27T22:13:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b2133737533551af1b200a464d04fd49c82b29e'/>
<id>urn:sha1:7b2133737533551af1b200a464d04fd49c82b29e</id>
<content type='text'>
 Allow the socket list to be limited to a specific jail id.
</content>
</entry>
<entry>
<title>MFC r230512: sockstat: Also show sockets not associated with a descriptor.</title>
<updated>2012-02-15T22:35:30Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2012-02-15T22:35:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=644c27b22f2df23a472a9bcf0c333cb9b48f7587'/>
<id>urn:sha1:644c27b22f2df23a472a9bcf0c333cb9b48f7587</id>
<content type='text'>
Sockets not associated with a file descriptor include TCP TIME_WAIT states
and sockets created via the socket(9) API such as from rpc.lockd and the NFS
client.

PR:		bin/164081
</content>
</entry>
<entry>
<title>MFC r230874:</title>
<updated>2012-02-12T07:56:07Z</updated>
<author>
<name>Mikolaj Golub</name>
<email>trociny@FreeBSD.org</email>
</author>
<published>2012-02-12T07:56:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7de79e090d228034ae027f232c7047fe5ddfc928'/>
<id>urn:sha1:7de79e090d228034ae027f232c7047fe5ddfc928</id>
<content type='text'>
Try to avoid ambiguity when sysctl returns ENOMEM additionally
checking the returned oldlen: when ENOMEM is due to the supplied
buffer being too short the return oldlen is equal to buffer size.

Without this additional check sockstat gets stuck in loop leaking the
memory if the returned ENOMEM was due the exceeded memorylocked
limit. This is easily can be observed running `limits -l 1k sockstat'.

Submitted by:	Andrey Zonov &lt;andrey zonov org&gt;
</content>
</entry>
<entry>
<title>MFC r205874: make sockstat -6 output more readable for long ipv6</title>
<updated>2010-04-21T05:39:51Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2010-04-21T05:39:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6cf6ace6cd75c9a99f4bb0d53556e828f4afb2bf'/>
<id>urn:sha1:6cf6ace6cd75c9a99f4bb0d53556e828f4afb2bf</id>
<content type='text'>
addresses.
</content>
</entry>
<entry>
<title>Add manual page links to advertise procstat(1) a little better.</title>
<updated>2009-07-09T16:40:00Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2009-07-09T16:40:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e50022797f5236493e7f80c3ba8cbc088b7627a7'/>
<id>urn:sha1:e50022797f5236493e7f80c3ba8cbc088b7627a7</id>
<content type='text'>
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Remove unused v6 macro aliases for inpcb fields:</title>
<updated>2009-03-10T17:57:41Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2009-03-10T17:57:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cf172fd65cf6d57a24676255eb6b1c29ee1e3de'/>
<id>urn:sha1:4cf172fd65cf6d57a24676255eb6b1c29ee1e3de</id>
<content type='text'>
        in6p_ip6_nxt
        in6p_vflag
        in6p_flags
        in6p_socket
        in6p_lport
        in6p_fport
        in6p_ppcb

Remove unused v6 macro aliases for inpcb flags:

        IN6P_HIGHPORT
        IN6P_LOWPORT
        IN6P_ANONPORT
        IN6P_RECVIF
        IN6P_MTUDISC
        IN6P_FAITH
        IN6P_CONTROLOPTS

References to in6p_lport and in6_fport in sockstat are also replaced with
normal inp_lport and inp_fport references.

MFC after:	3 days
Reviewed by:	bz
</content>
</entry>
<entry>
<title>Make sure the entries don't run into each other when they're longer than</title>
<updated>2009-01-30T14:28:50Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2009-01-30T14:28:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ccdc84fddb72e8b0207d2b2a5bd5559d0c84b4f'/>
<id>urn:sha1:1ccdc84fddb72e8b0207d2b2a5bd5559d0c84b4f</id>
<content type='text'>
the allotted space.

PR:		bin/129318
Submitted by:	Ighighi &lt;ighighi@gmail.com&gt;
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Add -L to usage().</title>
<updated>2008-05-19T11:35:11Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2008-05-19T11:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f7916f9caf50eb3d470bfb897e4de64d0f41bf4d'/>
<id>urn:sha1:f7916f9caf50eb3d470bfb897e4de64d0f41bf4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an -L option to ignore loopback Internet sockets.</title>
<updated>2008-05-19T11:32:44Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2008-05-19T11:32:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9b6ca89250ddbf1ec4453ba813311849ff1c7354'/>
<id>urn:sha1:9b6ca89250ddbf1ec4453ba813311849ff1c7354</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
</feed>
