summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm
AgeCommit message (Expand)Author
2003-10-10Adapt ARM Linux compat code to deal with SIGINFO.matt
2003-09-26Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Testsimonb
2003-08-14remove the args from the macro.christos
2003-08-10regen - added wrapper for Linux ftruncate64()jdolecek
2003-08-10add Linux compat arg wrapper for ftruncate64(), and change linux compatjdolecek
2003-08-08- GC all the setup_stack functionschristos
2003-07-26add LINUX_SO_PEERNAME, LINUX_SO_TIMESTAMP where it has been missingjdolecek
2003-06-28Regenerate after adding include of linux_mmap.h.he
2003-06-28Need to include linux_mmap.h to get size of struct linux_sys_mmap2_args.he
2003-06-23Regen.christos
2003-06-23PR/21937: Todd Vierling: Proper support for mmap2christos
2003-03-01Do the syscall_plain/syscall_fancy dance on ARM. Shaves a fair numberthorpej
2003-01-18Regen to get correct RCS IDs.thorpej
2003-01-18Regen: Merge the nathanw_sa branch.thorpej
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26rename: s/sa_/<compat>sa/gchristos
2002-11-13add generic linux compat ELF copyargs functionjdolecek
2002-09-25Don't include <sys/map.h>.thorpej
2002-07-04Add kernel support for having userland provide the signal trampoline:thorpej
2002-05-20whitespace fixesjdolecek
2002-05-19On archs with broken linux struct stat64 st_ino, rename linux_stat64'sjdolecek
2002-05-12regen - hook linux_sys_fcntl64()jdolecek
2002-05-12hook in remaining 64bit fs syscallsjdolecek
2002-04-10regenchristos
2002-04-10add getdents64christos
2002-03-31bring the reverse signal mapping array into linux_signo.cchristos
2002-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-03-24arm26->acorn26 transition.bjh21
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