Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 2b18c7d89..3ee453fb3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,20 @@
+2008-12-19 Christian Franke <franke@computer.org>
+
+ * fhandler_registry.cc (perf_data_files): New table.
+ (PERF_DATA_FILE_COUNT): New constant.
+ (fhandler_registry::exists): Add check for HKEY_PERFORMANCE_DATA
+ value names.
+ (fhandler_registry::fstat): For HKEY_PERFORMANCE_DATA, return
+ default values only.
+ (fhandler_registry::readdir): For HKEY_PERFORMANCE_DATA, list
+ names from perf_data_files only.
+ (fhandler_registry::fill_filebuf): Use larger buffer to speed up
+ access to HKEY_PERFORMANCE_DATA values. Remove check for possible
+ subkey. Add RegCloseKey ().
+ (open_key): Replace goto by break, remove label. Do not try to
+ open subkey of HKEY_PERFORMANCE_DATA. Add missing RegCloseKey ()
+ after open subkey error.
+
2008-12-19 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Handle incoming DOS paths non-POSIXy,