index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
/
arch
/
arm
/
linux_machdep.c
Age
Commit message (
Expand
)
Author
2021-09-07
sys/compat: Memset zero before copyout.
riastradh
2021-02-01
G/C some old code that was for acorn26
skrll
2014-11-09
Do not uselessly include <sys/malloc.h>.
maxv
2013-08-18
Use <arm/locore.h>
matt
2012-08-16
Rename process_frame to lwp_trapframe
matt
2010-07-07
many changes for COMPAT_LINUX:
chs
2009-11-23
Use lwp_getpcb() in compat code, clean from struct user.
rmind
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
ad
2007-12-21
Make this compile again.
matt
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-03-26
Remove duplicate #include <sys/param.h>,
hubertf
2007-03-04
fix caddr_t fallout.
christos
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-09
Merge newlock2 to head.
ad
2006-08-23
Use VALID_R15_PSR() to check the context we're restoring in
bjh21
2005-12-11
merge ktrace-lwp.
christos
2005-09-13
need linux_syscallargs.h to compile, and remove inline function.
christos
2005-05-20
Define linux_usertrap function, and set it in struct emul. For all
fvdl
2005-02-26
nuke trailing whitespace
perry
2003-10-10
Adapt ARM Linux compat code to deal with SIGINFO.
matt
2003-09-26
Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test
simonb
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-09-25
Don't include <sys/map.h>.
thorpej
2002-07-04
Add kernel support for having userland provide the signal trampoline:
thorpej
2002-05-20
whitespace fixes
jdolecek
2002-03-31
make signal array handling uniform, and put signal arrays in a separate
christos
2002-02-17
Adapt for changes to limux_old_extra_to_native_sigset() and
bjh21
2002-02-17
linux_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-02
We shouldn't need an icache sync when catching a signal, so don't bother.
bjh21
2002-01-17
More-or-less working signal handling for Linux processes on ARM.
bjh21
2002-01-14
Crude first cut at ARMLinux binary compatibility. Successfully runs
bjh21