cvs commit: src/sbin/devd devd.cc

Warner Losh imp at FreeBSD.org
Sun Apr 20 21:00:03 PDT 2003


imp         2003/04/20 21:00:01 PDT

  FreeBSD src repository

  Modified files:
    sbin/devd            devd.cc 
  Log:
  o Skip white space between variables better.  This makes
    'a="b" c="d" at loc=1 on busN' properly set 'c' and process the rest of
    the stirng.  Before it would ignore everything after variable 'a'.
  o Parse nomatch and other events differently.  They are more different
    than the code allowed for, so we weren't properly parsing nomatch
    events.  It appears this fixes some of the demand loading issues that
    I was having with devd.
  
  Noticed by: Gary Palmer
  
  Revision  Changes    Path
  1.6       +17 -6     src/sbin/devd/devd.cc


More information about the cvs-src mailing list