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/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index ac3ff9a4c..8deaeac21 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-20 Brian Dessent <brian@dessent.net>
+
+ * Makefile.in (cygcheck.exe): Don't link to ntdll.
+ * bloda.cc (pNtQuerySystemInformation): Add.
+ (pRtlAnsiStringToUnicodeString): Add.
+ (get_process_list): Use function pointers for NT functions.
+ (dump_dodgy_apps): Skip dodgy app check on non-NT platforms.
+ Use GetProcAddress for NT-specific functions.
+
2007-12-07 Corinna Vinschen <corinna@vinschen.de>
* regtool.cc (opts): Add missing 'W'.