Oleg Nesterov
|
d92fcf0552
signal: sys_pause() should check signal_pending()
|
14 years ago |
Linus Torvalds
|
3ed4c0583d
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc
|
14 years ago |
Tejun Heo
|
40ae717d1e
ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()
|
14 years ago |
Oleg Nesterov
|
2e4f7c7769
signal: sys_sigprocmask() needs retarget_shared_pending()
|
14 years ago |
Oleg Nesterov
|
b013c39924
signal: cleanup sys_sigprocmask()
|
14 years ago |
Oleg Nesterov
|
702a5073fd
signal: rename signandsets() to sigandnsets()
|
14 years ago |
Oleg Nesterov
|
b182801ab3
signal: do_sigtimedwait() needs retarget_shared_pending()
|
14 years ago |
Oleg Nesterov
|
943df1485a
signal: introduce do_sigtimedwait() to factor out compat/native code
|
14 years ago |
Oleg Nesterov
|
fe0faa005d
signal: sys_rt_sigtimedwait: simplify the timeout logic
|
14 years ago |
Oleg Nesterov
|
bb7efee2ca
signal: cleanup sys_rt_sigprocmask()
|
14 years ago |
Oleg Nesterov
|
e6fa16ab9c
signal: sigprocmask() should do retarget_shared_pending()
|
14 years ago |
Oleg Nesterov
|
73ef4aeb61
signal: sigprocmask: narrow the scope of ->siglock
|
14 years ago |
Oleg Nesterov
|
fec9993db0
signal: retarget_shared_pending: optimize while_each_thread() loop
|
14 years ago |
Oleg Nesterov
|
f646e227b8
signal: retarget_shared_pending: consider shared/unblocked signals only
|
14 years ago |
Oleg Nesterov
|
0edceb7bcd
signal: introduce retarget_shared_pending()
|
14 years ago |
Randy Dunlap
|
f9fa0bc1fa
signal.c: fix erroneous syscall kernel-doc
|
14 years ago |
Oleg Nesterov
|
e46bc9b6fd
Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace
|
14 years ago |
Linus Torvalds
|
42933bac11
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
|
14 years ago |
Randy Dunlap
|
41c57892a2
kernel/signal.c: add kernel-doc notation to syscalls
|
14 years ago |
Randy Dunlap
|
5aba085ede
kernel/signal.c: fix typos and coding style
|
14 years ago |
Oleg Nesterov
|
ee77f07592
signal: Turn SIGNAL_STOP_DEQUEUED into GROUP_STOP_DEQUEUED
|
14 years ago |
Oleg Nesterov
|
780006eac2
signal: do_signal_stop: Remove the unneeded task_clear_group_stop_pending()
|
14 years ago |
Oleg Nesterov
|
1deac632fc
signal: prepare_signal(SIGCONT) shouldn't play with TIF_SIGPENDING
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Roland Dreier
|
243b422af9
Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo
|
14 years ago |
Serge E. Hallyn
|
39fd33933b
userns: allow killing tasks in your own or child userns
|
14 years ago |
Tejun Heo
|
244056f9db
job control: Don't send duplicate job control stop notification while ptraced
|
14 years ago |
Tejun Heo
|
ceb6bd67f9
job control: Notify the real parent of job control events regardless of ptrace
|
14 years ago |
Tejun Heo
|
62bcf9d992
job control: Job control stop notifications should always go to the real parent
|
14 years ago |
Tejun Heo
|
75b95953a5
job control: Add @for_ptrace to do_notify_parent_cldstop()
|
14 years ago |