This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog fhandler_proc.cc fhand ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-08-31 09:37:52

Modified files:
	cygwin         : ChangeLog fhandler_proc.cc fhandler_process.cc 

Log message:
	* fhandler_proc.cc: Add <sys/param.h> include.
	(format_proc_uptime): Use KernelTime and UserTime only as they include the
	other counters.
	(format_proc_stat): KernelTime includes IdleTime, so subtract IdleTime from
	KernelTime.  Make number of 'jiffies' per second same as HZ define.
	* fhandler_process.cc: Add <sys/param.h> include.
	(format_process_stat): Make number of 'jiffies' per second same as HZ define.
	Use KernelTime and UserTime only to calculate start_time.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1466&r2=1.1467
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_process.cc.diff?cvsroot=uberbaum&r1=1.18&r2=1.19


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]