aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
Commit message (Expand)AuthorAgeFilesLines
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-2/+0
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+1
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-1/+1
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Use strlcpy() when the string is expected to be nul-terminated.Xin LI2015-10-061-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-193-4/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2013-09-111-1/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | watch: Do not mess up the tty modes on early error.Jilles Tjoelker2013-09-051-1/+2
|/
* Perform even more style changes.Ed Schouten2012-03-101-4/+8
* Fix whitespace.Ed Schouten2012-03-101-35/+29
* Convert the snp(4) driver to use cdevpriv.Ed Schouten2008-08-151-16/+7
* Allow watch(8) to use more than 10 snp* devices. This limitation was purelyRink Springer2008-01-301-6/+5
* 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