<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/null/null.c, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Shorten the code by removing one "do-nothing" function, replacing it</title>
<updated>2003-11-01T09:31:54Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-11-01T09:31:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e0a104f9171fa5286b62f12a0b3932d29bc29fc'/>
<id>urn:sha1:4e0a104f9171fa5286b62f12a0b3932d29bc29fc</id>
<content type='text'>
with nullop(), which is in kern_conf.c.
</content>
</entry>
<entry>
<title>Mark as __unused some arguments that are, erm, unused.</title>
<updated>2003-10-18T09:16:01Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-10-18T09:16:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8f559ca08e7cd310388a710ab9f09c669e00ebab'/>
<id>urn:sha1:8f559ca08e7cd310388a710ab9f09c669e00ebab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return ENOIOCTL for unknown ioctls, don't use noioctl to return ENODEV.</title>
<updated>2003-09-27T12:27:23Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-09-27T12:27:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=36449dc48e7ac475f08bd4ff0dbcf512dbfaf0f9'/>
<id>urn:sha1:36449dc48e7ac475f08bd4ff0dbcf512dbfaf0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The present defaults for the open and close for device drivers which</title>
<updated>2003-09-27T12:01:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-09-27T12:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70cd7713375b9351501f68831aea1c52a7b9be47'/>
<id>urn:sha1:70cd7713375b9351501f68831aea1c52a7b9be47</id>
<content type='text'>
provide no methods does not make any sense, and is not used by any
driver.

It is a pretty hard to come up with even a theoretical concept of
a device driver which would always fail open and close with ENODEV.

Change the defaults to be nullopen() and nullclose() which simply
does nothing.

Remove explicit initializations to these from the drivers which
already used them.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-08-24T17:55:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-08-24T17:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1'/>
<id>urn:sha1:aad970f1fee9a2a3e5a0f880be9b87c6193b3bd1</id>
<content type='text'>
Also some minor style cleanups.
</content>
</entry>
<entry>
<title>/dev/null and /dev/zero does not need Giant</title>
<updated>2003-06-24T19:50:48Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-06-24T19:50:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=85cefd1dc0354e0814057e823ea8d81b56f5d59e'/>
<id>urn:sha1:85cefd1dc0354e0814057e823ea8d81b56f5d59e</id>
<content type='text'>
</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>Don't use evil casts in cdevsw initialization.</title>
<updated>2003-03-02T19:17:51Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-03-02T19:17:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a36ef7f365ef6d68907afbe54f5dc728259492ac'/>
<id>urn:sha1:a36ef7f365ef6d68907afbe54f5dc728259492ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Warns and lint fix. Nearly all trivial stuff.</title>
<updated>2003-02-27T18:07:11Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-02-27T18:07:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ef8b020c73f1b64a89302d1f8fd2e3443449f28a'/>
<id>urn:sha1:ef8b020c73f1b64a89302d1f8fd2e3443449f28a</id>
<content type='text'>
</content>
</entry>
</feed>
