aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-06sparse: annotate signal handler and ss_sp as user pointersLinus Torvalds1-3/+3
2004-06-29sparse: fix pointer/integer confusionLinus Torvalds1-3/+3
2004-06-19Follow 2.4.x semantics for in-kernel signal sending.Linus Torvalds1-0/+7
2004-06-17[PATCH] RLIM: remove unused queued_signals global accountingChris Wright1-3/+0
2004-06-17[PATCH] RLIM: enforce rlimits on queued signalsChris Wright1-6/+11
2004-06-17[PATCH] RLIM: pass task_struct in send_signal()Chris Wright1-3/+4
2004-06-17Fix kill_pg_info(): return success if _any_ signal succeeded.Linus Torvalds1-11/+7
2004-06-08[PATCH] __ARCH_WANT_SYS_RT_SIGACTION fixAndrew Morton1-2/+2
2004-06-02[PATCH] move #endif to correct placeAndrew Morton1-1/+1
2004-05-31[PATCH] s/tkill/tgkill/ in /** documentation */Andrew Morton1-1/+1
2004-05-22[PATCH] slab: consolidate panic codeAndrew Morton1-3/+1
2004-05-21[PATCH] Sanitise handling of unneeded syscall stubsAndrew Morton1-10/+15
2004-05-09[PATCH] sched: extend sync wakeupsAndrew Morton1-2/+2
2004-04-19[PATCH] fix for potential deadlock after posix-timers changeRoland McGrath1-2/+19
2004-04-17[PATCH] Fix mq 32-bit compatibilityAndrew Morton1-1/+0
2004-04-11[PATCH] fix posix-timers to have proper per-process scopeAndrew Morton1-1/+1
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-2/+3
2004-04-11[PATCH] posix message queues: implementationAndrew Morton1-0/+1
2004-03-31[PATCH] uninline __wake_up_parentAndrew Morton1-1/+1
2004-03-31[PATCH] uninline __group_complete_signalAndrew Morton1-1/+1
2004-03-31[PATCH] uninline sig_ignoredAndrew Morton1-1/+1
2004-03-31[PATCH] uninline __group_send_sig_infoAndrew Morton1-1/+1
2004-03-31[PATCH] uninline signal_wake_upAndrew Morton1-1/+1
2004-03-16[PATCH] s390: coreAndrew Morton1-1/+2
2004-03-13[PATCH] __kill_pg_info() return value fixAndrew Morton1-3/+9
2004-03-06[PATCH] fastcall / regparm fixesAndrew Morton1-1/+1
2004-02-25[PATCH] Kill bogus __KERNEL_SYSCALLS usageAndrew Morton1-3/+0
2003-11-10Avoid racy optimization in signal sending.Linus Torvalds1-5/+1
2003-11-08[PATCH] SMP signal latency fixIngo Molnar1-5/+7
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds1-3/+2
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton1-2/+3
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-2/+2
2003-08-18[PATCH] signal handling race condition causing reboot hangsAndrew Morton1-29/+74
2003-08-13[PATCH] zap_other_threads() detaches thread group leaderMatt Wilson1-2/+4
2003-08-06[PATCH] fixes to zap_other_threads fixRoland McGrath1-1/+1
2003-08-05Don't try to signal already-zombied threads in zap_threads.Linus Torvalds1-0/+6
2003-08-05[PATCH] spurious SIGCHLD from dying thread group leaderRoland McGrath1-0/+3
2003-07-26When zapping the thread list due to an execve(), make sure toLinus Torvalds1-0/+9
2003-07-07[PATCH] tgkill patch for safe inter-thread signalsUlrich Drepper1-2/+48
2003-07-04[PATCH] wrong pid in siginfo_tUlrich Drepper1-2/+2
2003-07-04When forcing through a signal for some thread-synchronousLinus Torvalds1-3/+4
2003-06-02[PATCH] preallocate signal queue resource - Posix timersJim Houston1-102/+259
2003-05-25[PATCH] add notify_count for de_threadAndrew Morton1-1/+1
2003-05-24[PATCH] HAVE_ARCH_GET_SIGNAL_TO_DELIVER warningGeert Uytterhoeven1-3/+3
2003-05-18[PATCH] signal latency fixesIngo Molnar1-13/+1
2003-05-12[PATCH] Use '#ifdef' to test for CONFIG_xxx variablesSteven Cole1-2/+2
2003-05-09[PATCH] Fix potential runqueue deadlockPetr Vandrovec1-2/+3
2003-04-08Add __user attributes to user pointers in kernel/signal.c. ThisLinus Torvalds1-11/+15
2003-04-04[PATCH] linux-2.5.66-signal-cleanup.patchRoland McGrath1-78/+93
2003-03-22[PATCH] Make arch-independent syscalls return longAndrew Morton1-1/+1
2003-03-16[PATCH] signal fix for wedge on multithreaded core dumpRoland McGrath1-21/+41
2003-02-23Add support for forcing default signal handlers to flush_signal_handlers().Linus Torvalds1-2/+2
2003-02-18[PATCH] signal warning and uninitialised variable fixAndrew Morton1-2/+1
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger1-13/+39
2003-02-16Fix locking for "send_sig_info()", to avoid possible races with signalLinus Torvalds1-3/+13
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz1-0/+1
2003-02-12Make dequeue_signal() take the process as an argument.Linus Torvalds1-6/+6
2003-02-11Don't wake up processes unnecessarily for ignored signalsLinus Torvalds1-5/+25
2003-02-11Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5David S. Miller1-3/+11
2003-02-10Sanitize kernel daemon signal handling and process naming.Linus Torvalds1-1/+5
2003-02-10If we set TIF_SIGPENDING for SIGCONT, we have to wake up any sleepingLinus Torvalds1-2/+6
2003-02-10Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5David S. Miller1-1/+4
2003-02-10[SIGNAL]: Allow more platforms to use generic get_signal_to_deliver.David S. Miller1-1/+3
2003-02-09Wake up a stopped task _after_ having marked the SIGCONT pending,Linus Torvalds1-1/+4
2003-02-09Create "wake_up_state()" macro that selectively wakes up processes onlyLinus Torvalds1-11/+5
2003-02-09Fix missing break, causing sigprocmask(SIG_SETMASK ...) to alwaysLinus Torvalds1-0/+1
2003-02-09Make sigprocmask() available to kernel threads too, since a lot ofLinus Torvalds1-21/+37
2003-02-09[PATCH] lock group_send_sig_info() properlyIngo Molnar1-9/+13
2003-02-08More signal handling fixups for the threaded signal fix upheavals.Linus Torvalds1-25/+29
2003-02-07[PATCH] TASK_STOPPED wakeup cleanupRoland McGrath1-18/+32
2003-02-07Hand mergeDaniel Jacobowitz1-1/+7
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds1-149/+173
2003-02-06Don't special-case SIGKILL/SIGSTOP - the blocking masks shouldLinus Torvalds1-2/+1
2003-02-06[PATCH] do_sigaction locking cleanupRoland McGrath1-11/+24
2003-02-06Hand-merge with Ingo's changesDaniel Jacobowitz1-1/+7
2003-02-05[PATCH] signal-fixes-2.5.59-A4Ingo Molnar1-437/+621
2003-01-18Add PTRACE_GETSIGINFO and PTRACE_SETSIGINFODaniel Jacobowitz1-1/+7
2002-12-14[PATCH] ptrace-sigfix-2.5.51-A1Ingo Molnar1-1/+2
2002-12-14[PATCH] threaded coredumps, tcore-fixes-2.5.51-A0Ingo Molnar1-1/+1
2002-12-05Simplify the restart system call slightly.Linus Torvalds1-2/+2
2002-12-05Add "restart" system call, allowing system calls to restart after signalLinus Torvalds1-0/+12
2002-11-26LSM: change if statements into something more readable for the kernel.* files.Greg Kroah-Hartman1-1/+2
2002-11-23MergeGreg Kroah-Hartman1-2/+2
2002-11-20sched: privatizes the sibling inlines to sched.c, the sole caller of them.William Lee Irwin III1-0/+30
2002-11-06[PATCH] support non-rt signals >32Matthew Wilcox1-3/+5
2002-11-05MergeLinus Torvalds1-2/+16
2002-11-05[PATCH] thread-aware coredumps, 2.5.43-C3Ingo Molnar1-2/+16
2002-10-17LSM: convert over the remaining security calls to the new format.Greg Kroah-Hartman1-2/+1
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-10-15[SPARC]: arch specific copy_siginfo_to_user no longer needed.Stephen Rothwell1-0/+3
2002-10-02[PATCH] sigfix-2.5.40-D6Ingo Molnar1-21/+32
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar1-111/+83
2002-09-28[PATCH] thread-group SIGSTOP handlingIngo Molnar1-2/+0
2002-09-28[PATCH] signal delivery to thread groups bugfixIngo Molnar1-9/+21
2002-09-28[PATCH] sigfix-2.5.39-A1Ingo Molnar1-1/+1
2002-09-25[PATCH] exit-fix-2.5.38-F0Ingo Molnar1-2/+3
2002-09-22[PATCH] pidhash cleanups, tgid-2.5.38-F3Ingo Molnar1-32/+10
2002-09-19Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5David S. Miller1-3/+19
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar1-26/+31
2002-09-18kernel/signal.c: Handle SIGEMT.David S. Miller1-3/+19
2002-09-14[PATCH] thread-exec-2.5.34-B1, BK-currIngo Molnar1-0/+10
2002-09-14[PATCH] wait4-fix-2.5.34-B2, BK-currIngo Molnar1-1/+1
2002-09-13[PATCH] hide-threads-2.5.34-C1Ingo Molnar1-5/+5
2002-09-13[PATCH] signal failures in nightly LTP testIngo Molnar1-6/+10
2002-09-13[PATCH] thread exit deadlock bugIngo Molnar1-2/+4
2002-09-13Merge master.kernel.org:/home/davem/BK/sparc-2.5Linus Torvalds1-2/+11
2002-09-13kernel/signal.c: Not all systems have SIGSTKFLT.David S. Miller1-2/+11
2002-09-12[PATCH] sys_exit() threading improvements, BK-currIngo Molnar1-21/+17
2002-09-10[PATCH] Thread deadlock fix..Ingo Molnar1-4/+8
2002-09-10[PATCH] sys_exit_group(), threading, 2.5.34Ingo Molnar1-13/+50
2002-09-09[PATCH] Re: do_syslog/__down_trylock lockup in current BKIngo Molnar1-4/+13
2002-09-09[PATCH] 2.5.34: recalc_sigpending missing for modulesPetr Vandrovec1-0/+1
2002-09-07[PATCH] shared thread signalsIngo Molnar1-122/+415
2002-08-14[PATCH] stale thread detach debugging removalIngo Molnar1-1/+1
2002-08-13[PATCH] clone-detached-2.5.31-B0Ingo Molnar1-4/+9
2002-08-04Add KERN_xxx prefixes to printk's in kernel/ subdir.Cory Watson1-4/+4
2002-07-23[PATCH] scheduler fixesIngo Molnar1-3/+1
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman1-0/+3
2002-07-01Make in-kernel HZ be 1000 on x86, retaining user-level 100 HZ clock_t.Linus Torvalds1-2/+2
2002-06-19[PATCH] Consolidate sys_pauseStephen Rothwell1-0/+12
2002-06-17[PATCH] Make copy_siginfo_to_user mode explicitStephen Rothwell1-26/+47
2002-05-28Merge signal arch cleanupsLinus Torvalds1-0/+106
2002-05-28[PATCH] consolidate do_signalStephen Rothwell1-0/+106
2002-05-28[PATCH] consolidate arch specific copy_siginfo_to_userStephen Rothwell1-0/+40
2002-05-21[PATCH] suspend-to-{RAM,disk}Pavel Machek1-1/+1
2002-05-08Add SIGURG to list of ignore-by-default signalsLinus Torvalds1-1/+2
2002-04-28[PATCH] drop obsolete stat/waitpid/s(sg)etmask/signal from ARM buildRussell King1-3/+4
2002-03-14[PATCH] wait4() WIFSTOPPED starvation fix #1/2David Howells1-2/+2
2002-03-01[PATCH] 2.5.6-pre2 III: spellingRusty Russell1-1/+1
2002-02-11Fix recalc_sigpending handling.David S. Miller1-11/+10
2002-02-08[PATCH] includes cleanup, 2nd try.Dave Jones1-0/+1
2002-02-06[PATCH] thread information blockDavid Howells1-6/+6
2002-02-05[PATCH] Third version of signal changes for thread groupsDave McCracken1-3/+69
2002-02-05v2.5.2.6 -> v2.5.3v2.5.3Linus Torvalds1-4/+4
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-6/+3
2002-02-04v2.5.1 -> v2.5.1.1Linus Torvalds1-5/+3
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-3/+5
2002-02-04v2.4.14.8 -> v2.4.14.9Linus Torvalds1-1/+1
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds1-7/+5
2002-02-04v2.4.9 -> v2.4.9.1Linus Torvalds1-7/+7
2002-02-04Import changesetLinus Torvalds1-0/+1260