History log of /netbsd-src/sys/compat/linux/arch/arm/files.linux_arm (Results 1 – 4 of 4)
Revision Date Author Comments
# ad6aa2b0 30-Aug-2006 matt <matt@NetBSD.org>

Update to deal with options PTRACE


# 840887af 31-Mar-2002 christos <christos@NetBSD.org>

bring the reverse signal mapping array into linux_signo.c


# 8a3c27fb 23-Jan-2002 bjh21 <bjh21@NetBSD.org>

Add support for the ARM-specific syscalls in ARMLinux. These are invoked
by SWI numbers above 0x9f0000, but we re-map them down to somewhere just
after the end of the usual syscall range, since NetB

Add support for the ARM-specific syscalls in ARMLinux. These are invoked
by SWI numbers above 0x9f0000, but we re-map them down to somewhere just
after the end of the usual syscall range, since NetBSD doesn't handle
sparse syscall arrays well.

The only syscall I've actually implemented in this range is cacheflush(),
which was previously being mapped to fork(), causing ... interesting results.

show more ...


# 64625064 14-Jan-2002 bjh21 <bjh21@NetBSD.org>

Crude first cut at ARMLinux binary compatibility. Successfully runs
"/emul/linux/bin/echo hello, world", dynamically linked.