summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-21Implement set_robust_list, by Alexander Graf.ths1-1/+6
2007-06-21Implement tgkill, by Alexander Graf.ths1-0/+8
2007-06-03IPC message translation.ths1-12/+123
2007-06-03Semaphore structure mapping, by Stuart Anderson.ths1-3/+203
2007-06-01linux-user errno mapping, by Stuart Anderson.ths1-1/+108
2007-06-01Patch for pipe() result handling, by Stuart Anderson.ths1-0/+5
2007-06-01Fix struct stat mapping for MIPS, by Stuart Anderson.ths1-1/+11
2007-05-28Revert last change, this workaround is long obsolete.ths1-1/+1
2007-05-28Fix do_socketcall argument, by Daniel Jacobowitz.ths1-1/+1
2007-05-13MIPS linux-user update.ths1-4/+6
2007-04-26Use 16-bit uid wrappers, by Magnus Damm.ths1-1/+1
2007-04-14Fix incorrect pointers casts.j_mayer1-1/+1
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-0/+4
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer1-0/+36
2007-04-01Conditionalize more syscall implementations, by Mike Frysinger.ths1-2/+62
2007-03-31fcntl() remaining fix, by Stuart Anderson.ths1-0/+34
2007-03-22Fix fcntl64 logic bug, by Kirill A. Shutemov.ths1-0/+4
2007-03-20fcntl64 fix, by Kirill A. Shutemov.ths1-6/+18
2007-03-19Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov.ths1-0/+23
2007-03-19Add missing header includes.ths1-0/+2
2007-03-19Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.ths1-2/+2
2007-03-17Usermode recv syscall fix.pbrook1-2/+2
2007-03-02MIPS Userland TLS register emulation, by Daniel Jacobowitz.ths1-1/+20
2007-02-28Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.ths1-2/+1
2007-02-17Userland mount syscall emulation, by Kirill A. Shutemov.ths1-2/+12
2007-02-11Fix previous Linux userland emulation breakage.ths1-2/+17
2007-02-11Linux userland emulation of prctl, from Debian patchset.ths1-1/+3
2007-02-11Linux userland emulation of syslog, from Debian patchset.ths1-2/+6
2007-02-02sem* and msg* for qemu, part2, by Kirill Shutemov.ths1-0/+29
2007-02-02sem* and msg* for qemu, part1, by Kirill Shutemov.ths1-0/+24
2007-01-05Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths1-2/+21
2006-12-11MIPS has also a fixed MMAP_SHIFT of 12.ths1-1/+1
2006-12-11Fix addrlen size, by David Woodhouse.ths1-1/+1
2006-12-08Fix fstat for MIPS userland emulation, and add support for a cacheflushths1-1/+7
2006-11-19Remove do_socketcallwrapper.pbrook1-92/+129
2006-10-22ColdFire target.pbrook1-2/+9
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard1-0/+28
2006-06-24mips socket calls (initial patch by Raphael Rigo)bellard1-81/+269
2006-06-21sparc user fixes (Blue Swirl)bellard1-1/+10
2006-06-14use glibc syscall (David Woodhouse)bellard1-102/+34
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook1-0/+3
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+5
2006-04-24ia64 fixesbellard1-1/+1
2006-04-16Implement acct and pretend to implement madvise.pbrook1-2/+10
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-385/+733
2006-02-09Arm Linux EABI syscall support.pbrook1-30/+119
2005-12-18log typosbellard1-2/+2
2005-11-28statfs fixbellard1-19/+37
2005-11-26mips user emulationbellard1-0/+6
2005-07-23more set/getsockopt valuesbellard1-7/+71