summaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/signal.h
AgeCommit message (Collapse)AuthorFilesLines
2013-02-04cris: switch to generic old sigaction()Al Viro1-7/+0
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-02-04consolidate kernel-side struct sigaction declarationsAl Viro1-6/+1
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2013-02-04consolidate declarations of k_sigactionAl Viro1-3/+0
Only alpha and sparc are unusual - they have ka_restorer in it. And nobody needs that exposed to userland. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-12-20Merge tag 'disintegrate-cris-20121009' of ↵Jesper Nilsson1-120/+1
git://git.infradead.org/users/dhowells/linux-headers into for-linus2 UAPI Disintegration 2012-10-09 * tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowells/linux-headers: UAPI: (Scripted) Disintegrate arch/cris/include/asm UAPI: (Scripted) Disintegrate arch/cris/include/arch-v32/arch UAPI: (Scripted) Disintegrate arch/cris/include/arch-v10/arch
2012-11-29unify default ptrace_signal_deliverAl Viro1-6/+0
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-10-09UAPI: (Scripted) Disintegrate arch/cris/include/asmDavid Howells1-121/+1
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann1-1/+1
The existing asm-generic versions are incomplete and included by some architectures. New architectures should be able to use a generic version, so rename the existing files and change all users, which lets us add the new files. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-0/+163
Change all users of header files to correct path. Remove some unneeded headers for arch-v32. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>