summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct errno return for setsockopt(), by Thayne Harbaugh.ths2007-12-181-1/+1
* Correct errno return for getsockopt(), by Thayne Harbaugh.ths2007-12-181-2/+3
* m68k missing get_sp_from_cpustate(), by Thayne Harbaugh.ths2007-12-181-0/+5
* QEMU_STRACE documentation bit by Thayne Harbaugh.balrog2007-12-161-1/+6
* Mark host pages as reserved (Magnus Damm).balrog2007-12-121-1/+1
* sh_serial: enable tx after reset (Magnus Damm).balrog2007-12-121-1/+1
* Add missing break just before execve, by Takashi Yoshii.balrog2007-12-111-0/+1
* Various linux-user structures and definitions fixes for PowerPC targets.j_mayer2007-12-104-33/+45
* Fix execve argc/envc counting, by Takashi Yoshii.ths2007-12-091-2/+2
* copy_{to,from}_user_timeval() update, by Thayne Harbaugh.ths2007-12-091-32/+42
* copy_from_user_fdset() update, by Thayne Harbaugh.ths2007-12-091-76/+75
* SH4: Signal handling for the user space emulator, by Magnus Damm.ths2007-12-023-10/+328
* Fix for execve syscall, by Kirill A. Shutemov.ths2007-12-021-4/+4
* Fix PowerPC 64 stat and statfs structures definitions.j_mayer2007-11-211-0/+36
* SH4 Fix missing 6th arg of syscall, by "takasi-y".ths2007-11-201-1/+1
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-6/+0
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-166-206/+398
* force correct ppc64 cpubellard2007-11-151-0/+4
* x86_64 fixesbellard2007-11-151-11/+14
* x86_64 linux user emulationbellard2007-11-144-47/+154
* printf format fixbellard2007-11-141-1/+3
* i386 TLS supportbellard2007-11-144-12/+161
* always define TARGET_ABI32 if 32 bit userbellard2007-11-141-0/+4
* fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard2007-11-141-138/+126
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-142-4/+5
* added lock_user() in target_strlen()bellard2007-11-141-9/+34
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-2/+0
* 64 bit cast for dirent64bellard2007-11-111-2/+2
* fixed more invalid pointer usagebellard2007-11-111-48/+55
* user access fixesbellard2007-11-111-55/+57
* 64 bit compilation fixesbellard2007-11-111-17/+20
* removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...bellard2007-11-111-59/+92
* removed warningbellard2007-11-111-2/+1
* sparc64_[get|set]_context are not meaningful in abi32 modebellard2007-11-111-0/+2
OpenPOWER on IntegriCloud