aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch/watch.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() when the string is expected to be nul-terminated.Xin LI2015-10-061-2/+2
* watch: Do not mess up the tty modes on early error.Jilles Tjoelker2013-09-051-1/+2
* Perform even more style changes.Ed Schouten2012-03-101-4/+8
* Fix whitespace.Ed Schouten2012-03-101-35/+29
* Convert the snp(4) driver to use cdevpriv.Ed Schouten2008-08-151-16/+7
* Allow watch(8) to use more than 10 snp* devices. This limitation was purelyRink Springer2008-01-301-6/+5
* Close the tty file descriptor once we're done with it.Olivier Houchard2005-09-211-8/+8
* Restore the ability to detach from a tty via SIOCSTTY and documentRuslan Ermilov2005-09-191-3/+3
* Open the tty device and pass the fd for SNPSTTY.Olivier Houchard2005-09-181-2/+8
* By default, the watch utility will attempt to open /dev/snp0, ifChristian S.J. Peron2004-08-101-3/+7
* Remove constant which makes the assumption that the length ofChristian S.J. Peron2004-05-291-2/+3
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-2/+2
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* The FIONREAD sysctl operates on an int *, not a size_t *.Thomas Moestl2002-11-111-9/+8
* Add break's to case blocks.Mike Heffner2002-08-101-0/+2
* de __PWarner Losh2002-06-121-39/+30
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-0/+1
* Add an -f option which allows one to specify a snp device to use.Dima Dorfman2001-11-241-7/+15
* o When "-n" is used with watch, it disables the use of <control-X> toRobert Watson2001-11-071-5/+5
* Automatically load the "snp" module if it isn't already present.Dima Dorfman2001-09-091-0/+6
* Add prototypes, staticize, constify, don't shadow global variables andDima Dorfman2001-07-151-54/+59
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-4/+5
* Add missing .El.Philippe Charnier2000-01-231-1/+1
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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