summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-11-17 01:50:46 +0100
committerLennart Poettering <lennart@poettering.net>2010-11-17 01:50:46 +0100
commit72bc55ded76c567adee241094ba3147c72706f79 (patch)
treef5ffc0dd6c3db350b4ebe340e3cbb9c376ac815b /NEWS
parentd36415dcc3cd26a7d1def2f12b4d1c59e13d704e (diff)
Revert "linux: Use VT_WAITEVENT if available to avoid spawn too many threads"
This reverts commit 2782cc8d4950effbc4407455e72bd4750cef6e11. VT_WAITEVENT is racy unfortunately, since events that happen between the time we woke up from a VT_WAITEVENT and we go into the next VT_WAITEVENT are lost completely.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 807e9c4..101cb1c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,6 @@ Version 0.4.2
* Don't take bus name until ready (Ray Strode)
* systemd hookup (Lennart Poettering)
* add --since option to ck-history (William Jon McCann)
- * Reduce number of threads on Linux (Kan-Ru Chen)
* Other fixes (Anders Kaseor, Frederic Crozat, Matthias Clasen, Michael Biebl, William Jon McCann)
==============