summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.c
Commit message (Expand)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.obrien2000-12-091-4/+5
* Add missing .El.charnier2000-01-231-1/+1
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
* $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
* 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud