<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/kern/sys_socket.c, branch release/2.2.5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1996-07-11T16:32:50Z</updated>
<entry>
<title>Modify the kernel to use the new pr_usrreqs interface rather than the old</title>
<updated>1996-07-11T16:32:50Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1996-07-11T16:32:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c37256e5a5909f395ae8cae19816e2e2818ca6f'/>
<id>urn:sha1:2c37256e5a5909f395ae8cae19816e2e2818ca6f</id>
<content type='text'>
pr_usrreq mechanism which was poorly designed and error-prone.  This
commit renames pr_usrreq to pr_ousrreq so that old code which depended on it
would break in an obvious manner.  This commit also implements the new
interface for TCP, although the old function is left as an example
(#ifdef'ed out).  This commit ALSO fixes a longstanding bug in the
TCP timer processing (introduced by davidg on 1995/04/12) which caused
timer processing on a TCB to always stop after a single timer had
expired (because it misinterpreted the return value from tcp_usrreq()
to indicate that the TCB had been deleted).  Finally, some code
related to polling has been deleted from if.c because it is not
relevant t -current and doesn't look at all like my current code.
</content>
</entry>
<entry>
<title>Move or add #include &lt;queue.h&gt; in preparation for upcoming struct socket</title>
<updated>1996-03-11T15:13:58Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1996-03-11T15:13:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2ee45d7d28537a84a31b34e9265646a4a6619230'/>
<id>urn:sha1:2ee45d7d28537a84a31b34e9265646a4a6619230</id>
<content type='text'>
changes.
</content>
</entry>
<entry>
<title>A Major staticize sweep.  Generates a couple of warnings that I'll deal</title>
<updated>1995-12-14T08:32:45Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-12-14T08:32:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87b6de2b76c97cb6262434dcacebf53d0c457cef'/>
<id>urn:sha1:87b6de2b76c97cb6262434dcacebf53d0c457cef</id>
<content type='text'>
with later.
A number of unused vars removed.
A number of unused procs removed or #ifdefed.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T08:16:23Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T08:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b2e535452929d6f2f798a2c01b23b1f547a0b0f'/>
<id>urn:sha1:9b2e535452929d6f2f798a2c01b23b1f547a0b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All of this is cosmetic.  prototypes, #includes, printfs and so on.  Makes</title>
<updated>1994-10-02T17:35:40Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1994-10-02T17:35:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=797f2d22f0ccb2cbdc4395b57de8348fa6879743'/>
<id>urn:sha1:797f2d22f0ccb2cbdc4395b57de8348fa6879743</id>
<content type='text'>
GCC a lot more silent.
</content>
</entry>
<entry>
<title>Added $Id$</title>
<updated>1994-08-02T07:55:43Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-08-02T07:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3c4dd3568f411b4f00f795929afb77ca972c2325'/>
<id>urn:sha1:3c4dd3568f411b4f00f795929afb77ca972c2325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.</title>
<updated>1994-05-25T09:21:21Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-25T09:21:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=26f9a76710a312a951848542b9ca1f44100450e2'/>
<id>urn:sha1:26f9a76710a312a951848542b9ca1f44100450e2</id>
<content type='text'>
Reviewed by:	Rodney W. Grimes
Submitted by:	John Dyson and David Greenman
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Kernel Sources</title>
<updated>1994-05-24T10:09:53Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-24T10:09:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df8bae1de4b67ccf57f4afebd4e2bf258c38910d'/>
<id>urn:sha1:df8bae1de4b67ccf57f4afebd4e2bf258c38910d</id>
<content type='text'>
</content>
</entry>
</feed>
