]> git.proxmox.com Git - qemu.git/history - linux-user/syscall.c
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu.git] / linux-user / syscall.c
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
2005-11-28 bellardstatfs fix
2005-11-26 bellardmips user emulation
2005-07-23 bellardmore set/getsockopt values
2005-07-23 bellard[f]truncate64 support
2005-04-26 bellardreport user mode gdb exit codes (Paul Brook)
2005-04-23 bellardARM "Angel" semihosting syscalls (Paul Brook)
2005-03-01 bellardSUSE fix
2005-01-31 bellardarmv5te support (Paul Brook)
2005-01-30 bellardinitial sparc64 support
2005-01-03 bellard64 bit target fixes - removed warnings
2005-01-03 bellard'syscall' syscall
2004-12-06 bellardutimes() support
2004-12-06 bellarduname() fix (James Pellow)
2004-09-13 bellarduname + sysctl fix (Paul Brook)
2004-06-19 bellardsysinfo syscall (Francois Guimond)
2004-05-03 bellardutime fix
2004-04-26 bellardamd64 port (Jocelyn Mayer)
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-17 bellardinitial x86-64 host support (Gwenole Beauchesne)
2004-02-22 bellardshm support, more setsockopt and getsockopt calls,...
2004-02-22 bellarduse kernel like macros for user access (will be useful...
2004-02-22 bellardO_DIRECT compile fix
2004-01-04 bellardfcntl flags convertion (Jocelyn Mayer)
2004-01-04 bellardstat64 fix - added getpagesize()
2003-11-23 bellardPowerPC target support (Jocelyn Mayer) - added better...
2003-09-30 bellardadded utime syscall - fixed nanosleep exact behaviour
2003-08-11 bellardfixed invalid Linux asm/unistd.h header for PowerPC...
2003-07-13 bellardtimes() fix
2003-07-09 bellardARM fix: mmap
2003-07-09 bellardold select support
2003-06-15 bellardautomatic ioctl number conversion - minimum ARM fork...
2003-06-05 bellardgetdents for 64 bit cpus
2003-06-05 bellardconvert mmap flags (alpha fix)
2003-05-27 bellardmmap2 fix
2003-05-16 bellardadded getrusage
2003-05-14 bellardadded do_fcntl()
2003-05-14 bellardpread/pwrite syscalls - use page_unprotect_range()...
2003-05-13 bellardmmap emulation
2003-05-10 bellardadded vm86.c
2003-05-08 bellardadded setgroups and getgroups syscalls
2003-04-29 bellardia64 support - fcntl uses TARGET_ constants
2003-04-29 bellardfstat64 fix
2003-04-29 bellardflock support
next