Sign in
qemu
/
qemu
/
182608d44cc64bfec3f82e7895b7572db60b7c92
/
linux-user
d435469
Fix return value printing for shmat (Lauro Ramos Venancio).
by balrog
· 16 years ago
6de645c
Recvmsg must return the number of bytes received (Lauro Ramos Venancio).
by balrog
· 16 years ago
d732dcb
Fix iovec for the case with invalid elements (Lauro Ramos Venancio).
by balrog
· 16 years ago
a2f86d8
Use the host exit syscall for exiting (Lauro Ramos Venancio).
by balrog
· 16 years ago
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
be15b14
Replace uses of strncpy (a GNU extension) with Qemu pstrcpy
by blueswir1
· 16 years ago
00b229a
Add missing return statement (fixes compiler warning).
by aurel32
· 16 years ago
49918a7
* Use function pointers for symbol lookup (currently for elf32 and elf64,
by pbrook
· 16 years ago
eeb438c
linux-user: implement msg* syscalls
by aurel32
· 16 years ago
1c54ff9
linux-user: fix and cleanup IPCOP_msg* ipc calls handling
by aurel32
· 16 years ago
6556a83
linux-user: fix getdents* syscalls
by aurel32
· 16 years ago
2054ac9
linux-user: Add readahead syscall
by aurel32
· 16 years ago
235262c
CRIS: linux-user signals dont need ERP compensation after break anymore.
by edgar_igl
· 16 years ago
a9fc4a7
CRIS: linux-user ERP compensation not needed anymore.
by edgar_igl
· 16 years ago
60dd316
Make various generated structures static
by blueswir1
· 16 years ago
249c4c3
Make target_sigaltstack_used static
by blueswir1
· 16 years ago
440c7e8
Export x86_stack_size in qemu.h
by blueswir1
· 16 years ago
9f106a7
Make ioctl table static
by blueswir1
· 16 years ago
b39bc50
Make bitmask tables static const
by blueswir1
· 16 years ago
8e853dc
Make struct_termios_def const
by blueswir1
· 16 years ago
3e46b2e
Fix warning about unused function
by blueswir1
· 16 years ago
78f5bf1
Include qemu-common.h in order to get prototypes for qemu_malloc etc.
by blueswir1
· 16 years ago
c7cd6a3
Make CPULogItem tables const
by blueswir1
· 16 years ago
39b5976
Add inotify syscall family
by aurel32
· 16 years ago
04bb9ac
Add mincore syscall
by aurel32
· 16 years ago
408321b
Add fadvise64 stubs
by aurel32
· 16 years ago
98448f5
Silence some warnings about uninitialized variables
by blueswir1
· 16 years ago
e44a3e7
TARGET_MAP_xx macros: clean and alpha specific values
by aurel32
· 16 years ago
436d124
Band-aid vfork() emulation (Kirill Shutemov).
by balrog
· 16 years ago
872ea0c
Enable same-arch consistency check on x86-64, print syscall name on error.
by balrog
· 16 years ago
b55266b
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
by blueswir1
· 16 years ago
a4ae00b
Fix pread() and pwrite() syscall on ARM EABI (Kirill Shutemov).
by balrog
· 16 years ago
8fbd6b5
Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill Shutemov).
by balrog
· 16 years ago
8d5c28e
Fix building with 2.6.27 kernel headers (Kirill Shutemov).
by balrog
· 16 years ago
ac8a655
Implement the futimesat() syscall (by Kirill Shutemov).
by balrog
· 16 years ago
6a24a77
Implement fstatat64() syscall (by Kirill Shutemov).
by balrog
· 16 years ago
a2155fc
Swap only altered elements of the grouplist in getgroups() (Kirill Shutemov).
by balrog
· 16 years ago
cb3bc23
Fix getgroups() with zero size parameter (Kirill Shutemov).
by balrog
· 16 years ago
ac509d8
Move offsetof to osdep.h, remove local defintions.
by balrog
· 16 years ago
0b6d3ae
qemu sh4 nptl support
by aurel32
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
c690524
alpha: only print debug information to the log file
by aurel32
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 17 years ago
ed23fbd
Add correct stack bias if a 64 bit stack is used
by blueswir1
· 17 years ago
eda5295
Fix Sparc64 window handling problems detected by Vince Weaver
by blueswir1
· 17 years ago
4583f58
To make syscall.c for 64 bit truly warning-free, we need some more #ifs.
by blueswir1
· 17 years ago
a6cc84f
Kludge to support linux-user on a PPC64
by malc
· 17 years ago
d538e8f
Fix tswap size
by malc
· 17 years ago
8fcd369
Fix some warnings that would be generated by gcc -Wmissing-prototypes
by blueswir1
· 17 years ago
eae473c
Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).
by balrog
· 17 years ago
c4d1062
linux-user: Fix target_statfs[64] on 64-bit hosts
by balrog
· 17 years ago
526ccb7
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
by balrog
· 17 years ago
b5dc773
More efficient target register / TC accesses.
by ths
· 17 years ago
2daf028
Fix Sparc32plus & Sparc64 debug output
by blueswir1
· 17 years ago
af325d3
Fix typo, by Laurent Desnogues.
by ths
· 17 years ago
c3a9283
Use qemu_mallocz to allocate new thread state. Remove redundant memset.
by pbrook
· 17 years ago
17e2377
Prevent guest reusing host memory allocations.
by pbrook
· 17 years ago
82e671d
Despite what the documentation says/implies, PTHREAD_STACK_MIN is often not
by pbrook
· 17 years ago
d865bab
Implement thread creation.
by pbrook
· 17 years ago
d597536
Multithreaded locking fixes.
by pbrook
· 17 years ago
1a14026
Allow NWINDOWS selection (CPU feature with model specific defaults)
by blueswir1
· 17 years ago
1235fc0
Spelling fixes, by Stefan Weil.
by ths
· 17 years ago
c8a706f
Multithreaded locking for mmap().
by pbrook
· 17 years ago
30813ce
Fix location of futex.h.
by pbrook
· 17 years ago
0776590
Mark host brk() area as reserved.
by pbrook
· 17 years ago
624f797
Make signal queues per thread.
by pbrook
· 17 years ago
afd7cd9
Fix usermode build.
by pbrook
· 17 years ago
c4d9180
Copy siginfo.si_code.
by pbrook
· 17 years ago
f5545b5
Translate whole of target_sigset. Use host sigset accessors.
by pbrook
· 17 years ago
e1e3f30
Fix structure type in sigtimedwait syscall.
by pbrook
· 17 years ago
da94d26
Handle NULL argp/envp in execve syscall.
by pbrook
· 17 years ago
f0cbb61
Implement waitid syscall.
by pbrook
· 17 years ago
4cb0596
Perform target->host signal mapping for *kill syscalls.
by pbrook
· 17 years ago
6e68e07
Move clone() register setup to target specific code. Handle fork-like clone.
by pbrook
· 17 years ago
bd0c566
NPTL host detection and futex syscall passthrough.
by pbrook
· 17 years ago
74c11e5
Strace fallback for unknown syscalls.
by pbrook
· 17 years ago
63d7651
Implement clock_nanosleep.
by pbrook
· 17 years ago
fbb4a2e
Implement ARM magic kernel page and TLS register.
by pbrook
· 17 years ago
26a5f13
variable dynamic translation buffer size
by bellard
· 17 years ago
e00c1e7
CRIS: Use $eda to instead of debug1 (removed) for fault addr.
by edgar_igl
· 17 years ago
d7e4036
Fix build failure with old kernel headers (loop.h is incompatible with
by pbrook
· 17 years ago
ec95da6
2.6 kernels make int 5 a trap gate
by bellard
· 17 years ago
b255bfa
added missing return (Mike Frysinger)
by bellard
· 17 years ago
a8c3320
Update ARM non-rt sigframe layout.
by pbrook
· 17 years ago
a745ec6
Update ARM rt_frame layout.
by pbrook
· 17 years ago
b800591
Add loop device ioctls (Gary Thomas).
by balrog
· 17 years ago
7ab240a
Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie).
by balrog
· 17 years ago
171cd1c
Cope with arch-specific page protection flags in mmap (Richard Purdie).
by balrog
· 17 years ago
4e14008
Revert the previous patch
by blueswir1
· 17 years ago
4595fca
Move 128-bit float emulation under linux-user including the forgotten file
by blueswir1
· 17 years ago
ca10f86
Remove osdep.c/qemu-img code duplication
by aurel32
· 17 years ago
3ebdd11
Move target-arm/nwfpe into linux-user/arm/nwfpe
by aurel32
· 17 years ago
6d9a42b
Implement ARM floating point exception emulation
by aurel32
· 17 years ago
9a393c6
Remove unwanted executable properties
by blueswir1
· 17 years ago
f2c7ba1
add pread64 and pwrite64 system calls
by aurel32
· 17 years ago
ce3f0e2
Fix flock64 structure on a few target (noticed by Gary Thomas)
by aurel32
· 17 years ago
a07c67d
Implement AT_CLKTCK.
by pbrook
· 17 years ago
44de1b3
Revert accidental commit.
by pbrook
· 17 years ago
fd5f393
Remove fixed length commandline buffers.
by pbrook
· 17 years ago
Next »