Add a new utility called 'monitor' which uses kqueue to monitor a
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 16 Oct 2008 17:23:20 +0000 (17:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 16 Oct 2008 17:23:20 +0000 (17:23 +0000)
commit1e3b54fcb93e2db160a5da345060dca68464a9c5
tree6863c61cfdee7ce2b96f60c57f6a9aad396c7d1c
parent7c00fe94d692aa0e27894b8c18474506b4a679d5
Add a new utility called 'monitor' which uses kqueue to monitor a
list of files and directories specified on the command line.
usr.bin/Makefile
usr.bin/monitor/Makefile [new file with mode: 0644]
usr.bin/monitor/monitor.1 [new file with mode: 0644]
usr.bin/monitor/monitor.c [new file with mode: 0644]