Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 15:02:29 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/devd devd.cc devd.h devd.hh parse.y token.l
Message-ID:  <200310242202.h9OM2TWs026868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310242202.h9OM2TWs026868>