summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix force_sig_info() semantics after cleanupsLinus Torvalds2006-08-021-8/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-301-1/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* | [PATCH] SELinux: add security hook call to kill_proc_info_as_uidDavid Quigley2006-06-301-2/+5
|/
* [PATCH] coredump: kill ptrace related stuffOleg Nesterov2006-06-261-5/+30
* [PATCH] collect sid of those who send signals to auditdAl Viro2006-06-201-1/+1
* [PATCH] fix non-leader exec under ptraceRoland McGrath2006-04-141-2/+2
* [PATCH] __group_complete_signal: remove bogus BUG_ONOleg Nesterov2006-04-111-1/+0
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-021-4/+2
* [PATCH] Fix suspend with traced tasksPavel Machek2006-03-311-0/+1
* [PATCH] send_sigqueue: simplify and fix the raceOleg Nesterov2006-03-281-37/+4
* [PATCH] do_notify_parent_cldstop: remove 'to_self' paramOleg Nesterov2006-03-281-21/+11
* [PATCH] finish_stop: don't check stop_count < 0Oleg Nesterov2006-03-281-1/+1
* [PATCH] simplify do_signal_stop()Oleg Nesterov2006-03-281-24/+8
* [PATCH] do_sigaction: don't take tasklist_lockOleg Nesterov2006-03-281-19/+3
* [PATCH] do_signal_stop: don't take tasklist_lockOleg Nesterov2006-03-281-52/+17
* [PATCH] relax sig_needs_tasklist()Oleg Nesterov2006-03-281-2/+1
* [PATCH] move __exit_signal() to kernel/exit.cOleg Nesterov2006-03-281-64/+1
* [PATCH] rename __exit_sighand to cleanup_sighandOleg Nesterov2006-03-281-17/+2
* [PATCH] cleanup __exit_signal()Oleg Nesterov2006-03-281-16/+15
* [PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov2006-03-281-14/+1
* [PATCH] copy_process: cleanup bad_fork_cleanup_sighandOleg Nesterov2006-03-281-14/+0
* [PATCH] introduce sig_needs_tasklist() helperOleg Nesterov2006-03-281-1/+4
* [PATCH] introduce lock_task_sighand() helperOleg Nesterov2006-03-281-14/+24
* [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-281-1/+1
* [PATCH] exec: allow init to exec from any thread.Eric W. Biederman2006-03-281-1/+1
* [PATCH] sigprocmask: kill unneeded temp varOleg Nesterov2006-03-231-4/+4
* [PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki2006-03-231-1/+2
* [PATCH] do_sigaction: cleanup ->sa_mask manipulationOleg Nesterov2006-02-091-5/+3
* [PATCH] sys_signal: initialize ->sa_maskOleg Nesterov2006-02-091-0/+1
* [PATCH] uninline __sigqueue_free()Andrew Morton2006-02-031-1/+1
* [PATCH] Generic sys_rt_sigsuspend()David Woodhouse2006-01-181-0/+26
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-2/+2
* [PATCH] move capable() to capability.hRandy.Dunlap2006-01-111-0/+1
* [PATCH] remove unneeded sig->curr_target recalculationOleg Nesterov2006-01-081-2/+0
* [PATCH] kill_proc_info_as_uid: don't use hardcoded constantsOleg Nesterov2006-01-081-2/+1
* [PATCH] sigaction should clear all signals on SIG_IGN, not just < 32George Anzinger2006-01-081-2/+32
* [PATCH] Simpler signal-exit concurrency handlingPaul E. McKenney2006-01-081-5/+6
* [PATCH] RCU signal handlingIngo Molnar2006-01-081-14/+83
* [PATCH] signal handling: revert sigkill priority fixHeiko Carstens2005-11-131-10/+1
* [PATCH] Don't auto-reap traced childrenOleg Nesterov2005-11-101-1/+1
* [PATCH] Remove duplicate code in signal.cPaul E. McKenney2005-10-301-11/+5
* [PATCH] remove unneeded SI_TIMER checksOleg Nesterov2005-10-301-18/+0
* [PATCH] cleanup the usage of SEND_SIG_xxx constantsOleg Nesterov2005-10-301-11/+7
* [PATCH] remove hardcoded SEND_SIG_xxx constantsOleg Nesterov2005-10-301-15/+20
* [PATCH] ptrace/coredump/exit_group deadlockAndrea Arcangeli2005-10-301-3/+3
* [PATCH] Unify sys_tkill() and sys_tgkill()Vadim Lobanov2005-10-301-46/+25
* [PATCH] kill sigqueue->lockOleg Nesterov2005-10-301-6/+4
* [PATCH] fix ->signal->live leak in copy_process()Oleg Nesterov2005-10-291-0/+2
* [PATCH] Call exit_itimers from do_exit, not __exit_signalRoland McGrath2005-10-211-13/+1
OpenPOWER on IntegriCloud