summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-04-27 12:39:27 +0000
committerpaul <paul>2005-04-27 12:39:27 +0000
commit843696841b55343e45d6cfdad19035882a67b99f (patch)
tree62e6224fae2ea014023117b21b0980605b98472a /lib/ChangeLog
parent07334da01ca0a7b77cb11add3102b57077eb03eb (diff)
2005-04-27 Paul Jakma <paul.jakma@sun.com>
* workqueue.h: (struct work_queue_item) change retry_count to ran, its a count of number item has been run. * workqueue.c: (show_work_queues) Fix formating of slightly bugfix: fix SIGFPE if wq->runs is 0. (work_queue_run) retry logic was slightly wrong. cycles.best is 0 initialy, granularity is 1, so update best if cycles >= granularity, not just >.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 11506202..537a705d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,13 @@
+2005-04-27 Paul Jakma <paul.jakma@sun.com>
+
+ * workqueue.h: (struct work_queue_item) change retry_count to ran,
+ its a count of number item has been run.
+ * workqueue.c: (show_work_queues) Fix formating of slightly
+ bugfix: fix SIGFPE if wq->runs is 0.
+ (work_queue_run) retry logic was slightly wrong.
+ cycles.best is 0 initialy, granularity is 1, so update best
+ if cycles >= granularity, not just >.
+
2005-04-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* buffer.c (buffer_write): Comment out call to buffer_flush_available.