1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Brian Feldman
583984e19b l0pht-watch is much more useful if you can see more than 20 characters
of the pathname.  Use the magic of TIOCGWINSZ to let it scale with the
terminal.
2000-08-15 19:05:10 +00:00
Jonathan Lemon
b0362380e5 Change patch to reflect new kqueue API
Approved by:	kris
2000-07-18 21:53:39 +00:00
Kris Kennaway
2e87553923 Add kqueue() support for recent versions of -stable as well now that
they have it.
2000-05-26 19:01:09 +00:00
Kris Kennaway
e8691a5cc2 On FreeBSD 5.0, use the new kqueue() notification system to monitor
for directory changes. This cuts CPU usage from 100% down to about 0.1%
as well as improving the reliability of change monitoring.
2000-04-25 08:04:55 +00:00
Kris Kennaway
26fd302372 Upgrade to l0pht-watch 1.1
Reviewed by:	Maintainer
1999-12-06 05:15:58 +00:00
Kris Kennaway
349268ac43 Respect CC and CFLAGS. 1999-04-16 10:33:19 +00:00
Steve Price
5a91c9fa2a Initial import of l0pht-watch version 1.0.
A program to report what goes on in /tmp.

PR:		9434
Submitted by:	Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
1999-01-18 04:21:04 +00:00