Christoph Hellwig
|
bcf35afb52
make generic sys_ptrace unconditional
|
17 years ago |
Oleg Nesterov
|
00cd5c37af
ptrace: permit ptracing of /sbin/init
|
17 years ago |
Oleg Nesterov
|
33e9fc7d01
ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()
|
17 years ago |
Oleg Nesterov
|
68cb947866
ptrace: __ptrace_unlink: use the ptrace_reparented() helper
|
17 years ago |
Roland McGrath
|
9d04d9280c
ptrace: conditionalize compat_ptrace_request
|
17 years ago |
Roland McGrath
|
e16b278164
ptrace: compat_ptrace_request siginfo
|
17 years ago |
Oleg Nesterov
|
c0c0b649d6
ptrace_check_attach: remove unneeded ->signal != NULL check
|
17 years ago |
Oleg Nesterov
|
6b39c7bfbd
kill PT_ATTACHED
|
17 years ago |
Adrian Bunk
|
f17d30a803
kernel/ptrace.c should #include <linux/syscalls.h>
|
17 years ago |
Oleg Nesterov
|
d9ae90ac4b
use __set_task_state() for TRACED/STOPPED tasks
|
17 years ago |
Linus Torvalds
|
75659ca0c1
Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc
|
17 years ago |
Roland McGrath
|
c269f19617
x86: compat_sys_ptrace
|
17 years ago |
Roland McGrath
|
032d82d906
x86: compat_ptrace_request
|
17 years ago |
Roland McGrath
|
16c3e389e7
x86: ptrace_request peekdata/pokedata
|
17 years ago |
Roland McGrath
|
5b88abbf77
ptrace: generic PTRACE_SINGLEBLOCK
|
17 years ago |
Roland McGrath
|
36df29d799
ptrace: generic resume
|
17 years ago |
Haavard Skinnemoen
|
6ea6dd93c9
ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME
|
17 years ago |
Linus Torvalds
|
b8c9a18712
Fix kernel/ptrace.c compile problem (missing "may_attach()")
|
17 years ago |
Al Viro
|
831830b5a2
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
|
17 years ago |
Matthew Wilcox
|
6618a3e275
ptrace: Use task_is_*
|
17 years ago |
Pavel Emelyanov
|
bac0abd617
Isolate some explicit usage of task->tgid
|
17 years ago |
Pavel Emelyanov
|
228ebcbe63
Uninline find_task_by_xxx set of functions
|
17 years ago |
Pavel Emelyanov
|
b488893a39
pid namespaces: changes to show virtual ids to user
|
17 years ago |
Christoph Hellwig
|
0ac1555915
m32r: convert to generic sys_ptrace
|
17 years ago |
Alexey Dobriyan
|
1bcf548293
Consolidate PTRACE_DETACH
|
17 years ago |
Roland McGrath
|
7d94143291
Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH
|
17 years ago |
Kawai, Hidehiro
|
6c5d523826
coredump masking: reimplementation of dumpable using two flags
|
18 years ago |
Alexey Dobriyan
|
f284ce7269
PTRACE_POKEDATA consolidation
|
18 years ago |
Alexey Dobriyan
|
7664732315
PTRACE_PEEKDATA consolidation
|
18 years ago |
Sripathi Kodi
|
6175ecfed3
Use write_trylock_irqsave in ptrace_attach
|
18 years ago |