aboutsummaryrefslogtreecommitdiff
path: root/include/linux/signal.h
AgeCommit message (Expand)Author
2013-02-03new helper: signal_setup_done()Al Viro
2013-02-03new helper: get_signal()Al Viro
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro
2013-02-03consolidate declarations of k_sigactionAl Viro
2013-02-03switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-03generic compat_sys_rt_sigpending()Al Viro
2012-12-19new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro
2012-12-19new helper: restore_altstack()Al Viro
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-05-21new helper: sigsuspend()Al Viro
2012-01-10signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-05-19signal.h need a definition of struct task_structStephen Rothwell
2011-05-18signal: trivial, fix the "timespec declared inside parameter list" warningOleg Nesterov
2011-04-28signal: rename signandsets() to sigandnsets()Oleg Nesterov
2011-04-28signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov
2011-04-28signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov
2010-03-12sysctl extern cleanup: signalDave Young
2009-09-24signals: introduce do_send_sig_info() helperOleg Nesterov
2009-04-30signals: implement sys_rt_tgsigqueueinfoThomas Gleixner
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov
2008-02-08fix group stop with exit raceOleg Nesterov
2008-02-06proper prototype for signals_init()Adrian Bunk
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day
2007-05-11signal/timer/event: signalfd coreDavide Libenzi
2007-05-09Move sig_kernel_* et al macros to linux/signal.hRoland McGrath
2006-12-07[PATCH] Move sighand_cachep to include/signal.hChristoph Lameter
2006-07-02[PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse
2006-04-28[PATCH] request_irq(): remove warnings from irq probingAndrew Morton
2006-04-25Don't include private headers from user-visible part of linux/signal.hDavid Woodhouse
2006-03-28[PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov
2006-01-08[PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger
2006-01-08[PATCH] IRQ type flagsRussell King
2005-10-30[PATCH] kill sigqueue->lockOleg Nesterov
2005-06-12[PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER?Geert Uytterhoeven
2005-05-01[PATCH] new valid_signal() functionJesper Juhl
2005-05-01[PATCH] move SA_xxx defines to linux/signal.hStas Sergeev
2005-04-16Linux-2.6.12-rc2Linus Torvalds