summaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
AgeCommit message (Expand)AuthorLines
2009-06-04ptrace: revert "ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic"Oleg Nesterov-0/+2
2009-04-27ptrace: ptrace_attach: fix the usage of ->cred_exec_mutexOleg Nesterov-2/+2
2009-04-13ptrace: fix exit_ptrace() vs ptrace_traceme() raceOleg Nesterov-3/+4
2009-04-08ptrace: some checkpatch fixesRoland McGrath-9/+7
2009-04-03Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+0
2009-04-02ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov-3/+7
2009-04-02ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov-4/+0
2009-04-02forget_original_parent: split out the un-ptrace partOleg Nesterov-2/+76
2009-04-02ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov-2/+7
2009-04-02ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov-13/+9
2009-03-10ptrace: remove a useless gotoAmérico Wang-2/+0
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+12
2008-12-20x86, bts: add fork and exit handlingMarkus Metzger-0/+12
2008-12-04Merge branch 'master' into nextJames Morris-2/+2
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig-2/+2
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-0/+9
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-9/+13
2008-11-14CRED: Separate task security context from task_structDavid Howells-9/+10
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells-6/+9
2008-10-20make ptrace_untrace() staticAdrian Bunk-1/+1
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells-3/+2
2008-07-26tracehook: wait_task_inactiveRoland McGrath-1/+1
2008-07-16ptrace children revampRoland McGrath-13/+24
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley-7/+8
2008-05-01make generic sys_ptrace unconditionalChristoph Hellwig-2/+0
2008-04-30ptrace: permit ptracing of /sbin/initOleg Nesterov-8/+0
2008-04-30ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov-2/+1
2008-04-30ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov-1/+1
2008-04-28ptrace: conditionalize compat_ptrace_requestRoland McGrath-5/+2
2008-04-21ptrace: compat_ptrace_request siginfoRoland McGrath-13/+35
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov-2/+5
2008-02-08kill PT_ATTACHEDOleg Nesterov-4/+2
2008-02-06kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk-0/+1
2008-02-06use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov-6/+4
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2008-01-30x86: compat_sys_ptraceRoland McGrath-0/+46
2008-01-30x86: compat_ptrace_requestRoland McGrath-0/+38
2008-01-30x86: ptrace_request peekdata/pokedataRoland McGrath-0/+7
2008-01-30ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath-1/+14
2008-01-30ptrace: generic resumeRoland McGrath-0/+61
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen-0/+2
2008-01-02Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds-1/+1
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro-2/+2
2007-12-06ptrace: Use task_is_*Matthew Wilcox-4/+4
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov-2/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-1/+3
2007-10-16m32r: convert to generic sys_ptraceChristoph Hellwig-0/+10
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan-0/+3