aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devd.hh
Commit message (Collapse)AuthorAgeFilesLines
* Parse the ! lines that will soon be coming from the kernel. These areWarner Losh2003-10-241-0/+2
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=121487
* Create a new C++ header file called devd.hh which has all the classWarner Losh2003-04-261-0/+163
definitions in it. Begin to document the classes that we use, and how they interrelate (using comments that I can use with doxygen to automatically generate docs with). Notes: svn path=/head/; revision=114086