<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/devd/devd.cc, branch release/5.5.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.5.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-23T04:09:12Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-23T04:09:12Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-23T04:09:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6'/>
<id>urn:sha1:8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6</id>
<content type='text'>
'RELENG_5_5_0_RELEASE'.

This commit was manufactured to restore the state of the 5.5-RELEASE image.
</content>
</entry>
<entry>
<title>MFC rev. 1.32: reset lineno to 1 for each devd config file.</title>
<updated>2006-05-01T19:30:43Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2006-05-01T19:30:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84c745821ccbb170c35961e1c3d8ac684f79c6de'/>
<id>urn:sha1:84c745821ccbb170c35961e1c3d8ac684f79c6de</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-09-19T14:22:57Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2005-09-19T14:22:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29824b0b9e22641f8672f455d738916e03f4a03b'/>
<id>urn:sha1:29824b0b9e22641f8672f455d738916e03f4a03b</id>
<content type='text'>
Correct a mis-merge from HEAD, and make sure the socket permissions are set
to 0666.

Reported by:	rwatson via delphij
</content>
</entry>
<entry>
<title>MFC: revs 1.23 and 1.24</title>
<updated>2005-07-18T14:13:18Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2005-07-18T14:13:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db1e62a42c9b13fa63dba9124310d1a513bb61d7'/>
<id>urn:sha1:db1e62a42c9b13fa63dba9124310d1a513bb61d7</id>
<content type='text'>
* Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used
  on socket file descriptors
* Open permissions on /var/run/devd.pipe so that any user can read devd events
  from this socket
* Enable non-blocking I/O on devd.pipe to keep clients from wedging devd.
  If a write(2) on devd.pipe would block, the client in question will be
  removed

Approved by:	imp
</content>
</entry>
<entry>
<title>MFC: Fix parsing of nomatch events.  Also, sync usage to man page.</title>
<updated>2005-04-21T17:51:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-04-21T17:51:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=87e678347b29a57abe63ed3ea2db3dcb05e156f7'/>
<id>urn:sha1:87e678347b29a57abe63ed3ea2db3dcb05e156f7</id>
<content type='text'>
This should be merged to RELENG_5_4.
</content>
</entry>
<entry>
<title>Create a unix domain socket and write to it all the events that come</title>
<updated>2004-07-01T07:24:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-07-01T07:24:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=251bedd15b2e551bb3f95fa3b3e38226d60cf0f1'/>
<id>urn:sha1:251bedd15b2e551bb3f95fa3b3e38226d60cf0f1</id>
<content type='text'>
in over the socket.
</content>
</entry>
<entry>
<title>Parse the ! lines that will soon be coming from the kernel.  These are</title>
<updated>2003-10-24T22:02:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-10-24T22:02:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=842ccec57ebc11a3a74778d86d400c2fa38a658b'/>
<id>urn:sha1:842ccec57ebc11a3a74778d86d400c2fa38a658b</id>
<content type='text'>
a generalized notification mechanism for subsystems wishing to report
events.

Revieded by: njl

# The kernel side seems like it might be causing panics for me, but should
# be forthcoming shortly.
</content>
</entry>
<entry>
<title>Remove old workaround</title>
<updated>2003-07-23T23:50:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-07-23T23:50:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f30595058e1ecadbeb4f68885549f300fa3424bf'/>
<id>urn:sha1:f30595058e1ecadbeb4f68885549f300fa3424bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop the pid file after we call the final daemon call.  w/o -n would</title>
<updated>2003-07-05T00:43:50Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-07-05T00:43:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fd6a8f23ef43ea76e0ba08bd8e78d135fa4ed331'/>
<id>urn:sha1:fd6a8f23ef43ea76e0ba08bd8e78d135fa4ed331</id>
<content type='text'>
give the wrong pid.

Submitted by: ru and Lukas Ertl
PR: 54113
</content>
</entry>
<entry>
<title>sysctlbyname takes a size_t as its 5th argument, not a pointer.</title>
<updated>2003-05-02T17:38:08Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-05-02T17:38:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79f92e259757ac1b6882aa75ee8d8df3048ea01d'/>
<id>urn:sha1:79f92e259757ac1b6882aa75ee8d8df3048ea01d</id>
<content type='text'>
However, since NULL was used, and this is C++, this error went
undetected until g++ 3.3 somehow managed to whine about it.

Reported by: obrien
</content>
</entry>
</feed>
