summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3).charnier1997-10-271-22/+30
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.bde1997-03-191-11/+10
|
* 1. change tty handling from sgttyb to termios,roberto1997-03-131-41/+53
| | | | | | | | | 2. fix a potential buffer oflow, 3. makes watch(8) conform to sysexits(3). Not a strong 2.2 candidate even if it would be nice. Reviewed by: joerg, imp
* Remove breakage of 1.8.2.2, choose slightly better character for quit.jkh1996-12-301-3/+3
|
* Use RAW, not CBREAKjkh1996-12-171-1/+1
|
* I have added a '-n' flag to the watch(8) command. This optionjkh1996-12-021-8/+13
| | | | | | | | | | | disables the ability to interactively select a new tty. I have also removed a check for uid == 0 because it gets in the way of using suid mode based access control. Watch (8)is only runnable by root, so this does not really change things much. Closes PR#2131 Submitted-By: adrian@virginia.edu
* Properly save and restore the terminal characters!jkh1996-03-011-2/+4
|
* Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send thesejkh1995-12-161-0/+6
| | | | | | guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White <philw@megasoft.tic.ab.ca>
* Add setlocale LC_TIMEache1995-10-261-0/+3
|
* Add missing ospeed initializationache1995-08-041-3/+4
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* sameugen1995-02-271-11/+43
|
* Update to use new calling conventionspst1995-02-251-57/+15
|
* This is watch - programm to work with /dev/snp,ugen1995-02-171-0/+404
it still lacks manpage-i will commit it today later. For now to test try: watch [ttyname] :)
OpenPOWER on IntegriCloud