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:
authorCorinna Vinschen <corinna@vinschen.de>2005-12-12 15:18:14 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-12-12 15:18:14 +0300
commite96abae130e53d118bd7491f98ebd6d56b0b1c85 (patch)
treee9f737604d800070ef4bad1b7341fc10b2d53409 /winsup/cygwin/ChangeLog
parent74ecef0dea580af825e4905c07c417b667bf510f (diff)
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
Use NtQuerySystemInformation to evaluate uptime and idle_time from all CPU's processor times. Fallback to GetTickCount.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index af716dc92..94ac5711c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2005-12-12 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
+ Use NtQuerySystemInformation to evaluate uptime and idle_time from
+ all CPU's processor times. Fallback to GetTickCount.
+
+2005-12-12 Corinna Vinschen <corinna@vinschen.de>
+
* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
for private maps.
(fixup_mmaps_after_fork): Fix calculation of WRITECOPY protection for