diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-08-09 16:43:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-08-09 16:43:34 +0000 |
commit | 840a9bdb8d480d280ce739a43acd154976cfd907 (patch) | |
tree | 70b301eb742b51403acb325b33d437ef427a53af /proc/ChangeLog | |
parent | dfe7c12cf5802bb0ba99e5d68b67d1c840cee1c8 (diff) |
2003-06-16 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
* mgt.c (S_proc_dostop): Instead of suspending all threads except
CONTTHREAD, first suspend all threads, and then resume CONTTHREAD.
Diffstat (limited to 'proc/ChangeLog')
-rw-r--r-- | proc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proc/ChangeLog b/proc/ChangeLog index ae03a4e4..372dabbf 100644 --- a/proc/ChangeLog +++ b/proc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-16 Ognyan Kulev <ogi@fmi.uni-sofia.bg> + + * mgt.c (S_proc_dostop): Instead of suspending all threads except + CONTTHREAD, first suspend all threads, and then resume CONTTHREAD. + 2002-06-05 Roland McGrath <roland@frob.com> * info.c (S_proc_getprocinfo): If PI_FETCH_TASKEVENTS is set in *FLAGS, |