<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/devfs/devfs.c, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-03-21T01:30:13Z</updated>
<entry>
<title>Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.</title>
<updated>2010-03-21T01:30:13Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2010-03-21T01:30:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9c4d1c1956ecb0a222fb2f4579c320391fb67f06'/>
<id>urn:sha1:9c4d1c1956ecb0a222fb2f4579c320391fb67f06</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.3-RELEASE image.
</content>
</entry>
<entry>
<title>o Revert a previous delta as strlcpy(3) operates with NUL-terminated</title>
<updated>2006-06-14T15:09:52Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2006-06-14T15:09:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c11d5762c2a2df11d47e17fcd688d8fb3722bde8'/>
<id>urn:sha1:c11d5762c2a2df11d47e17fcd688d8fb3722bde8</id>
<content type='text'>
strings and cp is not.  Fix logic in the original code and eliminate
core dumps on lines without '\n'.
</content>
</entry>
<entry>
<title>o Replace (an incorrect) string copy gymnastics with strlcpy(3).</title>
<updated>2006-06-14T11:45:01Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2006-06-14T11:45:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fee8a46e777e8ae249540183819a17ab1fea6a74'/>
<id>urn:sha1:fee8a46e777e8ae249540183819a17ab1fea6a74</id>
<content type='text'>
PR:		bin/98905
Submitted by:	Fabian Keil
MFC after:	1 week
</content>
</entry>
<entry>
<title>Userland signed char fixes for PPC build. Problems were using a char</title>
<updated>2004-01-22T07:23:36Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-01-22T07:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cfe0423e65c346d83d1f90d5e3fd6b1cb2e310c'/>
<id>urn:sha1: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>
</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-test2/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-test2/commit/?id=9ffb7cd974ba0f282960040079c2895fd33d9f0d'/>
<id>urn:sha1:9ffb7cd974ba0f282960040079c2895fd33d9f0d</id>
<content type='text'>
</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-test2/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>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-test2/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>
