| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strlcpy() when the string is expected to be nul-terminated. | Xin LI | 2015-10-06 | 1 | -2/+2 |
* | watch: Do not mess up the tty modes on early error. | Jilles Tjoelker | 2013-09-05 | 1 | -1/+2 |
* | Perform even more style changes. | Ed Schouten | 2012-03-10 | 1 | -4/+8 |
* | Fix whitespace. | Ed Schouten | 2012-03-10 | 1 | -35/+29 |
* | Convert the snp(4) driver to use cdevpriv. | Ed Schouten | 2008-08-15 | 1 | -16/+7 |
* | Allow watch(8) to use more than 10 snp* devices. This limitation was purely | Rink Springer | 2008-01-30 | 1 | -6/+5 |
* | Close the tty file descriptor once we're done with it. | Olivier Houchard | 2005-09-21 | 1 | -8/+8 |
* | Restore the ability to detach from a tty via SIOCSTTY and document | Ruslan Ermilov | 2005-09-19 | 1 | -3/+3 |
* | Open the tty device and pass the fd for SNPSTTY. | Olivier Houchard | 2005-09-18 | 1 | -2/+8 |
* | By default, the watch utility will attempt to open /dev/snp0, if | Christian S.J. Peron | 2004-08-10 | 1 | -3/+7 |
* | Remove constant which makes the assumption that the length of | Christian S.J. Peron | 2004-05-29 | 1 | -2/+3 |
* | Userland signed char fixes for PPC build. Problems were using a char | Peter Grehan | 2004-01-22 | 1 | -2/+2 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | David E. O'Brien | 2003-05-03 | 1 | -4/+2 |
* | The FIONREAD sysctl operates on an int *, not a size_t *. | Thomas Moestl | 2002-11-11 | 1 | -9/+8 |
* | Add break's to case blocks. | Mike Heffner | 2002-08-10 | 1 | -0/+2 |
* | de __P | Warner Losh | 2002-06-12 | 1 | -39/+30 |
* | #include <time.h> for the definition of time functions instead of | Bruce Evans | 2002-02-25 | 1 | -0/+1 |
* | Add an -f option which allows one to specify a snp device to use. | Dima Dorfman | 2001-11-24 | 1 | -7/+15 |
* | o When "-n" is used with watch, it disables the use of <control-X> to | Robert Watson | 2001-11-07 | 1 | -5/+5 |
* | Automatically load the "snp" module if it isn't already present. | Dima Dorfman | 2001-09-09 | 1 | -0/+6 |
* | Add prototypes, staticize, constify, don't shadow global variables and | Dima Dorfman | 2001-07-15 | 1 | -54/+59 |
* | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 1 | -4/+5 |
* | Add missing .El. | Philippe Charnier | 2000-01-23 | 1 | -1/+1 |
* | Fix warning: return type of `main' is not `int' | Peter Wemm | 1999-09-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Use err(3). | Philippe Charnier | 1997-10-27 | 1 | -22/+30 |
* | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 1 | -1/+1 |
* | Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess. | Bruce Evans | 1997-03-19 | 1 | -11/+10 |
* | 1. change tty handling from sgttyb to termios, | Ollivier Robert | 1997-03-13 | 1 | -41/+53 |
* | Remove breakage of 1.8.2.2, choose slightly better character for quit. | Jordan K. Hubbard | 1996-12-30 | 1 | -3/+3 |
* | Use RAW, not CBREAK | Jordan K. Hubbard | 1996-12-17 | 1 | -1/+1 |
* | I have added a '-n' flag to the watch(8) command. This option | Jordan K. Hubbard | 1996-12-02 | 1 | -8/+13 |
* | Properly save and restore the terminal characters! | Jordan K. Hubbard | 1996-03-01 | 1 | -2/+4 |
* | Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these | Jordan K. Hubbard | 1995-12-16 | 1 | -0/+6 |
* | Add setlocale LC_TIME | Andrey A. Chernov | 1995-10-26 | 1 | -0/+3 |
* | Add missing ospeed initialization | Andrey A. Chernov | 1995-08-04 | 1 | -3/+4 |
* | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -1/+1 |
* | same | Ugen J.S. Antsilevich | 1995-02-27 | 1 | -11/+43 |
* | Update to use new calling conventions | Paul Traina | 1995-02-25 | 1 | -57/+15 |
* | This is watch - programm to work with /dev/snp, | Ugen J.S. Antsilevich | 1995-02-17 | 1 | -0/+404 |