<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/rc, 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>Consistently use the BSD u_int and u_short instead of the SYSV uint and</title>
<updated>2003-08-07T15:04:27Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-08-07T15:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b149b513139803ca0fce264d653c45dfbc557d2'/>
<id>urn:sha1:8b149b513139803ca0fce264d653c45dfbc557d2</id>
<content type='text'>
ushort.  In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.

Requested by:	bde (kern_ktrace.c)
</content>
</entry>
<entry>
<title>Make TTYHOG tunable.</title>
<updated>2003-03-05T08:16:29Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2003-03-05T08:16:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c62b3ee7cc69b05ae6438e62944d5174fef24eb'/>
<id>urn:sha1:9c62b3ee7cc69b05ae6438e62944d5174fef24eb</id>
<content type='text'>
Reviewed by:	mike (mentor)
</content>
</entry>
<entry>
<title>Make nokqfilter() return the correct return value.</title>
<updated>2003-03-03T16:24:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-03T16:24:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=182a9f7455d4eb8aaacca87f0c9384376653d0fb'/>
<id>urn:sha1:182a9f7455d4eb8aaacca87f0c9384376653d0fb</id>
<content type='text'>
Ditch the D_KQFILTER flag which was used to prevent calling NULL pointers.
</content>
</entry>
<entry>
<title>Gigacommit to improve device-driver source compatibility between</title>
<updated>2003-03-03T12:15:54Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-03T12:15:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ac40f5f59dea6e9ab4869e974bdd4026274e921'/>
<id>urn:sha1:7ac40f5f59dea6e9ab4869e974bdd4026274e921</id>
<content type='text'>
branches:

Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.

This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.

Approved by:    re(scottl)
</content>
</entry>
<entry>
<title>More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).</title>
<updated>2003-03-02T16:54:40Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-03-02T16:54:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=521f364b804158f257fdd8ad7cbf368a0efe5a44'/>
<id>urn:sha1:521f364b804158f257fdd8ad7cbf368a0efe5a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move an optimization check so that it breaks out of the correct loop.</title>
<updated>2003-02-26T19:21:56Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-02-26T19:21:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=844933a831c86b4820ad82d6d244c07ca7b534e8'/>
<id>urn:sha1:844933a831c86b4820ad82d6d244c07ca7b534e8</id>
<content type='text'>
Basically, as soon as we have run out of events to handle in the swi,
we stop looping through all the channels in a for loop.
</content>
</entry>
<entry>
<title>Remove #include &lt;sys/dkstat.h&gt;</title>
<updated>2003-02-16T14:13:23Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-02-16T14:13:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f341ca9891fd100cadeec3738b31fe62cdececd1'/>
<id>urn:sha1:f341ca9891fd100cadeec3738b31fe62cdececd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use critical_enter/exit instead of disable/enable_intr to make this</title>
<updated>2002-11-08T18:32:57Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-08T18:32:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=108a50d2322a26ae1816f9c9513f5e9d1c9519b5'/>
<id>urn:sha1:108a50d2322a26ae1816f9c9513f5e9d1c9519b5</id>
<content type='text'>
driver more portable.
</content>
</entry>
<entry>
<title>Cast si_drv2 to intptr_t instead of int to quiet warnings.</title>
<updated>2002-10-25T20:49:24Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-10-25T20:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fbc974095567f559ba78ec873b3e69c8b67f1da7'/>
<id>urn:sha1:fbc974095567f559ba78ec873b3e69c8b67f1da7</id>
<content type='text'>
Tested on:	alpha
Reported by:	marcel (on an ia64)
</content>
</entry>
</feed>
