aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Properly handle pthread_cond_timedwait timing outmalc2009-02-211-1/+1
* Cosmeticsmalc2009-02-211-11/+13
* Avoid thundering herd problemmalc2009-02-211-4/+4
* Avoid infinite loop around timed condition variablemalc2009-02-211-6/+7
* Error checkingmalc2009-02-211-24/+72
* Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)blueswir12009-01-241-1/+1
* Use kill instead of sigqueue: re-enables AIO on OpenBSDblueswir12009-01-171-3/+1
* Fix race in POSIX AIO emulation (Jan Kiszka)aliguori2009-01-131-7/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Replace posix-aio with custom thread poolaliguori2008-12-121-0/+202