Commit Graph

206 Commits (8a7a8544a4f6554ec2d8048ac9f9672f442db5a2)

Author SHA1 Message Date
Roland McGrath 1b04624f93 tracehook: fix SA_NOCLDWAIT 17 years ago
Roland McGrath b787f7ba67 tracehook: force signal_pending() 17 years ago
Roland McGrath 2b2a1ff64a tracehook: death 17 years ago
Roland McGrath fa00b80b3c tracehook: job control 17 years ago
Roland McGrath 7bcf6a2ca5 tracehook: get_signal_to_deliver 17 years ago
Roland McGrath 445a91d2fe tracehook: tracehook_consider_fatal_signal 17 years ago
Roland McGrath 35de254dc6 tracehook: tracehook_consider_ignored_signal 17 years ago
Roland McGrath ff1188646c tracehook: unexport ptrace_notify 17 years ago
Pavel Emelyanov 19b0cfcca4 pidns: remove now unused kill_proc function 17 years ago
Oleg Nesterov 999d9fc167 coredump: move mm->core_waiters into struct core_state 17 years ago
Oleg Nesterov 3d749b9e67 ptrace: simplify ptrace_stop()->sigkill_pending() path 17 years ago
Gustavo Fernando Padovan bc64efd220 kernel/signal.c: change vars pid and tgid types to pid_t 17 years ago
Michael Kerrisk d8878ba3f0 signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ 17 years ago
Oleg Nesterov 2b201a9edd signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check 17 years ago
Oleg Nesterov 92413d771e signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED 17 years ago
Oleg Nesterov 100360f030 signals: change collect_signal() to return void 17 years ago
Oleg Nesterov d443420761 signals: collect_signal: simplify the "still_pending" logic 17 years ago
Oleg Nesterov 6715ca451c signals: collect_signal: remove the unneeded sigismember() check 17 years ago
Oleg Nesterov ba661292a2 posix-timers: fix posix_timer_event() vs dequeue_signal() race 17 years ago
Oleg Nesterov cbaffba12c posix timers: discard SI_TIMER signals on exec 17 years ago
Oleg Nesterov c8e85b4f4b posix timers: sigqueue_free: don't free sigqueue if it is queued 17 years ago
Oleg Nesterov da7978b034 signals: fix sigqueue_free() vs __exit_signal() race 17 years ago
Roland McGrath 4e4c22c711 signals: add set_restore_sigmask 17 years ago
Oleg Nesterov 80fe728d59 signals: allow the kernel to actually kill /sbin/init 17 years ago
Oleg Nesterov fae5fa44f1 signals: fix /sbin/init protection from unwanted signals 17 years ago
Oleg Nesterov 193191035a signals: check_kill_permission: remove tasklist_lock 17 years ago
Oleg Nesterov 2e2ba22ea4 signals: check_kill_permission: check session under tasklist_lock 17 years ago
Oleg Nesterov 53c30337f2 signals: send_signal: be paranoid about signalfd_notify() 17 years ago
Oleg Nesterov 021e1ae3d8 signals: document CLD_CONTINUED notification mechanics 17 years ago
Oleg Nesterov 7e695a5ef5 signals: fold sig_ignored() into handle_stop_signal() 17 years ago
Oleg Nesterov 2dce81bff2 signals: cleanup the usage of print_fatal_signal() 17 years ago
Oleg Nesterov 34c8f07b9a signals: handle_stop_signal: don't worry about SIGKILL 17 years ago
Oleg Nesterov ac5c215383 signals: join send_sigqueue() with send_group_sigqueue() 17 years ago
Oleg Nesterov e62e6650e9 signals: unify send_sigqueue/send_group_sigqueue completely 17 years ago
Pavel Emelyanov 4cd4b6d4e0 signals: fold complete_signal() into send_signal/do_send_sigqueue 17 years ago
Oleg Nesterov 5fcd835bf8 signals: use __group_complete_signal() for the specific signals too 17 years ago
Oleg Nesterov 2ca3515aa5 signals: change send_signal/do_send_sigqueue to take "boolean group" parameter 17 years ago
Oleg Nesterov 71f11dc025 signals: move the definition of __group_complete_signal() up 17 years ago
Oleg Nesterov db51aeccd7 signals: microoptimize the usage of ->curr_target 17 years ago
Oleg Nesterov 08d2c30ce9 signals: send_sig_info: don't take tasklist_lock 17 years ago
Oleg Nesterov 3547ff3aef signals: do_tkill: don't use tasklist_lock 17 years ago
Oleg Nesterov 6e65acba7c signals: move handle_stop_signal() into send_signal() 17 years ago
Oleg Nesterov c99fcf28b8 signals: send_group_sigqueue: don't take tasklist_lock 17 years ago
Oleg Nesterov f8c5b5c06f signals: __group_complete_signal: cache the value of p->signal 17 years ago
Oleg Nesterov 5fc894bb4f signals: send_sigqueue: don't forget about handle_stop_signal() 17 years ago
Oleg Nesterov 5c193e8871 signals: send_sigqueue: don't take rcu lock 17 years ago
Oleg Nesterov f6b76d4fb0 get_signal_to_deliver: use the cached ->signal/sighand values 17 years ago
Oleg Nesterov ad16a46069 handle_stop_signal: use the cached p->signal value 17 years ago
Oleg Nesterov fc321d2e60 handle_stop_signal: unify partial/full stop handling 17 years ago
Oleg Nesterov 6ca25b5513 kill_pid_info: don't take now unneeded tasklist_lock 17 years ago