Sign in
qemu-android
/
qemu-android
/
384acbf46b70edf0d2c1648aa1a92a90bcf7057d
/
linux-user
4b5dfd8
user: Restore debug usage message for '-d ?' in user mode emulation
by Peter Maydell
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
81773a5
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 14 years ago
cf973e4
set ELF_HWCAP for SPARC and SPARC64
by Artyom Tarasenko
· 14 years ago
6fea2ea
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
by Peter Maydell
· 14 years ago
48e515d
linux-user: make MIPS and ARM eabi use same argument reordering
by Riku Voipio
· 14 years ago
c3edf34
linux-user: correct syscall 123 on sh4
by Riku Voipio
· 14 years ago
e22b701
mips: rlimit codes are not the same
by Wesley W. Terpstra
· 14 years ago
95b33b2
mips: rlimit incorrectly converts values
by Wesley W. Terpstra
· 14 years ago
e6e5bd2
mips: null pointer deref should segfault
by Wesley W. Terpstra
· 14 years ago
7c2f615
mips: missing syscall returns wrong errno
by Wesley W. Terpstra
· 14 years ago
053ebb2
mips: sigaltstack args
by Wesley W. Terpstra
· 14 years ago
8f04eeb
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
by Peter Maydell
· 14 years ago
163a05a
linux-user: Implement prlimit64 syscall
by Peter Maydell
· 14 years ago
d979e8e
linux-user: Add syscall numbers from kernel 2.6.39.2
by Peter Maydell
· 14 years ago
12b81b7
linux-user: Add support for even more FB ioctls
by Cédric VINCENT
· 14 years ago
774750c
linux-user: Add support for more VT ioctls
by Cédric VINCENT
· 14 years ago
e6fe18f
linux-user: Add support for KD...LED ioctls
by Cédric VINCENT
· 14 years ago
1dfdcaa
user: Fix -d debug logging for usermode emulation
by Edgar E. Iglesias
· 14 years ago
cd59dd8
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
bfcedc5
linux-user: Fix sync_file_range on 32bit mips
by Riku Voipio
· 14 years ago
c7b016b
linux-user/signal.c: Remove unused fenab
by Peter Maydell
· 14 years ago
2aec3a2
linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
by Peter Maydell
· 14 years ago
5945cfc
linux-user: Bump do_syscall() up to 8 syscall arguments
by Peter Maydell
· 14 years ago
3002fa8
flatload: memp was a write-only variable
by Juan Quintela
· 14 years ago
e773035
flatload: end_code was only used in a debug message
by Juan Quintela
· 14 years ago
bc088ba
linux-user: syscall should use sanitized arg1
by Juan Quintela
· 14 years ago
1add869
syscall: really return ret code
by Juan Quintela
· 14 years ago
331c23b
linuxload: id_change was a write only variable
by Juan Quintela
· 14 years ago
14322ba
linux-user: Define AT_RANDOM to support target stack protection mechanism.
by Laurent ALFONSI
· 14 years ago
055e090
linux-user: add pselect6 syscall support
by Mike Frysinger
· 14 years ago
4d1de87
linux-user: Fix the computation of the requested heap size
by vincent
· 14 years ago
00faf08
linux-user: Don't use MAP_FIXED in do_brk()
by Peter Maydell
· 14 years ago
f3ed1f5
linux-user: Handle images where lowest vaddr is not page aligned
by Peter Maydell
· 14 years ago
b947527
linux-user: Fix the load of ELF files that have no "useful" symbol
by Cédric VINCENT
· 14 years ago
9a826d7
Don't translate pointer when in restore_sigcontext
by Mike McCormack
· 14 years ago
c235d73
Command line support for altering the log file location
by Matthew Fernandez
· 14 years ago
4482939
Merge remote branch 'rth/axp-next' into alpha-merge
by Edgar E. Iglesias
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
07b6c13
target-alpha: Tidy exception constants.
by Richard Henderson
· 14 years ago
129d8aa
target-alpha: Rationalize internal processor registers.
by Richard Henderson
· 14 years ago
05c8a1e
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
dcfd14b
Delete unused tb_invalidate_page_range
by Blue Swirl
· 14 years ago
a4c075f
s390x: s390x-linux-user support
by Ulrich Hecht
· 16 years ago
67bd9ed
linux-user: Replace deprecated function
by Stefan Weil
· 14 years ago
5ba1854
Fix spelling in comments (intruction -> instruction)
by Stefan Weil
· 14 years ago
8186e78
Fix typo in comment (truely -> truly)
by Stefan Weil
· 14 years ago
1301f32
Fix typos in comments (neccessary -> necessary)
by Stefan Weil
· 14 years ago
0c58751
Fix typo in comment (dieing -> dying)
by Stefan Weil
· 14 years ago
cd18f05
Don't zero out buffer in sched_getaffinity
by Mike McCormack
· 14 years ago
e95d3bf
Fix buffer overrun in sched_getaffinity
by Mike McCormack
· 14 years ago
6f11f01
linux-user: Fix compilation for "old" linux versions
by Stefan Weil
· 14 years ago
0c866a7
linux-user: untie syscalls from UID16
by Riku Voipio
· 14 years ago
42a39fb
linux-user: add s390x to llseek list
by Alexander Graf
· 14 years ago
86fcd94
linux-user: add ioctl(SIOCGIWNAME, ...) support.
by Laurent Vivier
· 14 years ago
059c2f2
linux-user: convert ioctl(SIOCGIFCONF, ...) result.
by Laurent Vivier
· 14 years ago
608e559
linux-user: improve traces
by Laurent Vivier
· 14 years ago
05098a9
[v2] linux-user: bigger default stack
by Riku Voipio
· 14 years ago
7cb4db8
linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PC
by Peter Maydell
· 14 years ago
211315f
softfloat: rename float*_eq() into float*_eq_quiet()
by Aurelien Jarno
· 14 years ago
d2fbca9
unicore32: necessary modifications for other files to support unicore32
by Guan Xuetao
· 14 years ago
8b5d487
unicore32: add necessry headers in linux-user/unicore32 for unicore32 support
by Guan Xuetao
· 14 years ago
2e42d52
microblaze: Correct ec mask in debug print
by Edgar E. Iglesias
· 14 years ago
30cb4cd
linux-user: Fix unlock_user() call in return from poll()
by Peter Maydell
· 14 years ago
0c1592d
linux-user: Fix large seeks by 32 bit guest on 64 bit host
by Peter Maydell
· 14 years ago
4e65571
linux-user: fix compile failure if !CONFIG_USE_GUEST_BASE
by Peter Maydell
· 14 years ago
80f5ce7
linux-user: correct core dump format
by Laurent Vivier
· 14 years ago
3b6edd1
linux-user: Support the epoll syscalls
by Peter Maydell
· 14 years ago
d2ee72a
linux-user: in linux-user/strace.c, tswap() is useless
by Laurent Vivier
· 14 years ago
4de596c
linux-user: add rmdir() strace
by Laurent Vivier
· 14 years ago
005e1a0
linux-user/arm: fix compilation failures using softfloat's struct types
by Peter Maydell
· 14 years ago
898b1be
linux-user: fix for loopmount ioctl
by Martin Mohring
· 14 years ago
8d9016c
linux-user: fix build errors for mmap2-only ports
by Mike Frysinger
· 14 years ago
737de1d
linux-user: implement sched_{g,s}etaffinity
by Mike Frysinger
· 14 years ago
c3109ba
linux-user/FLAT: allow targets to override FLAT processing
by Mike Frysinger
· 14 years ago
82a3959
linux-user/FLAT: fix auto-stack sizing
by Mike Frysinger
· 14 years ago
906c1b8
linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
by Mike Frysinger
· 14 years ago
d8035d4
linux-user: add ppoll syscall support
by Mike Frysinger
· 14 years ago
1af02e8
linux-user/elfload: add FDPIC support
by Mike Frysinger
· 14 years ago
73160d9
linux-user: fix sizeof handling for getsockopt
by Mike Frysinger
· 14 years ago
8d79de6
linux-user: Fix possible realloc memory leak
by Stefan Weil
· 14 years ago
6672b0b
linux-user: Add support for -version option
by Peter Maydell
· 14 years ago
e321c34
linux-user: avoid gcc array overrun warning for sparc
by Peter Maydell
· 14 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
964413d
linux-user: ARM: clear the IT bits when invoking a signal handler
by Peter Maydell
· 14 years ago
dace20d
linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP
by Peter Maydell
· 14 years ago
67af42a
Remove dead code for ARM semihosting commandline handling
by Wolfgang Schildbach
· 14 years ago
3ebe80c
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
by Peter Maydell
· 14 years ago
285da2b
linux-user: Implement FS_IOC_FIEMAP ioctl
by Peter Maydell
· 14 years ago
d2ef05b
linux-user: Support ioctls whose parameter size is not constant
by Peter Maydell
· 14 years ago
c727f47
linux-user: Implement sync_file_range{,2} syscalls
by Peter Maydell
· 14 years ago
1856987
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
by Peter Maydell
· 14 years ago
2c9adbd
ARM: fix ldrexd/strexd
by Peter Maydell
· 14 years ago
b2e7aab
linux-user: fix mips and ppc to use UID16
by Martin Mohring
· 14 years ago
9190749
linux-user: fix compiler error on nptl
by Riku Voipio
· 14 years ago
a59d69d
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
by Peter Maydell
· 14 years ago
08e1125
ARM: linux-user: Expose iWMMXT registers to signal handlers
by Peter Maydell
· 14 years ago
5f9099d
ARM: linux-user: Restore VFP state from ucontext on sigreturn
by Peter Maydell
· 14 years ago
0d871bd
ARM: linux-user: Expose VFP registers to signal handlers
by Peter Maydell
· 14 years ago
Next »