CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-06-09 09:45:29

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc fhandler_proc.cc 

Log message:
        * autoload.cc (GetSystemTimes): Remove.
        * fhandler_proc.cc (format_proc_uptime): Use global system_info rather
        than retrieving a local copy of the SYSTEM_INFO.  Drop call to
        GetSystemTimes and retrieve SystemPerformanceInformation on all systems
        again with buffer size big enough for 64 bit systems.
        (format_proc_stat): Use global system_info rather than retrieving a
        local copy of the SYSTEM_INFO.  Retrieve SystemPerformanceInformation
        with buffer size big enough for 64 bit systems.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4517&r2=1.4518
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.159&r2=1.160
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=src&r1=1.86&r2=1.87

Reply via email to