summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* qemu sh4 nptl supportaurel322008-09-152-1/+6
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-142-17/+18
* alpha: only print debug information to the log fileaurel322008-09-071-1/+0Star
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-062-11/+11
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-306-14/+1Star
* Add correct stack bias if a 64 bit stack is usedblueswir12008-08-301-0/+9
* Fix Sparc64 window handling problems detected by Vince Weaverblueswir12008-08-271-3/+18
* To make syscall.c for 64 bit truly warning-free, we need some more #ifs.blueswir12008-08-241-1/+5
* Kludge to support linux-user on a PPC64malc2008-08-211-0/+9
* Fix tswap sizemalc2008-08-211-2/+2
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-173-18/+25
* Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).balrog2008-07-291-2/+2
* linux-user: Fix target_statfs[64] on 64-bit hostsbalrog2008-07-191-1/+2
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-164-12/+13
* More efficient target register / TC accesses.ths2008-06-276-34/+34
* Fix Sparc32plus & Sparc64 debug outputblueswir12008-06-151-4/+4
* Fix typo, by Laurent Desnogues.ths2008-06-101-1/+1
* Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook2008-06-092-2/+2
* Prevent guest reusing host memory allocations.pbrook2008-06-091-0/+46
* Despite what the documentation says/implies, PTHREAD_STACK_MIN is often notpbrook2008-06-091-0/+1
* Implement thread creation.pbrook2008-06-081-11/+137
* Multithreaded locking fixes.pbrook2008-06-075-10/+174
* Allow NWINDOWS selection (CPU feature with model specific defaults)blueswir12008-06-071-14/+14
* Spelling fixes, by Stefan Weil.ths2008-06-032-2/+2
* Multithreaded locking for mmap().pbrook2008-06-022-27/+79
* Fix location of futex.h.pbrook2008-06-021-3/+4
* Mark host brk() area as reserved.pbrook2008-05-312-0/+17
* Make signal queues per thread.pbrook2008-05-314-173/+204
* Fix usermode build.pbrook2008-05-311-1/+1
* Copy siginfo.si_code.pbrook2008-05-311-1/+1
* Translate whole of target_sigset. Use host sigset accessors.pbrook2008-05-311-38/+30Star
* Fix structure type in sigtimedwait syscall.pbrook2008-05-301-2/+2
* Handle NULL argp/envp in execve syscall.pbrook2008-05-301-4/+4
* Implement waitid syscall.pbrook2008-05-301-0/+15
* Perform target->host signal mapping for *kill syscalls.pbrook2008-05-303-4/+10
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-58/+5Star
* NPTL host detection and futex syscall passthrough.pbrook2008-05-291-0/+61
* Strace fallback for unknown syscalls.pbrook2008-05-291-1/+2
* Implement clock_nanosleep.pbrook2008-05-291-0/+11
* Implement ARM magic kernel page and TLS register.pbrook2008-05-292-9/+81
* variable dynamic translation buffer sizebellard2008-05-281-0/+1
* CRIS: Use $eda to instead of debug1 (removed) for fault addr.edgar_igl2008-05-271-1/+1
* Fix build failure with old kernel headers (loop.h is incompatible withpbrook2008-05-232-1/+96
* 2.6 kernels make int 5 a trap gatebellard2008-05-121-1/+1
* added missing return (Mike Frysinger)bellard2008-05-101-0/+2
* Update ARM non-rt sigframe layout.pbrook2008-05-081-101/+165
* Update ARM rt_frame layout.pbrook2008-05-063-14/+172
* Add loop device ioctls (Gary Thomas).balrog2008-04-264-0/+48
* Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog2008-04-262-7/+17
* Cope with arch-specific page protection flags in mmap (Richard Purdie).balrog2008-04-241-2/+1Star