<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/sys/kqueue.2, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-02-24T05:45:17Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>urn:sha1:a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
</entry>
<entry>
<title>We've been able to support EVFILT_VNODE filtering on non-UFS</title>
<updated>2007-09-07T13:10:09Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2007-09-07T13:10:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a6c4826bcb33b886dce6c5e4cde474b8b53f7a8'/>
<id>urn:sha1:6a6c4826bcb33b886dce6c5e4cde474b8b53f7a8</id>
<content type='text'>
file systems since 2005.

Submitted by:	Igor Sysoev
Approved by:	re (bmah)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Document that the data field for NOTE_EXIT holds the process exit status.</title>
<updated>2006-11-20T22:20:04Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-11-20T22:20:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8cc7b0f93db56404b56025bd67338f874ace3e3f'/>
<id>urn:sha1:8cc7b0f93db56404b56025bd67338f874ace3e3f</id>
<content type='text'>
Submitted by:	Jared Yanovich -phirerunner at comcast.net-
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Markup fixes.</title>
<updated>2006-09-17T21:27:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-17T21:27:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a73a3ab56baabfbc4b63c100ee64951a407e9416'/>
<id>urn:sha1:a73a3ab56baabfbc4b63c100ee64951a407e9416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note that the system only allows a maximum of kern.kq_calloutmax timers.</title>
<updated>2006-08-25T15:19:47Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2006-08-25T15:19:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d2b2ccea4c3f536f6993c2003fea2b140db12d63'/>
<id>urn:sha1:d2b2ccea4c3f536f6993c2003fea2b140db12d63</id>
<content type='text'>
PR:		docs/102353
Submitted by:	phk
MFC after:	1 week
</content>
</entry>
<entry>
<title>Update .Dd value.</title>
<updated>2005-06-04T19:44:09Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2005-06-04T19:44:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ca32bcc026a0f45cc1f78132696cd0a2e13f41e'/>
<id>urn:sha1:2ca32bcc026a0f45cc1f78132696cd0a2e13f41e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate the original method of requesting notification of aio_read(2) and</title>
<updated>2005-06-04T19:16:33Z</updated>
<author>
<name>Alan Cox</name>
<email>alc@FreeBSD.org</email>
</author>
<published>2005-06-04T19:16:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bbe7bbdfee202fdcc6b18f77b59153ecefc16eed'/>
<id>urn:sha1:bbe7bbdfee202fdcc6b18f77b59153ecefc16eed</id>
<content type='text'>
aio_write(2) completion through kevent(2).  This method does not work on
64-bit architectures.  It was deprecated in FreeBSD 4.4.  See revisions
1.87 and 1.70.2.7.

Change aio_physwakeup() to call psignal(9) directly rather than indirectly
through a timeout(9).  Discussed with: bde

Correct a bug introduced in revision 1.65 that could result in premature
delivery of a signal if an lio_listio(2) consisted of a mixture of
direct/raw and queued I/O operations.  Observed by: tegge

Eliminate a field from struct kaioinfo that is now unused.

Reviewed by: tegge
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Markup, grammar, and spelling fixes.</title>
<updated>2004-06-30T20:09:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-06-30T20:09:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2'/>
<id>urn:sha1:33992dc0ed9323e5ba9d2d4a5b8dec5401a9c4e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2004-06-21T18:57:32Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>2004-06-21T18:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c6dd63b2cbad3aa8cf4353756dd41b93291898b'/>
<id>urn:sha1:3c6dd63b2cbad3aa8cf4353756dd41b93291898b</id>
<content type='text'>
</content>
</entry>
</feed>
