Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-25 | Move notify.c into portability.c (collate the #ifdefs), move global variables | Rob Landley | |
into a structure passed as arguments, add x prefix to functions that can fail, add overflow test. | |||
2019-05-25 | tail: support -f on BSD too. | Elliott Hughes | |
Factor out the inotify code and add a kqueue equivalent. Specifically tested on macOS 10.14, but I assume this works for other BSDs too, given that I worked from the FreeBSD man page... |