cvs commit: src/usr.sbin/watch watch.c

[ Available lists | Index of cvs-all | Month of Sep 2005 | Week of 24 Sep 2005 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Olivier Houchard <cognet@FreeBSD.org>
Date
24 Sep 2005 00:38:49
Subject
cvs commit: src/usr.sbin/watch watch.c
Message-ID
200509232324.j8NNOtlc030484@repoman.freebsd.org


[ Hide this part ]
cognet      2005-09-23 23:24:55 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_6)
usr.sbin/watch watch.c
Log:
MFC rev 1.32, 1.33, 1.34:
revision 1.32
date: 2005/09/18 19:24:05; author: cognet; state: Exp; lines: +8 -2
Open the tty device and pass the fd for SNPSTTY.

revision 1.33
date: 2005/09/19 13:48:45; author: ru; state: Exp; lines: +3 -3
Restore the ability to detach from a tty via SIOCSTTY and document
recent changes in a manpage.

revision 1.34
date: 2005/09/21 14:30:14; author: cognet; state: Exp; lines: +8 -8
Close the tty file descriptor once we're done with it.
Use O_NONBLOCK when opening the tty device.

Approved by: re

Revision Changes Path
1.31.8.1 +11 -5 src/usr.sbin/watch/watch.c


Elapsed time: 0.173 seconds