aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-2/+2
* target-alpha: implement getxuid and getxgid syscallsaurel322008-11-141-0/+24
* ppc-linux-user: handle EXCP_DEBUGaurel322008-11-141-14/+13
* target-alpha: fix termbits and target IOC macrosaurel322008-11-122-34/+34
* target-alpha: add proper fcntl definitionsaurel322008-11-111-0/+19
* use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).balrog2008-11-102-12/+23
* User qemu profilingaurel322008-11-061-0/+6
* Fix return value printing for shmat (Lauro Ramos Venancio).balrog2008-10-281-1/+1
* Recvmsg must return the number of bytes received (Lauro Ramos Venancio).balrog2008-10-281-2/+6
* Fix iovec for the case with invalid elements (Lauro Ramos Venancio).balrog2008-10-281-13/+7
* Use the host exit syscall for exiting (Lauro Ramos Venancio).balrog2008-10-281-1/+3
* Fix undeclared symbol warnings from sparseblueswir12008-10-263-6/+6
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+1
* Add missing return statement (fixes compiler warning).aurel322008-10-241-0/+1
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-221-44/+98
* linux-user: implement msg* syscallsaurel322008-10-131-0/+21
* linux-user: fix and cleanup IPCOP_msg* ipc calls handlingaurel322008-10-131-55/+116
* linux-user: fix getdents* syscallsaurel322008-10-132-14/+28
* linux-user: Add readahead syscallaurel322008-10-131-1/+14
* CRIS: linux-user signals dont need ERP compensation after break anymore.edgar_igl2008-10-081-3/+0
* CRIS: linux-user ERP compensation not needed anymore.edgar_igl2008-10-081-1/+0
* Make various generated structures staticblueswir12008-10-051-1/+1
* Make target_sigaltstack_used staticblueswir12008-10-051-1/+1
* Export x86_stack_size in qemu.hblueswir12008-10-052-2/+3
* Make ioctl table staticblueswir12008-10-051-1/+1
* Make bitmask tables static constblueswir12008-10-051-4/+4
* Make struct_termios_def constblueswir12008-10-051-1/+1
* Fix warning about unused functionblueswir12008-10-031-0/+2
* Include qemu-common.h in order to get prototypes for qemu_malloc etc.blueswir12008-10-021-0/+1
* Make CPULogItem tables constblueswir12008-10-021-1/+1
* Add inotify syscall familyaurel322008-10-011-0/+29
* Add mincore syscallaurel322008-10-011-1/+13
* Add fadvise64 stubsaurel322008-10-011-0/+21
* Silence some warnings about uninitialized variablesblueswir12008-09-302-2/+3
* TARGET_MAP_xx macros: clean and alpha specific valuesaurel322008-09-291-5/+24
* Band-aid vfork() emulation (Kirill Shutemov).balrog2008-09-211-0/+4
* Enable same-arch consistency check on x86-64, print syscall name on error.balrog2008-09-211-4/+5
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-203-3/+4
* Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).balrog2008-09-201-0/+8
* Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).balrog2008-09-204-0/+15
* Fix building with 2.6.27 kernel headers (Kirill Shutemov).balrog2008-09-201-1/+1
* Implement the futimesat() syscall (by Kirill Shutemov).balrog2008-09-201-0/+25
* Implement fstatat64() syscall (by Kirill Shutemov).balrog2008-09-201-58/+83
* Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).balrog2008-09-201-2/+2
* Fix getgroups() with zero size parameter (Kirill Shutemov).balrog2008-09-201-0/+4
* Move offsetof to osdep.h, remove local defintions.balrog2008-09-161-4/+0
* qemu sh4 nptl supportaurel322008-09-152-1/+6
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-142-17/+18
* alpha: only print debug information to the log fileaurel322008-09-071-1/+0
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-062-11/+11