OSDN Git Service

* sysv_sem.cc: Update to FreeBSD version 1.69.
authorcorinna <corinna>
Fri, 1 Oct 2004 11:18:10 +0000 (11:18 +0000)
committercorinna <corinna>
Fri, 1 Oct 2004 11:18:10 +0000 (11:18 +0000)
commit48ff46fb7976b0c726e0fead8f15654a4923937f
treec5245c5832adaee3301ed5cfd44fd200e2d070f0
parent8682ba0e9958f64a59f537f5ab8d5de2572e3929
* 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.
winsup/cygserver/ChangeLog
winsup/cygserver/sysv_sem.cc