aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16ptrace children revampRoland McGrath1-13/+24
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-7/+8
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig1-2/+0
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov1-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov1-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov1-1/+1
2008-04-28ptrace: conditionalize compat_ptrace_requestRoland McGrath1-5/+2
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath1-13/+35
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill PT_ATTACHEDOleg Nesterov1-4/+2
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov1-6/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-4/+4
2008-01-30x86: compat_sys_ptraceRoland McGrath1-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath1-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath1-0/+7
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath1-1/+14
2008-01-30ptrace: generic resumeRoland McGrath1-0/+61
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen1-0/+2
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds1-1/+1
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-2/+2
2007-12-06ptrace: Use task_is_*Matthew Wilcox1-4/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+3
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig1-0/+10
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-0/+3
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-0/+1
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro1-1/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-0/+8
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-0/+11
2007-07-16Use write_trylock_irqsave in ptrace_attachSripathi Kodi1-4/+3
2007-05-11[PATCH] auditing ptraceAl Viro1-0/+3
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-0/+1
2006-09-27[PATCH] NOMMU: Check that access_process_vm() has a valid targetDavid Howells1-54/+0
2006-07-03[PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar1-3/+3
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov1-1/+2
2006-06-26[PATCH] proc: Cleanup proc_fd_access_allowedEric W. Biederman1-3/+17
2006-05-11ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds1-1/+19
2006-05-07Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds1-18/+21
2006-04-14[PATCH] fix non-leader exec under ptraceRoland McGrath1-5/+2
2006-04-02BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn1-2/+1
2006-03-28[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparentingOleg Nesterov1-4/+4
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-10/+15
2006-02-14[PATCH] compound page: no access_process_vm checkHugh Dickins1-2/+1
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap1-0/+1
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-31/+46
2005-11-29[PATCH] Fix crash when ptrace poking hugepage areasDavid Gibson1-1/+2
2005-11-13[PATCH] fix task_struct leak in ptraceChristoph Hellwig1-1/+1
2005-11-09Fix ptrace self-attach ruleLinus Torvalds1-1/+1