cvs commit: src/sbin/devd devd.cc devd.h devd.hh parse.y token.l
Warner Losh
imp at FreeBSD.org
Fri Oct 24 15:02:30 PDT 2003
imp 2003/10/24 15:02:29 PDT
FreeBSD src repository
Modified files:
sbin/devd devd.cc devd.h devd.hh parse.y token.l
Log:
Parse the ! lines that will soon be coming from the kernel. These are
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.
Revision Changes Path
1.17 +36 -9 src/sbin/devd/devd.cc
1.4 +1 -0 src/sbin/devd/devd.h
1.2 +2 -0 src/sbin/devd/devd.hh
1.4 +8 -1 src/sbin/devd/parse.y
1.5 +1 -0 src/sbin/devd/token.l
More information about the cvs-src
mailing list