summaryrefslogtreecommitdiffstats
path: root/linux-user
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-306-14/+1
* Add correct stack bias if a 64 bit stack is usedblueswir12008-08-301-0/+9
* Fix Sparc64 window handling problems detected by Vince Weaverblueswir12008-08-271-3/+18
* To make syscall.c for 64 bit truly warning-free, we need some more #ifs.blueswir12008-08-241-1/+5
* Kludge to support linux-user on a PPC64malc2008-08-201-0/+9
* Fix tswap sizemalc2008-08-201-2/+2
* Fix some warnings that would be generated by gcc -Wmissing-prototypesblueswir12008-08-173-18/+25
* Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).balrog2008-07-291-2/+2
* linux-user: Fix target_statfs[64] on 64-bit hostsbalrog2008-07-191-1/+2
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-164-12/+13
* More efficient target register / TC accesses.ths2008-06-276-34/+34
* Fix Sparc32plus & Sparc64 debug outputblueswir12008-06-151-4/+4
* Fix typo, by Laurent Desnogues.ths2008-06-101-1/+1
* Use qemu_mallocz to allocate new thread state. Remove redundant memset.pbrook2008-06-092-2/+2
OpenPOWER on IntegriCloud