Add support for passing contents of argv0
[qemu] / linux-user /
2009-01-14 Riku VoipioAdd support for passing contents of argv0
2009-01-14 Riku Voipiolinux-user: Add generic env variable handling
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 Voipiolinux-user: don't crash with null name
2009-01-14 Riku Voipiofix read() and acct() on NULL arguments
2009-01-14 Riku Voipiolinux-user: do not segfault on unkown -d option
2009-01-14 Riku Voipiolinux-user: Change cpu default
2009-01-14 Lionel LandwerlinMore strace formatting for posix message queues syscalls
2009-01-14 Lionel LandwerlinFormat mq_open strace 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. ShutemovRewrite mmap_find_vma() to work fine on 64-bit hosts...
2009-01-14 Kirill A. ShutemovFix fstatat64()/newfstatat() syscall implementation
2009-01-07 edgar_iglCRIS: Add a bunch of syscall numbers.
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
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Fix qemu endless loop when raising a SIGSEGV/SIGBUS...
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32User-mode GDB stub improvements - handle signals
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-15 blueswir1Fix mremap, based on patch by Kirill A. Shutemov
2008-12-13 blueswir1Fix warning about unused shm_regions
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-12-11 blueswir1Fix compiling without MREMAP_FIXED
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-12-08 aurel32linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
2008-12-08 aurel32linux-user: mmap: add check if requested memory area...
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-11-27 thslinux-user: Add support for STOP/CONT signals.
2008-11-27 thslinux-user: sig is target signal.
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-14 aurel32target-alpha: implement getxuid and getxgid syscalls
2008-11-14 aurel32ppc-linux-user: handle EXCP_DEBUG
2008-11-12 aurel32target-alpha: fix termbits and target IOC macros
2008-11-11 aurel32target-alpha: add proper fcntl definitions
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-11-06 aurel32User qemu profiling
2008-10-28 balrogFix return value printing for shmat (Lauro Ramos Venancio).
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-22 pbrook* Use function pointers for symbol lookup (currently...
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-08 edgar_iglCRIS: linux-user signals dont need ERP compensation...
2008-10-08 edgar_iglCRIS: linux-user ERP compensation not needed anymore.
2008-10-05 blueswir1Make various generated structures static
2008-10-05 blueswir1Make target_sigaltstack_used static
2008-10-05 blueswir1Export x86_stack_size in qemu.h
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-03 blueswir1Fix warning about unused function
2008-10-02 blueswir1Include qemu-common.h in order to get prototypes for...
2008-10-02 blueswir1Make CPULogItem tables const
2008-10-01 aurel32Add inotify syscall family
2008-10-01 aurel32Add mincore syscall
2008-10-01 aurel32Add fadvise64 stubs
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-29 aurel32TARGET_MAP_xx macros: clean and alpha specific values
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).
2008-09-20 balrogImplement the futimesat() syscall (by Kirill Shutemov).
2008-09-20 balrogImplement fstatat64() syscall (by Kirill Shutemov).
2008-09-20 balrogSwap only altered elements of the grouplist in getgroup...
2008-09-20 balrogFix getgroups() with zero size parameter (Kirill Shutemov).
2008-09-16 balrogMove offsetof to osdep.h, remove local defintions.
2008-09-15 aurel32qemu sh4 nptl support
2008-09-14 blueswir1Fix warnings that would be caused by gcc flag -Wwrite...
2008-09-07 aurel32alpha: only print debug information to the log file
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-30 blueswir1Add correct stack bias if a 64 bit stack is used
2008-08-27 blueswir1Fix Sparc64 window handling problems detected by Vince...
2008-08-24 blueswir1To make syscall.c for 64 bit truly warning-free, we...
2008-08-20 malcKludge to support linux-user on a PPC64
2008-08-20 malcFix tswap size
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-07-29 balrogUnswap qemu-arm data and prefetch abort addresses ...
2008-07-19 balroglinux-user: Fix target_statfs[64] on 64-bit hosts
2008-07-16 balrogFix a bunch of type mismatch-related warnings (Jan...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-15 blueswir1Fix Sparc32plus & Sparc64 debug output
2008-06-10 thsFix typo, by Laurent Desnogues.
next