cvs commit: src/usr.bin/tip/tip cmds.c tip.c tip.h uucplock.c
Bruce M Simpson
bms at FreeBSD.org
Sat May 3 02:29:03 UTC 2008
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
More information about the cvs-src
mailing list