summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Thumb signal handlers.pbrook2008-03-211-28/+3
* Use TARGET_FMT_lx.edgar_igl2008-03-141-2/+1
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-0/+3
* Convert Sparc64 trap state ops to TCGblueswir12008-03-051-1/+1
* CRIS signals:edgar_igl2008-03-031-57/+58
* First try at supporting ordinary signals for CRIS linux-user guests.edgar_igl2008-02-282-0/+175
* Make MIPS MT implementation more cache friendly.ths2008-02-126-31/+31
* Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A....balrog2008-02-101-1/+1
* lock_iovec() fixbellard2008-02-041-5/+12
* Fix section switching buglet, by Edgar E. Iglesias.ths2008-01-081-1/+2
* copyright updatebellard2008-01-061-5/+6
* Fix a compiler error with DEBUG_REMAP enabled (Thayne Harbaugh).balrog2007-12-241-1/+6
OpenPOWER on IntegriCloud