Commit Graph

49 Commits (92983c2121fb46f234add1c36b5e596779899d56)

Author SHA1 Message Date
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
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 18 years ago
Pavel Emelyanov 228ebcbe63 Uninline find_task_by_xxx set of functions 18 years ago
Pavel Emelyanov b488893a39 pid namespaces: changes to show virtual ids to user 18 years ago
Christoph Hellwig 0ac1555915 m32r: convert to generic sys_ptrace 18 years ago
Alexey Dobriyan 1bcf548293 Consolidate PTRACE_DETACH 18 years ago
Roland McGrath 7d94143291 Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACH 18 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
Al Viro a5cb013da7 [PATCH] auditing ptrace 18 years ago
Sukadev Bhattiprolu f400e198b2 [PATCH] pidspace: is_init() 19 years ago
David Howells 0ec76a110f [PATCH] NOMMU: Check that access_process_vm() has a valid target 19 years ago
Ingo Molnar 36c8b58689 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct 19 years ago
Oleg Nesterov d5f70c00ad [PATCH] coredump: kill ptrace related stuff 19 years ago
Eric W. Biederman df26c40e56 [PATCH] proc: Cleanup proc_fd_access_allowed 19 years ago
Linus Torvalds f358166a94 ptrace_attach: fix possible deadlock schenario with irqs 19 years ago
Linus Torvalds f5b40e363a Fix ptrace_attach()/ptrace_traceme()/de_thread() race 19 years ago
Roland McGrath e57a505984 [PATCH] fix non-leader exec under ptrace 19 years ago
Eric Sesterhenn 524223ca81 BUG_ON() Conversion in kernel/ptrace.c 19 years ago
Oleg Nesterov 9b678ece42 [PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting 19 years ago
Oleg Nesterov 5ecfbae093 [PATCH] fix zap_thread's ptrace related problems 19 years ago
Hugh Dickins 16bf134840 [PATCH] compound page: no access_process_vm check 19 years ago
Randy.Dunlap c59ede7b78 [PATCH] move capable() to capability.h 19 years ago
Christoph Hellwig 6b9c7ed848 [PATCH] use ptrace_get_task_struct in various places 19 years ago
David Gibson 5bd0190bf3 [PATCH] Fix crash when ptrace poking hugepage areas 19 years ago
Christoph Hellwig 005f18dfd0 [PATCH] fix task_struct leak in ptrace 19 years ago
Linus Torvalds 28d838cc4d Fix ptrace self-attach rule 20 years ago
Christoph Hellwig 481bed4542 [PATCH] consolidate sys_ptrace() 20 years ago
Andrea Arcangeli 30e0fca6c1 [PATCH] ptrace/coredump/exit_group deadlock 20 years ago
Miklos Szeredi ab8d11beb4 [PATCH] remove duplicated code from proc and ptrace 20 years ago
Jesper Juhl 7ed20e1ad5 [PATCH] convert that currently tests _NSIG directly to use valid_signal() 20 years ago
akpm@osdl.org d59dd4620f [PATCH] use smp_mb/wmb/rmb where possible 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago