summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-23[f]truncate64 supportbellard1-2/+4
2005-04-26report user mode gdb exit codes (Paul Brook)bellard1-0/+2
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard1-1/+1
2005-03-01SUSE fixbellard1-0/+2
2005-01-31armv5te support (Paul Brook)bellard1-2/+26
2005-01-30initial sparc64 supportbellard1-2/+53
2005-01-0364 bit target fixes - removed warningsbellard1-1/+4
2005-01-03'syscall' syscallbellard1-0/+5
2004-12-06utimes() supportbellard1-0/+14
2004-12-06uname() fix (James Pellow)bellard1-1/+0
2004-09-13uname + sysctl fix (Paul Brook)bellard1-1/+14
2004-06-19sysinfo syscall (Francois Guimond)bellard1-1/+24
2004-05-03utime fixbellard1-4/+9
2004-04-26amd64 port (Jocelyn Mayer)bellard1-0/+5
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-0/+2
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-1/+1
2004-02-22shm support, more setsockopt and getsockopt calls, fds fix (initial patch by ...bellard1-52/+193
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard1-21/+0
2004-02-22O_DIRECT compile fixbellard1-0/+2
2004-01-04fcntl flags convertion (Jocelyn Mayer)bellard1-1/+34
2004-01-04stat64 fix - added getpagesize()bellard1-17/+51
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard1-113/+170
2003-09-30added utime syscall - fixed nanosleep exact behaviourbellard1-2/+66
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard1-0/+123
2003-07-13times() fixbellard1-4/+21
2003-07-09ARM fix: mmapbellard1-6/+7
2003-07-09old select supportbellard1-1/+11
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard1-18/+54
2003-06-05getdents for 64 bit cpusbellard1-1/+42
2003-06-05convert mmap flags (alpha fix)bellard1-2/+18
2003-05-27mmap2 fixbellard1-2/+3
2003-05-16added getrusagebellard1-19/+33
2003-05-14added do_fcntl()bellard1-36/+45
2003-05-14pread/pwrite syscalls - use page_unprotect_range() in vital cases to avoid pr...bellard1-2/+6
2003-05-13mmap emulationbellard1-16/+10
2003-05-10added vm86.cbellard1-72/+0