OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre3-4-g74f56c4

Gerrit Code Review gerrit@openafs.org
Mon, 21 Mar 2011 11:35:41 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 95fd8e09d80e3fbefe66ad0b5309b9844b92a12d
Author: Derrick Brashear <shadow@dementia.org>
Date:   Wed Mar 16 01:06:43 2011 -0400

    macos: kernel socket upcall
    
    support kernel socket upcall instead of listener env
    
    (cherry picked from commit c10f5296d26eac9ac00018199ef579e8f6095c07)
    
    Change-Id: Iaad3138106475219194772491d3e0915d60c466e
    Reviewed-on: http://gerrit.openafs.org/4238
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs_call.c                |   26 +++++++-
 src/afsd/afsd.c                   |   11 ++--
 src/config/param.ppc_darwin_80.h  |    1 +
 src/config/param.ppc_darwin_90.h  |    1 +
 src/config/param.x86_darwin_100.h |    3 +-
 src/config/param.x86_darwin_80.h  |    1 +
 src/config/param.x86_darwin_90.h  |    1 +
 src/rx/DARWIN/rx_knet.c           |  138 ++++++++++++++++++++++++++++++++++++-
 src/rx/rx.c                       |    2 +
 src/rx/rx_kcommon.c               |   18 +++--
 src/rx/rx_kernel.h                |    2 +-
 src/rx/rx_prototypes.h            |    8 ++-
 12 files changed, 194 insertions(+), 18 deletions(-)

-- 
OpenAFS Master Repository