| Commit message (Expand) | Author | Age | Files | Lines |
* | suppressed page_unprotect_range() - fixed access_ok() | bellard | 2007-11-14 | 1 | -2/+0![Star](/star.png) |
* | 64 bit cast for dirent64 | bellard | 2007-11-12 | 1 | -2/+2 |
* | removed warning | bellard | 2007-11-11 | 1 | -2/+1![Star](/star.png) |
* | improved cmsg handling - improved shm memory code | bellard | 2007-11-11 | 1 | -42/+72 |
* | move get_errno() inside do_fcntl() | bellard | 2007-11-11 | 1 | -35/+25![Star](/star.png) |
* | no longer use get_errno for do_modify_ldt() | bellard | 2007-11-11 | 1 | -16/+17 |
* | Linux user memory access API change (initial patch by Thayne Harbaugh) | bellard | 2007-11-11 | 1 | -411/+574 |
* | Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. | ths | 2007-11-01 | 1 | -2/+33 |
* | Do not make NETLINK socket connections possible (Alexander Graf). | balrog | 2007-10-30 | 1 | -0/+2 |
* | Syscall target errno fixes, by Thayne Harbaugh. | ths | 2007-10-20 | 1 | -48/+90 |
* | Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) | blueswir1 | 2007-10-14 | 1 | -200/+200 |
* | getpriority() shouldn't use libc wrapper, by Thayne Harbaugh. | ths | 2007-10-09 | 1 | -1/+6 |
* | CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. | ths | 2007-10-08 | 1 | -2/+6 |
* | Move get_sp_from_cpustate from cpu.h to target_signal.h. | ths | 2007-09-27 | 1 | -1/+2 |
* | linux-user sigaltstack() syscall, by Thayne Harbaugh. | ths | 2007-09-27 | 1 | -0/+7 |
* | Convert syscall arguments and return value from long to int or target_long. | j_mayer | 2007-09-27 | 1 | -80/+104 |
* | linux-user utimensat() syscall, by Thayne Harbaugh. | ths | 2007-09-25 | 1 | -0/+26 |
* | Check if the hosts defines a symlinkat syscall. | ths | 2007-09-25 | 1 | -1/+1 |
* | linux-user faccessat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+19 |
* | linux-user fchmodat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+20 |
* | linux-user readlinkat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+27 |
* | linux-user symlinkat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+27 |
* | linux-user linkat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+27 |
* | linux-user renameat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+27 |
* | linux-user unlinkat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+19 |
* | linux-user fchownat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+20 |
* | linux-user mknodat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+20 |
* | linux-user mkdirat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+19 |
* | linux-user openat() syscall, by Thayne Harbaugh. | ths | 2007-09-24 | 1 | -0/+22 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -39/+39 |
* | Add some missing checks for host syscalls. | ths | 2007-09-16 | 1 | -5/+7 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -84/+84 |
* | Partial support for 34K multithreading, not functional yet. | ths | 2007-09-06 | 1 | -3/+4 |
* | Restore build on older Linux hosts. | ths | 2007-07-23 | 1 | -0/+12 |
* | Fix statfs(64) syscall wrapper, by Andreas Schwab. | ths | 2007-07-20 | 1 | -2/+4 |
* | Tkill support, by Stuart Anderson. | ths | 2007-07-12 | 1 | -0/+12 |
* | Spelling fix, by Stuart Brady. | ths | 2007-07-12 | 1 | -1/+1 |
* | Fix Sparc64 stat system call | blueswir1 | 2007-07-08 | 1 | -1/+8 |
* | Page align brk result like real Linux | blueswir1 | 2007-07-07 | 1 | -1/+1 |
* | Implement set_robust_list, by Alexander Graf. | ths | 2007-06-21 | 1 | -1/+6 |
* | Implement tgkill, by Alexander Graf. | ths | 2007-06-21 | 1 | -0/+8 |
* | IPC message translation. | ths | 2007-06-03 | 1 | -12/+123 |
* | Semaphore structure mapping, by Stuart Anderson. | ths | 2007-06-03 | 1 | -3/+203 |
* | linux-user errno mapping, by Stuart Anderson. | ths | 2007-06-01 | 1 | -1/+108 |
* | Patch for pipe() result handling, by Stuart Anderson. | ths | 2007-06-01 | 1 | -0/+5 |
* | Fix struct stat mapping for MIPS, by Stuart Anderson. | ths | 2007-06-01 | 1 | -1/+11 |
* | Revert last change, this workaround is long obsolete. | ths | 2007-05-28 | 1 | -1/+1 |
* | Fix do_socketcall argument, by Daniel Jacobowitz. | ths | 2007-05-28 | 1 | -1/+1 |
* | MIPS linux-user update. | ths | 2007-05-13 | 1 | -4/+6 |
* | Use 16-bit uid wrappers, by Magnus Damm. | ths | 2007-04-27 | 1 | -1/+1 |