]> git.proxmox.com Git - qemu.git/history - linux-user
remove broken code for tty
[qemu.git] / linux-user /
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-02-01 Peter Maydelllinux-user: avoid gcc array overrun warning for sparc
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-23 Blue SwirlDelete useless 'extern' qualifiers for functions
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-14 Peter Maydelllinux-user: ARM: clear the IT bits when invoking a...
2011-01-11 Peter Maydelllinux-user: Add configure check for linux/fiemap.h...
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-08 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-01-07 Wolfgang SchildbachRemove dead code for ARM semihosting commandline handling
2011-01-07 Peter Maydelllinux-user: Fix incorrect NaN detection in ARM nwfpe...
2011-01-07 Peter Maydelllinux-user: Implement FS_IOC_FIEMAP ioctl
2011-01-07 Peter Maydelllinux-user: Support ioctls whose parameter size is...
2011-01-07 Peter Maydelllinux-user: Implement sync_file_range{,2} syscalls
2011-01-02 Peter Maydellsoftfloat: Rename float*_is_nan() functions to float...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-07 Peter MaydellARM: fix ldrexd/strexd
2010-12-04 Edgar E. IglesiasMerge branch 'linux-user-for-upstream' of git://gitorio...
2010-12-03 Martin Mohringlinux-user: fix mips and ppc to use UID16
2010-12-03 Riku Voipiolinux-user: fix compiler error on nptl
2010-12-03 Peter MaydellARM: linux-user: Restore iWMMXT state from ucontext...
2010-12-03 Peter MaydellARM: linux-user: Expose iWMMXT registers to signal...
2010-12-03 Peter MaydellARM: linux-user: Restore VFP state from ucontext on...
2010-12-03 Peter MaydellARM: linux-user: Expose VFP registers to signal handlers
2010-12-03 Peter MaydellARM: linux-user: Correct size of padding in target_ucon...
2010-12-03 Jamie Lentinlinux-user: Translate getsockopt level option
2010-12-03 Peter Maydelllinux-user: remove unnecessary local from __get_user...
2010-12-03 Nathan Froydlinux-user: fix memory leaks with NPTL emulation
2010-12-03 amateurlinux-user: mmap_reserve() not controlled by RESERVED_VA
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-23 Richard Hendersonmicroblaze: target-ify target_ucontext
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-05 Stefan Weillinux-user: Fix typo m86k -> m68k
2010-10-05 Stefan WeilAdd new user mode option -ignore-environment
2010-10-03 Stefan WeilReplace most gcc format attributes by macro GCC_FMT_ATT...
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue Swirllinux-user: improve flatload error checking
2010-09-18 Blue Swirllinux-user: fix types in a comparison
2010-09-18 Blue Swirllinux-user: fix socklen_t comparisons
2010-09-09 Edgar E. Iglesiasmicroblaze: User-mode emulation of hw-excp signals
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-09 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-08-09 Edgar E. Iglesiasmicroblaze: Fix the target version of stat64 struct
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-30 Aurelien Jarnolinux-user: fix build on hosts not using guest base
2010-07-29 Richard Hendersonlinux-user: Protect against allocation failure in load_...
2010-07-29 Richard Hendersonlinux-user: Re-use load_elf_image for the main binary.
2010-07-29 Richard Hendersonlinux-user: Extract load_elf_image from load_elf_interp.
2010-07-29 Richard Hendersonlinux-user: Remove partial support for a.out interpreters.
2010-07-29 Richard Hendersonlinux-user: Put the stack guard page at the top.
2010-07-29 Richard Hendersonlinux-user: Improve consistency checking in elf headers.
2010-07-29 Richard Hendersonlinux-user: Load symbols from the interpreter.
2010-07-29 Richard Hendersonlinux-user: Clean up byte-swapping in elfload.c.
2010-07-29 Richard Hendersonlinux-user: Define ELF_DATA generically.
2010-07-29 Richard Hendersonlinux-user: Reduce lseek+reads while loading elf files.
2010-07-29 Richard Hendersonlinux-user: Reindent elfload.c.
2010-07-29 Richard HendersonAdd more DT_* and AT_* constants to qemu's copy of...
2010-07-29 Richard Hendersonlinux-user: Handle filesz < memsz for any PT_LOAD segment.
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-23 Edgar E. Iglesiasmicroblaze: Pass a ucontext * as 3rd sighandler arg
2010-07-22 Laurent Vivierlinux-user: display cpu list.
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Edgar E. Iglesiasmicroblaze: Correct signal frame setup.
2010-06-16 Paul BrookUsermode exec-stack fix
2010-06-16 Paul BrookStrace mprotect flags.
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-11 Richard Hendersons390x: Avoid _llseek.
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Paolo Bonzinirename CONFIG_QEMU_PREFIX
2010-06-09 Nathan Froydlinux-user: honor low bit of entry PC for MIPS
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Paul BrookPre-allocate guest address space
2010-05-28 Richard Hendersonalpha-linux-user: Fill in SI_CODE for SIGSEGV.
2010-05-28 Richard Hendersonlinux-user: Use qemu-malloc.c.
2010-05-28 Riccardo Magliocchettilinux-user: Fix compilation with DEBUG defined
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-21 Riku Voipiolinux-user: do not warn for missing pselect6
2010-05-21 Richard Hendersontcg: Initialize the prologue after GUEST_BASE is fixed.
2010-05-21 Richard Hendersonalpha-linux-user: Fix sigprocmask.
2010-05-21 Richard Hendersonalpha-linux-user: Fix sigsuspend parameters.
2010-05-21 Richard Hendersonalpha-linux-user: Fix getxpid.
2010-05-21 Richard Hendersonalpha-linux-user: Fix pipe return mechanism.
2010-05-21 Richard Hendersonalpha-linux-user: Add correct sigaction constants.
2010-05-21 Richard Hendersonalpha-linux-user: Fix siginfo.si_addr for SIGSEGV and...
2010-05-21 Richard Hendersonalpha-linux-user: Fix brk error return.
2010-05-19 Aurelien Jarnolinux-user: fix 32-bit host breakage
2010-05-19 Edgar E. Iglesiasmicroblaze: Update elf machine nums.
next