<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/kern/sys_socket.c, branch release/5.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-01-10T05:53:29Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-01-10T05:53:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-01-10T05:53:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58c9ff44c8041f394c663cb9640e9b77fe07bb13'/>
<id>urn:sha1:58c9ff44c8041f394c663cb9640e9b77fe07bb13</id>
<content type='text'>
'RELENG_5_2_0_RELEASE'.

This commit was manufactured to restore the state of the 5.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Initialize struct fileops with C99 sparse initialization.</title>
<updated>2003-06-18T18:16:40Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-18T18:16:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c2d2efd58fb9c7863ecacc59b3d05b6fd800962'/>
<id>urn:sha1:7c2d2efd58fb9c7863ecacc59b3d05b6fd800962</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-11T00:56:59Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-11T00:56:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=677b542ea243380af64822b30e4ef5f7a6d978ee'/>
<id>urn:sha1:677b542ea243380af64822b30e4ef5f7a6d978ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplicate includes.</title>
<updated>2003-02-20T03:26:11Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2003-02-20T03:26:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d6bf23783f32d8224f0232bf77da4403038a280f'/>
<id>urn:sha1:d6bf23783f32d8224f0232bf77da4403038a280f</id>
<content type='text'>
Submitted by:	Cyril Nguyen-Huu &lt;cyril@ci0.org&gt;
</content>
</entry>
<entry>
<title>Do not allow kqueues to be passed via unix domain sockets.</title>
<updated>2003-02-15T06:04:55Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-02-15T06:04:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e7d6662f1b95202adc7ff6e2aecf9c0283acc8aa'/>
<id>urn:sha1:e7d6662f1b95202adc7ff6e2aecf9c0283acc8aa</id>
<content type='text'>
</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-test2/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-test2/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>When compiling the kernel do not implicitly include filedesc.h from proc.h,</title>
<updated>2003-01-01T01:56:19Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2003-01-01T01:56:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13438f6823e991fe0c5616bc3a6f766a0a86c210'/>
<id>urn:sha1:13438f6823e991fe0c5616bc3a6f766a0a86c210</id>
<content type='text'>
this was causing filedesc work to be very painful.
In order to make this work split out sigio definitions to thier own header
(sigio.h) which is included from proc.h for the time being.
</content>
</entry>
<entry>
<title>s/sokqfilter/soo_kqfilter/ for consistency with the naming of all</title>
<updated>2002-12-23T21:37:28Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-12-23T21:37:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ce9c72c300b145a93c2d197aff854f4da8627dd'/>
<id>urn:sha1:6ce9c72c300b145a93c2d197aff854f4da8627dd</id>
<content type='text'>
other socket/file operations.
</content>
</entry>
<entry>
<title>Update the st_size reported via stat(2) to accurately reflect the amount</title>
<updated>2002-11-01T21:31:13Z</updated>
<author>
<name>Kelly Yancey</name>
<email>kbyanc@FreeBSD.org</email>
</author>
<published>2002-11-01T21:31:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=47baac87a6bd5379584fae1dae9d5a395d9fad44'/>
<id>urn:sha1:47baac87a6bd5379584fae1dae9d5a395d9fad44</id>
<content type='text'>
of data available to read for non-TCP sockets.

Reviewed by:	-net, -arch
Sponsored by:	NTT Multimedia Communications Labs
MFC after:	2 weeks
</content>
</entry>
</feed>
