summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5e3ee1cd9..5e7870a4a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2008-11-07 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the
+ recursion_counter is already 0.
+ (pthread_mutex::_destroy): Don't consider a mutex busy if its
+ recursion_counter == 0.
+ (pthread_mutex::_fixup_after_fork): Set recursion_counter to 0 to flag
+ that we've just forked. Don't reset the owner of this mutex since the
+ forkee may think it still owns the mutex. Reinstate initialization of
+ win32_obj_id.
+
+ * fhandler_floppy.cc (fhandler_dev_floppy::raw_read): Initialize a
+ variable to bypass a C++ warning.
+
2008-11-05 Corinna Vinschen <corinna@vinschen.de>
* environ.cc (environ_init): Avoid evaluating $CYGWIN twice.