summaryrefslogtreecommitdiff
path: root/linux-user/syscall.c
AgeCommit message (Expand)Author
2007-02-02sem* and msg* for qemu, part2, by Kirill Shutemov.ths
2007-02-02sem* and msg* for qemu, part1, by Kirill Shutemov.ths
2007-01-05Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths
2006-12-11MIPS has also a fixed MMAP_SHIFT of 12.ths
2006-12-11Fix addrlen size, by David Woodhouse.ths
2006-12-08Fix fstat for MIPS userland emulation, and add support for a cacheflushths
2006-11-19Remove do_socketcallwrapper.pbrook
2006-10-22ColdFire target.pbrook
2006-06-27initial MIPS signal handling (initial patch by Raphael Rigo)bellard
2006-06-24mips socket calls (initial patch by Raphael Rigo)bellard
2006-06-21sparc user fixes (Blue Swirl)bellard
2006-06-14use glibc syscall (David Woodhouse)bellard
2006-05-14Teach usermode emulation how to lie about uname -r.pbrook
2006-04-27sh4 target (Samuel Tardieu)bellard
2006-04-24ia64 fixesbellard
2006-04-16Implement acct and pretend to implement madvise.pbrook
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook
2006-02-09Arm Linux EABI syscall support.pbrook
2005-12-18log typosbellard
2005-11-28statfs fixbellard
2005-11-26mips user emulationbellard
2005-07-23more set/getsockopt valuesbellard
2005-07-23[f]truncate64 supportbellard
2005-04-26report user mode gdb exit codes (Paul Brook)bellard
2005-04-23ARM "Angel" semihosting syscalls (Paul Brook)bellard
2005-03-01SUSE fixbellard
2005-01-31armv5te support (Paul Brook)bellard
2005-01-30initial sparc64 supportbellard
2005-01-0364 bit target fixes - removed warningsbellard
2005-01-03'syscall' syscallbellard
2004-12-06utimes() supportbellard
2004-12-06uname() fix (James Pellow)bellard
2004-09-13uname + sysctl fix (Paul Brook)bellard
2004-06-19sysinfo syscall (Francois Guimond)bellard
2004-05-03utime fixbellard
2004-04-26amd64 port (Jocelyn Mayer)bellard
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard
2004-02-22shm support, more setsockopt and getsockopt calls, fds fix (initial patch by ...bellard
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard
2004-02-22O_DIRECT compile fixbellard
2004-01-04fcntl flags convertion (Jocelyn Mayer)bellard
2004-01-04stat64 fix - added getpagesize()bellard
2003-11-23PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard
2003-09-30added utime syscall - fixed nanosleep exact behaviourbellard
2003-08-11fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard
2003-07-13times() fixbellard
2003-07-09ARM fix: mmapbellard
2003-07-09old select supportbellard
2003-06-15automatic ioctl number conversion - minimum ARM fork() supportbellard