Sign in
qemu-android
/
qemu-android
/
7d1994f863c355f1906655f08d624582eeb30788
/
linux-user
3a0c6c4
linux-user: brk() debugging
by Paul Brook
· 13 years ago
a6f79cc
linux-user: fail execve() if env/args too big
by Ulrich Hecht
· 13 years ago
f78b0f0
linux-user: Fix sa_flags byte swaps for mips
by Andreas Färber
· 13 years ago
2aeb36a
linux-user: Define TARGET_QEMU_ESIGRETURN for mips64
by Andreas Färber
· 13 years ago
63249cb
linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32
by Andreas Färber
· 13 years ago
fb5590f
linux-user: Implement *listxattr syscalls
by Peter Maydell
· 13 years ago
30297b5
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
by Peter Maydell
· 13 years ago
e3c33ec
linux-user: Allow NULL value pointer in setxattr and getxattr
by Peter Maydell
· 13 years ago
5379557
linux-user: fix wait* syscall status returns
by Alexander Graf
· 13 years ago
2a7e124
linux-user/strace.c: Correct errno printing for mmap etc
by Peter Maydell
· 13 years ago
962b289
linux-user: fix QEMU_STRACE=1 segfault
by Alexander Graf
· 13 years ago
583359a
linux-user: add SO_PEERCRED support for getsockopt
by Akos PASZTORY
· 13 years ago
50171d4
linux-user/main.c: Add option to user-mode emulation so that user can specify log file name
by 陳韋任
· 13 years ago
257450e
linux-user: fake /proc/self/auxv
by Alexander Graf
· 13 years ago
480b8e7
linux-user: fake /proc/self/stat
by Alexander Graf
· 13 years ago
36c08d4
linux-user: fake /proc/self/maps
by Alexander Graf
· 13 years ago
3be14d0
linux-user: add open() hijack infrastructure
by Alexander Graf
· 13 years ago
125b0f5
linux-user: save auxv length
by Alexander Graf
· 13 years ago
d0fd11f
linux-user: stack_base is now mandatory on all targets
by Riku Voipio
· 13 years ago
c7c530c
elf: Improve symbol lookup (optimize, fix for bsd-user)
by Stefan Weil
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
31b6319
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
by Peter Maydell
· 13 years ago
75dfbc1
linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters
by Peter Maydell
· 13 years ago
7ff60e1
linux-user/cpu-uname.c: Convert to UTF-8
by Peter Maydell
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
b4916d7
fix spelling in linux-user sub directory
by Dong Xu Wang
· 13 years ago
7dd4766
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
by Peter Maydell
· 13 years ago
4f26f2b
configure: fix detection for xattr.h on modern distributions
by Avi Kivity
· 13 years ago
ff74c5a
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 13 years ago
9e0e2f9
ppc64-linux-user: Fix syscall return type.
by Richard Henderson
· 13 years ago
8e78064
ppc64-linux-user: Properly interpret the entry function descriptor.
by Richard Henderson
· 13 years ago
7cd393a
sparc-linux-user: Add some missing syscall numbers
by Richard Henderson
· 13 years ago
59f7182
sparc-linux-user: Fixup sending SIGSEGV
by Richard Henderson
· 13 years ago
75f22e4
sparc-linux-user: Handle SIGILL.
by Richard Henderson
· 13 years ago
0f6b4d2
linux-user: implement reboot syscall
by Alexander Graf
· 13 years ago
f4c6901
linux-user: fix openat
by Alexander Graf
· 14 years ago
cbb21ee
linux-user: fix abi_(u)long, target_ulong mismatch
by Matthias Braun
· 14 years ago
6cafd02
linux-user: fix rlimit syscalls on sparc(64)
by Matthias Braun
· 14 years ago
26b746d
linux-user: fix TARGET_RLIM_INFINITY declaration
by Matthias Braun
· 14 years ago
30038fd
target-sparc: Change fpr representation to doubles.
by Richard Henderson
· 13 years ago
1386d4c
linux-user: Fix broken "-version" option
by Peter Maydell
· 13 years ago
ca8a277
linux-user: Remove unused code
by Stefan Weil
· 13 years ago
11ddeea
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 13 years ago
b2bedb2
Remove blanks before \n in output strings
by Stefan Weil
· 14 years ago
5a61cb6
Fix include statements for qemu-common.h
by Stefan Weil
· 14 years ago
fc9c541
introduce environment variables for all qemu-user options
by Johannes Schauer
· 14 years ago
a790ae3
linux-user: Implement setxattr/getxattr/removexattr syscalls
by An-Cheng Huang
· 14 years ago
94c1961
linux-user: Verify MIPS syscall arguments
by An-Cheng Huang
· 14 years ago
29fb0f2
linux-user: Fix MIPS indirect syscall handling
by An-Cheng Huang
· 14 years ago
ff7a981
linux-user: Exit with an error if we couldn't set up gdbserver
by Peter Maydell
· 14 years ago
97cc756
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
by Dr. David Alan Gilbert
· 14 years ago
70afc34
linux-user: Fix initialization of the heap contents when allocating new pages
by Cédric VINCENT
· 14 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 14 years ago
cb9c626
linux-user: Correct a few missuses of host addresses
by Edgar E. Iglesias
· 14 years ago
22a78d6
microblaze-user: Deliver SIGFPE on div by zero
by Edgar E. Iglesias
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
d5ab971
Avoid allocating TCG resources in non-TCG mode
by Jan Kiszka
· 14 years ago
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
Next »