CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-12-07 22:28:49

Modified files:
        cygwin         : ChangeLog fhandler_proc.cc hires.h select.cc 
                         times.cc 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3241&r2=1.3242
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/hires.h.diff?cvsroot=uberbaum&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.120&r2=1.121
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/times.cc.diff?cvsroot=uberbaum&r1=1.83&r2=1.84

Reply via email to