Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2002 00:04:36 -0800 (PST)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/devd Makefile devd-generic devd.c devd.cc devd.conf devd.conf.5 devd.h parse.y token.l
Message-ID:  <200212070804.gB784aHQ056516@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/12/07 00:04:36 PST

  Modified files:
    sbin/devd            Makefile devd-generic devd.conf 
                         devd.conf.5 devd.h parse.y token.l 
  Added files:
    sbin/devd            devd.cc 
  Removed files:
    sbin/devd            devd.c 
  Log:
  MFp4 (imp_freebsd branch): snapshot of devd work:
  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)
  
  Revision  Changes    Path
  1.3       +3 -3      src/sbin/devd/Makefile
  1.2       +0 -0      src/sbin/devd/devd-generic
  1.2       +0 -223    src/sbin/devd/devd.c (dead)
  1.1       +591 -0    src/sbin/devd/devd.cc (new)
  1.3       +42 -34    src/sbin/devd/devd.conf
  1.4       +1 -9      src/sbin/devd/devd.conf.5
  1.2       +17 -16    src/sbin/devd/devd.h
  1.2       +21 -22    src/sbin/devd/parse.y
  1.2       +26 -9     src/sbin/devd/token.l

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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