Oleg Nesterov
|
999d9fc167
coredump: move mm->core_waiters into struct core_state
|
17 年之前 |
Oleg Nesterov
|
3d749b9e67
ptrace: simplify ptrace_stop()->sigkill_pending() path
|
17 年之前 |
Gustavo Fernando Padovan
|
bc64efd220
kernel/signal.c: change vars pid and tgid types to pid_t
|
17 年之前 |
Michael Kerrisk
|
d8878ba3f0
signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZ
|
17 年之前 |
Oleg Nesterov
|
2b201a9edd
signals: do_signal_stop: kill the SIGNAL_UNKILLABLE check
|
17 年之前 |
Oleg Nesterov
|
92413d771e
signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_STOP_DEQUEUED
|
17 年之前 |
Oleg Nesterov
|
100360f030
signals: change collect_signal() to return void
|
17 年之前 |
Oleg Nesterov
|
d443420761
signals: collect_signal: simplify the "still_pending" logic
|
17 年之前 |
Oleg Nesterov
|
6715ca451c
signals: collect_signal: remove the unneeded sigismember() check
|
17 年之前 |
Oleg Nesterov
|
ba661292a2
posix-timers: fix posix_timer_event() vs dequeue_signal() race
|
17 年之前 |
Oleg Nesterov
|
cbaffba12c
posix timers: discard SI_TIMER signals on exec
|
17 年之前 |
Oleg Nesterov
|
c8e85b4f4b
posix timers: sigqueue_free: don't free sigqueue if it is queued
|
17 年之前 |
Oleg Nesterov
|
da7978b034
signals: fix sigqueue_free() vs __exit_signal() race
|
17 年之前 |
Roland McGrath
|
4e4c22c711
signals: add set_restore_sigmask
|
17 年之前 |
Oleg Nesterov
|
80fe728d59
signals: allow the kernel to actually kill /sbin/init
|
17 年之前 |
Oleg Nesterov
|
fae5fa44f1
signals: fix /sbin/init protection from unwanted signals
|
17 年之前 |
Oleg Nesterov
|
193191035a
signals: check_kill_permission: remove tasklist_lock
|
17 年之前 |
Oleg Nesterov
|
2e2ba22ea4
signals: check_kill_permission: check session under tasklist_lock
|
17 年之前 |
Oleg Nesterov
|
53c30337f2
signals: send_signal: be paranoid about signalfd_notify()
|
17 年之前 |
Oleg Nesterov
|
021e1ae3d8
signals: document CLD_CONTINUED notification mechanics
|
17 年之前 |
Oleg Nesterov
|
7e695a5ef5
signals: fold sig_ignored() into handle_stop_signal()
|
17 年之前 |
Oleg Nesterov
|
2dce81bff2
signals: cleanup the usage of print_fatal_signal()
|
17 年之前 |
Oleg Nesterov
|
34c8f07b9a
signals: handle_stop_signal: don't worry about SIGKILL
|
17 年之前 |
Oleg Nesterov
|
ac5c215383
signals: join send_sigqueue() with send_group_sigqueue()
|
17 年之前 |
Oleg Nesterov
|
e62e6650e9
signals: unify send_sigqueue/send_group_sigqueue completely
|
17 年之前 |
Pavel Emelyanov
|
4cd4b6d4e0
signals: fold complete_signal() into send_signal/do_send_sigqueue
|
17 年之前 |
Oleg Nesterov
|
5fcd835bf8
signals: use __group_complete_signal() for the specific signals too
|
17 年之前 |
Oleg Nesterov
|
2ca3515aa5
signals: change send_signal/do_send_sigqueue to take "boolean group" parameter
|
17 年之前 |
Oleg Nesterov
|
71f11dc025
signals: move the definition of __group_complete_signal() up
|
17 年之前 |
Oleg Nesterov
|
db51aeccd7
signals: microoptimize the usage of ->curr_target
|
17 年之前 |