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
/
powerpc
/
linux_machdep.c
Age
Commit message (
Expand
)
Author
2003-10-08
Use ksi_signo accessor macro.
thorpej
2003-09-26
Fix "constify sendsig/trapsignal" fallout for non-siginfo'd archs. Test
simonb
2003-09-25
constify sendsig/trapsignal
christos
2003-09-25
Add siginfo support for PowerPC.
matt
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
'struct proc *' -> 'struct lwp *' as required to get GENERIC for macppc built
darrenr
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-09-25
Don't include <sys/map.h>.
thorpej
2002-07-28
restructure the FPU and AltiVEC code so that it works for MP.
chs
2002-07-09
Change fpuproc to curcpu()->ci_fpuproc.
matt
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-15
- add a real linux_sys___sysctl because the mib numbers are different.
christos
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-06-13
#include <machine/fpu.h> for save_fpu()
wiz
2001-05-30
use _KERNEL_OPT.
mrg
2001-05-27
Fixed two typo in comments
manu
2001-04-11
Integrated security review for signal delivery by Wolfgang Solfrank
manu
2001-03-22
Added a missing native to linux signal number translation in linux_sendsig(),
manu
2001-03-18
Fixed typos in comments
manu
2001-02-05
Modified a cast so that it builds again
manu
2001-02-04
cosmetic fixes.
christos
2001-01-26
Moved include <sys/ioctl.h> so that we can build without WSCONS enabled.
manu
2001-01-25
Fixed wrong signal handler argument setup. The emulated sigcontext still has ...
manu
2001-01-19
Added powerpc specific code for Linux compatibility on powerpc ports
manu