summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)AuthorFilesLines
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
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