CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-10-01 11:18:10

Modified files:
        winsup/cygserver: ChangeLog sysv_sem.cc 

Log message:
        * sysv_sem.cc: Update to FreeBSD version 1.69.
        1.68: Reduce the overhead of semop() by using the kernel stack
        instead of malloc'd memory to store the operations array if it
        is small enough to fit.
        1.69: Adjust the number of processes waiting on a semaphore properly
        if we're woken up in the middle of sleeping.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=src&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/sysv_sem.cc.diff?cvsroot=src&r1=1.3&r2=1.4

Reply via email to