summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch/watch.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288960:delphij2015-10-291-2/+2
* watch: Do not mess up the tty modes on early error.jilles2013-09-051-1/+2
* Perform even more style changes.ed2012-03-101-4/+8
* Fix whitespace.ed2012-03-101-35/+29
* Convert the snp(4) driver to use cdevpriv.ed2008-08-151-16/+7
* Allow watch(8) to use more than 10 snp* devices. This limitation was purelyrink2008-01-301-6/+5
* Close the tty file descriptor once we're done with it.cognet2005-09-211-8/+8
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-3/+3
* Open the tty device and pass the fd for SNPSTTY.cognet2005-09-181-2/+8
* By default, the watch utility will attempt to open /dev/snp0, ifcsjp2004-08-101-3/+7
* Remove constant which makes the assumption that the length ofcsjp2004-05-291-2/+3
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-2/+2
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* The FIONREAD sysctl operates on an int *, not a size_t *.tmm2002-11-111-9/+8
* Add break's to case blocks.mikeh2002-08-101-0/+2
* de __Pimp2002-06-121-39/+30
* #include <time.h> for the definition of time functions instead ofbde2002-02-251-0/+1
* Add an -f option which allows one to specify a snp device to use.dd2001-11-241-7/+15
* o When "-n" is used with watch, it disables the use of <control-X> torwatson2001-11-071-5/+5
* Automatically load the "snp" module if it isn't already present.dd2001-09-091-0/+6
* Add prototypes, staticize, constify, don't shadow global variables anddd2001-07-151-54/+59
* 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