Files
linux-st/include/linux
Roland McGrath f470021adb ptrace children revamp
ptrace no longer fiddles with the children/sibling links, and the
old ptrace_children list is gone.  Now ptrace, whether of one's own
children or another's via PTRACE_ATTACH, just uses the new ptraced
list instead.

There should be no user-visible difference that matters.  The only
change is the order in which do_wait() sees multiple stopped
children and stopped ptrace attachees.  Since wait_task_stopped()
was changed earlier so it no longer reorders the children list, we
already know this won't cause any new problems.

Signed-off-by: Roland McGrath <roland@redhat.com>
2008-07-16 18:02:33 -07:00
..
2008-07-01 11:28:06 +10:00
2008-07-03 13:21:14 +02:00
2008-07-04 10:40:05 -07:00
2008-07-04 10:40:09 -07:00
2008-07-11 10:46:50 +02:00
2008-07-08 17:55:41 +02:00
2008-07-16 23:27:03 +02:00
2008-07-11 15:49:21 +02:00
2008-07-16 20:33:48 +02:00
2008-07-16 18:02:33 -07:00
2008-06-30 09:25:12 -04:00
2008-07-16 23:27:07 +02:00
2008-07-10 08:17:14 +02:00
2008-07-04 10:40:05 -07:00
2008-07-07 16:26:50 -07:00
2008-07-04 10:40:07 -07:00
2008-07-16 18:02:33 -07:00
2008-07-04 10:40:04 -07:00
2008-07-04 10:40:04 -07:00
2008-07-04 11:26:40 +02:00