summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/proc.h
AgeCommit message (Expand)Author
2021-07-22Use __BITS() to define MDLWP_FP_C.thorpej
2014-05-16Cleanup and simplify PCU FP support. Nuke MDLWP_FPUSED.matt
2012-02-06Do a minor cleanup of alpha (this will make applying pullups post branchingmatt
2011-06-07Switch alpha to use PCU to manage the FPU.matt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2009-11-21- Use lwp_getpcb() on Alpha.rmind
2007-02-09Merge newlock2 to head.ad
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2003-09-21Backed out single step emulation.skd
2003-09-18Added kernel support for single stepping, adapted from FreeBSD.skd
2003-01-17Merge the nathanw_sa branch.thorpej
2001-07-14Cosmetic change.thorpej
2001-04-26o IEEE 754 floating-point completion code.ross
2001-01-19Make ASTs per-process.thorpej
2000-12-14Do the previous with a forwarding declaration of struct proc instead.mycroft
2000-12-14Wrap mdproc in #ifdef _KERNEL.mycroft
2000-12-13Do the md_syscall, __HAVE_MINIMAL_EMUL and __HAVE_SYSCALL_INTERN thangs.mycroft
1999-08-10Move cpu_info and related info into <machine/cpu.h>, and implement thethorpej
1999-02-23Now that we have the kthread mechanism, massively clean up the waythorpej
1997-04-06clean up NetBSD RCS ID stringscgd
1995-03-24remove support for double-mapping the user area/kernel stackcgd
1995-02-13preliminary Alpha support. note that NOT ALL OF THE MODIFICATIONS TOcgd