OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-62-g6c62844

Gerrit Code Review gerrit@openafs.org
Tue, 9 Feb 2010 10:50:41 -0800 (PST)


The following commit has been merged in the master branch:
commit 6c628445ebc3203ddcb8167914d61ef3711380c7
Author: Derrick Brashear <shadow@dementia.org>
Date:   Thu Feb 4 03:22:15 2010 -0500

    provide afs_osi_TimedSleep
    
    this interface works how osi_Wait *should*, except on some platforms Wait
    appears to wake up all waiters(!) by using a single wait channel in the
    backend. rather than change that and risk problems, introduce an interface
    using the same system of events we use for osi_Sleep
    
    Change-Id: Ic91726b138bd2512282896ec48c542063ef000cf
    Reviewed-on: http://gerrit.openafs.org/1233
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/AIX/osi_sleep.c      |   12 ++---
 src/afs/DARWIN/osi_sleep.c   |   12 ++---
 src/afs/FBSD/osi_sleep.c     |  100 ++++++++++++++++++++++++++++++++++++------
 src/afs/HPUX/osi_sleep.c     |   16 +++++++
 src/afs/IRIX/osi_sleep.c     |   14 ++----
 src/afs/LINUX/osi_sleep.c    |   10 ++---
 src/afs/LINUX24/osi_sleep.c  |   10 ++---
 src/afs/NBSD/osi_sleep.c     |   12 ++---
 src/afs/OBSD/osi_sleep.c     |   24 ++++++++++
 src/afs/SOLARIS/osi_sleep.c  |   10 ++---
 src/afs/UKERNEL/afs_usrops.c |    6 +++
 src/afs/afs_prototypes.h     |    1 +
 12 files changed, 161 insertions(+), 66 deletions(-)

-- 
OpenAFS Master Repository