| 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 |
* | Sort sections. | ru | 2005-01-18 | 1 | -5/+5 |
* | By default, the watch utility will attempt to open /dev/snp0, if | csjp | 2004-08-10 | 1 | -3/+7 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
* | 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 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | 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 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -6/+9 |
* | 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 |
* | Talk about what the user needs to do to get the snp devices, and how | dd | 2001-11-24 | 1 | -2/+12 |
* | Change 'superuser' to 'user' which was forgotten in the previous | dd | 2001-11-24 | 1 | -2/+1 |
* | Remove the sentence about only root being able to run watch(8). It | dd | 2001-11-24 | 1 | -14/+10 |
* | Add an -f option which allows one to specify a snp device to use. | dd | 2001-11-24 | 2 | -8/+30 |
* | o When "-n" is used with watch, it disables the use of <control-X> to | rwatson | 2001-11-07 | 2 | -6/+8 |
* | Automatically load the "snp" module if it isn't already present. | dd | 2001-09-09 | 1 | -0/+6 |
* | Back out WARNS commenting - local fault | ache | 2001-07-23 | 1 | -1/+1 |
* | Unbreak world - comment out WARNS=2 - deadly warning on tgetstr | ache | 2001-07-23 | 1 | -1/+1 |
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -3/+5 |
* | Add prototypes, staticize, constify, don't shadow global variables and | dd | 2001-07-15 | 2 | -54/+60 |
* | Replace an instance of the "watch" word with the ".Nm" macro: it is used to | olgeni | 2001-05-04 | 1 | -1/+3 |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | o Strip BINMODE from Makefile. Installing watch with 0500 provides no | rwatson | 2001-03-22 | 1 | -1/+0 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -4/+5 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
* | Add missing .El. | charnier | 2000-01-23 | 2 | -2/+5 |
* | ``tty'' is not required parameter | phantom | 1999-10-30 | 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 | 3 | -3/+3 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -1/+1 |
* | Use err(3). | charnier | 1997-10-27 | 2 | -30/+38 |
* | 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 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Sort cross references. | wosch | 1997-01-20 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Remove breakage of 1.8.2.2, choose slightly better character for quit. | jkh | 1996-12-30 | 2 | -4/+4 |
* | Use RAW, not CBREAK | jkh | 1996-12-17 | 1 | -1/+1 |