]> git.proxmox.com Git - qemu.git/history - linux-user/syscall.c
lsi53c895a: Update dnad when skipping MSGOUT bytes
[qemu.git] / linux-user / syscall.c
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-11 Peter Maydelllinux-user: Add configure check for linux/fiemap.h...
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-01-08 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-01-07 Peter Maydelllinux-user: Implement FS_IOC_FIEMAP ioctl
2011-01-07 Peter Maydelllinux-user: Support ioctls whose parameter size is...
2011-01-07 Peter Maydelllinux-user: Implement sync_file_range{,2} syscalls
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-04 Edgar E. IglesiasMerge branch 'linux-user-for-upstream' of git://gitorio...
2010-12-03 Riku Voipiolinux-user: fix compiler error on nptl
2010-12-03 Jamie Lentinlinux-user: Translate getsockopt level option
2010-12-03 Nathan Froydlinux-user: fix memory leaks with NPTL emulation
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-18 Blue Swirllinux-user: fix socklen_t comparisons
2010-06-16 Paul BrookUsermode exec-stack fix
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-11 Richard Hendersons390x: Avoid _llseek.
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-21 Riku Voipiolinux-user: do not warn for missing pselect6
2010-05-21 Richard Hendersonalpha-linux-user: Fix sigprocmask.
2010-05-21 Richard Hendersonalpha-linux-user: Fix sigsuspend parameters.
2010-05-21 Richard Hendersonalpha-linux-user: Fix getxpid.
2010-05-21 Richard Hendersonalpha-linux-user: Fix pipe return mechanism.
2010-05-21 Richard Hendersonalpha-linux-user: Fix brk error return.
2010-05-18 takasi-y@ops.dti... linux-user: rlimit conversion between host and target.
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-27 Richard Hendersontarget-alpha: Enable NPTL.
2010-04-26 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-04-26 Richard Hendersonlinux-user: Fix sparc32plus stat64 syscalls.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-13 takasi-y@ops.dti... linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.
2010-04-01 Stefan WeilFix compilation with missing inotify_init1
2010-04-01 Aurelien Jarnolinux-user/ia64: workaround ia64 strangenesses
2010-03-26 Riku Voipiolinux-user: add inotify_init1 syscall support
2010-03-06 takasi-y@ops.dti... linux-user: Fix syscall pipe2() retval on sh4
2010-02-28 Richard Hendersonalpha-linux-user: Implement signals.
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-06 Loïc Minierlinux-user: adapt uname machine to emulated CPU
2010-02-05 Loïc Minierlinux-user: adapt uname machine to emulated CPU
2010-01-14 Vince Weaveralpha: fix stat64 issue
2009-12-13 Richard Hendersontarget-alpha: Fixes for alpha-linux syscalls.
2009-11-07 Blue Swirl(x86/Sparc/PPC)-user: fix cpu_copy
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-17 Jan-Simon MöllerRe: linux-user/syscall.c - don't add GUEST_BASE to...
2009-10-17 Ulrich Hechtlinux-user: KD/VT/FB ioctls
2009-10-15 Ulrich Hechtlinux-user: getpriority errno fix
2009-10-15 Ulrich Hechtimplementations of dup3 and fallocate that are good...
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinlinux-user: fix coding style nit
2009-09-10 malcF_DUPFD_CLOEXEC is not universally available
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Ulrich Hechtlinux-user: zero fstat buffer to initialize nsec fields
2009-08-25 Ulrich Hechtlinux-user: fadvise64 implementation
2009-08-25 Ulrich Hechtlinux-user: enable getdents for > 32-bit systems
2009-08-25 Ulrich Hechtlinux-user: fcntl fixes for LTP
2009-08-25 Nathan Froydlinux-user: fix mq_* compilation problems
2009-08-25 Laurent Vivierm68k, linux-user: enable sigaltstack()
2009-08-25 Riku Voipiolinux-user: add eventfd support
2009-08-03 Nathan Froydlinux-user: make FUTEX_* calls honor timeout parameter
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-08 Ulrich Hechtgetrlimit conversion mix-up
2009-07-08 Ulrich Hechtwrap path for access syscall
2009-07-08 Ulrich Hecht64-bit clean socketcall syscall
2009-07-08 Ulrich Hechtpipe argument should not be signed
2009-07-08 vibi sreenivasanlinux-user/syscall.c: remove warning: ‘array’ may be...
2009-07-08 Arnaud Patardlinux-user: check some parameters for some socket syscalls.
2009-06-18 Riku Voipiolinux-user: strace now handles guest stringscorrectly...
2009-06-16 Laurent Vivierlinux-user: remove duplicate tswap32() from do_getsockopt()
2009-06-16 Eduardo Habkostlinux-user/syscall.c: define _ATFILE_SOURCE
2009-06-16 Arnaud Patard (Rtp)RFC: fix fcntl support in linux-user - new try
2009-06-16 vibisreenivasanlinux-user: add tee, splice and vmsplice
2009-06-16 Riku Voipiolinux-user: implement pipe2 [v3]
2009-06-16 Riku Voipioadd futex wake op
2009-06-16 Martin Mohringlinux-user: support private futexes
2009-06-16 Martin Mohringlinux-user: include linux/fs.h
2009-06-16 Lionel Landwerlinlinux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP...
2009-06-16 Lionel Landwerlinlinux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP...
2009-06-16 Arnaud PatardReturn EOPNOTSUPP instead of ENOSYS for *xattr* syscalls
2009-06-16 Arnaud PatardFix struct termios host - target translation
2009-06-16 Riku Voipiolinux-user: fix utimensat
2009-06-16 Mika Westerberglinux-user: strace now handles guest strings correctly...
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-06-16 Riku VoipioImplement shm* syscalls and fix 64/32bit errors
2009-06-04 Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-05-19 Paul BrookOnly define __llseek if it is going to be used
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-19 aurel32linux-user: Linux kernel's fchmodat and faccessat have...
2009-04-18 aurel32linux-user: fix IPCOP_sem* and implement sem*
next