aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* By default, the watch utility will attempt to open /dev/snp0, ifChristian S.J. Peron2004-08-101-3/+7
* Eliminated double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* 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
* style.Makefile(5)David E. O'Brien2003-04-041-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* 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
* The .Nm utilityPhilippe Charnier2002-07-141-6/+9
* de __PWarner Losh2002-06-121-39/+30
* #include <time.h> for the definition of time functions instead ofBruce Evans2002-02-251-0/+1
* Talk about what the user needs to do to get the snp devices, and howDima Dorfman2001-11-241-2/+12
* Change 'superuser' to 'user' which was forgotten in the previousDima Dorfman2001-11-241-2/+1
* Remove the sentence about only root being able to run watch(8). ItDima Dorfman2001-11-241-14/+10
* Add an -f option which allows one to specify a snp device to use.Dima Dorfman2001-11-242-8/+30
* o When "-n" is used with watch, it disables the use of <control-X> toRobert Watson2001-11-072-6/+8
* Automatically load the "snp" module if it isn't already present.Dima Dorfman2001-09-091-0/+6
* Back out WARNS commenting - local faultAndrey A. Chernov2001-07-231-1/+1
* Unbreak world - comment out WARNS=2 - deadly warning on tgetstrAndrey A. Chernov2001-07-231-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+5
* Add prototypes, staticize, constify, don't shadow global variables andDima Dorfman2001-07-152-54/+60
* Replace an instance of the "watch" word with the ".Nm" macro: it is used toJimmy Olgeni2001-05-041-1/+3
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* o Strip BINMODE from Makefile. Installing watch with 0500 provides noRobert Watson2001-03-221-1/+0
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-4/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Add missing .El.Philippe Charnier2000-01-232-2/+5
* ``tty'' is not required parameterAlexey Zelkin1999-10-301-1/+1
* Fix warning: return type of `main' is not `int'Peter Wemm1999-09-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
* Use err(3).Philippe Charnier1997-10-272-30/+38
* 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
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove breakage of 1.8.2.2, choose slightly better character for quit.Jordan K. Hubbard1996-12-302-4/+4
* Use RAW, not CBREAKJordan K. Hubbard1996-12-171-1/+1
* Fix a typo in the man page (the "-n" flag was added to the synopsis inBill Fenner1996-12-021-1/+1
* I have added a '-n' flag to the watch(8) command. This optionJordan K. Hubbard1996-12-022-9/+20