Make MIPS MT implementation more cache friendly.
[qemu] / linux-user / syscall.c
2008-02-12 thsMake MIPS MT implementation more cache friendly.
2008-02-10 balrogDon't error out on zero-length chunks in writev, as...
2008-02-04 bellardlock_iovec() fix
2007-12-18 thsCorrect errno return for setsockopt(), by Thayne Harbaugh.
2007-12-18 thsCorrect errno return for getsockopt(), by Thayne Harbaugh.
2007-12-12 balrogsh_serial: enable tx after reset (Magnus Damm).
2007-12-11 balrogAdd missing break just before execve, by Takashi Yoshii.
2007-12-09 thsFix execve argc/envc counting, by Takashi Yoshii.
2007-12-09 thscopy_{to,from}_user_timeval() update, by Thayne Harbaugh.
2007-12-09 thscopy_from_user_fdset() update, by Thayne Harbaugh.
2007-12-02 thsFix for execve syscall, by Kirill A. Shutemov.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-14 bellardx86_64 linux user emulation
2007-11-14 bellardi386 TLS support
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-11 bellard64 bit cast for dirent64
2007-11-11 bellardremoved warning
2007-11-11 bellardimproved cmsg handling - improved shm memory code
2007-11-11 bellardmove get_errno() inside do_fcntl()
2007-11-11 bellardno longer use get_errno for do_modify_ldt()
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-30 balrogDo not make NETLINK socket connections possible (Alexan...
2007-10-20 thsSyscall target errno fixes, by Thayne Harbaugh.
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 thsgetpriority() shouldn't use libc wrapper, by Thayne...
2007-10-08 thsCRIS Linux userland emulation, part 2. By Edgar E....
2007-09-27 thsMove get_sp_from_cpustate from cpu.h to target_signal.h.
2007-09-27 thslinux-user sigaltstack() syscall, by Thayne Harbaugh.
2007-09-26 j_mayerConvert syscall arguments and return value from long...
2007-09-25 thslinux-user utimensat() syscall, by Thayne Harbaugh.
2007-09-25 thsCheck if the hosts defines a symlinkat syscall.
2007-09-24 thslinux-user faccessat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchmodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user readlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user symlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user linkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user renameat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user unlinkat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user fchownat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mknodat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user mkdirat() syscall, by Thayne Harbaugh.
2007-09-24 thslinux-user openat() syscall, by Thayne Harbaugh.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsAdd some missing checks for host syscalls.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-06 thsPartial support for 34K multithreading, not functional...
2007-07-23 thsRestore build on older Linux hosts.
2007-07-20 thsFix statfs(64) syscall wrapper, by Andreas Schwab.
2007-07-12 thsTkill support, by Stuart Anderson.
2007-07-12 thsSpelling fix, by Stuart Brady.
2007-07-08 blueswir1 Fix Sparc64 stat system call
2007-07-07 blueswir1 Page align brk result like real Linux
2007-06-21 thsImplement set_robust_list, by Alexander Graf.
2007-06-21 thsImplement tgkill, by Alexander Graf.
2007-06-03 thsIPC message translation.
2007-06-03 thsSemaphore structure mapping, by Stuart Anderson.
2007-06-01 thslinux-user errno mapping, by Stuart Anderson.
2007-06-01 thsPatch for pipe() result handling, by Stuart Anderson.
2007-06-01 thsFix struct stat mapping for MIPS, by Stuart Anderson.
2007-05-28 thsRevert last change, this workaround is long obsolete.
2007-05-28 thsFix do_socketcall argument, by Daniel Jacobowitz.
2007-05-13 thsMIPS linux-user update.
2007-04-26 thsUse 16-bit uid wrappers, by Magnus Damm.
2007-04-14 j_mayerFix incorrect pointers casts.
2007-04-06 j_mayerCode provision for x86_64 and PowerPC 64 linux user...
2007-04-05 j_mayerPreliminary patch for Alpha Linux user mode emulation...
2007-04-01 thsConditionalize more syscall implementations, by Mike...
2007-03-31 thsfcntl() remaining fix, by Stuart Anderson.
2007-03-22 thsFix fcntl64 logic bug, by Kirill A. Shutemov.
2007-03-20 thsfcntl64 fix, by Kirill A. Shutemov.
2007-03-19 thsLinux usermode clock_gettime/clock_getres emulation...
2007-03-19 thsAdd missing header includes.
2007-03-19 thsFix allocation sizes in getpeername/getsockname, spotte...
2007-03-17 pbrookUsermode recv syscall fix.
2007-03-02 thsMIPS Userland TLS register emulation, by Daniel Jacobowitz.
2007-02-28 thsFix CPU chaining in linux-user emulation, by Gwenole...
2007-02-17 thsUserland mount syscall emulation, by Kirill A. Shutemov.
2007-02-11 thsFix previous Linux userland emulation breakage.
2007-02-11 thsLinux userland emulation of prctl, from Debian patchset.
2007-02-11 thsLinux userland emulation of syslog, from Debian patchset.
2007-02-02 thssem* and msg* for qemu, part2, by Kirill Shutemov.
2007-02-02 thssem* and msg* for qemu, part1, by Kirill Shutemov.
2007-01-05 thsSupport fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by...
2006-12-11 thsMIPS has also a fixed MMAP_SHIFT of 12.
2006-12-11 thsFix addrlen size, by David Woodhouse.
2006-12-08 thsFix fstat for MIPS userland emulation, and add support...
2006-11-19 pbrookRemove do_socketcallwrapper.
2006-10-22 pbrookColdFire target.
2006-06-27 bellardinitial MIPS signal handling (initial patch by Raphael...
2006-06-24 bellardmips socket calls (initial patch by Raphael Rigo)
2006-06-21 bellardsparc user fixes (Blue Swirl)
2006-06-14 bellarduse glibc syscall (David Woodhouse)
2006-05-14 pbrookTeach usermode emulation how to lie about uname -r.
2006-04-27 bellardsh4 target (Samuel Tardieu)
2006-04-24 bellardia64 fixes
2006-04-16 pbrookImplement acct and pretend to implement madvise.
2006-03-25 pbrookAvoid accessing guest memory directly in usermode emula...
2006-02-09 pbrookArm Linux EABI syscall support.
2005-12-18 bellardlog typos
next