summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch
Commit message (Collapse)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* Use err(3).charnier1997-10-272-30/+38
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
| | | | posix standard on the topic.
* Removed old bogus prerequisite <sys/select.h>. Cleaned up #include mess.bde1997-03-191-11/+10
|
* 1. change tty handling from sgttyb to termios,roberto1997-03-131-41/+53
| | | | | | | | | 2. fix a potential buffer oflow, 3. makes watch(8) conform to sysexits(3). Not a strong 2.2 candidate even if it would be nice. Reviewed by: joerg, imp
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Remove breakage of 1.8.2.2, choose slightly better character for quit.jkh1996-12-302-4/+4
|
* Use RAW, not CBREAKjkh1996-12-171-1/+1
|
* Fix a typo in the man page (the "-n" flag was added to the synopsis infenner1996-12-021-1/+1
| | | | a comment).
* I have added a '-n' flag to the watch(8) command. This optionjkh1996-12-022-9/+20
| | | | | | | | | | | disables the ability to interactively select a new tty. I have also removed a check for uid == 0 because it gets in the way of using suid mode based access control. Watch (8)is only runnable by root, so this does not really change things much. Closes PR#2131 Submitted-By: adrian@virginia.edu
* Set ${DPADD}, use +=, add $Id$peter1996-09-021-1/+4
|
* Use the .Fx macro where appropriate.mpp1996-08-231-1/+2
|
* Properly save and restore the terminal characters!jkh1996-03-011-2/+4
|
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send thesejkh1995-12-162-1/+7
| | | | | | guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White <philw@megasoft.tic.ab.ca>
* Add setlocale LC_TIMEache1995-10-261-0/+3
|
* Add missing ospeed initializationache1995-08-041-3/+4
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* sameugen1995-02-272-13/+47
|
* Update to use new calling conventionspst1995-02-252-59/+17
|
* Fix(it was 1 character actually:)ugen1995-02-231-1/+1
|
* Rewrite manual page to use mandoc correctly and fix english grammar.pst1995-02-221-45/+70
|
* Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)jkh1995-02-181-1/+0
|
* Manpage for snoop device itself.ugen1995-02-171-0/+1
|
* Add manpage to makefileugen1995-02-171-1/+1
|
* Watch fresh-made manpage..ugen1995-02-171-0/+52
|
* This is watch - programm to work with /dev/snp,ugen1995-02-172-0/+410
it still lacks manpage-i will commit it today later. For now to test try: watch [ttyname] :)
OpenPOWER on IntegriCloud