Sign in
qemu-android
/
qemu-android
/
8a637d444387bbdb60eff803d321244487521c86
/
linux-user
909b69c
Only define __llseek if it is going to be used
by Paul Brook
· 16 years ago
425be42
Avoid implicit truncation compiler warnings
by Paul Brook
· 16 years ago
df84e4f
support ELF_HWCAP for PPPC
by Nathan Froyd
· 16 years ago
bcd4933
linux-user: ppc signal handling
by Nathan Froyd
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
65a650c
Fix compiler warnings in nwfpe code.
by Paul Brook
· 16 years ago
0b1bcb0
MIPS signal handling fixes.
by pbrook
· 16 years ago
e447423
MIPS: Raise SIGSEGV, not SIGILL when an access faults.
by pbrook
· 16 years ago
3f53d54
Fix target_siginfo ordering for MIPS.
by pbrook
· 16 years ago
465c9f0
linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg)
by aurel32
· 16 years ago
e528908
linux-user: fix IPCOP_sem* and implement sem*
by aurel32
· 16 years ago
8690e42
linux-user: fix inotify syscalls
by aurel32
· 16 years ago
1d9d8b5
Translate signal values in exit status.
by pbrook
· 16 years ago
aaf4ad3
linux-user: fix getcwd syscall
by aurel32
· 16 years ago
fda3374
linux-user: fix warnings introduced by r7118
by aurel32
· 16 years ago
603e4fd
linux-user: proper exit code for uncaught signals
by aurel32
· 16 years ago
3b3f24a
linux-user: prefer glibc over direct syscalls
by aurel32
· 16 years ago
be09ac4
linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls
by aurel32
· 16 years ago
607175e
linux-user: unix sockets - fix running dbus
by aurel32
· 16 years ago
7d8cec9
linux-user: add support for passing contents of argv0
by aurel32
· 16 years ago
24e1003
linux-user: Added posix message queue syscalls except mq_notify
by aurel32
· 16 years ago
088ab16
Enable generic accepts-anything cpu by default for usermode emulation.
by pbrook
· 16 years ago
9d33b76
linux-user: fix fstatat64()/newfstatat() syscall implementation
by aurel32
· 16 years ago
dbfe4c3
linux-user: fix problems with inotify syscalls
by aurel32
· 16 years ago
4a19f1e
Add --with-pkgversion.
by pbrook
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
3098dba
Use a dedicated function to request exit from execution loop
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
2d18e63
Flush stdout after printing usage()
by blueswir1
· 16 years ago
491150d
Fix crash caused by missing command line arguments
by aurel32
· 16 years ago
54c5a2a
Partialy fix mmap at EOF for large pagesize targets in user-mode.
by edgar_igl
· 16 years ago
bedf26e
linux-user: Remove incorrect break;
by aurel32
· 16 years ago
a5e50b2
Replace noreturn with QEMU_NORETURN
by malc
· 16 years ago
dc7eea6
linux-user: fix signal.c warning
by aurel32
· 16 years ago
d088d66
linux-user: identify running binary in /proc/self/exe
by aurel32
· 16 years ago
04a6dfe
linux-user: Add generic env variable handling
by aurel32
· 16 years ago
e1ce5e4
target-ppc: Fix struct target_stat64 for 32-bit host
by aurel32
· 16 years ago
91bd8ce
target-sh4: Fix struct target_stat64 for 64-bit host
by aurel32
· 16 years ago
38d840e
linuw-user fix: read() and acct() on NULL arguments
by aurel32
· 16 years ago
a516e72
linux-user: don't crash with null name
by aurel32
· 16 years ago
8f7aeaf
linux-user: return EINVAL on incorrect sockaddr
by aurel32
· 16 years ago
8fea360
linux-user: fix accept(2) with NULL peer
by aurel32
· 16 years ago
baa8c60
Fix qemu_malloc.
by malc
· 16 years ago
1a6f0db
linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman)
by aliguori
· 16 years ago
2e77eac
Fix user emulator breakage, based on patch by Riku Voipio
by blueswir1
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
d12d51d
Clean up debugging code #ifdefs (Eduardo Habkost)
by aliguori
· 16 years ago
72d239e
Get rid of user_mode_only
by aurel32
· 16 years ago
7d99a00
Add noreturn function attribute
by blueswir1
· 16 years ago
e58ffeb
Remove all traces of __powerpc__
by malc
· 16 years ago
2877288
CRIS: Add a bunch of syscall numbers.
by edgar_igl
· 16 years ago
b15ad61
CRIS: Clone flags are reversed on CRIS.
by edgar_igl
· 16 years ago
ef96779
CRIS: Implement set_thread_area for CRIS.
by edgar_igl
· 16 years ago
530e761
Fix more FSF addresses
by blueswir1
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
eaa449b
Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in user emulation
by aurel32
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
ca587a8
User-mode GDB stub improvements - handle signals
by aurel32
· 16 years ago
2b1319c
User-mode GDB stub improvements - handle fork
by aurel32
· 16 years ago
3af72a4
Fix mremap, based on patch by Kirill A. Shutemov
by blueswir1
· 16 years ago
3f911a5
Fix warning about unused shm_regions
by blueswir1
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
5caf7bb
Fix compiling without MREMAP_FIXED
by blueswir1
· 16 years ago
902b3d5
Introduce and use cache-utils.[ch]
by malc
· 16 years ago
f19412a
linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly
by aurel32
· 16 years ago
45bc1f5
linux-user: mmap: add check if requested memory area fits target address space
by aurel32
· 16 years ago
1609cd4
linux-user: Move abi_* typedefs into qemu-types.h
by aurel32
· 16 years ago
60b1969
linux-user: Add support for STOP/CONT signals.
by ths
· 16 years ago
2a913eb
linux-user: sig is target signal.
by ths
· 16 years ago
01df040
x86: Debug register emulation (Jan Kiszka)
by aliguori
· 16 years ago
64b4d28
target-alpha: implement getxuid and getxgid syscalls
by aurel32
· 16 years ago
71f7575
ppc-linux-user: handle EXCP_DEBUG
by aurel32
· 16 years ago
dccfec6
target-alpha: fix termbits and target IOC macros
by aurel32
· 16 years ago
1f96112
target-alpha: add proper fcntl definitions
by aurel32
· 16 years ago
e441570
use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov).
by balrog
· 16 years ago
6d946cd
User qemu profiling
by aurel32
· 16 years ago
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
Next »