<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/i386/linux/linux_socket.c, branch release/3.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-02-16T01:59:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-02-16T01:59:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-02-16T01:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=838992f094ccde014679a7cfafc495840eb932a1'/>
<id>urn:sha1:838992f094ccde014679a7cfafc495840eb932a1</id>
<content type='text'>
'RELENG_3_1_0_RELEASE'.

This commit was manufactured to restore the state of the 3.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Fix linux sendmsg() emulation</title>
<updated>1999-01-11T05:28:44Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1999-01-11T05:28:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=096d55fc13200c6aa89b5b81e57c975944881c12'/>
<id>urn:sha1:096d55fc13200c6aa89b5b81e57c975944881c12</id>
<content type='text'>
Submitted by:	Brian Feldman &lt;green@unixhelp.org&gt;
</content>
</entry>
<entry>
<title>Commit patch in</title>
<updated>1998-12-30T21:20:00Z</updated>
<author>
<name>Søren Schmidt</name>
<email>sos@FreeBSD.org</email>
</author>
<published>1998-12-30T21:20:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e76bba09e352a742a3ce5cd5bcb9a249e42aba7b'/>
<id>urn:sha1:e76bba09e352a742a3ce5cd5bcb9a249e42aba7b</id>
<content type='text'>
PR: 9232
Submitted by:	marcel@scc.nl &lt;Marcel Moolenaar&gt;
</content>
</entry>
<entry>
<title>Moved some #includes from &lt;sys/param.h&gt; nearer to where they are actually</title>
<updated>1998-03-28T10:33:27Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-03-28T10:33:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08637435f22f9a440b841624d8f1d32d36a900d3'/>
<id>urn:sha1:08637435f22f9a440b841624d8f1d32d36a900d3</id>
<content type='text'>
used.
</content>
</entry>
<entry>
<title>In the words of the submitter:</title>
<updated>1998-02-07T02:13:27Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-02-07T02:13:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dad3b88ae3398324ad8a259ce60f0cd42b6ade1b'/>
<id>urn:sha1:dad3b88ae3398324ad8a259ce60f0cd42b6ade1b</id>
<content type='text'>
----
I've worked to enhance the connect() patches.

I've just tested this with the Linux JDK appletviewer on an applet
that does a lot of connects, and it works as well as during my
previous tests.

The connect() patch is now a merge between my older patch and the
OpenBSD stuff. It ensures that any async error is returned by
connect() instead of getsockopt(SOL_SOCKET, SO_ERROR) as reasonnable
systems do.

There are also minor patches to implement IPPROTO_TCP for
get/setsocktopt(). These are also tested (with Linux Apache).
----

I would appreciate any feedback regarding these changes, as they'd
be very useful in 2.2.6.

Submitted by:	pb@fasterix.freenix.org (Pierre Beyssac)
</content>
</entry>
<entry>
<title>Make COMPAT_43 and COMPAT_SUNOS new-style options.</title>
<updated>1997-12-16T17:40:42Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1997-12-16T17:40:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5591b823d12e70560f330e67efacff791275a9f7'/>
<id>urn:sha1:5591b823d12e70560f330e67efacff791275a9f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As described by the submitter:</title>
<updated>1997-12-14T03:17:54Z</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1997-12-14T03:17:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2477ae13d33eb108ac1c3e76c3a2f22547875d1'/>
<id>urn:sha1:f2477ae13d33eb108ac1c3e76c3a2f22547875d1</id>
<content type='text'>
	- emulate Linux IP_HDRINCL behaviour in sendto(): byte order fixed
	  Note that we do an extra getsockopt() on every sendto()
	  to check if the option is set because we don't keep state
	  in the emulator code. Is there a better way to implement
	  this?
	- correct a bug (value of "name" not passed) with
	  getsockopt()

Submitted by:	pb@fasterix.freenix.org (Pierre Beyssac)
</content>
</entry>
<entry>
<title>Move the "retval" (3rd) parameter from all syscall functions and put</title>
<updated>1997-11-06T19:29:57Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1997-11-06T19:29:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb226aaa624a8d8e6c7c5f9aaaa1b415f0e2cf4d'/>
<id>urn:sha1:cb226aaa624a8d8e6c7c5f9aaaa1b415f0e2cf4d</id>
<content type='text'>
it in struct proc instead.

This fixes a boatload of compiler warning, and removes a lot of cruft
from the sources.

I have not removed the /*ARGSUSED*/, they will require some looking at.

libkvm, ps and other userland struct proc frobbing programs will need
recompiled.
</content>
</entry>
<entry>
<title>Removed unused #includes.</title>
<updated>1997-07-20T16:06:08Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-07-20T16:06:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=293a9e510c47b6d0f1ed06b4e02d9b89f1c33021'/>
<id>urn:sha1:293a9e510c47b6d0f1ed06b4e02d9b89f1c33021</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$.  We are not</title>
<updated>1997-02-22T09:48:43Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T09:48:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6875d25465631b7563f1b90e6b05e2640dc81f4e'/>
<id>urn:sha1:6875d25465631b7563f1b90e6b05e2640dc81f4e</id>
<content type='text'>
ready for it yet.
</content>
</entry>
</feed>
