summary refs log tree commit diff
path: root/bin/watch.c (follow)
Commit message (Collapse)AuthorAge
* Use EV_SET in watchJune McEnroe2018-07-23
| | | | | On NetBSD, kevent.udata is intptr_t rather than void *, and their EV_SET macro does the cast.
* Tabify binJune McEnroe2018-05-13
|
* Sleep in watch when a file is deletedJune McEnroe2018-04-08
| | | | | Reopening the path immediately would always fail. Wait a second for the file to hopefully reappear.
* Open watch files O_CLOEXECJune McEnroe2018-02-28
| | | | Thankfully kqueue is CLOEXEC by default it seems.
* Tweak watch exit codesJune McEnroe2018-02-25
|
* Write newlines between watch iterationsJune McEnroe2018-02-14
|
* Add bin/READMEJune McEnroe2018-02-01
|
* Move C file description commentsJune McEnroe2017-09-06
| | | | Comments are ugly this is why I don't put them in my code ;)
* Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06