<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/sockstat, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-10-24T22:36:20Z</updated>
<entry>
<title>sockstat: Fix error message when jail_attach fails</title>
<updated>2020-10-24T22:36:20Z</updated>
<author>
<name>Ryan Moeller</name>
<email>freqlabs@FreeBSD.org</email>
</author>
<published>2020-10-24T22:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ae37905b93d1fcb4e798fad7ac3b869198fd917f'/>
<id>urn:sha1:ae37905b93d1fcb4e798fad7ac3b869198fd917f</id>
<content type='text'>
jail_errmsg is for libjail, jail_attach() is a system call.
</content>
</entry>
<entry>
<title>Add a -C option to sockstat to display the congestion control for TCP</title>
<updated>2020-09-13T09:12:25Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2020-09-13T09:12:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2ac089d0e645b0fea3fd083fa7ceacb3a0b4db90'/>
<id>urn:sha1:2ac089d0e645b0fea3fd083fa7ceacb3a0b4db90</id>
<content type='text'>
connections.

Reviewed by:		rscheff
MFC after:		1 week
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D26413
</content>
</entry>
<entry>
<title>sockstat(1): Add EXAMPLES to man page</title>
<updated>2020-06-13T17:36:08Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2020-06-13T17:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f893fe7a1d6af6b19e93a0ea39085ea4681ddf2d'/>
<id>urn:sha1:f893fe7a1d6af6b19e93a0ea39085ea4681ddf2d</id>
<content type='text'>
Add three examples showing the use of -4, -6, -l, -L, -p and -P

Reviewed by:	gbe@
Approved by:	bcr@
</content>
</entry>
<entry>
<title>sockstat: Attach to jail if in new vnet</title>
<updated>2020-04-26T20:55:11Z</updated>
<author>
<name>Ryan Moeller</name>
<email>freqlabs@FreeBSD.org</email>
</author>
<published>2020-04-26T20:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f1cd4902bf17bfe5e4ac04a808aac798a57171b9'/>
<id>urn:sha1:f1cd4902bf17bfe5e4ac04a808aac798a57171b9</id>
<content type='text'>
Attach sockstat -j to the specified jail if the jail is in a new vnet.
Otherwise we do not see all sockets belonging to the jail.

Reviewed by:	jamie
Approved by:	mmacy (mentor)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D24413
</content>
</entry>
<entry>
<title>Make struct xinpcb and friends word-size independent.</title>
<updated>2018-07-05T13:13:48Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-07-05T13:13:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=f38b68ae8aadd1e3fc55f9627b41651eab2f767e'/>
<id>urn:sha1:f38b68ae8aadd1e3fc55f9627b41651eab2f767e</id>
<content type='text'>
Replace size_t members with ksize_t (uint64_t) and pointer members
(never used as pointers in userspace, but instead as unique
idenitifiers) with kvaddr_t (uint64_t). This makes the structs
identical between 32-bit and 64-bit ABIs.

On 64-bit bit systems, the ABI is maintained. On 32-bit systems,
this is an ABI breaking change. The ABI of most of these structs
was previously broken in r315662.  This also imposes a small API
change on userspace consumers who must handle kernel pointers
becoming virtual addresses.

PR:		228301 (exp-run by antoine)
Reviewed by:	jtl, kib, rwatson (various versions)
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D15386
</content>
</entry>
<entry>
<title>Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),</title>
<updated>2018-07-03T23:47:20Z</updated>
<author>
<name>Jamie Gritton</name>
<email>jamie@FreeBSD.org</email>
</author>
<published>2018-07-03T23:47:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=de68a3200a6cdba2011026d36bea45193363ace0'/>
<id>urn:sha1:de68a3200a6cdba2011026d36bea45193363ace0</id>
<content type='text'>
 sockstat(1), ugidfw(8)
These are the last of the jail-aware userland utilities that didn't work
 with names.

PR:		229266
MFC after:	3 days
Differential Revision:	D16047
</content>
</entry>
<entry>
<title>sockstat: add break that was forgot in 328279</title>
<updated>2018-01-23T14:33:19Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-01-23T14:33:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=62de70375fea2b37dfe66db613683db0426fb9e0'/>
<id>urn:sha1:62de70375fea2b37dfe66db613683db0426fb9e0</id>
<content type='text'>
Reported by:	garga@
MFC after:	1 week
X-MFC With:	328279
Sponsored by:	Gandi.net
</content>
</entry>
<entry>
<title>sockstat: Add -q option to suppress the header line</title>
<updated>2018-01-23T13:03:47Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-01-23T13:03:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ee0afaa9d7230eb94e1276c409033be73234c1c1'/>
<id>urn:sha1:ee0afaa9d7230eb94e1276c409033be73234c1c1</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Gandi.net
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
</feed>
