index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix-aio-compat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-30
Move qemu_gettimeofday() to OS specific files
Jes Sorensen
1
-0
/
+1
2010-10-05
Fix spelling in comments
Stefan Weil
1
-1
/
+1
2010-09-21
use qemu_blockalign consistently
Christoph Hellwig
1
-1
/
+1
2010-09-09
trace: Trace virtio-blk, multiwrite, and paio_submit
Stefan Hajnoczi
1
-0
/
+2
2010-08-30
posix-aio-compat: Fix async_conmtext for ioctl
Andrew de Quincey
1
-0
/
+1
2010-05-28
posix-aio-compat: Expand tabs that have crept in
Stefan Hajnoczi
1
-29
/
+29
2010-01-26
posix-aio-compat.c: fix warning with _FORTIFY_SOURCE
Kirill A. Shutemov
1
-1
/
+4
2009-12-03
posix-aio-compat: Fix error check
Kevin Wolf
1
-9
/
+9
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-1
/
+1
2009-10-30
Remove aio_ctx from paio_* interface
Kevin Wolf
1
-6
/
+5
2009-10-27
posix-aio-compat: Honour AsyncContext
Kevin Wolf
1
-0
/
+12
2009-10-27
Add qemu_aio_process_queue()
Kevin Wolf
1
-1
/
+2
2009-10-27
posix-aio-compat: Split out posix_aio_process_queue
Kevin Wolf
1
-16
/
+27
2009-09-27
posix-aio-compat: avoid signal race when spawning a thread
malc
1
-5
/
+9
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-10
/
+10
2009-09-12
Unbreak BSD: use qemu_fdatasync instead of fdatasync
Blue Swirl
1
-1
/
+1
2009-09-11
block: add aio_flush operation
Christoph Hellwig
1
-2
/
+17
2009-08-27
raw-posix: refactor AIO support
Christoph Hellwig
1
-73
/
+252
2009-07-27
rename HAVE_PREADV to CONFIG_PREADV
Juan Quintela
1
-2
/
+2
2009-05-08
fix asynchronous ioctls
Christoph Hellwig
1
-1
/
+10
2009-04-07
native preadv/pwritev support (Christoph Hellwig)
aliguori
1
-2
/
+83
2009-04-07
push down vector linearization to posix-aio-compat.c (Christoph Hellwig)
aliguori
1
-26
/
+92
2009-03-28
new scsi-generic abstraction, use SG_IO (Christoph Hellwig)
aliguori
1
-34
/
+66
2009-02-21
Properly handle pthread_cond_timedwait timing out
malc
1
-1
/
+1
2009-02-21
Cosmetics
malc
1
-11
/
+13
2009-02-21
Avoid thundering herd problem
malc
1
-4
/
+4
2009-02-21
Avoid infinite loop around timed condition variable
malc
1
-6
/
+7
2009-02-21
Error checking
malc
1
-24
/
+72
2009-01-24
Rename sigev_signo to avoid FreeBSD problems (Juergen Lock)
blueswir1
1
-1
/
+1
2009-01-17
Use kill instead of sigqueue: re-enables AIO on OpenBSD
blueswir1
1
-3
/
+1
2009-01-13
Fix race in POSIX AIO emulation (Jan Kiszka)
aliguori
1
-7
/
+2
2008-12-13
Remove unnecessary trailing newlines
blueswir1
1
-1
/
+0
2008-12-12
Replace posix-aio with custom thread pool
aliguori
1
-0
/
+202