summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* Command line support for altering the log file locationMatthew Fernandez2011-06-151-17/+26
* Merge remote branch 'rth/axp-next' into alpha-mergeEdgar E. Iglesias2011-06-101-33/+17
|\
| * target-alpha: Tidy exception constants.Richard Henderson2011-05-311-30/+14
| * target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-3/+3
* | Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
|/
* Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-239-6/+1181
|\
| * s390x: s390x-linux-user supportUlrich Hecht2011-05-209-6/+1181
* | Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-20/+2
|/
* linux-user: Replace deprecated functionStefan Weil2011-05-081-1/+1
* Fix spelling in comments (intruction -> instruction)Stefan Weil2011-05-081-1/+1
* Fix typo in comment (truely -> truly)Stefan Weil2011-05-081-1/+1
* Fix typos in comments (neccessary -> necessary)Stefan Weil2011-05-081-1/+1
* Fix typo in comment (dieing -> dying)Stefan Weil2011-05-081-1/+1
* Don't zero out buffer in sched_getaffinityMike McCormack2011-05-021-12/+1
* Fix buffer overrun in sched_getaffinityMike McCormack2011-05-021-1/+1
* linux-user: Fix compilation for "old" linux versionsStefan Weil2011-05-021-0/+12
* linux-user: untie syscalls from UID16Riku Voipio2011-04-263-17/+43
* linux-user: add s390x to llseek listAlexander Graf2011-04-261-1/+2
* linux-user: add ioctl(SIOCGIWNAME, ...) support.Laurent Vivier2011-04-263-1/+5
* linux-user: convert ioctl(SIOCGIFCONF, ...) result.Laurent Vivier2011-04-262-2/+97
* linux-user: improve tracesLaurent Vivier2011-04-262-6/+167
* [v2] linux-user: bigger default stackRiku Voipio2011-04-261-5/+2
* linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell2011-04-253-6/+6
* softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno2011-04-171-1/+1
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-124-5/+173
* unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao2011-04-124-0/+454
* microblaze: Correct ec mask in debug printEdgar E. Iglesias2011-04-111-1/+1
* linux-user: Fix unlock_user() call in return from poll()Peter Maydell2011-03-221-3/+1
* linux-user: Fix large seeks by 32 bit guest on 64 bit hostPeter Maydell2011-03-061-6/+10
* linux-user: fix compile failure if !CONFIG_USE_GUEST_BASEPeter Maydell2011-03-031-0/+4
* linux-user: correct core dump formatLaurent Vivier2011-02-171-16/+18
* linux-user: Support the epoll syscallsPeter Maydell2011-02-172-0/+120
* linux-user: in linux-user/strace.c, tswap() is uselessLaurent Vivier2011-02-171-46/+33
* linux-user: add rmdir() straceLaurent Vivier2011-02-172-0/+15
* linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell2011-02-103-19/+19
* linux-user: fix for loopmount ioctlMartin Mohring2011-02-091-2/+0
* linux-user: fix build errors for mmap2-only portsMike Frysinger2011-02-091-1/+1
* linux-user: implement sched_{g,s}etaffinityMike Frysinger2011-02-091-0/+67
* linux-user/FLAT: allow targets to override FLAT processingMike Frysinger2011-02-092-16/+21
* linux-user/FLAT: fix auto-stack sizingMike Frysinger2011-02-091-2/+9
* linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger2011-02-092-0/+5
* linux-user: add ppoll syscall supportMike Frysinger2011-02-091-2/+55
* linux-user/elfload: add FDPIC supportMike Frysinger2011-02-092-0/+78
* linux-user: fix sizeof handling for getsockoptMike Frysinger2011-02-091-2/+2
* linux-user: Fix possible realloc memory leakStefan Weil2011-02-091-3/+5
* linux-user: Add support for -version optionPeter Maydell2011-02-091-4/+13
* 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
OpenPOWER on IntegriCloud