<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/examples/kld/cdev/module/cdevmod.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>According to module(9), when command is unrecognized, the module should</title>
<updated>2004-08-30T09:49:59+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-08-30T09:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74bf4e164ba5851606a27d4feff27717452583e5'/>
<id>74bf4e164ba5851606a27d4feff27717452583e5</id>
<content type='text'>
return EOPNOTSUPP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return EOPNOTSUPP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update for struct cdevsw and dev_t -&gt; struct cdev * changes, plus one</title>
<updated>2004-07-16T06:55:34+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-16T06:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5db700e0f50ee52ed41bd1d271c96f6709072adf'/>
<id>5db700e0f50ee52ed41bd1d271c96f6709072adf</id>
<content type='text'>
64-bit portability fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
64-bit portability fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the cdev kld example.</title>
<updated>2003-08-03T10:39:29+00:00</updated>
<author>
<name>Martin Blapp</name>
<email>mbr@FreeBSD.org</email>
</author>
<published>2003-08-03T10:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fffc6e58d90fb163e7fc5c404411e02660e28c84'/>
<id>fffc6e58d90fb163e7fc5c404411e02660e28c84</id>
<content type='text'>
PR:		52954
Submitted by:	Priit Piipuu &lt;priit.piipuu@mail.ee&gt;
Reviewed by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		52954
Submitted by:	Priit Piipuu &lt;priit.piipuu@mail.ee&gt;
Reviewed by:	phk
</pre>
</div>
</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:07+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2000-10-02T14:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7320fd3a3003e601d784b9b0c3780ae5875bc45a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of supported operations by example read() and write() operations.

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