2008-10-28 |
balrog | Fix iovec for the case with invalid elements (Lauro... |
blob | commitdiff | raw |
2008-10-28 |
balrog | Use the host exit syscall for exiting (Lauro Ramos... |
blob | commitdiff | raw | diff to current |
2008-10-26 |
blueswir1 | Fix undeclared symbol warnings from sparse |
blob | commitdiff | raw | diff to current |
2008-10-25 |
blueswir1 | Replace uses of strncpy (a GNU extension) with Qemu... |
blob | commitdiff | raw | diff to current |
2008-10-24 |
aurel32 | Add missing return statement (fixes compiler warning). |
blob | commitdiff | raw | diff to current |
2008-10-13 |
aurel32 | linux-user: implement msg* syscalls |
blob | commitdiff | raw | diff to current |
2008-10-13 |
aurel32 | linux-user: fix and cleanup IPCOP_msg* ipc calls handling |
blob | commitdiff | raw | diff to current |
2008-10-13 |
aurel32 | linux-user: fix getdents* syscalls |
blob | commitdiff | raw | diff to current |
2008-10-13 |
aurel32 | linux-user: Add readahead syscall |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Make various generated structures static |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Make ioctl table static |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Make bitmask tables static const |
blob | commitdiff | raw | diff to current |
2008-10-05 |
blueswir1 | Make struct_termios_def const |
blob | commitdiff | raw | diff to current |
2008-10-01 |
aurel32 | Add inotify syscall family |
blob | commitdiff | raw | diff to current |
2008-10-01 |
aurel32 | Add mincore syscall |
blob | commitdiff | raw | diff to current |
2008-10-01 |
aurel32 | Add fadvise64 stubs |
blob | commitdiff | raw | diff to current |
2008-09-21 |
balrog | Band-aid vfork() emulation (Kirill Shutemov). |
blob | commitdiff | raw | diff to current |
2008-09-21 |
balrog | Enable same-arch consistency check on x86-64, print... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
blueswir1 | Suppress gcc 4.x -Wpointer-sign (included in -Wall... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Fix pread() and pwrite() syscall on ARM EABI (Kirill... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Add MTIOCTOP, MTIOCGET and MTIOCPOS ioctls (Kirill... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Fix building with 2.6.27 kernel headers (Kirill Shutemov). |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Implement the futimesat() syscall (by Kirill Shutemov). |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Implement fstatat64() syscall (by Kirill Shutemov). |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Swap only altered elements of the grouplist in getgroup... |
blob | commitdiff | raw | diff to current |
2008-09-20 |
balrog | Fix getgroups() with zero size parameter (Kirill Shutemov). |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aurel32 | qemu sh4 nptl support |
blob | commitdiff | raw | diff to current |
2008-08-30 |
blueswir1 | Fix some warnings that would be generated by gcc -Wredu... |
blob | commitdiff | raw | diff to current |
2008-08-24 |
blueswir1 | To make syscall.c for 64 bit truly warning-free, we... |
blob | commitdiff | raw | diff to current |
2008-08-17 |
blueswir1 | Fix some warnings that would be generated by gcc -Wmiss... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
balrog | Fix a bunch of type mismatch-related warnings (Jan... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
ths | More efficient target register / TC accesses. |
blob | commitdiff | raw | diff to current |
2008-06-10 |
ths | Fix typo, by Laurent Desnogues. |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Use qemu_mallocz to allocate new thread state. Remove... |
blob | commitdiff | raw | diff to current |
2008-06-09 |
pbrook | Despite what the documentation says/implies, PTHREAD_ST... |
blob | commitdiff | raw | diff to current |
2008-06-07 |
pbrook | Implement thread creation. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
pbrook | Fix location of futex.h. |
blob | commitdiff | raw | diff to current |
2008-05-31 |
pbrook | Make signal queues per thread. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Fix structure type in sigtimedwait syscall. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Handle NULL argp/envp in execve syscall. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Implement waitid syscall. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Perform target->host signal mapping for *kill syscalls. |
blob | commitdiff | raw | diff to current |
2008-05-30 |
pbrook | Move clone() register setup to target specific code... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
pbrook | NPTL host detection and futex syscall passthrough. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
pbrook | Implement clock_nanosleep. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
pbrook | Fix build failure with old kernel headers (loop.h is... |
blob | commitdiff | raw | diff to current |
2008-05-10 |
bellard | added missing return (Mike Frysinger) |
blob | commitdiff | raw | diff to current |
2008-05-06 |
pbrook | Update ARM rt_frame layout. |
blob | commitdiff | raw | diff to current |
2008-04-26 |
balrog | Add loop device ioctls (Gary Thomas). |
blob | commitdiff | raw | diff to current |
2008-04-26 |
balrog | Teach mmap to not overwrite reserved pages and fix... |
blob | commitdiff | raw | diff to current |
2008-03-28 |
aurel32 | add pread64 and pwrite64 system calls |
blob | commitdiff | raw | diff to current |
2008-03-25 |
pbrook | m68k mmap2 fixes. |
blob | commitdiff | raw | diff to current |
2008-03-11 |
aurel32 | Revert fix for CVE-2008-0928. Will be fixed in a differ... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
ths | Make MIPS MT implementation more cache friendly. |
blob | commitdiff | raw | diff to current |
2008-02-10 |
balrog | Don't error out on zero-length chunks in writev, as... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
bellard | lock_iovec() fix |
blob | commitdiff | raw | diff to current |
2007-12-18 |
ths | Correct errno return for setsockopt(), by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-12-18 |
ths | Correct errno return for getsockopt(), by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-12-12 |
balrog | sh_serial: enable tx after reset (Magnus Damm). |
blob | commitdiff | raw | diff to current |
2007-12-11 |
balrog | Add missing break just before execve, by Takashi Yoshii. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
ths | Fix execve argc/envc counting, by Takashi Yoshii. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
ths | copy_{to,from}_user_timeval() update, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
ths | copy_from_user_fdset() update, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-12-02 |
ths | Fix for execve syscall, by Kirill A. Shutemov. |
blob | commitdiff | raw | diff to current |
2007-11-16 |
bellard | suppressed tgetx and tputx (initial patch by Thayne... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
bellard | x86_64 linux user emulation |
blob | commitdiff | raw | diff to current |
2007-11-14 |
bellard | i386 TLS support |
blob | commitdiff | raw | diff to current |
2007-11-14 |
bellard | suppressed page_unprotect_range() - fixed access_ok() |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | 64 bit cast for dirent64 |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | removed warning |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | improved cmsg handling - improved shm memory code |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | move get_errno() inside do_fcntl() |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | no longer use get_errno for do_modify_ldt() |
blob | commitdiff | raw | diff to current |
2007-11-11 |
bellard | Linux user memory access API change (initial patch... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
ths | Strace for userland emulation, by Stuart Anderson and... |
blob | commitdiff | raw | diff to current |
2007-10-30 |
balrog | Do not make NETLINK socket connections possible (Alexan... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
ths | Syscall target errno fixes, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-10-14 |
blueswir1 | Support for 32 bit ABI on 64 bit targets (only enabled... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
ths | getpriority() shouldn't use libc wrapper, by Thayne... |
blob | commitdiff | raw | diff to current |
2007-10-08 |
ths | CRIS Linux userland emulation, part 2. By Edgar E.... |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | Move get_sp_from_cpustate from cpu.h to target_signal.h. |
blob | commitdiff | raw | diff to current |
2007-09-27 |
ths | linux-user sigaltstack() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-26 |
j_mayer | Convert syscall arguments and return value from long... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
ths | linux-user utimensat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-25 |
ths | Check if the hosts defines a symlinkat syscall. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user faccessat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user fchmodat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user readlinkat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user symlinkat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user linkat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user renameat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user unlinkat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user fchownat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user mknodat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user mkdirat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
ths | linux-user openat() syscall, by Thayne Harbaugh. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | Add some missing checks for host syscalls. |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-06 |
ths | Partial support for 34K multithreading, not functional... |
blob | commitdiff | raw | diff to current |
next |