summaryrefslogtreecommitdiffstats
path: root/include/linux/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+5
|\
| * proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+5
* | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-191-2/+2
|/
* new helper: signal_setup_done()Al Viro2013-02-031-0/+1
* new helper: get_signal()Al Viro2013-02-031-0/+18
* generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-031-0/+9
* consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-0/+14
* consolidate declarations of k_sigactionAl Viro2013-02-031-0/+7
* switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINEAl Viro2013-02-031-2/+0
* generic compat_sys_rt_sigpending()Al Viro2013-02-031-1/+0
* new helpers: __save_altstack/__compat_save_altstack, switch x86 and um to thoseAl Viro2012-12-191-0/+1
* new helper: restore_altstack()Al Viro2012-12-191-0/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-6/+1
* new helper: signal_delivered()Al Viro2012-06-011-1/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-1/+2
* new helper: sigsuspend()Al Viro2012-05-211-0/+1
* signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming2012-01-101-0/+1
* Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-05-201-4/+9
|\
| * signal: trivial, fix the "timespec declared inside parameter list" warningOleg Nesterov2011-05-181-1/+3
| * signal: rename signandsets() to sigandnsets()Oleg Nesterov2011-04-281-3/+3
| * signal: introduce do_sigtimedwait() to factor out compat/native codeOleg Nesterov2011-04-281-0/+2
| * signal: sigprocmask() should do retarget_shared_pending()Oleg Nesterov2011-04-281-0/+1
* | signal.h need a definition of struct task_structStephen Rothwell2011-05-191-0/+2
|/
* sysctl extern cleanup: signalDave Young2010-03-121-0/+2
* signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-241-0/+2
* signals: implement sys_rt_tgsigqueueinfoThomas Gleixner2009-04-301-0/+2
* kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov2008-04-301-2/+0
* fix group stop with exit raceOleg Nesterov2008-02-081-0/+1
* proper prototype for signals_init()Adrian Bunk2008-02-061-0/+2
* x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani2007-07-221-0/+3
* Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day2007-07-161-1/+0
* signal/timer/event: signalfd coreDavide Libenzi2007-05-111-0/+1
* Move sig_kernel_* et al macros to linux/signal.hRoland McGrath2007-05-091-0/+125
* [PATCH] Move sighand_cachep to include/signal.hChristoph Lameter2006-12-071-0/+2
* [PATCH] irq-flags: consolidate flags for request_irqThomas Gleixner2006-07-021-26/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-04-291-1/+3
|\
| * [PATCH] request_irq(): remove warnings from irq probingAndrew Morton2006-04-281-1/+3
* | Don't include private headers from user-visible part of linux/signal.hDavid Woodhouse2006-04-251-2/+2
|/
* [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-281-0/+2
* [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger2006-01-081-0/+17
* [PATCH] IRQ type flagsRussell King2006-01-081-0/+13
* [PATCH] kill sigqueue->lockOleg Nesterov2005-10-301-1/+0
* [PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER?Geert Uytterhoeven2005-06-121-2/+0
* [PATCH] new valid_signal() functionJesper Juhl2005-05-011-0/+6
* [PATCH] move SA_xxx defines to linux/signal.hStas Sergeev2005-05-011-0/+11
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+224