OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-160-g8dd5e7a

Gerrit Code Review gerrit@openafs.org
Thu, 23 Sep 2010 02:35:45 -0700 (PDT)


The following commit has been merged in the master branch:
commit 8dd5e7a87ee5626e89c14d2a989b4795bebd5c05
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Sep 22 09:03:27 2010 +0100

    Add an LWP version of the hcrypto library
    
    hcrypto uses a single pthread mutex, which is only required when
    we're running in a pthreaded world (in a cooperative threading world
    such as LWP, there's no way that two processes can both access the
    Fortuna PRNG at the same time)
    
    So, build an LWP version of hcrypto which just disables the mutexes.
    
    Change-Id: I0b894cfa0d16ba6d16544a4d725191c965ac6e50
    Reviewed-on: http://gerrit.openafs.org/2833
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/crypto/hcrypto/Makefile.in    |   36 ++++++++++++++++++++++++++++--------
 src/crypto/hcrypto/heim_threads.h |   15 +++++++++++++++
 2 files changed, 43 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository