518 Commits (9e472e101f37233f4e32d181d2fee29014c1cf2f)

Author SHA1 Message Date
edgar_igl 235262cf36 CRIS: linux-user signals dont need ERP compensation after break anymore. 18 years ago
edgar_igl a9fc4a7826 CRIS: linux-user ERP compensation not needed anymore. 18 years ago
blueswir1 60dd316ea7 Make various generated structures static 18 years ago
blueswir1 249c4c328c Make target_sigaltstack_used static 18 years ago
blueswir1 440c7e85cc Export x86_stack_size in qemu.h 18 years ago
blueswir1 9f106a75de Make ioctl table static 18 years ago
blueswir1 b39bc503c1 Make bitmask tables static const 18 years ago
blueswir1 8e853dc780 Make struct_termios_def const 18 years ago
blueswir1 3e46b2ef2a Fix warning about unused function 18 years ago
blueswir1 78f5bf1e6f Include qemu-common.h in order to get prototypes for qemu_malloc etc. 18 years ago
blueswir1 c7cd6a3742 Make CPULogItem tables const 18 years ago
aurel32 39b5976356 Add inotify syscall family 18 years ago
aurel32 04bb9acec6 Add mincore syscall 18 years ago
aurel32 408321b61f Add fadvise64 stubs 18 years ago
blueswir1 98448f58c1 Silence some warnings about uninitialized variables 18 years ago
aurel32 e44a3e798a TARGET_MAP_xx macros: clean and alpha specific values 18 years ago
balrog 436d124b7d Band-aid vfork() emulation (Kirill Shutemov). 18 years ago
balrog 872ea0c098 Enable same-arch consistency check on x86-64, print syscall name on error. 18 years ago
blueswir1 b55266b5a2 Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings 18 years ago
balrog a4ae00bc07 Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov). 18 years ago
balrog 8fbd6b5267 Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov). 18 years ago
balrog 8d5c28ec85 Fix building with 2.6.27 kernel headers (Kirill Shutemov). 18 years ago
balrog ac8a655648 Implement the futimesat() syscall (by Kirill Shutemov). 18 years ago
balrog 6a24a778ba Implement fstatat64() syscall (by Kirill Shutemov). 18 years ago
balrog a2155fcc65 Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov). 18 years ago
balrog cb3bc23361 Fix getgroups() with zero size parameter (Kirill Shutemov). 18 years ago
balrog ac509d8887 Move offsetof to osdep.h, remove local defintions. 18 years ago
aurel32 0b6d3ae072 qemu sh4 nptl support 18 years ago
blueswir1 7ccfb2eb5f Fix warnings that would be caused by gcc flag -Wwrite-strings 18 years ago
aurel32 c690524ec1 alpha: only print debug information to the log file 18 years ago
blueswir1 eb38c52c2a Fix most warnings that would be caused by gcc flag -Wundef 18 years ago
blueswir1 79383c9c08 Fix some warnings that would be generated by gcc -Wredundant-decls 18 years ago
blueswir1 ed23fbd91c Add correct stack bias if a 64 bit stack is used 18 years ago
blueswir1 eda5295302 Fix Sparc64 window handling problems detected by Vince Weaver 18 years ago
blueswir1 4583f5897b To make syscall.c for 64 bit truly warning-free, we need some more #ifs. 18 years ago
malc a6cc84f49c Kludge to support linux-user on a PPC64 18 years ago
malc d538e8f50d Fix tswap size 18 years ago
blueswir1 8fcd36920e Fix some warnings that would be generated by gcc -Wmissing-prototypes 18 years ago
balrog eae473c187 Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues). 18 years ago
balrog c4d10628c1 linux-user: Fix target_statfs[64] on 64-bit hosts 18 years ago
balrog 526ccb7a26 Fix a bunch of type mismatch-related warnings (Jan Kiszka). 18 years ago
ths b5dc7732e1 More efficient target register / TC accesses. 18 years ago
blueswir1 2daf028464 Fix Sparc32plus & Sparc64 debug output 18 years ago
ths af325d36e0 Fix typo, by Laurent Desnogues. 18 years ago
pbrook c3a928338e Use qemu_mallocz to allocate new thread state. Remove redundant memset. 18 years ago
pbrook 17e2377abf Prevent guest reusing host memory allocations. 18 years ago
pbrook 82e671d9ec Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not 18 years ago
pbrook d865bab552 Implement thread creation. 18 years ago
pbrook d597536303 Multithreaded locking fixes. 18 years ago
blueswir1 1a14026e11 Allow NWINDOWS selection (CPU feature with model specific defaults) 18 years ago