diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-20 02:48:20 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-09-20 02:48:24 +0200 |
commit | 808e9ebab59a9c7abdcc2cc5dbc527748dbb7bb0 (patch) | |
tree | be0fd10364f0a22677dc690ff24394d1e954f874 | |
parent | 70895293cdb9ff27bc0bef3e48fbc2f95a638a12 (diff) | |
download | consolekit-808e9ebab59a9c7abdcc2cc5dbc527748dbb7bb0.tar.gz |
Use VT_WAITEVENT ioctl to monitor VT switches
to avoid spawning a thread for each possible VT. This requires a
Linux kernel 2.6.32 or newer. (Closes: #526499)
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a38f8ee..6505720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ consolekit (0.4.2-1) UNRELEASED; urgency=low * New upstream release. + - Use VT_WAITEVENT ioctl to monitor VT switches to avoid spawning a thread + for each possible VT. This requires a Linux kernel 2.6.32 or newer. + (Closes: #526499) * debian/control - Bump Standards-Version to 3.9.1. - Use architecture wildcard kfreebsd-any for the libkvm-dev Build-Depends. |