Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 19:37:21 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200808271945.m7RJjs1c039252@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2008-08-27 19:37:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  SVN rev 182296 on 2008-08-27 19:37:21Z by ed
  
  Properly unlock the init/lock-state devices when invoking TIOCSETA.
  
  For some reason a return-statement crept into this code, where it
  shouldn't belong. This means we didn't properly unlock the TTY before
  returning to userspace.
  
  Submitted by:   Tor Egge <tor egge cvsup no freebsd org>
  
  Revision  Changes    Path
  1.285     +0 -1      src/sys/kern/tty.c



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