summaryrefslogtreecommitdiff
path: root/sys/arch/sh3/include/signal.h
AgeCommit message (Expand)Author
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2017-11-29need <sys/sigtypes.h> for sigset_tchristos
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2005-12-11merge ktrace-lwp.christos
2004-05-10SIGTRAMP_VALID() should not pollute the user namespacedrochner
2004-03-26nothing cares about __HAVE_SIGINFO anymore, so nuke itdrochner
2003-11-25bye, bye _MCONTEXT_TO_SIGCONTEXT and vice versa.christos
2003-11-23Implement siginfo for sh3.uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-01-18Merge the nathanw_sa branch.thorpej
2002-05-10remove COMPAT_13 staff. No 1.3 release of sh3 port. these are trace ofuch
2002-05-09s/trapno/expevt/ for clarity.uch
2002-04-28Use "#define<tab>", white space nits.uch
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun