aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
...
* | ptrace_untrace: fix the SIGNAL_STOP_STOPPED checkOleg Nesterov2009-04-021-3/+7
* | ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logicOleg Nesterov2009-04-021-4/+0
* | forget_original_parent: split out the un-ptrace partOleg Nesterov2009-04-021-2/+76
* | ptrace: fix possible zombie leak on PTRACE_DETACHOleg Nesterov2009-04-021-2/+7
* | ptrace: kill __ptrace_detach(), fix ->exit_state checkOleg Nesterov2009-04-021-13/+9
|/
* [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-1/+1
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-0/+12
|\
| * x86, bts: add fork and exit handlingMarkus Metzger2008-12-201-0/+12
* | Merge branch 'master' into nextJames Morris2008-12-041-2/+2
|\|
| * remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig2008-11-301-2/+2
* | CRED: Inaugurate COW credentialsDavid Howells2008-11-141-0/+9
* | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-9/+13
* | CRED: Separate task security context from task_structDavid Howells2008-11-141-9/+10
* | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-6/+9
|/
* make ptrace_untrace() staticAdrian Bunk2008-10-201-1/+1
* security: Fix setting of PF_SUPERPRIV by __capable()David Howells2008-08-141-3/+2
* tracehook: wait_task_inactiveRoland McGrath2008-07-261-1/+1
* ptrace children revampRoland McGrath2008-07-161-13/+24
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-141-7/+8
* make generic sys_ptrace unconditionalChristoph Hellwig2008-05-011-2/+0
* ptrace: permit ptracing of /sbin/initOleg Nesterov2008-04-301-8/+0
* ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()Oleg Nesterov2008-04-301-2/+1
* ptrace: __ptrace_unlink: use the ptrace_reparented() helperOleg Nesterov2008-04-301-1/+1
* ptrace: conditionalize compat_ptrace_requestRoland McGrath2008-04-281-5/+2
* ptrace: compat_ptrace_request siginfoRoland McGrath2008-04-211-13/+35
* ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov2008-02-081-2/+5
* kill PT_ATTACHEDOleg Nesterov2008-02-081-4/+2
* kernel/ptrace.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* use __set_task_state() for TRACED/STOPPED tasksOleg Nesterov2008-02-061-6/+4
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+4
|\
| * ptrace: Use task_is_*Matthew Wilcox2007-12-061-4/+4
* | x86: compat_sys_ptraceRoland McGrath2008-01-301-0/+46
* | x86: compat_ptrace_requestRoland McGrath2008-01-301-0/+38
* | x86: ptrace_request peekdata/pokedataRoland McGrath2008-01-301-0/+7
* | ptrace: generic PTRACE_SINGLEBLOCKRoland McGrath2008-01-301-1/+14
* | ptrace: generic resumeRoland McGrath2008-01-301-0/+61
* | ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen2008-01-251-0/+2
* | Fix kernel/ptrace.c compile problem (missing "may_attach()")Linus Torvalds2008-01-021-1/+1
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-021-2/+2
|/
* Isolate some explicit usage of task->tgidPavel Emelyanov2007-10-191-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* m32r: convert to generic sys_ptraceChristoph Hellwig2007-10-161-0/+10
* Consolidate PTRACE_DETACHAlexey Dobriyan2007-10-161-0/+3
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-101-0/+1
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-191-1/+1
* PTRACE_POKEDATA consolidationAlexey Dobriyan2007-07-171-0/+8
* PTRACE_PEEKDATA consolidationAlexey Dobriyan2007-07-171-0/+11
* Use write_trylock_irqsave in ptrace_attachSripathi Kodi2007-07-161-4/+3
* [PATCH] auditing ptraceAl Viro2007-05-111-0/+3