summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-05-08added setgroups and getgroups syscallsbellard1-2/+28
2003-04-29ia64 support - fcntl uses TARGET_ constantsbellard1-8/+12
2003-04-29fstat64 fixbellard1-2/+11
2003-04-29flock supportbellard1-2/+49
2003-04-11stat patches - path patches - added exit_group() syscallbellard1-12/+25
2003-04-07endian fixbellard1-2/+6
2003-03-30added SIOCATMARK and times() syscallbellard1-1/+13
2003-03-30fixed execve bugbellard1-4/+8
2003-03-29endian fixes by Ulrich weigandbellard1-54/+351
2003-03-29first vm86 supportbellard1-33/+162
2003-03-24dirent fixesbellard1-4/+4
2003-03-23distribution patchesv0.1.0bellard1-1/+1
2003-03-23more syscallsbellard1-5/+94
2003-03-23better signal/exception supportbellard1-35/+80
2003-03-23basic signal handlingbellard1-63/+231
2003-03-22basic clone() supportbellard1-4/+62
2003-03-22better 16 bit code supportbellard1-9/+28
2003-03-20ppc portbellard1-1/+6
2003-03-19added flags computation optimizationbellard1-1/+1
2003-03-16added stat64bellard1-3/+41
2003-03-16added loop/xadd/cmpxchg supportbellard1-4/+41
2003-03-16added minimal segment supportbellard1-2/+124
2003-03-06added translation cachebellard1-0/+3
2003-02-18suppressed clashesbellard1-12/+23
2003-02-18This commit was generated by cvs2svn to compensate for changes in r2,bellard1-0/+1349