Sign in
qemu
/
qemu
/
f7d0fe0239e438c396f5602e18aaf1d615998dfe
/
linux-user
3f9ac9b
linux-user: remove duplicate tswap32() from do_getsockopt()
by Laurent Vivier
· 16 years ago
d5b3a9b
linux-user/syscall.c: define _ATFILE_SOURCE
by Eduardo Habkost
· 16 years ago
df377d0
linux-user: initialize mmap_mutex properly
by Nathan Froyd
· 16 years ago
5f10681
RFC: fix fcntl support in linux-user - new try
by Arnaud Patard (Rtp)
· 16 years ago
3ce34df
linux-user: add tee, splice and vmsplice
by vibisreenivasan
· 16 years ago
099d6b0
linux-user: implement pipe2 [v3]
by Riku Voipio
· 16 years ago
4b627a2
linux-user: update syscall list
by Riku Voipio
· 16 years ago
c4d2302
add futex wake op
by Riku Voipio
· 16 years ago
a29ccd6
linux-user: support private futexes
by Martin Mohring
· 16 years ago
350d177
linux-user: include linux/fs.h
by Martin Mohring
· 16 years ago
6e3cb58
linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags to setsockopt
by Lionel Landwerlin
· 16 years ago
b975b83
linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt
by Lionel Landwerlin
· 16 years ago
6f932f9
Return EOPNOTSUPP instead of ENOSYS for *xattr* syscalls
by Arnaud Patard
· 16 years ago
4460712
Fix struct termios host - target translation
by Arnaud Patard
· 16 years ago
ebc996f
linux-user: fix utimensat
by Riku Voipio
· 16 years ago
74d753a
linux-user: strace now handles guest strings correctly [v2]
by Mika Westerberg
· 16 years ago
9edc5d7
linux-user: added x86 and x86_64 support for ELF coredump
by Mika Westerberg
· 16 years ago
edf8e2a
linux-user: implemented ELF coredump support for ARM target
by Mika Westerberg
· 16 years ago
88a8c98
Implement shm* syscalls and fix 64/32bit errors
by Riku Voipio
· 16 years ago
9ad197d
export mmap_find_vma for shmat
by Riku Voipio
· 16 years ago
1e9fa73
fix gdbstub support for multiple threads in usermode, v3
by Nathan Froyd
· 16 years ago
b779e29
microblaze: linux-user support.
by Edgar E. Iglesias
· 16 years ago
8dfbe4e
microblaze: Add syscall, signal and termbits defs for linux-user.
by Edgar E. Iglesias
· 16 years ago
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
Next »