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