summaryrefslogtreecommitdiff
path: root/Utility/libkqueue.c
Commit message (Collapse)AuthorAge
* fix prototypeGravatar Joey Hess2012-06-19
|
* fix schedulingGravatar Joey Hess2012-06-19
| | | | Handle kevent interruptions in the haskell code, so it can yield to other threads
* update kqueue when new directories are addedGravatar Joey Hess2012-06-18
|
* retry interrupted kevent callsGravatar Joey Hess2012-06-18
| | | | Many thanks to geekosaur in #haskell for help with this.
* add test stubGravatar Joey Hess2012-06-18
|
* kqueue code compiles on debian kfreebsdGravatar Joey Hess2012-06-18
|
* flesh out kqueue libraryGravatar Joey Hess2012-06-18
| | | | | Have not tried to build this yet. But barring minor mistakes, I think it's good.
* skeleton C library for calling kqueueGravatar Joey Hess2012-06-18