Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | include sys/types.h | Joey Hess | 2013-04-24 |
| | | | | | | | I have a report that this is necessary for freebsd. It seemed not necessary for OSX, but even there the kqueue man page says to include this header (along with sys/time.h which it already does). | ||
* | fix prototype | Joey Hess | 2012-06-19 |
| | |||
* | fix scheduling | Joey Hess | 2012-06-19 |
| | | | | Handle kevent interruptions in the haskell code, so it can yield to other threads | ||
* | update kqueue when new directories are added | Joey Hess | 2012-06-18 |
| | |||
* | retry interrupted kevent calls | Joey Hess | 2012-06-18 |
| | | | | Many thanks to geekosaur in #haskell for help with this. | ||
* | add test stub | Joey Hess | 2012-06-18 |
| | |||
* | kqueue code compiles on debian kfreebsd | Joey Hess | 2012-06-18 |
| | |||
* | flesh out kqueue library | Joey Hess | 2012-06-18 |
| | | | | | Have not tried to build this yet. But barring minor mistakes, I think it's good. | ||
* | skeleton C library for calling kqueue | Joey Hess | 2012-06-18 |