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
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-30
reduced irq latency
bellard
1
-1
/
+1
2003-06-25
compile fixes
bellard
1
-3
/
+4
2003-06-24
declare user mode only simulation for QEMU
bellard
1
-1
/
+8
2003-06-21
force IOPL=3
bellard
1
-20
/
+22
2003-06-21
fixed case where SS != USER_DS (fixes dosemu DPMI emulation)
bellard
1
-13
/
+14
2003-06-21
new segment access
bellard
1
-2
/
+2
2003-06-15
fixed include macro pb
bellard
1
-2
/
+9
2003-06-15
ARM emulation support
bellard
4
-21
/
+164
2003-06-15
factorized more definitions - suppressed broken sound ioctls
bellard
3
-6
/
+1002
2003-06-15
automatic ioctl number conversion - minimum ARM fork() support
bellard
1
-18
/
+54
2003-06-09
removed unused code
bellard
1
-8
/
+0
2003-06-09
avoid unaligned file offset in anonymous mapping
bellard
1
-2
/
+7
2003-06-09
big endian/unaligned fix
bellard
1
-4
/
+4
2003-06-05
getdents for 64 bit cpus
bellard
1
-1
/
+42
2003-06-05
convert mmap flags (alpha fix)
bellard
1
-2
/
+18
2003-06-05
alpha fix
bellard
1
-0
/
+6
2003-05-29
save FPU state in signal handler
bellard
1
-32
/
+11
2003-05-29
misplaced #endif
bellard
1
-2
/
+1
2003-05-27
precise exceptions - more accurate interrupt semantics
bellard
1
-32
/
+76
2003-05-27
cr2 update (dosemu VGA support fix)
bellard
1
-2
/
+2
2003-05-27
mmap2 fix
bellard
1
-2
/
+3
2003-05-16
added getrusage
bellard
1
-19
/
+33
2003-05-16
fixed 32 bit popf/iret emulation in vm86 mode
bellard
1
-1
/
+1
2003-05-14
removed invalid eip update
bellard
1
-1
/
+0
2003-05-14
added do_fcntl()
bellard
1
-36
/
+45
2003-05-14
removed trace - merged 2.4.20 vm86 patches
bellard
2
-63
/
+114
2003-05-14
pread/pwrite syscalls - use page_unprotect_range() in vital cases to avoid pr...
bellard
1
-2
/
+6
2003-05-13
fixed small page handling
bellard
1
-6
/
+17
2003-05-13
mmap emulation
bellard
5
-99
/
+470
2003-05-10
fixed from 2.4.20 kernel
bellard
1
-0
/
+10
2003-05-10
sigtrap support
bellard
4
-6
/
+37
2003-05-10
added vm86.c
bellard
2
-73
/
+11
2003-05-10
more console ioctls
bellard
3
-1
/
+12
2003-05-10
vm86 emulation closer to Linux kernel code - added correct IRQ emulation for ...
bellard
1
-0
/
+407
2003-05-10
moved vm86 stuff to vm86.c
bellard
1
-158
/
+4
2003-05-08
added KDGKBTYPE
bellard
2
-0
/
+5
2003-05-08
added setgroups and getgroups syscalls
bellard
1
-2
/
+28
2003-05-08
added trapno and error_code report in ucontext
bellard
1
-2
/
+2
2003-05-08
more accurate signal handling
bellard
1
-8
/
+18
2003-04-29
ia64 support
bellard
1
-0
/
+7
2003-04-29
ia64 support - fcntl uses TARGET_ constants
bellard
1
-8
/
+12
2003-04-29
fstat64 fix
bellard
1
-2
/
+11
2003-04-29
symbol fix
bellard
1
-0
/
+75
2003-04-29
loglevel export
bellard
1
-0
/
+2
2003-04-29
flock support
bellard
1
-2
/
+49
2003-04-11
path patch
bellard
3
-14
/
+149
2003-04-11
stat patches - path patches - added exit_group() syscall
bellard
1
-12
/
+25
2003-04-11
RH9 fix - path patch
bellard
1
-14
/
+18
2003-04-10
TIOCGPTN and TIOCSPTLCK ioctls
bellard
1
-0
/
+2
2003-04-10
first self virtualizable version
bellard
2
-103
/
+214
[next]