summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/arm/linux_machdep.c
AgeCommit message (Expand)Author
2021-09-07sys/compat: Memset zero before copyout.riastradh
2021-02-01G/C some old code that was for acorn26skrll
2014-11-09Do not uselessly include <sys/malloc.h>.maxv
2013-08-18Use <arm/locore.h>matt
2012-08-16Rename process_frame to lwp_trapframematt
2010-07-07many changes for COMPAT_LINUX:chs
2009-11-23Use lwp_getpcb() in compat code, clean from struct user.rmind
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2007-12-21Make this compile again.matt
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-26Remove duplicate #include <sys/param.h>,hubertf
2007-03-04fix caddr_t fallout.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-08-23Use VALID_R15_PSR() to check the context we're restoring inbjh21
2005-12-11merge ktrace-lwp.christos
2005-09-13need linux_syscallargs.h to compile, and remove inline function.christos
2005-05-20Define linux_usertrap function, and set it in struct emul. For allfvdl
2005-02-26nuke trailing whitespaceperry
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-01-18Merge the nathanw_sa branch.thorpej
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-03-31make signal array handling uniform, and put signal arrays in a separatechristos
2002-02-17Adapt for changes to limux_old_extra_to_native_sigset() andbjh21
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-02We shouldn't need an icache sync when catching a signal, so don't bother.bjh21
2002-01-17More-or-less working signal handling for Linux processes on ARM.bjh21
2002-01-14Crude first cut at ARMLinux binary compatibility. Successfully runsbjh21