<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devfs, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-12-09T13:06:34Z</updated>
<entry>
<title>mdoc(7) police: markup nits.</title>
<updated>2002-12-09T13:06:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-09T13:06:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ba060236b9dea25355af61ab6c6678d20791bec'/>
<id>urn:sha1:7ba060236b9dea25355af61ab6c6678d20791bec</id>
<content type='text'>
Approved by:	re
</content>
</entry>
<entry>
<title>Treat the pathptrn field as a real pattern with the aid of fnmatch().</title>
<updated>2002-10-08T04:21:54Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-10-08T04:21:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5d09546b8ab23d0a31d325af7c8e7cb0a3a38fa'/>
<id>urn:sha1:e5d09546b8ab23d0a31d325af7c8e7cb0a3a38fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't depend on pollution in &lt;machine/limits.h&gt; (by way of</title>
<updated>2002-07-29T17:09:21Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-07-29T17:09:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90007bc6e79ccc582d2bb6f7114dccb067863d3e'/>
<id>urn:sha1:90007bc6e79ccc582d2bb6f7114dccb067863d3e</id>
<content type='text'>
&lt;sys/param.h&gt;) for definition of &lt;stdint.h&gt; macros.
</content>
</entry>
<entry>
<title>Nuke whitespace at EOL.</title>
<updated>2002-07-28T06:59:40Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:59:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ffb7cd974ba0f282960040079c2895fd33d9f0d'/>
<id>urn:sha1:9ffb7cd974ba0f282960040079c2895fd33d9f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>What we're actually passing around is an ioctl request, not a command,</title>
<updated>2002-07-28T06:57:13Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:57:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5159643adcc96badbbcfec53db2e69779848b75e'/>
<id>urn:sha1:5159643adcc96badbbcfec53db2e69779848b75e</id>
<content type='text'>
and it's an unsigned long, not an int.
</content>
</entry>
<entry>
<title>This compiles cleanly with WARNS=5 on i386 and alpha, so try to make</title>
<updated>2002-07-28T06:52:47Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:52:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=134cd96fec3f737df4d4a02ddbd87a8f5772e3de'/>
<id>urn:sha1:134cd96fec3f737df4d4a02ddbd87a8f5772e3de</id>
<content type='text'>
sure that doesn't change.
</content>
</entry>
<entry>
<title>Implement this (quoted from the updated man page): If the first token</title>
<updated>2002-07-28T06:45:30Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T06:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=072af1512885d3e06ba5c4d91da488ef3e4bdfa1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Use more standard section names in an attempt to unconfuse new users</title>
<updated>2002-07-28T03:58:12Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-28T03:58:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=014c2ea5cd5d69c3fc1af7baa241cbb6f22ebd1f'/>
<id>urn:sha1:014c2ea5cd5d69c3fc1af7baa241cbb6f22ebd1f</id>
<content type='text'>
(and make it easier to find stuff for the old ones).  I originally put
everything under one "RULE SUBSYSTEM" so it didn't look like devfs(8)
is dedicated to the rule subsystem, but since nobody has any idea what
else might go here, it's not worth confusing people just to save a
little time for someone that might add something rule-unrelated to
devfs(8) in a few years.

Suggested by:	sheldonh, phk
</content>
</entry>
<entry>
<title>Introduce the DEVFS "rule" subsystem.  DEVFS rules permit the</title>
<updated>2002-07-17T01:46:48Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2002-07-17T01:46:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1dc2096387101165d53fe98677d3e4e1d0557ad'/>
<id>urn:sha1: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>
</entry>
</feed>
