summaryrefslogtreecommitdiff
path: root/include/linux/signal.h
AgeCommit message (Expand)Author
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-03-07[PATCH] set RLIMIT_SIGPENDING limit based on RLIMIT_NPROCRoland McGrath
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath
2004-08-25[PATCH] signal handling race fixCorey Minyard
2004-06-17[PATCH] RLIM: enforce rlimits on queued signalsChris Wright
2004-06-17[PATCH] RLIM: add rlimit entry for controlling queued signalsChris Wright
2004-01-15[PATCH] fix pdeath_signal SMP lockingRoland McGrath
2003-11-07Don't fold nanosleep() into clock_nanosleep().Linus Torvalds
2003-06-02[PATCH] fix signal.h compilation on PPCChristoph Hellwig
2003-06-02[PATCH] preallocate signal queue resource - Posix timersJim Houston
2003-05-12Add user pointer annotations to socket, file IO and signalLinus Torvalds
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-16Clean up and fix locking around signal renderingLinus Torvalds
2003-02-10[SIGNAL]: Allow more platforms to use generic get_signal_to_deliver.David S. Miller
2003-02-09Make sigprocmask() available to kernel threads too, since a lot ofLinus Torvalds
2003-01-08[PATCH] signal.h -W cleanupDave Jones
2002-12-05[PATCH] sigmask() was mutilply definedRusty Russell
2002-07-31[PATCH] fix compile warningAnton Blanchard
2002-05-28[PATCH] consolidate do_signalStephen Rothwell
2002-04-15[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Hirofumi Ogawa
2002-02-04Import changesetLinus Torvalds