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]

src/winsup/cygwin ChangeLog autoload.cc dcrt0. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2013-12-18 04:28:47

Modified files:
	winsup/cygwin  : ChangeLog autoload.cc dcrt0.cc pinfo.cc pinfo.h 

Log message:
	* autoload.cc (timeBeginPeriod): Autoload.
	* dcrt0.cc (dll_crt0_1): Use timeBeginPeriod to set default resolution to 1 ms.
	* pinfo.cc (pinfo::thisproc): Set ppid for redirected _pinfo blocks too.
	(pinfo::init): Avoid using VirtualQuery.  Just rely on the assumption that
	procinfo will be populated.
	* pinfo.h (_pinfo::ppid): Move into redirected block.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6288&r2=1.6289
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.220&r2=1.221
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dcrt0.cc.diff?cvsroot=src&r1=1.449&r2=1.450
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.326&r2=1.327
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.h.diff?cvsroot=src&r1=1.131&r2=1.132


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