summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure with old kernel headers (loop.h is incompatible withpbrook2008-05-231-1/+1
* added missing return (Mike Frysinger)bellard2008-05-101-0/+2
* Update ARM rt_frame layout.pbrook2008-05-061-0/+31
* Add loop device ioctls (Gary Thomas).balrog2008-04-261-0/+1
* Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...balrog2008-04-261-6/+5
* add pread64 and pwrite64 system callsaurel322008-03-281-0/+14
* m68k mmap2 fixes.pbrook2008-03-251-3/+1
* Revert fix for CVE-2008-0928. Will be fixed in a different way later.aurel322008-03-111-0/+3
* Make MIPS MT implementation more cache friendly.ths2008-02-121-3/+3
* Don't error out on zero-length chunks in writev, as to mimic Linux (Kirill A....balrog2008-02-101-1/+1
* lock_iovec() fixbellard2008-02-041-5/+12
* Correct errno return for setsockopt(), by Thayne Harbaugh.ths2007-12-181-1/+1
* Correct errno return for getsockopt(), by Thayne Harbaugh.ths2007-12-181-2/+3
* sh_serial: enable tx after reset (Magnus Damm).balrog2007-12-121-1/+1
* Add missing break just before execve, by Takashi Yoshii.balrog2007-12-111-0/+1
* Fix execve argc/envc counting, by Takashi Yoshii.ths2007-12-091-2/+2
* copy_{to,from}_user_timeval() update, by Thayne Harbaugh.ths2007-12-091-32/+42
* copy_from_user_fdset() update, by Thayne Harbaugh.ths2007-12-091-76/+75
* Fix for execve syscall, by Kirill A. Shutemov.ths2007-12-021-4/+4
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-146/+300
* x86_64 linux user emulationbellard2007-11-141-38/+59
* i386 TLS supportbellard2007-11-141-3/+147
* suppressed page_unprotect_range() - fixed access_ok()bellard2007-11-141-2/+0
* 64 bit cast for dirent64bellard2007-11-111-2/+2
* removed warningbellard2007-11-111-2/+1
* improved cmsg handling - improved shm memory codebellard2007-11-111-42/+72
* move get_errno() inside do_fcntl()bellard2007-11-111-35/+25
* no longer use get_errno for do_modify_ldt()bellard2007-11-111-16/+17
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-411/+574
* Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths2007-11-011-2/+33
* Do not make NETLINK socket connections possible (Alexander Graf).balrog2007-10-301-0/+2
* Syscall target errno fixes, by Thayne Harbaugh.ths2007-10-201-48/+90
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-200/+200
* getpriority() shouldn't use libc wrapper, by Thayne Harbaugh.ths2007-10-091-1/+6
* CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths2007-10-081-2/+6
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-1/+2
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+7
* Convert syscall arguments and return value from long to int or target_long.j_mayer2007-09-261-80/+104
* linux-user utimensat() syscall, by Thayne Harbaugh.ths2007-09-251-0/+26
* Check if the hosts defines a symlinkat syscall.ths2007-09-251-1/+1
* linux-user faccessat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+19
* linux-user fchmodat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+20
* linux-user readlinkat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+27
* linux-user symlinkat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+27
* linux-user linkat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+27
* linux-user renameat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+27
* linux-user unlinkat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+19
* linux-user fchownat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+20
* linux-user mknodat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+20
* linux-user mkdirat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+19
OpenPOWER on IntegriCloud