| Age | Commit message (Expand) | Author |
| 2002-02-14 | allow writing to write-only mappings. fixes PR 3493. | chs |
| 2002-02-12 | Fixed irix_blkcnt_t size (was 64 bit, changed to 32). This caused alignment | manu |
| 2002-02-12 | Correctly translate the st_rdev field in struct stat | manu |
| 2002-02-07 | Handle MAP_ANON (0x100 in Solaris8, not 0x1000) properly, by factoring out | tv |
| 2002-02-04 | Added system calls: getdents64/ngetdents64 | manu |
| 2002-02-03 | Typo fix | manu |
| 2002-02-03 | Added system calls: gettimeofday, getitimer, setitimer | manu |
| 2002-02-03 | Removed the hack in mapelf to get libX11 loading. The new version assumes | manu |
| 2002-02-03 | Added some system calls: gethostname, sethostname, getdomainname, | manu |
| 2002-02-02 | Fixed the X11 load bug. dynamic linking now seems to be fully functionnal, | manu |
| 2002-02-02 | cpu_cache_syncI_rng -> cpu_icache_sync_range | bjh21 |
| 2002-02-02 | We shouldn't need an icache sync when catching a signal, so don't bother. | bjh21 |
| 2002-02-02 | Get rid of "unused variable" warnings on arm26. | bjh21 |
| 2002-01-27 | Regen (breakpoint() implemented). | bjh21 |
| 2002-01-27 | Add support for breakpoints to ARMLinux emulation. | bjh21 |
| 2002-01-27 | Add support for PTRACE_GETREGS and PTRACE_SETREGS in ARMLinux emulation. | bjh21 |
| 2002-01-27 | Regen (prototype for linux_sys_nosys()). | bjh21 |
| 2002-01-27 | Make syscall 0 an explicit call of linux_sys_nosys, as it is on i386. This | bjh21 |
| 2002-01-23 | Regen (sys_nosys -> linux_sys_nosys). | bjh21 |
| 2002-01-23 | sys_nosys="linux_sys_nosys", since that's how it should be. | bjh21 |
| 2002-01-23 | Regen (cacheflush() and remove syscall 0). | bjh21 |
| 2002-01-23 | Syscall 0 isn't syscall() on ARMLinux. Mark it UNIMPL instead. | bjh21 |
| 2002-01-23 | Add support for the ARM-specific syscalls in ARMLinux. These are invoked | bjh21 |
| 2002-01-21 | Fixed a bug introduced in the previous fix to mapelf: | manu |
| 2002-01-19 | Fixes the problem with libX11.so mapping by syssgi(MAPELF): the load address | manu |
| 2002-01-17 | More-or-less working signal handling for Linux processes on ARM. | bjh21 |
| 2002-01-17 | Fix typo in last commit. | bjh21 |
| 2002-01-17 | Fix unterminated #ifdef. | bjh21 |
| 2002-01-17 | On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTION | bjh21 |
| 2002-01-17 | Include arch/arm/linux_errno.h for arm build. | rjs |
| 2002-01-17 | Add arm to #endif comment. | rjs |
| 2002-01-17 | Add extra error codes from Linux. | rjs |
| 2002-01-15 | Regen. | bjh21 |
| 2002-01-15 | Shuffle uname calls around. It turns out we don't use the same names as | bjh21 |
| 2002-01-14 | Generated files for ARMLinux binary compatibility. | bjh21 |
| 2002-01-14 | Remove old ARMLinux binary compatibility fragment. As far as I know, this | bjh21 |
| 2002-01-14 | Crude first cut at ARMLinux binary compatibility. Successfully runs | bjh21 |
| 2002-01-07 | missing include | manu |
| 2002-01-07 | Added code to match and launch n32 binaries (there is no N32 support in the | manu |
| 2002-01-06 | Fixed wrong file name. | manu |
| 2002-01-06 | Added compat/irix/irix_syscallnames.c | manu |
| 2002-01-03 | regen | mrg |
| 2002-01-03 | ooops, socket() and socketpair() need args now. | mrg |
| 2002-01-03 | fix error in previous; pointed out by andrew brown. | mrg |
| 2002-01-03 | clean up | mrg |
| 2002-01-03 | move sparc specific ioctl handling (fb & openprom) into arch/sparc64. | mrg |
| 2002-01-03 | move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the | mrg |
| 2001-12-27 | Added symlink, rename and readlink | manu |
| 2001-12-27 | getpgid implemented | manu |
| 2001-12-26 | Reworked irix_syssgi_mapelf. It now uses elf_load_psection, and this | manu |