diff options
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r-- | winsup/cygserver/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog index 157b093b2..9b4ed31c9 100644 --- a/winsup/cygserver/ChangeLog +++ b/winsup/cygserver/ChangeLog @@ -1,3 +1,15 @@ +2004-12-30 Corinna Vinschen <corinna@vinschen.de> + + * bsd_mutex.cc: Include limits.h. + (MSLEEP_MUTEX): New define for third parameter to msleep_event_name. + (MSLEEP_SEM): Ditto. + (MSLEEP_EVENT): Ditto. + (msleep_event_name): Add third parameter to allow multiple + synchronization objects per ident. + (_msleep): Implement new synchronization technique to make sure + that all threads have been woken up by a corresponding wakeup call. + (wakeup): Ditto. + 2004-10-18 Corinna Vinschen <corinna@vinschen.de> * sysv_sem.cc: Redefine offsetof to circumvent build problems with |