From owner-cvs-src@FreeBSD.ORG Fri Oct 24 15:02:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D5B716A4B3; Fri, 24 Oct 2003 15:02:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AA843F93; Fri, 24 Oct 2003 15:02:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9OM2TXJ026869; Fri, 24 Oct 2003 15:02:29 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9OM2TWs026868; Fri, 24 Oct 2003 15:02:29 -0700 (PDT) (envelope-from imp) Message-Id: <200310242202.h9OM2TWs026868@repoman.freebsd.org> From: Warner Losh Date: Fri, 24 Oct 2003 15:02:29 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc devd.h devd.hh parse.y token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 22:02:30 -0000 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