632 Commits (cbbfacc66864950ab3631b47aa243ee59eaee786)

Author SHA1 Message Date
Blue Swirl d43277c534 Fix missing strnlen problems 17 years ago
Edgar E. Iglesias 21ebeb23b3 microblaze: Support the latest mmu-kernel stat64 ABI. 17 years ago
Riku Voipio 03dfe9f871 linux-user: strace now handles guest stringscorrectly [v2] 17 years ago
Laurent Vivier 3f9ac9b39b linux-user: remove duplicate tswap32() from do_getsockopt() 17 years ago
Eduardo Habkost d5b3a9b6a9 linux-user/syscall.c: define _ATFILE_SOURCE 17 years ago
Nathan Froyd df377d0354 linux-user: initialize mmap_mutex properly 17 years ago
Arnaud Patard (Rtp) 5f10681186 RFC: fix fcntl support in linux-user - new try 17 years ago
vibisreenivasan 3ce34dfb42 linux-user: add tee, splice and vmsplice 17 years ago
Riku Voipio 099d6b0fe9 linux-user: implement pipe2 [v3] 17 years ago
Riku Voipio 4b627a236a linux-user: update syscall list 17 years ago
Riku Voipio c4d2302e7a add futex wake op 17 years ago
Martin Mohring a29ccd6382 linux-user: support private futexes 17 years ago
Martin Mohring 350d1779f8 linux-user: include linux/fs.h 17 years ago
Lionel Landwerlin 6e3cb58fa2 linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags to setsockopt 17 years ago
Lionel Landwerlin b975b83bec linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt 17 years ago
Arnaud Patard 6f932f9172 Return EOPNOTSUPP instead of ENOSYS for *xattr* syscalls 17 years ago
Arnaud Patard 44607123c4 Fix struct termios host - target translation 17 years ago
Riku Voipio ebc996f3b1 linux-user: fix utimensat 17 years ago
Mika Westerberg 74d753ac86 linux-user: strace now handles guest strings correctly [v2] 17 years ago
Mika Westerberg 9edc5d7966 linux-user: added x86 and x86_64 support for ELF coredump 17 years ago
Mika Westerberg edf8e2af14 linux-user: implemented ELF coredump support for ARM target 17 years ago
Riku Voipio 88a8c98455 Implement shm* syscalls and fix 64/32bit errors 17 years ago
Riku Voipio 9ad197d95c export mmap_find_vma for shmat 17 years ago
Nathan Froyd 1e9fa73016 fix gdbstub support for multiple threads in usermode, v3 17 years ago
Edgar E. Iglesias b779e29ed8 microblaze: linux-user support. 17 years ago
Edgar E. Iglesias 8dfbe4e839 microblaze: Add syscall, signal and termbits defs for linux-user. 17 years ago
Paul Brook 909b69cf52 Only define __llseek if it is going to be used 17 years ago
Paul Brook 425be425f6 Avoid implicit truncation compiler warnings 17 years ago
Nathan Froyd df84e4f345 support ELF_HWCAP for PPPC 17 years ago
Nathan Froyd bcd4933a23 linux-user: ppc signal handling 17 years ago
Blue Swirl 001faf3269 Replace gcc variadic macro extension with C99 version 17 years ago
Paul Brook 65a650c2a5 Fix compiler warnings in nwfpe code. 17 years ago
pbrook 0b1bcb00fb MIPS signal handling fixes. 17 years ago
pbrook e4474235d8 MIPS: Raise SIGSEGV, not SIGILL when an access faults. 17 years ago
pbrook 3f53d546eb Fix target_siginfo ordering for MIPS. 17 years ago
aurel32 465c9f0630 linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg) 17 years ago
aurel32 e5289087ed linux-user: fix IPCOP_sem* and implement sem* 17 years ago
aurel32 8690e42010 linux-user: fix inotify syscalls 17 years ago
pbrook 1d9d8b551d Translate signal values in exit status. 17 years ago
aurel32 aaf4ad3913 linux-user: fix getcwd syscall 17 years ago
aurel32 fda3374454 linux-user: fix warnings introduced by r7118 17 years ago
aurel32 603e4fd7b1 linux-user: proper exit code for uncaught signals 17 years ago
aurel32 3b3f24add0 linux-user: prefer glibc over direct syscalls 17 years ago
aurel32 be09ac4194 linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls 17 years ago
aurel32 607175e0fb linux-user: unix sockets - fix running dbus 17 years ago
aurel32 7d8cec95c8 linux-user: add support for passing contents of argv0 17 years ago
aurel32 24e1003a52 linux-user: Added posix message queue syscalls except mq_notify 17 years ago
pbrook 088ab16c6b Enable generic accepts-anything cpu by default for usermode emulation. 17 years ago
aurel32 9d33b76b20 linux-user: fix fstatat64()/newfstatat() syscall implementation 17 years ago
aurel32 dbfe4c3611 linux-user: fix problems with inotify syscalls 17 years ago