summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2007-12-12 16:33:49 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:11:26 +0200
commitd103b8568a4bcbf380d36b5fb86bef8ea475a682 (patch)
treed36315774b0de1418730a17481e0f0ad163b2f55
parentac69c45a3eba1973f5682e0c4a11404e00f5485b (diff)
2007-12-12 Neal H. Walfield <neal@gnu.org>
* sysdeps/l4/pt-block.c (__pthread_block): Clear the acceptor. Improve debugging output. * sysdeps/l4/pt-wakeup.c (__pthread_wakeup): Load an empty message. Improve debugging output.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5a61c1..cc74c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-12 Neal H. Walfield <neal@gnu.org>
+
+ * sysdeps/l4/pt-block.c (__pthread_block): Clear the acceptor.
+ Improve debugging output.
+ * sysdeps/l4/pt-wakeup.c (__pthread_wakeup): Load an empty message.
+ Improve debugging output.
+
2007-12-04 Neal H. Walfield <neal@gnu.org>
Remove exception threads. Replace with support for activations.