Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2009 23:32:43 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200901042349.n04Nn4Tk084178@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-01-02 23:32:43 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  SVN rev 186706 on 2009-01-02 23:32:43Z by ed
  
  Don't let /dev/console be revoked if the TTY below is being closed.
  
  During startup some of the syscons TTY's are used to set attributes like
  the screensaver and mouse options. These actions cause /dev/console to
  be rendered unusable.
  
  Fix the issue by leaving the TTY opened when it is used as the console
  device.
  
  Reported by:    imp
  
  Revision  Changes    Path
  1.303     +7 -0      src/sys/kern/tty.c



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