Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2001-09-12 07:18:05 +0400
committerRobert Collins <rbtcollins@hotmail.com>2001-09-12 07:18:05 +0400
commit8e4d9692605463b1ad6786d11a731c3f3ab3da87 (patch)
tree227520d8b8315c5fbfd0592bbbc5788eb12078b2 /winsup/cygwin/ChangeLog
parent101f820da27a0aa142df153e35d2890209b49456 (diff)
Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>
* autoload.cc (LoadDLLfuncEx): Auto load TryEnterCriticalSection - its a n NT only call. * thread.cc (pthread_cond::TimedWait): Use critical sections for NT. (pthread_cond::fixup_after_fork): Don't detect bad apps. (pthread_mutex::pthread_mutex): Use critical sections for NT. (pthread_mutex::~pthread_mutex): Ditto. (pthread_mutex::Lock): Ditto. (pthread_mutex::TryLock): Ditto. (pthread_mutex::UnLock): Ditto. (pthread_mutex::fixup_after_fork): Ditto. Also do not detect bad apps. (__pthread_mutex_trylock): Move WIN32 specific test into the class metho d. (__pthread_mutex_destroy): Prevent dereferencing passed pointer without valid address. * thread.h (pthread_mutex): Use critical sections for NT.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d5868b359..538803b84 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,18 @@
+Wed Sep 12 13:03:00 2001 Robert Collins <rbtcollins@hotmail.com>
+
+ * autoload.cc (LoadDLLfuncEx): Auto load TryEnterCriticalSection - its an NT only call.
+ * thread.cc (pthread_cond::TimedWait): Use critical sections for NT.
+ (pthread_cond::fixup_after_fork): Don't detect bad apps.
+ (pthread_mutex::pthread_mutex): Use critical sections for NT.
+ (pthread_mutex::~pthread_mutex): Ditto.
+ (pthread_mutex::Lock): Ditto.
+ (pthread_mutex::TryLock): Ditto.
+ (pthread_mutex::UnLock): Ditto.
+ (pthread_mutex::fixup_after_fork): Ditto. Also do not detect bad apps.
+ (__pthread_mutex_trylock): Move WIN32 specific test into the class method.
+ (__pthread_mutex_destroy): Prevent dereferencing passed pointer without valid address.
+ * thread.h (pthread_mutex): Use critical sections for NT.
+
Tue Sep 11 21:55:37 2001 Christopher Faylor <cgf@cygnus.com>
* sigproc.h (sigframe::unregister): Return true/false whether this