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