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
/
mips
/
linux_machdep.c
Age
Commit message (
Expand
)
Author
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-15
include kauth.h for kauth_authorize_generic.
yamt
2006-05-14
integrate kauth.
elad
2005-12-11
merge ktrace-lwp.
christos
2005-05-20
Define linux_usertrap function, and set it in struct emul. For all
fvdl
2005-02-26
nuke trailing whitespace
perry
2004-06-19
Build COMPAT_LINUX again on mips after the siginfo change.
manu
2003-12-04
Dynamic sysctl.
atatat
2003-09-26
Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test
simonb
2003-08-02
use copyin()/copyout() instead of fubyte()/subyte()
jdolecek
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-04-15
Do not restore SR on sigreturn: this could enable the user process to gain
manu
2002-03-31
make signal array handling uniform, and put signal arrays in a separate
christos
2002-02-17
Adapt for changes to linux_to_native_sigset() and native_to_linux_sigset().
rafal
2002-02-15
- add a real linux_sys___sysctl because the mib numbers are different.
christos
2001-11-20
Removed unused (commented out) code
manu
2001-11-20
Fixed the Linux signal trampoline and linux_sys_sigreturn(). Linux signal
manu
2001-11-17
Make it build again after recent MIPS cache code changes
manu
2001-11-17
Fixed typos
manu
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-10-14
Fixed some mistakes in signal handling (this is still broken)
manu
2001-10-06
Implements ATOMIC_SET in linux_sys_sysmips
manu
2001-09-30
Implements parts of sysmips() and fctnl64() emulation
manu
2001-09-22
Initial support for running Linux binaries on the Mips. Both static and
manu