summary refs log tree commit diff stats
path: root/linux-user/syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user openat() syscall, by Thayne Harbaugh.ths2007-09-241-0/+22
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-39/+39
* Add some missing checks for host syscalls.ths2007-09-161-5/+7
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-84/+84
* Partial support for 34K multithreading, not functional yet.ths2007-09-061-3/+4
* Restore build on older Linux hosts.ths2007-07-231-0/+12
* Fix statfs(64) syscall wrapper, by Andreas Schwab.ths2007-07-201-2/+4
* Tkill support, by Stuart Anderson.ths2007-07-121-0/+12
* Spelling fix, by Stuart Brady.ths2007-07-121-1/+1
* Fix Sparc64 stat system callblueswir12007-07-081-1/+8
* Page align brk result like real Linuxblueswir12007-07-071-1/+1
* Implement set_robust_list, by Alexander Graf.ths2007-06-211-1/+6
* Implement tgkill, by Alexander Graf.ths2007-06-211-0/+8
* IPC message translation.ths2007-06-031-12/+123
* Semaphore structure mapping, by Stuart Anderson.ths2007-06-031-3/+203
* linux-user errno mapping, by Stuart Anderson.ths2007-06-011-1/+108