summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm
AgeCommit message (Expand)Author
2002-03-22regenchristos
2002-03-22nuke mmap2 add mprotectchristos
2002-03-19- Now that RT-signals fit, fix the array to deliver them. [i386 only].christos
2002-03-10__RCSID -> __KERNEL_RCSIDbjh21
2002-03-10Id -> NetBSD in RCSID (oops).bjh21
2002-02-17Add an lst_ino64 member to struct linux_stat64.bjh21
2002-02-17Adapt for changes to limux_old_extra_to_native_sigset() andbjh21
2002-02-17Add LINUX_SA_NOCLDWAIT.bjh21
2002-02-17Regen.bjh21
2002-02-17getrlimit and setrlimit now have Linux-specific implementations. Use them.bjh21
2002-02-17linux_sys_break() is marked OBSOL, so don't include it.bjh21
2002-02-17linux_sys_rt_sigreturn is currently marked UNIMPL, so leave the stub out.bjh21
2002-02-15- add a real linux_sys___sysctl because the mib numbers are different.christos
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-17More-or-less working signal handling for Linux processes on ARM.bjh21
2002-01-17Fix unterminated #ifdef.bjh21
2002-01-17On platforms that don't __HAVE_SYSCALL_INTERN, define LINUX_SYSCALL_FUNCTIONbjh21
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-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21