diff options
author | Christopher Faylor <me@cgf.cx> | 2013-12-18 04:28:46 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-12-18 04:28:46 +0000 |
commit | e9da9dfb94b580edb617562c7681b9646fbc7255 (patch) | |
tree | e571e52aca63c402cb2b11940a706fc1dee7ed1a /winsup/cygwin/ChangeLog | |
parent | 13621d2ef873ae1d7203592798803d378a2d3fa4 (diff) | |
download | cygnal-e9da9dfb94b580edb617562c7681b9646fbc7255.tar.gz cygnal-e9da9dfb94b580edb617562c7681b9646fbc7255.tar.bz2 cygnal-e9da9dfb94b580edb617562c7681b9646fbc7255.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8c973f901..19b7a5e68 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,15 @@ 2013-12-17 Christopher Faylor <me.cygwin2013@cgf.cx> + * 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. + +2013-12-17 Christopher Faylor <me.cygwin2013@cgf.cx> + * external.cc (fillout_pinfo): Remove nonsensical loop. * fork.cc (frok::parent): When initializing pinfo for child new PID_NEW flag + actual defined constant rather than raw number. Don't set |