aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Fix possible realloc memory leakStefan Weil2011-02-091-3/+5
* linux-user: fix for loopmount ioctlMartin Mohring2011-02-091-2/+0
* linux-user: avoid gcc array overrun warning for sparcPeter Maydell2011-02-011-3/+4
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-232-5/+5
* linux-user: ARM: clear the IT bits when invoking a signal handlerPeter Maydell2011-01-141-7/+9
* linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAPPeter Maydell2011-01-122-1/+5
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-072-3/+0
* linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell2011-01-071-7/+7
* linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell2011-01-074-0/+109
* linux-user: Support ioctls whose parameter size is not constantPeter Maydell2011-01-071-3/+15
* linux-user: Implement sync_file_range{,2} syscallsPeter Maydell2011-01-072-0/+29
* softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell2011-01-021-7/+7
* ARM: fix ldrexd/strexdPeter Maydell2010-12-071-1/+1
* linux-user: fix mips and ppc to use UID16Martin Mohring2010-12-033-35/+35
* linux-user: fix compiler error on nptlRiku Voipio2010-12-031-1/+2
* ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell2010-12-031-0/+30
* ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell2010-12-031-0/+37
* ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell2010-12-031-0/+40
* ARM: linux-user: Expose VFP registers to signal handlersPeter Maydell2010-12-031-1/+46
* ARM: linux-user: Correct size of padding in target_ucontext_v2Peter Maydell2010-12-031-1/+1
* linux-user: Translate getsockopt level optionJamie Lentin2010-12-031-10/+61
* linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell2010-12-031-4/+2
* linux-user: fix memory leaks with NPTL emulationNathan Froyd2010-12-033-8/+9
* linux-user: mmap_reserve() not controlled by RESERVED_VAamateur2010-12-031-1/+3
* microblaze: target-ify target_ucontextRichard Henderson2010-11-231-9/+9
* linux-user: Fix typo m86k -> m68kStefan Weil2010-10-051-3/+3
* Add new user mode option -ignore-environmentStefan Weil2010-10-051-0/+6
* Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-031-1/+1
* linux-user: improve flatload error checkingBlue Swirl2010-09-181-1/+2
* linux-user: fix types in a comparisonBlue Swirl2010-09-181-1/+1
* linux-user: fix socklen_t comparisonsBlue Swirl2010-09-181-7/+13
* microblaze: User-mode emulation of hw-excp signalsEdgar E. Iglesias2010-09-091-0/+31
* microblaze: Fix the target version of stat64 structEdgar E. Iglesias2010-08-091-6/+8
* linux-user: fix build on hosts not using guest baseAurelien Jarno2010-07-301-7/+7
* linux-user: Protect against allocation failure in load_symbols.Richard Henderson2010-07-291-0/+10
* linux-user: Re-use load_elf_image for the main binary.Richard Henderson2010-07-291-277/+103
* linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson2010-07-291-174/+167
* linux-user: Remove partial support for a.out interpreters.Richard Henderson2010-07-291-70/+9
* linux-user: Put the stack guard page at the top.Richard Henderson2010-07-291-14/+17
* linux-user: Improve consistency checking in elf headers.Richard Henderson2010-07-291-24/+33
* linux-user: Load symbols from the interpreter.Richard Henderson2010-07-291-88/+101
* linux-user: Clean up byte-swapping in elfload.c.Richard Henderson2010-07-291-71/+48
* linux-user: Define ELF_DATA generically.Richard Henderson2010-07-291-24/+6
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-293-71/+57
* linux-user: Reindent elfload.c.Richard Henderson2010-07-291-510/+518
* Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2010-07-291-9/+0
* linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson2010-07-291-97/+55
* microblaze: Pass a ucontext * as 3rd sighandler argEdgar E. Iglesias2010-07-231-6/+20
* linux-user: display cpu list.Laurent Vivier2010-07-221-0/+2
* microblaze: Correct signal frame setup.Edgar E. Iglesias2010-07-151-1/+2