summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
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 d96be78e6..cf95c2865 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,20 @@
+2005-12-07 Christopher Faylor <cgf@timesys.com>
+
+ * hires.h (hires_ms::initime_ms): Delete.
+ (hires_ms::initime_us): Just define as LONGLONG.
+ (hires_ms::uptime): New function.
+ * select.cc (select_stuff::wait): Use gtod for timing to attempt to
+ avoid windows 32 bit wraparound.
+ * times.cc (systime): New function.
+ (times): Replace GetTickCount with gtod.uptime.
+ (hires_us::prime): Use systime() to calculate system time rather than
+ calling GetSystemTimeAsFileTime directly.
+ (hires_ms::prime): Ditto. Eliminate initime_ms.
+ (hires_ms::usecs): Try harder to detect wraparound.
+
+ * fhandler_proc.cc (format_proc_partitions): Set drive_size to zero to
+ avoid a compiler warning.
+
2005-12-07 Corinna Vinschen <corinna@vinschen.de>
* fhandler_proc.cc (format_proc_partitions): Use modern IOCTLs