Sign in
qemu
/
qemu
/
64d7e9a421fea0ac50b44541f5521de455e7cd5d
/
linux-user
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
5f0b7c8
ARM: linux-user: Correct size of padding in target_ucontext_v2
by Peter Maydell
· 14 years ago
f3b974c
linux-user: Translate getsockopt level option
by Jamie Lentin
· 14 years ago
bee7000
linux-user: remove unnecessary local from __get_user(), __put_user()
by Peter Maydell
· 14 years ago
48e15fc
linux-user: fix memory leaks with NPTL emulation
by Nathan Froyd
· 14 years ago
c65ffe6
linux-user: mmap_reserve() not controlled by RESERVED_VA
by amateur
· 14 years ago
f711df6
microblaze: target-ify target_ucontext
by Richard Henderson
· 14 years ago
e0c8a79
linux-user: Fix typo m86k -> m68k
by Stefan Weil
· 14 years ago
f66724c
Add new user mode option -ignore-environment
by Stefan Weil
· 15 years ago
e5924d8
Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
f562e71
linux-user: improve flatload error checking
by Blue Swirl
· 14 years ago
d0b3e4f
linux-user: fix types in a comparison
by Blue Swirl
· 14 years ago
3872425
linux-user: fix socklen_t comparisons
by Blue Swirl
· 14 years ago
b76da7e
microblaze: User-mode emulation of hw-excp signals
by Edgar E. Iglesias
· 14 years ago
a523eb0
microblaze: Fix the target version of stat64 struct
by Edgar E. Iglesias
· 15 years ago
18e9ea8
linux-user: fix build on hosts not using guest base
by Aurelien Jarno
· 15 years ago
5d5c993
linux-user: Protect against allocation failure in load_symbols.
by Richard Henderson
· 15 years ago
bf85889
linux-user: Re-use load_elf_image for the main binary.
by Richard Henderson
· 15 years ago
8e62a71
linux-user: Extract load_elf_image from load_elf_interp.
by Richard Henderson
· 15 years ago
b9329d4
linux-user: Remove partial support for a.out interpreters.
by Richard Henderson
· 15 years ago
60dcbcb
linux-user: Put the stack guard page at the top.
by Richard Henderson
· 15 years ago
9058abd
linux-user: Improve consistency checking in elf headers.
by Richard Henderson
· 15 years ago
682674b
linux-user: Load symbols from the interpreter.
by Richard Henderson
· 15 years ago
991f8f0
linux-user: Clean up byte-swapping in elfload.c.
by Richard Henderson
· 15 years ago
2849023
linux-user: Define ELF_DATA generically.
by Richard Henderson
· 15 years ago
9955ffa
linux-user: Reduce lseek+reads while loading elf files.
by Richard Henderson
· 15 years ago
d97ef72
linux-user: Reindent elfload.c.
by Richard Henderson
· 15 years ago
e167d46
Add more DT_* and AT_* constants to qemu's copy of elf.h.
by Richard Henderson
· 15 years ago
cf129f3
linux-user: Handle filesz < memsz for any PT_LOAD segment.
by Richard Henderson
· 15 years ago
b217870
microblaze: Pass a ucontext * as 3rd sighandler arg
by Edgar E. Iglesias
· 15 years ago
6d1db8c
linux-user: display cpu list.
by Laurent Vivier
· 15 years ago
187b4e0
microblaze: Correct signal frame setup.
by Edgar E. Iglesias
· 15 years ago
97374d3
Usermode exec-stack fix
by Paul Brook
· 15 years ago
9e0b74a
Strace mprotect flags.
by Paul Brook
· 15 years ago
d35b261
s390x: Avoid _llseek.
by Richard Henderson
· 15 years ago
7ee2822
rename CONFIG_QEMU_PREFIX
by Paolo Bonzini
· 15 years ago
0fddbbf
linux-user: honor low bit of entry PC for MIPS
by Nathan Froyd
· 15 years ago
68a1c81
Pre-allocate guest address space
by Paul Brook
· 15 years ago
0be1d07
alpha-linux-user: Fill in SI_CODE for SIGSEGV.
by Richard Henderson
· 15 years ago
680c877
linux-user: Use qemu-malloc.c.
by Richard Henderson
· 15 years ago
564e2fe
linux-user: Fix compilation with DEBUG defined
by Riccardo Magliocchetti
· 15 years ago
9e42382
linux-user: do not warn for missing pselect6
by Riku Voipio
· 15 years ago
9002ec7
tcg: Initialize the prologue after GUEST_BASE is fixed.
by Richard Henderson
· 15 years ago
a5b3b13
alpha-linux-user: Fix sigprocmask.
by Richard Henderson
· 15 years ago
f43ce12
alpha-linux-user: Fix sigsuspend parameters.
by Richard Henderson
· 15 years ago
9231733
alpha-linux-user: Fix getxpid.
by Richard Henderson
· 15 years ago
fb41a66
alpha-linux-user: Fix pipe return mechanism.
by Richard Henderson
· 15 years ago
57f18a9
alpha-linux-user: Add correct sigaction constants.
by Richard Henderson
· 15 years ago
1b6bd8c
alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
by Richard Henderson
· 15 years ago
7dd46c0
alpha-linux-user: Fix brk error return.
by Richard Henderson
· 15 years ago
e476492
linux-user: fix 32-bit host breakage
by Aurelien Jarno
· 15 years ago
0d5d469
microblaze: Update elf machine nums.
by Edgar E. Iglesias
· 15 years ago
e4cbd44
microblaze: Add linux-user core dumping support.
by Edgar E. Iglesias
· 15 years ago
81bbe90
linux-user: rlimit conversion between host and target.
by takasi-y@ops.dti.ne.jp
· 15 years ago
5a834bb
sparc: Fix lazy flag calculation on interrupts, refactor
by Blue Swirl
· 15 years ago
c581ded
Better default guest_base
by Paul Brook
· 15 years ago
2e9a571
Remove PAGE_RESERVED
by Paul Brook
· 15 years ago
6910b8f
target-alpha: Fix load-locked/store-conditional.
by Richard Henderson
· 15 years ago
a4b388f
target-alpha: Enable NPTL.
by Richard Henderson
· 15 years ago
ac316ca
target-alpha: Implement rs/rc properly.
by Richard Henderson
· 15 years ago
ed18c5c
linux-user: Fix sparc32plus stat64 syscalls.
by Richard Henderson
· 15 years ago
2cc2026
linux-user: Fix Sparc64 syscall returns.
by Richard Henderson
· 15 years ago
6495a04
linux-user: Remove ELFLOAD32.
by Richard Henderson
· 15 years ago
e00ac24
linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.
by takasi-y@ops.dti.ne.jp
· 15 years ago
f717793
linux-user: switch default ppc64 CPU to 970fx from 970
by Aurelien Jarno
· 15 years ago
a1606b0
Fix compilation with missing inotify_init1
by Stefan Weil
· 15 years ago
60e9924
linux-user/ia64: workaround ia64 strangenesses
by Aurelien Jarno
· 15 years ago
29e922b
Compile qemu-timer only once
by Blue Swirl
· 15 years ago
7983f43
linux-user/ppc: use the Linux register layout
by Rob Landley
· 15 years ago
703e0e8
linux-user: Use RLIMIT_STACK for default stack size.
by Richard Henderson
· 15 years ago
7270547
linux-user: Add the syscall id for pselect6 on ARM
by Michael Casadevall
· 15 years ago
c05c7a7
linux-user: add inotify_init1 syscall support
by Riku Voipio
· 15 years ago
Next »