Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2003 21:00:01 -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
Message-ID:  <200304210400.h3L402Bl043921@repoman.freebsd.org>

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



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