| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the snp(4) driver to use cdevpriv. | ed | 2008-08-15 | 1 | -16/+7 |
* | Allow watch(8) to use more than 10 snp* devices. This limitation was purely | rink | 2008-01-30 | 1 | -6/+5 |
* | Close the tty file descriptor once we're done with it. | cognet | 2005-09-21 | 1 | -8/+8 |
* | Restore the ability to detach from a tty via SIOCSTTY and document | ru | 2005-09-19 | 1 | -3/+3 |
* | Open the tty device and pass the fd for SNPSTTY. | cognet | 2005-09-18 | 1 | -2/+8 |
* | By default, the watch utility will attempt to open /dev/snp0, if | csjp | 2004-08-10 | 1 | -3/+7 |
* | Remove constant which makes the assumption that the length of | csjp | 2004-05-29 | 1 | -2/+3 |
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -2/+2 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 1 | -4/+2 |
* | The FIONREAD sysctl operates on an int *, not a size_t *. | tmm | 2002-11-11 | 1 | -9/+8 |
* | Add break's to case blocks. | mikeh | 2002-08-10 | 1 | -0/+2 |
* | de __P | imp | 2002-06-12 | 1 | -39/+30 |
* | #include <time.h> for the definition of time functions instead of | bde | 2002-02-25 | 1 | -0/+1 |
* | Add an -f option which allows one to specify a snp device to use. | dd | 2001-11-24 | 1 | -7/+15 |
* | o When "-n" is used with watch, it disables the use of <control-X> to | rwatson | 2001-11-07 | 1 | -5/+5 |
* | Automatically load the "snp" module if it isn't already present. | dd | 2001-09-09 | 1 | -0/+6 |
* | Add prototypes, staticize, constify, don't shadow global variables and | dd | 2001-07-15 | 1 | -54/+59 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -4/+5 |
* | Add missing .El. | charnier | 2000-01-23 | 1 | -1/+1 |
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use err(3). | charnier | 1997-10-27 | 1 | -22/+30 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -1/+1 |
* | Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess. | bde | 1997-03-19 | 1 | -11/+10 |
* | 1. change tty handling from sgttyb to termios, | roberto | 1997-03-13 | 1 | -41/+53 |
* | Remove breakage of 1.8.2.2, choose slightly better character for quit. | jkh | 1996-12-30 | 1 | -3/+3 |
* | Use RAW, not CBREAK | jkh | 1996-12-17 | 1 | -1/+1 |
* | I have added a '-n' flag to the watch(8) command. This option | jkh | 1996-12-02 | 1 | -8/+13 |
* | Properly save and restore the terminal characters! | jkh | 1996-03-01 | 1 | -2/+4 |
* | Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these | jkh | 1995-12-16 | 1 | -0/+6 |
* | Add setlocale LC_TIME | ache | 1995-10-26 | 1 | -0/+3 |
* | Add missing ospeed initialization | ache | 1995-08-04 | 1 | -3/+4 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
* | same | ugen | 1995-02-27 | 1 | -11/+43 |
* | Update to use new calling conventions | pst | 1995-02-25 | 1 | -57/+15 |
* | This is watch - programm to work with /dev/snp, | ugen | 1995-02-17 | 1 | -0/+404 |