index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix-aio-compat.c
Age
Commit message (
Expand
)
Author
2009-09-27
posix-aio-compat: avoid signal race when spawning a thread
malc
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
Unbreak BSD: use qemu_fdatasync instead of fdatasync
Blue Swirl
2009-09-11
block: add aio_flush operation
Christoph Hellwig
2009-08-27
raw-posix: refactor AIO support
Christoph Hellwig
2009-07-27
rename HAVE_PREADV to CONFIG_PREADV
Juan Quintela
2009-05-08
fix asynchronous ioctls
Christoph Hellwig
2009-04-07
native preadv/pwritev support (Christoph Hellwig)
aliguori
2009-04-07
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
2009-02-21
Properly handle pthread_cond_timedwait timing out
malc
2009-02-21
Cosmetics
malc
2009-02-21
Avoid thundering herd problem
malc
2009-02-21
Avoid infinite loop around timed condition variable
malc
2009-02-21
Error checking
malc
2009-01-24
Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)
blueswir1
2009-01-17
Use kill instead of sigqueue: re-enables AIO on OpenBSD
blueswir1
2009-01-13
Fix race in POSIX AIO emulation (Jan Kiszka)
aliguori
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2008-12-12
Replace posix-aio with custom thread pool
aliguori