CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-10-04 19:44:05

Modified files:
        winsup/cygserver: bsd_mutex.cc msg.cc process.cc process.h 
                          sem.cc shm.cc ChangeLog 

Log message:
        * bsd_mutex.cc (_msleep): Simplify event creation.  Revert change from
        2004-08-24.  It should be unnecessary now.
        * msg.cc (client_request_msg::serve): Release process critical
        section as early as possible.
        * sem.cc (client_request_sem::serve): Ditto.
        * shm.cc (client_request_shm::serve): Ditto.
        * process.cc: Use hold and release method calls instead of
        EnterCriticalSection/LeaveCriticalSection calls throughout.
        * process.h (_hold): Rename from hold.  Take filename and linenumber
        parameter for logging.  Define matching hold macro.
        (release): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_mutex.cc.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/msg.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/process.cc.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/process.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sem.cc.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/shm.cc.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=src&r1=1.38&r2=1.39

Reply via email to