<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devd/parse.y, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Add the ability to match the on a media type of the device in question.</title>
<updated>2005-07-10T03:37:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-07-10T03:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd70782b395b8d66016229327fe620cf6d3ed794'/>
<id>urn:sha1:cd70782b395b8d66016229327fe620cf6d3ed794</id>
<content type='text'>
Submitted by: sam
Approved by: re (scottl)
</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/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>Allow zero or more actions in an action list, rather than requiring</title>
<updated>2003-05-15T02:23:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-05-15T02:23:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=18e8d6d786d52500dee7263f13af40595040c4a4'/>
<id>urn:sha1:18e8d6d786d52500dee7263f13af40595040c4a4</id>
<content type='text'>
one or more actions in the list.  This makes constructs like:

attach 10 {
//	echo "Driver $device_name attached"
};

to be accepted by the parser.  It will be treated as if the user had
entered:

// attach 10 {
//	echo "Driver $device_name attached"
// };

(eg totally ignored).

Approved by: re@ (rwatson)
</content>
</entry>
<entry>
<title>MFp4 (imp_freebsd branch): snapshot of devd work:</title>
<updated>2002-12-07T08:04:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-12-07T08:04:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3054f218eb8a087b186b48eeda1af43fd7c59b0d'/>
<id>urn:sha1:3054f218eb8a087b186b48eeda1af43fd7c59b0d</id>
<content type='text'>
o improve parsing and lexing
o create data structures based on the parsed file now.
o Still need to rewrite main loop and add regex (still uses hard coded
  devd-generic)
o minor man page updates.

# There should be one more commit before rc2

Approved by: re (blanket)
</content>
</entry>
<entry>
<title>devd.  A daemon that hooks into the kernel's /dev/devctl to produce</title>
<updated>2002-10-20T22:15:17Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-10-20T22:15:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e530e0446bc7693ef10d27234bbbb21dbd0913aa'/>
<id>urn:sha1:e530e0446bc7693ef10d27234bbbb21dbd0913aa</id>
<content type='text'>
arbitrary commands when devices come and go in the device tree (which is
different than the /dev directory).

This is an initial version.  Much of the planned power isn't here.
Instead of doing the full matching, we always run /etc/devd-generic.
/etc/devd.generic will go away at some point, I think.

I'm committing it in this early state so I can start getting feedback
from early adapters.

Approved by: re
</content>
</entry>
</feed>
