Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 21:37:25 +0000 (UTC)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_kdb.c
Message-ID:  <201106142137.p5ELbYBd056880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       2011-06-14 21:37:25 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kdb.c 
  Log:
  SVN rev 223099 on 2011-06-14 21:37:25Z by gibbs
  
  sys/kern/subr_kdb.c:
          Modify the "alternate break sequence" detecting state
          machine so that only a contiguous invocation of the
          break sequence is accepted.  The old implementation
          did not reset the state machine when detecting an
          unexpected character.
  
          While here, use an enum for the states of the machine
          instead of magic numbers.bmitted by:
  
  Sponsored by:   Spectra Logic Corporation
  
  Revision  Changes    Path
  1.36      +23 -8     src/sys/kern/subr_kdb.c



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