summaryrefslogtreecommitdiff
path: root/kernel/signal.c
AgeCommit message (Expand)Author
2008-05-26posix timers: discard SI_TIMER signals on execOleg Nesterov
2008-05-26posix timers: sigqueue_free: don't free sigqueue if it is queuedOleg Nesterov
2008-05-24signals: fix sigqueue_free() vs __exit_signal() raceOleg Nesterov
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-30signals: allow the kernel to actually kill /sbin/initOleg Nesterov
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov
2008-04-30signals: check_kill_permission: remove tasklist_lockOleg Nesterov
2008-04-30signals: check_kill_permission: check session under tasklist_lockOleg Nesterov
2008-04-30signals: send_signal: be paranoid about signalfd_notify()Oleg Nesterov
2008-04-30signals: document CLD_CONTINUED notification mechanicsOleg Nesterov
2008-04-30signals: fold sig_ignored() into handle_stop_signal()Oleg Nesterov
2008-04-30signals: cleanup the usage of print_fatal_signal()Oleg Nesterov
2008-04-30signals: handle_stop_signal: don't worry about SIGKILLOleg Nesterov
2008-04-30signals: join send_sigqueue() with send_group_sigqueue()Oleg Nesterov
2008-04-30signals: unify send_sigqueue/send_group_sigqueue completelyOleg Nesterov
2008-04-30signals: fold complete_signal() into send_signal/do_send_sigqueuePavel Emelyanov
2008-04-30signals: use __group_complete_signal() for the specific signals tooOleg Nesterov
2008-04-30signals: change send_signal/do_send_sigqueue to take "boolean group" parameterOleg Nesterov
2008-04-30signals: move the definition of __group_complete_signal() upOleg Nesterov
2008-04-30signals: microoptimize the usage of ->curr_targetOleg Nesterov
2008-04-30signals: send_sig_info: don't take tasklist_lockOleg Nesterov
2008-04-30signals: do_tkill: don't use tasklist_lockOleg Nesterov
2008-04-30signals: move handle_stop_signal() into send_signal()Oleg Nesterov
2008-04-30signals: send_group_sigqueue: don't take tasklist_lockOleg Nesterov
2008-04-30signals: __group_complete_signal: cache the value of p->signalOleg Nesterov
2008-04-30signals: send_sigqueue: don't forget about handle_stop_signal()Oleg Nesterov
2008-04-30signals: send_sigqueue: don't take rcu lockOleg Nesterov
2008-04-30get_signal_to_deliver: use the cached ->signal/sighand valuesOleg Nesterov
2008-04-30handle_stop_signal: use the cached p->signal valueOleg Nesterov
2008-04-30handle_stop_signal: unify partial/full stop handlingOleg Nesterov
2008-04-30kill_pid_info: don't take now unneeded tasklist_lockOleg Nesterov
2008-04-30signals: re-assign CLD_CONTINUED notification from the sender to recieverOleg Nesterov
2008-04-30signals: cleanup security_task_kill() usage/implementationOleg Nesterov
2008-04-30signals: consolidate send_sigqueue and send_group_sigqueuePavel Emelyanov
2008-04-30signals: clean dequeue_signal from excess checks and assignmentsPavel Emelyanov
2008-04-30signals: consolidate checks for whether or not to ignore a signalPavel Emelyanov
2008-04-30lock_task_sighand: add rcu lock/unlockOleg Nesterov
2008-04-30signals: do_signal_stop(): use signal_group_exit()Oleg Nesterov
2008-04-30signals: consolidate checking for ignored/legacy signalsPavel Emelyanov
2008-04-30signals: turn LEGACY_QUEUE macro into static inline functionPavel Emelyanov
2008-04-30signals: remove unused variable from send_signal()Pavel Emelyanov
2008-04-21trivial: small cleanupsPavel Machek
2008-04-18ptrace_signal subroutineRoland McGrath
2008-03-04freezer vs stopped or tracedRoland McGrath
2008-02-13remove final fastcall usersHarvey Harrison
2008-02-08Get rid of the kill_pgrp_info() functionPavel Emelyanov
2008-02-08Clean up the kill_something_infoPavel Emelyanov
2008-02-08ITIMER_REAL: convert to use struct pidOleg Nesterov
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov