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