<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/share/examples/kld/cdev/module/cdevmod.c, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: According to module(9), when command is unrecognized, the module should</title>
<updated>2004-09-28T18:27:28Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-09-28T18:27:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87cbbb528b71529529a5ebda3060c80efc8afc76'/>
<id>urn:sha1:87cbbb528b71529529a5ebda3060c80efc8afc76</id>
<content type='text'>
     return EOPNOTSUPP.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Update for struct cdevsw and dev_t -&gt; struct cdev * changes, plus one</title>
<updated>2004-07-16T06:55:34Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T06:55:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5db700e0f50ee52ed41bd1d271c96f6709072adf'/>
<id>urn:sha1:5db700e0f50ee52ed41bd1d271c96f6709072adf</id>
<content type='text'>
64-bit portability fix.
</content>
</entry>
<entry>
<title>Fix the cdev kld example.</title>
<updated>2003-08-03T10:39:29Z</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-08-03T10:39:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fffc6e58d90fb163e7fc5c404411e02660e28c84'/>
<id>urn:sha1:fffc6e58d90fb163e7fc5c404411e02660e28c84</id>
<content type='text'>
PR:		52954
Submitted by:	Priit Piipuu &lt;priit.piipuu@mail.ee&gt;
Reviewed by:	phk
</content>
</entry>
<entry>
<title>Fix cdev kld example after it has been broken for year or so. Also extend list</title>
<updated>2000-10-02T14:14:07Z</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2000-10-02T14:14:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7320fd3a3003e601d784b9b0c3780ae5875bc45a'/>
<id>urn:sha1:7320fd3a3003e601d784b9b0c3780ae5875bc45a</id>
<content type='text'>
of supported operations by example read() and write() operations.

Inspired by:    http://www.daemonnews.org/200010/blueprints.html
PR:             16173
Submitted by:   sobomax
</content>
</entry>
<entry>
<title>* Tidy up a few things and fix some more warnings.</title>
<updated>1999-06-27T12:44:44Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-06-27T12:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0f2a20dfd7d063b414a4280bf57edb29b5d772d8'/>
<id>urn:sha1:0f2a20dfd7d063b414a4280bf57edb29b5d772d8</id>
<content type='text'>
* Change the devsw declaration to standard form and add missing fields
* Change the filename from cdev_mod.ko to cdev.ko
</content>
</entry>
<entry>
<title>Make this sample build again.</title>
<updated>1999-06-25T07:50:26Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1999-06-25T07:50:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e523e96f26ae07bce49c4355ad522b81ff88e045'/>
<id>urn:sha1:e523e96f26ae07bce49c4355ad522b81ff88e045</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sample modules for KLD.</title>
<updated>1998-12-11T10:44:31Z</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1998-12-11T10:44:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=abbcaa0a10e15be22197bb40de00a9bf0d7e53c6'/>
<id>urn:sha1:abbcaa0a10e15be22197bb40de00a9bf0d7e53c6</id>
<content type='text'>
PR: misc/8621
Submitted by: Rajesh Vaidheeswarran &lt;rv@fore.com&gt;
</content>
</entry>
</feed>
