modify pipe2
[qemu] / linux-user / syscall.c
2009-05-26 Riku Voipiomodify pipe2
2009-05-07 Riku Voipiolinux-user: implement pipe2 [v2]
2009-05-07 Martin Mohringlinux-user: support private futexes
2009-05-07 Martin Mohringlinux-user: include linux/fs.h
2009-05-07 Lionel Landwerlinlinux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP...
2009-05-07 Lionel Landwerlinlinux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP...
2009-05-07 Arnaud PatardReturn EOPNOTSUPP instead of ENOSYS for *xattr* syscalls
2009-05-07 Riku Voipiolinux-user: fix utimensat with NULL timespec
2009-05-07 Riku Voipiolinux-user: fix utimensat when used as futimens
2009-04-20 Riku VoipioMerge branch 'linux-user-for-upstream' into master...
2009-04-20 Riku VoipioRevert "Fix and cleanup IPCOP_shm* ipc calls handling"
2009-04-20 Riku VoipioRevert "Implement shm* syscalls"
2009-04-20 Riku VoipioMerge branch 'upstream' into master-test
2009-04-20 Riku VoipioRevert "Fix and cleanup IPCOP_sem* ipc calls handling"
2009-04-20 Riku VoipioRevert "Implement sem* syscalls"
2009-04-20 Riku VoipioRevert "Added posix message queue syscalls except mq_no...
2009-04-20 Riku VoipioRevert "atfile wrapper support for sb2"
2009-04-20 Riku VoipioRevert "linux-user: unix sockets - fix running dbus"
2009-04-20 Riku VoipioRevert "Revived GUEST_BASE support for usermode emulati...
2009-04-20 Riku VoipioRevert "linux-user: added ELF coredump support for...
2009-04-20 Riku VoipioRevert "Fix getcwd syscall return value"
2009-04-20 Riku Voipiofix fcntl
2009-04-20 Riku Voipiofix termios
2009-04-20 Mika Westerberglinux-user: strace now handles guest strings correctly
2009-04-20 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-04-20 Riku VoipioImplement shm* syscalls and fix 64/32bit errors
2009-04-19 aurel32linux-user: Linux kernel's fchmodat and faccessat have...
2009-04-18 aurel32linux-user: fix IPCOP_sem* and implement sem*
2009-04-17 Riku VoipioFix getcwd syscall return value
2009-04-17 aurel32linux-user: fix inotify syscalls
2009-04-16 pbrookTranslate signal values in exit status.
2009-04-16 aurel32linux-user: fix getcwd syscall
2009-04-15 aurel32linux-user: fix warnings introduced by r7118
2009-04-15 aurel32linux-user: prefer glibc over direct syscalls
2009-04-15 aurel32linux-user: removed unnecessary MAX_SOCK_ADDR checks...
2009-04-15 aurel32linux-user: unix sockets - fix running dbus
2009-04-15 aurel32linux-user: Added posix message queue syscalls except...
2009-04-08 aurel32linux-user: fix fstatat64()/newfstatat() syscall implem...
2009-04-08 aurel32linux-user: fix problems with inotify syscalls
2009-03-31 Mika Westerberglinux-user: added ELF coredump support for ARM target
2009-03-19 Mika Westerberglinux-user: removed unnecessary MAX_SOCK_ADDR checks...
2009-03-09 Riku Voipiofix merge fallout
2009-03-09 Riku Voipiouse Paul Brooks thread variant
2009-03-09 Riku VoipioMerge branch 'upstream' into maemo-test
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-05 Riku VoipioRevived GUEST_BASE support for usermode emulation targets.
2009-02-19 Riku VoipioMerge branch 'upstream' into maemo-test
2009-02-03 aurel32linux-user: Remove incorrect break;
2009-02-02 Riku Voipiolinux-user: Remove incorrect break;
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2009-01-30 aurel32linuw-user fix: read() and acct() on NULL arguments
2009-01-30 aurel32linux-user: return EINVAL on incorrect sockaddr
2009-01-30 aurel32linux-user: fix accept(2) with NULL peer
2009-01-30 Lauro Ramos Venancioimplement CLONE_CHILD_CLEARTID
2009-01-28 Riku Voipiolinux-user: unix sockets - fix running dbus
2009-01-26 Riku Voipiolinux-user: identify running binary in /proc/self/exe
2009-01-26 Riku VoipioRevert "linux-user: identify running binary in /proc...
2009-01-26 Riku Voipioatfile wrapper support for sb2
2009-01-16 Riku Voipiofix accept(2) with NULL peer
2009-01-14 Riku Voipiolinux-user: identify running binary in /proc/self/exe
2009-01-14 Riku Voipiolinux-user: return EINVAL on incorrect sockaddr
2009-01-14 Riku Voipiofix read() and acct() on NULL arguments
2009-01-14 Riku VoipioAdded posix message queue syscalls except mq_notify
2009-01-14 Kirill A. Shutemovshmat(): use mmap_find_vma to find free memory area
2009-01-14 Kirill A. ShutemovImplement shm* syscalls
2009-01-14 Kirill A. ShutemovFix and cleanup IPCOP_shm* ipc calls handling
2009-01-14 Kirill A. ShutemovImplement sem* syscalls
2009-01-14 Kirill A. ShutemovFix and cleanup IPCOP_sem* ipc calls handling
2009-01-14 Kirill A. ShutemovFix fstatat64()/newfstatat() syscall implementation
2009-01-07 edgar_iglCRIS: Clone flags are reversed on CRIS.
2009-01-07 edgar_iglCRIS: Implement set_thread_area for CRIS.
2009-01-05 blueswir1Fix more FSF addresses
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-13 blueswir1Fix warning about unused shm_regions
2008-11-14 aurel32target-alpha: implement getxuid and getxgid syscalls
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-11-06 aurel32User qemu profiling
2008-10-28 balrogRecvmsg must return the number of bytes received (Lauro...
2008-10-28 balrogFix iovec for the case with invalid elements (Lauro...
2008-10-28 balrogUse the host exit syscall for exiting (Lauro Ramos...
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-25 blueswir1Replace uses of strncpy (a GNU extension) with Qemu...
2008-10-24 aurel32Add missing return statement (fixes compiler warning).
2008-10-13 aurel32linux-user: implement msg* syscalls
2008-10-13 aurel32linux-user: fix and cleanup IPCOP_msg* ipc calls handling
2008-10-13 aurel32linux-user: fix getdents* syscalls
2008-10-13 aurel32linux-user: Add readahead syscall
2008-10-05 blueswir1Make various generated structures static
2008-10-05 blueswir1Make ioctl table static
2008-10-05 blueswir1Make bitmask tables static const
2008-10-05 blueswir1Make struct_termios_def const
2008-10-01 aurel32Add inotify syscall family
2008-10-01 aurel32Add mincore syscall
2008-10-01 aurel32Add fadvise64 stubs
2008-09-21 balrogBand-aid vfork() emulation (Kirill Shutemov).
2008-09-21 balrogEnable same-arch consistency check on x86-64, print...
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-20 balrogFix pread() and pwrite() syscall on ARM EABI (Kirill...
2008-09-20 balrogAdd MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill...
2008-09-20 balrogFix building with 2.6.27 kernel headers (Kirill Shutemov).
next