<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/sockstat, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2003-07-19T06:23:56Z</updated>
<entry>
<title>make sockstat not print wierd addresses on not connected unix domain sockets</title>
<updated>2003-07-19T06:23:56Z</updated>
<author>
<name>John-Mark Gurney</name>
<email>jmg@FreeBSD.org</email>
</author>
<published>2003-07-19T06:23:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=b4eb37c63d451da48d782e4f68cf73377650466f'/>
<id>urn:sha1:b4eb37c63d451da48d782e4f68cf73377650466f</id>
<content type='text'>
Pointed out by:	rwatson
Reviewed by:	peter
</content>
</entry>
<entry>
<title>Finish the implementation of the -p switch so that it</title>
<updated>2003-06-07T14:36:49Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2003-06-07T14:36:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ae94787d6d44bdbeec5bd6ae187523cd089b31de'/>
<id>urn:sha1:ae94787d6d44bdbeec5bd6ae187523cd089b31de</id>
<content type='text'>
actually works.  I have no idea why this wasn't finished
and happened to try to use it.
</content>
</entry>
<entry>
<title>To reserve space for 65536 bits, allocate</title>
<updated>2003-05-09T09:11:27Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2003-05-09T09:11:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9efed1e6e238237afa49d80cb94f720c76c69e3e'/>
<id>urn:sha1:9efed1e6e238237afa49d80cb94f720c76c69e3e</id>
<content type='text'>
65536 / (sizeof(int) * CHAR_BITS) `int's instead of
65536 / (sizeof(int) * CHAR_BITS) bytes to avoid a possible
segmentation fault if ports above 16383 are specified via the
-p option on a platform with 4 byte wide ints.

Approved by:	re (bmah)
Reported by:	Marco Wertejuk &lt;wertejuk@mwcis.com&gt;
</content>
</entry>
<entry>
<title>Bow to the whining masses and change a union back into void *.  Retain</title>
<updated>2003-01-13T00:33:17Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-13T00:33:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=48e3128b34dad9618402f1f4095f7655e779843c'/>
<id>urn:sha1:48e3128b34dad9618402f1f4095f7655e779843c</id>
<content type='text'>
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.
</content>
</entry>
<entry>
<title>Change struct file f_data to un_data, a union of the correct struct</title>
<updated>2003-01-12T01:37:13Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2003-01-12T01:37:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cd72f2180bfff020d03180e6eba1c3a0e0125468'/>
<id>urn:sha1:cd72f2180bfff020d03180e6eba1c3a0e0125468</id>
<content type='text'>
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary.  There are no operational changes in this
commit.
</content>
</entry>
<entry>
<title>mdoc(7) police: markup polishing.</title>
<updated>2002-11-26T17:33:37Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-26T17:33:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=06e482e60a60643b7d60549870f45c6ba6c4c7a8'/>
<id>urn:sha1:06e482e60a60643b7d60549870f45c6ba6c4c7a8</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Use a cast to `void *' before casting to a pointer to a structure</title>
<updated>2002-08-02T11:57:59Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2002-08-02T11:57:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=6dbe8d53a5aa97a948b49c4f9d0f145a02936109'/>
<id>urn:sha1:6dbe8d53a5aa97a948b49c4f9d0f145a02936109</id>
<content type='text'>
to stop GCC emitting warnings about increased alignment requirements
which broke the build for sparc64.

Approved by:	des
</content>
</entry>
<entry>
<title>Don't depend on namespace pollution from &lt;netinet/in_pcb.h&gt;.</title>
<updated>2002-08-01T16:49:31Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-08-01T16:49:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=02bd9db0451d8a4a2c746ff6f5a26594bb661ab5'/>
<id>urn:sha1:02bd9db0451d8a4a2c746ff6f5a26594bb661ab5</id>
<content type='text'>
Submitted by:	bde
</content>
</entry>
<entry>
<title>Implement the -l and -c options, which I'd forgotten.</title>
<updated>2002-08-01T11:02:30Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-08-01T11:02:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=1e6690e5db506447842088b9c63636b8423bfce4'/>
<id>urn:sha1:1e6690e5db506447842088b9c63636b8423bfce4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite sockstat(1) in C.</title>
<updated>2002-07-31T12:32:03Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-07-31T12:32:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ca007d9172316d34b8a81a063a7669618dbcf7e6'/>
<id>urn:sha1:ca007d9172316d34b8a81a063a7669618dbcf7e6</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
</feed>
