target-alpha: remove PALCODE_ declarations (unused).
[qemu] / linux-user /
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;
2009-02-01 malcReplace noreturn with QEMU_NORETURN
2009-01-30 aurel32linux-user: fix signal.c warning
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2009-01-30 aurel32linux-user: Add generic env variable handling
2009-01-30 aurel32target-ppc: Fix struct target_stat64 for 32-bit host
2009-01-30 aurel32target-sh4: Fix struct target_stat64 for 64-bit host
2009-01-30 aurel32linuw-user fix: read() and acct() on NULL arguments
2009-01-30 aurel32linux-user: don't crash with null name
2009-01-30 aurel32linux-user: return EINVAL on incorrect sockaddr
2009-01-30 aurel32linux-user: fix accept(2) with NULL peer
2009-01-28 malcFix qemu_malloc.
2009-01-23 aliguorilinux-user: add qemu_realloc() implementation to unbrea...
2009-01-20 blueswir1Fix user emulator breakage, based on patch by Riku...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 blueswir1Add noreturn function attribute
2009-01-14 malcRemove all traces of __powerpc__
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...
next