summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-301-1/+1
* Translate whole of target_sigset. Use host sigset accessors.pbrook2008-05-301-38/+30
* 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/+5
* 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-071-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/+1
* Revert the previous patchblueswir12008-04-221-124/+0
* Move 128-bit float emulation under linux-user including the forgotten fileblueswir12008-04-221-0/+124
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-0/+1
* Move target-arm/nwfpe into linux-user/arm/nwfpeaurel322008-04-0912-0/+2674
* Implement ARM floating point exception emulationaurel322008-04-071-2/+51
* Remove unwanted executable propertiesblueswir12008-04-061-0/+0
* add pread64 and pwrite64 system callsaurel322008-03-281-0/+14
* Fix flock64 structure on a few target (noticed by Gary Thomas)aurel322008-03-281-0/+3
* Implement AT_CLKTCK.pbrook2008-03-261-0/+1
* Revert accidental commit.pbrook2008-03-261-2/+2
* Remove fixed length commandline buffers.pbrook2008-03-261-2/+2
* m68k mmap2 fixes.pbrook2008-03-252-4/+2
OpenPOWER on IntegriCloud