aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2008-10-28Fix return value printing for shmat (Lauro Ramos Venancio).balrog
2008-10-28Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog
2008-10-28Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog
2008-10-28Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-10-24Add missing return statement (fixes compiler warning).aurel32
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook
2008-10-13linux-user: implement msg* syscallsaurel32
2008-10-13linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel32
2008-10-13linux-user: fix getdents* syscallsaurel32
2008-10-13linux-user: Add readahead syscallaurel32
2008-10-08CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl
2008-10-08CRIS: linux-user ERP compensation not needed anymore.edgar_igl
2008-10-05Make various generated structures staticblueswir1
2008-10-05Make target_sigaltstack_used staticblueswir1
2008-10-05Export x86_stack_size in qemu.hblueswir1
2008-10-05Make ioctl table staticblueswir1
2008-10-05Make bitmask tables static constblueswir1
2008-10-05Make struct_termios_def constblueswir1
2008-10-03Fix warning about unused functionblueswir1
2008-10-02Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir1
2008-10-02Make CPULogItem tables constblueswir1
2008-10-01Add inotify syscall familyaurel32
2008-10-01Add mincore syscallaurel32
2008-10-01Add fadvise64 stubsaurel32
2008-09-30Silence some warnings about uninitialized variablesblueswir1
2008-09-29TARGET_MAP_xx macros: clean and alpha specific valuesaurel32
2008-09-21Band-aid vfork() emulation (Kirill Shutemov).balrog
2008-09-21Enable same-arch consistency check on x86-64, print syscall name on error.balrog
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-20Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).balrog
2008-09-20Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog
2008-09-20Fix building with 2.6.27 kernel headers (Kirill Shutemov).balrog
2008-09-20Implement the futimesat() syscall (by Kirill Shutemov).balrog
2008-09-20Implement fstatat64() syscall (by Kirill Shutemov).balrog
2008-09-20Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).balrog
2008-09-20Fix getgroups() with zero size parameter (Kirill Shutemov).balrog
2008-09-16Move offsetof to osdep.h, remove local defintions.balrog
2008-09-15qemu sh4 nptl supportaurel32
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-07alpha: only print debug information to the log fileaurel32
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir1
2008-08-27Fix Sparc64 window handling problems detected by Vince Weaverblueswir1
2008-08-24To make syscall.c for 64 bit truly warning-free, we need some more #ifs.blueswir1
2008-08-20Kludge to support linux-user on a PPC64malc
2008-08-20Fix tswap sizemalc
2008-08-17Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir1