<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/nulldev, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-10-02T20:16:37Z</updated>
<entry>
<title>Move sys/dev/nulldev to sys/dev/null to be more consistent with naming</title>
<updated>2000-10-02T20:16:37Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-10-02T20:16:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=005b841fd6eded32359abd8812797c9c312c92f4'/>
<id>urn:sha1:005b841fd6eded32359abd8812797c9c312c92f4</id>
<content type='text'>
under sys/dev.
</content>
</entry>
<entry>
<title>Small style change; make function names less likely to clash with</title>
<updated>2000-07-09T12:29:24Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-07-09T12:29:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=11197ed12c86556be024f3fd8997a3fa4406e68c'/>
<id>urn:sha1:11197ed12c86556be024f3fd8997a3fa4406e68c</id>
<content type='text'>
existing names. "null" is too common a string; use "null_".
</content>
</entry>
<entry>
<title>New machine independant /dev/null and /dev/zero driver. This device is</title>
<updated>2000-06-25T08:32:39Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2000-06-25T08:32:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f6011da8dc1d2ecd3403c8c0120c850e01fc1172'/>
<id>urn:sha1:f6011da8dc1d2ecd3403c8c0120c850e01fc1172</id>
<content type='text'>
severely stripped down compared with its predecessor, and is measurably
a _lot_ faster.

Many thanks to Jeroen van Gelderen for lots of good ideas.

There is still a problem with this; it is written as a mudule, and as
such is theoretically unloadable. However, there is no refcounting done
as I would prefer to do that a'la device_busy(9), rather than some
"home-rolled" scheme. The point is pretty moot, as /dev/null is
effectively compulsory.

Reviewed by:	dfr
</content>
</entry>
</feed>
