vmstate: Add pre/post_save() hooks
[qemu] / linux-user /
2009-09-10 malcF_DUPFD_CLOEXEC is not universally available
2009-09-05 Blue SwirlFix Sparse warnings: add "static"
2009-08-25 Kirill A. Shutemovlinux-user: Rewrite mmap_find_vma() to work fine on...
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 Laurent Vivierm68k, linux-user: add setup_rt_frame
2009-08-25 Laurent Vivierm68k,linux-user: add setup_frame
2009-08-25 Riku Voipiolinux-user: add eventfd support
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-15 Blue Swirllinux-user: compile envlist.c only once
2009-08-15 Blue Swirluser: compile path.c only once
2009-08-10 Laurent DesnoguesFix symfind.
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-08-03 Nathan Froydlinux-user: make FUTEX_* calls honor timeout parameter
2009-08-03 Nathan Froydlinux-user: handle POWERPC_EXCP_STCX
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-18 malcUse correct byteswap routine for elf_note
2009-07-18 malcAvoid name clashes with symbols that leak from system...
2009-07-17 Laurent DesnoguesELF codedump build failures
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-15 malcAvoid SIGSEGV when dumping cpu state without enabled...
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Paul BrookMIPS signal handling fix
2009-07-09 Paul BrookMIPS atomic instructions
2009-07-09 Paul BrookFix MIPS sys_clone
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-07-08 Arnaud Patardlinux-user: increment MAX_ARG_PAGES
2009-07-01 Blue SwirlFix missing strnlen problems
2009-06-23 Edgar E. Iglesiasmicroblaze: Support the latest mmu-kernel stat64 ABI.
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 Nathan Froydlinux-user: initialize mmap_mutex properly
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 Voipiolinux-user: update syscall list
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: added x86 and x86_64 support for ELF coredump
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-16 Riku Voipioexport mmap_find_vma for shmat
2009-06-04 Nathan Froydfix gdbstub support for multiple threads in usermode, v3
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-05-26 Edgar E. Iglesiasmicroblaze: Add syscall, signal and termbits defs for...
2009-05-19 Paul BrookOnly define __llseek if it is going to be used
2009-05-19 Paul BrookAvoid implicit truncation compiler warnings
2009-05-15 Nathan Froydsupport ELF_HWCAP for PPPC
2009-05-15 Nathan Froydlinux-user: ppc signal handling
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-04 Paul BrookFix compiler warnings in nwfpe code.
2009-04-21 pbrookMIPS signal handling fixes.
2009-04-21 pbrookMIPS: Raise SIGSEGV, not SIGILL when an access faults.
2009-04-21 pbrookFix target_siginfo ordering for MIPS.
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 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: proper exit code for uncaught signals
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: add support for passing contents of argv0
2009-04-15 aurel32linux-user: Added posix message queue syscalls except...
2009-04-09 pbrookEnable generic accepts-anything cpu by default for...
2009-04-08 aurel32linux-user: fix fstatat64()/newfstatat() syscall implem...
2009-04-08 aurel32linux-user: fix problems with inotify syscalls
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-28 blueswir1Flush stdout after printing usage()
2009-02-09 aurel32Fix crash caused by missing command line arguments
2009-02-03 edgar_iglPartialy fix mmap at EOF for large pagesize targets...
2009-02-03 aurel32linux-user: Remove incorrect break;
next