<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devfs/rule.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>Remove filtering on major device number.  These are assigned randomly</title>
<updated>2005-02-27T17:22:36+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-02-27T17:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1964f79ab3dafac3d8fc2d6ac56fcc0f84f24236'/>
<id>1964f79ab3dafac3d8fc2d6ac56fcc0f84f24236</id>
<content type='text'>
these days so filtering on them makes no sense other than as a foot-shooting
device.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these days so filtering on them makes no sense other than as a foot-shooting
device.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse file mode with setmode(3) for consistency with other programs</title>
<updated>2004-11-06T11:03:59+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2004-11-06T11:03:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1cf7cec3a37ff7133d62115367a96a9c18e7eed3'/>
<id>1cf7cec3a37ff7133d62115367a96a9c18e7eed3</id>
<content type='text'>
that do this kind of thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that do this kind of thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Userland signed char fixes for PPC build. Problems were using a char</title>
<updated>2004-01-22T07:23:36+00:00</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-22T07:23:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c'/>
<id>5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c</id>
<content type='text'>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from &lt;sys/user.h&gt;

Submitted by: Stefan Farfeleder &lt;stefan@fafoe.narf.at&gt;
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
</pre>
</div>
</content>
</entry>
<entry>
<title>Nuke whitespace at EOL.</title>
<updated>2002-07-28T06:59:40+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ffb7cd974ba0f282960040079c2895fd33d9f0d'/>
<id>9ffb7cd974ba0f282960040079c2895fd33d9f0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>What we're actually passing around is an ioctl request, not a command,</title>
<updated>2002-07-28T06:57:13+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5159643adcc96badbbcfec53db2e69779848b75e'/>
<id>5159643adcc96badbbcfec53db2e69779848b75e</id>
<content type='text'>
and it's an unsigned long, not an int.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and it's an unsigned long, not an int.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement this (quoted from the updated man page): If the first token</title>
<updated>2002-07-28T06:45:30+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=072af1512885d3e06ba5c4d91da488ef3e4bdfa1'/>
<id>072af1512885d3e06ba5c4d91da488ef3e4bdfa1</id>
<content type='text'>
of a rule specification is a single dash (``-''), rules are read from
the standard input and the rest of the specification is ignored.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of a rule specification is a single dash (``-''), rules are read from
the standard input and the rest of the specification is ignored.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce the DEVFS "rule" subsystem.  DEVFS rules permit the</title>
<updated>2002-07-17T01:46:48+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-17T01:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a1dc2096387101165d53fe98677d3e4e1d0557ad'/>
<id>a1dc2096387101165d53fe98677d3e4e1d0557ad</id>
<content type='text'>
administrator to define certain properties of new devfs nodes before
they become visible to the userland.  Both static (e.g., /dev/speaker)
and dynamic (e.g., /dev/bpf*, some removable devices) nodes are
supported.  Each DEVFS mount may have a different ruleset assigned to
it, permitting different policies to be implemented for things like
jails.

Approved by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
administrator to define certain properties of new devfs nodes before
they become visible to the userland.  Both static (e.g., /dev/speaker)
and dynamic (e.g., /dev/bpf*, some removable devices) nodes are
supported.  Each DEVFS mount may have a different ruleset assigned to
it, permitting different policies to be implemented for things like
jails.

Approved by:	phk
</pre>
</div>
</content>
</entry>
</feed>
