aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-3/+6
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra1-12/+0
2010-03-12ptrace: move user_enable_single_step & co prototypes to linux/ptrace.hChristoph Hellwig1-0/+5
2010-02-23ptrace: Fix ptrace_regset() comments and diagnose errors specificallySuresh Siddha1-0/+5
2010-02-11ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSETSuresh Siddha1-0/+15
2009-12-16ptrace: introduce user_single_step_siginfo() helperOleg Nesterov1-0/+12
2009-12-16ptrace: cleanup ptrace_init_task()->ptrace_link() pathOleg Nesterov1-8/+3
2009-06-18ptrace_get_task_struct: s/tasklist/rcu/, make it staticOleg Nesterov1-1/+0
2009-04-07x86, ptrace: add bts context unconditionallyMarkus Metzger1-10/+0
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov1-1/+1
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov1-0/+1
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger1-0/+22
2008-10-20make ptrace_untrace() staticAdrian Bunk1-1/+0
2008-08-07tracehook: fix CLONE_PTRACERoland McGrath1-1/+1
2008-07-26task_current_syscallRoland McGrath1-0/+4
2008-07-26tracehook: release_taskRoland McGrath1-0/+13
2008-07-26tracehook: cloneRoland McGrath1-0/+22
2008-07-26tracehook: add linux/tracehook.hRoland McGrath1-0/+33
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-2/+6
2008-04-30ptrace: introduce ptrace_reparented() helperOleg Nesterov1-0/+4
2008-02-08kill PT_ATTACHEDOleg Nesterov1-1/+0
2008-02-06Add arch_ptrace_stopRoland McGrath1-0/+35
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath1-1/+1
2008-01-30ptrace: arch_has_block_stepRoland McGrath1-4/+33
2008-01-30ptrace: arch_has_single_stepRoland McGrath1-0/+46
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-0/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-0/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-0/+1
2006-09-29[PATCH] Use decimal for PTRACE_ATTACH and PTRACE_DETACH.Roland McGrath1-2/+2
2006-06-26[PATCH] coredump: kill ptrace related stuffOleg Nesterov1-1/+0
2006-06-23[PATCH] ptrace: document the locking rulesEric W. Biederman1-0/+4
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov1-0/+1
2006-01-08[PATCH] PTRACE_SYSEMU is only for i386 and clashes with other ptrace codes of other archsPaolo 'Blaisorblade' Giarrusso1-2/+0
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-0/+2
2005-11-07[PATCH] consolidate sys_ptrace()Christoph Hellwig1-0/+2
2005-09-07[PATCH] remove duplicated code from proc and ptraceMiklos Szeredi1-0/+1
2005-09-05[PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386Bodo Stroesser1-0/+1
2005-09-05[PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and general usageLaurent Vivier1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+122