summaryrefslogtreecommitdiffstats
path: root/sbin/devd/token.l
Commit message (Collapse)AuthorAgeFilesLines
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+3
|
* Don't generate input() since it's not used.brucec2010-11-221-0/+1
|
* No need to be gratuitously style(9) non-compliant here, even thoughimp2008-03-211-1/+1
| | | | C++ lets me get away with it.
* Add the ability to match the on a media type of the device in question.imp2005-07-101-0/+3
| | | | | Submitted by: sam Approved by: re (scottl)
* Parse the ! lines that will soon be coming from the kernel. These areimp2003-10-241-0/+1
| | | | | | | | | | 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.
* Simplistic C comment re is wrong, use more correct oneimp2003-07-231-1/+1
|
* Latest snapshot of devd. This one adds re-matching and stringimp2002-12-181-1/+1
| | | | expansion.
* MFp4 (imp_freebsd branch): snapshot of devd work:imp2002-12-071-9/+26
| | | | | | | | | | | | 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)
* devd. A daemon that hooks into the kernel's /dev/devctl to produceimp2002-10-201-0/+89
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
OpenPOWER on IntegriCloud