Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | l0pht-watch is much more useful if you can see more than 20 characters | green | 2000-08-15 | 2 | -6/+38 |
| | | | | | of the pathname. Use the magic of TIOCGWINSZ to let it scale with the terminal. | ||||
* | Change patch to reflect new kqueue API | jlemon | 2000-07-18 | 1 | -15/+13 |
| | | | | Approved by: kris | ||||
* | Add kqueue() support for recent versions of -stable as well now that | kris | 2000-05-26 | 2 | -9/+11 |
| | | | | they have it. | ||||
* | On FreeBSD 5.0, use the new kqueue() notification system to monitor | kris | 2000-04-25 | 4 | -2/+117 |
| | | | | | for directory changes. This cuts CPU usage from 100% down to about 0.1% as well as improving the reliability of change monitoring. | ||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | mharo | 2000-04-21 | 1 | -2/+2 |
| | |||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | Upgrade to l0pht-watch 1.1 | kris | 1999-12-06 | 3 | -11/+11 |
| | | | | Reviewed by: Maintainer | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | #4/4 enforcing Caps, no period | hoek | 1999-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de | ||||
* | Add WWW: to DESCR files | mharo | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Respect CC and CFLAGS. | kris | 1999-04-16 | 1 | -3/+21 |
| | |||||
* | Initial import of l0pht-watch version 1.0. | steve | 1999-01-18 | 6 | -0/+40 |
A program to report what goes on in /tmp. PR: 9434 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk> |