aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch/watch.c
Commit message (Expand)AuthorAgeFilesLines
* Use err(3).Philippe Charnier1997-10-271-22/+30
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-1/+1
* Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.Bruce Evans1997-03-191-11/+10
* 1. change tty handling from sgttyb to termios,Ollivier Robert1997-03-131-41/+53
* Remove breakage of 1.8.2.2, choose slightly better character for quit.Jordan K. Hubbard1996-12-301-3/+3
* Use RAW, not CBREAKJordan K. Hubbard1996-12-171-1/+1
* I have added a '-n' flag to the watch(8) command. This optionJordan K. Hubbard1996-12-021-8/+13
* Properly save and restore the terminal characters!Jordan K. Hubbard1996-03-011-2/+4
* Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send theseJordan K. Hubbard1995-12-161-0/+6
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-261-0/+3
* Add missing ospeed initializationAndrey A. Chernov1995-08-041-3/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* sameUgen J.S. Antsilevich1995-02-271-11/+43
* Update to use new calling conventionsPaul Traina1995-02-251-57/+15
* This is watch - programm to work with /dev/snp,Ugen J.S. Antsilevich1995-02-171-0/+404