<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib, branch stable/4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-04-30T05:26:31Z</updated>
<entry>
<title>As-per r161293 (jhb), only recognize mfi(4) on i386.</title>
<updated>2014-04-30T05:26:31Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-04-30T05:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f46caf19b761f598e79299eb2aaf1ccde4e29ada'/>
<id>urn:sha1:f46caf19b761f598e79299eb2aaf1ccde4e29ada</id>
<content type='text'>
This is a direct commit to stable/4 as all future branches contain
r105818 which made this code obsolete.
</content>
</entry>
<entry>
<title>Teach libdisk about mfid devices. This is a direct commit to stable/4</title>
<updated>2014-04-30T04:24:21Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-04-30T04:24:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b571f5ab2f63eabc99e0145ceba279bd54ab5825'/>
<id>urn:sha1:b571f5ab2f63eabc99e0145ceba279bd54ab5825</id>
<content type='text'>
since stable/5 and newer have r105681 which made this code obsolete.
</content>
</entry>
<entry>
<title>MF7: If the running kernel has support for shm_open() and shm_unlink() as</title>
<updated>2009-06-23T17:44:55Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-06-23T17:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74886bb64074148ae3413fbb1974d0dcf02e4544'/>
<id>urn:sha1:74886bb64074148ae3413fbb1974d0dcf02e4544</id>
<content type='text'>
system calls (i.e. 8.0+), then invoke the system calls instead of using
open/fcntl/unlink.
</content>
</entry>
<entry>
<title>MFC: Add a feature_present(3) function which checks to see if a named kernel</title>
<updated>2009-06-11T13:07:42Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2009-06-11T13:07:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f5e048d1f56ae266fee82d8bd3500faea6727084'/>
<id>urn:sha1:f5e048d1f56ae266fee82d8bd3500faea6727084</id>
<content type='text'>
feature is present by checking the kern.features sysctl MIB.
</content>
</entry>
<entry>
<title>MFC: Fail attempts to use file descriptors larger than SHRT_MAX.</title>
<updated>2008-03-17T17:42:26Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-03-17T17:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84cc038799cb60ed4c8447a37296aefddefda184'/>
<id>urn:sha1:84cc038799cb60ed4c8447a37296aefddefda184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.35 - remove MSG_PEEK from the description of the send(2)</title>
<updated>2007-05-04T09:06:59Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2007-05-04T09:06:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fcc1ae4eef1004500dd9518ae7e3854be1b8ae57'/>
<id>urn:sha1:fcc1ae4eef1004500dd9518ae7e3854be1b8ae57</id>
<content type='text'>
syscall; it is only relevant for incoming data.
</content>
</entry>
<entry>
<title>MFC: sendmail 8.14.1</title>
<updated>2007-04-12T03:13:04Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2007-04-12T03:13:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f85da9bc39ddff8ed703f22a15c3f0607249d6ab'/>
<id>urn:sha1:f85da9bc39ddff8ed703f22a15c3f0607249d6ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Don't read more than the given 'len' bytes from the 'big' string.</title>
<updated>2007-02-01T19:11:25Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-02-01T19:11:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25b9a271117c2aee37cf6f9f404b82b7a35ead66'/>
<id>urn:sha1:25b9a271117c2aee37cf6f9f404b82b7a35ead66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: uthread fixes for select timeout and signal handling.</title>
<updated>2006-10-23T20:11:31Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-10-23T20:11:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b0e60e6f7830781bc57f127ac60843ec91fd62e4'/>
<id>urn:sha1:b0e60e6f7830781bc57f127ac60843ec91fd62e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: rev 1.21: fix return of uninitialized data from malloc().  Could</title>
<updated>2006-09-12T22:27:11Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2006-09-12T22:27:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16faf54439e40d75cd029509d579d6d7b7967097'/>
<id>urn:sha1:16faf54439e40d75cd029509d579d6d7b7967097</id>
<content type='text'>
cause readdir() to fail or give duplicate results or other strange things.
</content>
</entry>
</feed>
