Sign in
qemu
/
qemu
/
d028d02d0cb5faecb8270eca43066f13add72a29
/
linux-user
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
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
Next »