summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.ths2007-01-051-2/+21
* MIPS has also a fixed MMAP_SHIFT of 12.ths2006-12-111-1/+1
* Fix addrlen size, by David Woodhouse.ths2006-12-111-1/+1
* Fix fstat for MIPS userland emulation, and add support for a cacheflushths2006-12-081-1/+7
* Remove do_socketcallwrapper.pbrook2006-11-191-92/+129
* ColdFire target.pbrook2006-10-221-2/+9
* initial MIPS signal handling (initial patch by Raphael Rigo)bellard2006-06-271-0/+28
* mips socket calls (initial patch by Raphael Rigo)bellard2006-06-241-81/+269
* sparc user fixes (Blue Swirl)bellard2006-06-211-1/+10
* use glibc syscall (David Woodhouse)bellard2006-06-141-102/+34
* Teach usermode emulation how to lie about uname -r.pbrook2006-05-141-0/+3
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+5
* ia64 fixesbellard2006-04-241-1/+1
* Implement acct and pretend to implement madvise.pbrook2006-04-161-2/+10
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-385/+733
* Arm Linux EABI syscall support.pbrook2006-02-091-30/+119
* log typosbellard2005-12-181-2/+2
* statfs fixbellard2005-11-281-19/+37
* mips user emulationbellard2005-11-261-0/+6
* more set/getsockopt valuesbellard2005-07-231-7/+71
* [f]truncate64 supportbellard2005-07-231-2/+4
* report user mode gdb exit codes (Paul Brook)bellard2005-04-261-0/+2
* ARM "Angel" semihosting syscalls (Paul Brook)bellard2005-04-231-1/+1
* SUSE fixbellard2005-03-011-0/+2
* armv5te support (Paul Brook)bellard2005-01-311-2/+26
* initial sparc64 supportbellard2005-01-301-2/+53
* 64 bit target fixes - removed warningsbellard2005-01-031-1/+4
* 'syscall' syscallbellard2005-01-031-0/+5
* utimes() supportbellard2004-12-061-0/+14
* uname() fix (James Pellow)bellard2004-12-061-1/+0
* uname + sysctl fix (Paul Brook)bellard2004-09-131-1/+14
* sysinfo syscall (Francois Guimond)bellard2004-06-191-1/+24
* utime fixbellard2004-05-031-4/+9
* amd64 port (Jocelyn Mayer)bellard2004-04-261-0/+5
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-0/+2
* initial x86-64 host support (Gwenole Beauchesne)bellard2004-03-171-1/+1
* shm support, more setsockopt and getsockopt calls, fds fix (initial patch by ...bellard2004-02-221-52/+193
* use kernel like macros for user access (will be useful someday to have a bett...bellard2004-02-221-21/+0
* O_DIRECT compile fixbellard2004-02-221-0/+2
* fcntl flags convertion (Jocelyn Mayer)bellard2004-01-041-1/+34
* stat64 fix - added getpagesize()bellard2004-01-041-17/+51
* PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard2003-11-231-113/+170
* added utime syscall - fixed nanosleep exact behaviourbellard2003-09-301-2/+66
* fixed invalid Linux asm/unistd.h header for PowerPC and gcc 3.3bellard2003-08-111-0/+123
* times() fixbellard2003-07-131-4/+21
* ARM fix: mmapbellard2003-07-091-6/+7
* old select supportbellard2003-07-091-1/+11
* automatic ioctl number conversion - minimum ARM fork() supportbellard2003-06-151-18/+54
* getdents for 64 bit cpusbellard2003-06-051-1/+42
* convert mmap flags (alpha fix)bellard2003-06-051-2/+18