projects
/
qemu.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix lance segfaults
[qemu.git]
/
linux-user
/
2009-05-19
Paul Brook
Only define __llseek if it is going to be used
tree
|
commitdiff
2009-05-19
Paul Brook
Avoid implicit truncation compiler warnings
tree
|
commitdiff
2009-05-15
Nathan Froyd
support ELF_HWCAP for PPPC
tree
|
commitdiff
2009-05-15
Nathan Froyd
linux-user: ppc signal handling
tree
|
commitdiff
2009-05-13
Blue Swirl
Replace gcc variadic macro extension with C99 version
tree
|
commitdiff
2009-05-04
Paul Brook
Fix compiler warnings in nwfpe code.
tree
|
commitdiff
2009-04-21
pbrook
MIPS signal handling fixes.
tree
|
commitdiff
2009-04-21
pbrook
MIPS: Raise SIGSEGV, not SIGILL when an access faults.
tree
|
commitdiff
2009-04-21
pbrook
Fix target_siginfo ordering for MIPS.
tree
|
commitdiff
2009-04-19
aurel32
linux-user: Linux kernel's fchmodat and faccessat have...
tree
|
commitdiff
2009-04-18
aurel32
linux-user: fix IPCOP_sem* and implement sem*
tree
|
commitdiff
2009-04-17
aurel32
linux-user: fix inotify syscalls
tree
|
commitdiff
2009-04-16
pbrook
Translate signal values in exit status.
tree
|
commitdiff
2009-04-16
aurel32
linux-user: fix getcwd syscall
tree
|
commitdiff
2009-04-15
aurel32
linux-user: fix warnings introduced by r7118
tree
|
commitdiff
2009-04-15
aurel32
linux-user: proper exit code for uncaught signals
tree
|
commitdiff
2009-04-15
aurel32
linux-user: prefer glibc over direct syscalls
tree
|
commitdiff
2009-04-15
aurel32
linux-user: removed unnecessary MAX_SOCK_ADDR checks...
tree
|
commitdiff
2009-04-15
aurel32
linux-user: unix sockets - fix running dbus
tree
|
commitdiff
2009-04-15
aurel32
linux-user: add support for passing contents of argv0
tree
|
commitdiff
2009-04-15
aurel32
linux-user: Added posix message queue syscalls except...
tree
|
commitdiff
2009-04-09
pbrook
Enable generic accepts-anything cpu by default for...
tree
|
commitdiff
2009-04-08
aurel32
linux-user: fix fstatat64()/newfstatat() syscall implem...
tree
|
commitdiff
2009-04-08
aurel32
linux-user: fix problems with inotify syscalls
tree
|
commitdiff
2009-04-07
pbrook
Add --with-pkgversion.
tree
|
commitdiff
2009-04-05
aurel32
Add new command line option -singlestep for tcg single...
tree
|
commitdiff
2009-03-07
aurel32
Use a dedicated function to request exit from execution...
tree
|
commitdiff
2009-03-07
pbrook
The _exit syscall is used for both thread termination...
tree
|
commitdiff
2009-02-28
blueswir1
Flush stdout after printing usage()
tree
|
commitdiff
2009-02-09
aurel32
Fix crash caused by missing command line arguments
tree
|
commitdiff
2009-02-03
edgar_igl
Partialy fix mmap at EOF for large pagesize targets...
tree
|
commitdiff
2009-02-03
aurel32
linux-user: Remove incorrect break;
tree
|
commitdiff
2009-02-01
malc
Replace noreturn with QEMU_NORETURN
tree
|
commitdiff
2009-01-30
aurel32
linux-user: fix signal.c warning
tree
|
commitdiff
2009-01-30
aurel32
linux-user: identify running binary in /proc/self/exe
tree
|
commitdiff
2009-01-30
aurel32
linux-user: Add generic env variable handling
tree
|
commitdiff
2009-01-30
aurel32
target-ppc: Fix struct target_stat64 for 32-bit host
tree
|
commitdiff
2009-01-30
aurel32
target-sh4: Fix struct target_stat64 for 64-bit host
tree
|
commitdiff
2009-01-30
aurel32
linuw-user fix: read() and acct() on NULL arguments
tree
|
commitdiff
2009-01-30
aurel32
linux-user: don't crash with null name
tree
|
commitdiff
2009-01-30
aurel32
linux-user: return EINVAL on incorrect sockaddr
tree
|
commitdiff
2009-01-30
aurel32
linux-user: fix accept(2) with NULL peer
tree
|
commitdiff
2009-01-28
malc
Fix qemu_malloc.
tree
|
commitdiff
2009-01-23
aliguori
linux-user: add qemu_realloc() implementation to unbrea...
tree
|
commitdiff
2009-01-20
blueswir1
Fix user emulator breakage, based on patch by Riku...
tree
|
commitdiff
2009-01-15
aliguori
Convert references to logfile/loglevel to use qemu_log...
tree
|
commitdiff
2009-01-15
aliguori
Clean up debugging code #ifdefs (Eduardo Habkost)
tree
|
commitdiff
2009-01-14
aurel32
Get rid of user_mode_only
tree
|
commitdiff
2009-01-14
blueswir1
Add noreturn function attribute
tree
|
commitdiff
2009-01-14
malc
Remove all traces of __powerpc__
tree
|
commitdiff
2009-01-07
edgar_igl
CRIS: Add a bunch of syscall numbers.
tree
|
commitdiff
2009-01-07
edgar_igl
CRIS: Clone flags are reversed on CRIS.
tree
|
commitdiff
2009-01-07
edgar_igl
CRIS: Implement set_thread_area for CRIS.
tree
|
commitdiff
2009-01-05
blueswir1
Fix more FSF addresses
tree
|
commitdiff
2009-01-04
aurel32
Update FSF address in GPL/LGPL boilerplate
tree
|
commitdiff
2009-01-03
aurel32
Fix qemu endless loop when raising a SIGSEGV/SIGBUS...
tree
|
commitdiff
2008-12-22
malc
Use the ARRAY_SIZE() macro where appropriate.
tree
|
commitdiff
2008-12-18
aurel32
User-mode GDB stub improvements - handle signals
tree
|
commitdiff
2008-12-18
aurel32
User-mode GDB stub improvements - handle fork
tree
|
commitdiff
2008-12-15
blueswir1
Fix mremap, based on patch by Kirill A. Shutemov
tree
|
commitdiff
2008-12-13
blueswir1
Fix warning about unused shm_regions
tree
|
commitdiff
2008-12-13
blueswir1
Remove unnecessary trailing newlines
tree
|
commitdiff
2008-12-11
blueswir1
Fix compiling without MREMAP_FIXED
tree
|
commitdiff
2008-12-10
malc
Introduce and use cache-utils.[ch]
tree
|
commitdiff
2008-12-08
aurel32
linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MA...
tree
|
commitdiff
2008-12-08
aurel32
linux-user: mmap: add check if requested memory area...
tree
|
commitdiff
2008-12-08
aurel32
linux-user: Move abi_* typedefs into qemu-types.h
tree
|
commitdiff
2008-11-27
ths
linux-user: Add support for STOP/CONT signals.
tree
|
commitdiff
2008-11-27
ths
linux-user: sig is target signal.
tree
|
commitdiff
2008-11-18
aliguori
x86: Debug register emulation (Jan Kiszka)
tree
|
commitdiff
2008-11-14
aurel32
target-alpha: implement getxuid and getxgid syscalls
tree
|
commitdiff
2008-11-14
aurel32
ppc-linux-user: handle EXCP_DEBUG
tree
|
commitdiff
2008-11-12
aurel32
target-alpha: fix termbits and target IOC macros
tree
|
commitdiff
2008-11-11
aurel32
target-alpha: add proper fcntl definitions
tree
|
commitdiff
2008-11-10
balrog
use target_mmap() to allocate idt, gdt and ldt (Kirill...
tree
|
commitdiff
2008-11-06
aurel32
User qemu profiling
tree
|
commitdiff
2008-10-28
balrog
Fix return value printing for shmat (Lauro Ramos Venancio).
tree
|
commitdiff
2008-10-28
balrog
Recvmsg must return the number of bytes received (Lauro...
tree
|
commitdiff
2008-10-28
balrog
Fix iovec for the case with invalid elements (Lauro...
tree
|
commitdiff
2008-10-28
balrog
Use the host exit syscall for exiting (Lauro Ramos...
tree
|
commitdiff
2008-10-26
blueswir1
Fix undeclared symbol warnings from sparse
tree
|
commitdiff
2008-10-25
blueswir1
Replace uses of strncpy (a GNU extension) with Qemu...
tree
|
commitdiff
2008-10-24
aurel32
Add missing return statement (fixes compiler warning).
tree
|
commitdiff
2008-10-22
pbrook
* Use function pointers for symbol lookup (currently...
tree
|
commitdiff
2008-10-13
aurel32
linux-user: implement msg* syscalls
tree
|
commitdiff
2008-10-13
aurel32
linux-user: fix and cleanup IPCOP_msg* ipc calls handling
tree
|
commitdiff
2008-10-13
aurel32
linux-user: fix getdents* syscalls
tree
|
commitdiff
2008-10-13
aurel32
linux-user: Add readahead syscall
tree
|
commitdiff
2008-10-08
edgar_igl
CRIS: linux-user signals dont need ERP compensation...
tree
|
commitdiff
2008-10-08
edgar_igl
CRIS: linux-user ERP compensation not needed anymore.
tree
|
commitdiff
2008-10-05
blueswir1
Make various generated structures static
tree
|
commitdiff
2008-10-05
blueswir1
Make target_sigaltstack_used static
tree
|
commitdiff
2008-10-05
blueswir1
Export x86_stack_size in qemu.h
tree
|
commitdiff
2008-10-05
blueswir1
Make ioctl table static
tree
|
commitdiff
2008-10-05
blueswir1
Make bitmask tables static const
tree
|
commitdiff
2008-10-05
blueswir1
Make struct_termios_def const
tree
|
commitdiff
2008-10-03
blueswir1
Fix warning about unused function
tree
|
commitdiff
2008-10-02
blueswir1
Include qemu-common.h in order to get prototypes for...
tree
|
commitdiff
2008-10-02
blueswir1
Make CPULogItem tables const
tree
|
commitdiff
2008-10-01
aurel32
Add inotify syscall family
tree
|
commitdiff
next
This page took
0.169016 seconds
and
7
git commands to generate.