Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2010 16:35:42 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <201009191635.o8JGZo4p013608@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-09-19 16:35:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  SVN rev 212867 on 2010-09-19 16:35:42Z by ed
  
  Just make callout devices and /dev/console force CLOCAL on open().
  
  Instead of adding custom checks to wait for DCD on open(), just modify
  the termios structure to set CLOCAL. This means SIGHUP is no longer
  generated when losing DCD as well.
  
  Reviewed by:    kib@
  MFC after:      1 week
  
  Revision  Changes    Path
  1.340     +7 -6      src/sys/kern/tty.c



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