Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2008 02:29:02 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tip/tip cmds.c tip.c tip.h uucplock.c
Message-ID:  <200805030229.m432T2BX031863@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2008-05-03 02:29:02 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tip/tip      cmds.c tip.c tip.h uucplock.c 
  Log:
  Relinquish exclusive TTY access when tip(1) or cu(1) exit.
  Previously they would have left TIOCEXCL enabled, requiring
  either a reboot or use of tip/cu as the root user.
  
  Observed when running QEMU with character devices redirected to pty instances.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.19      +1 -0      src/usr.bin/tip/tip/cmds.c
  1.19      +9 -0      src/usr.bin/tip/tip/tip.c
  1.12      +1 -0      src/usr.bin/tip/tip/tip.h
  1.9       +1 -0      src/usr.bin/tip/tip/uucplock.c



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