OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-195-ga737954

Gerrit Code Review gerrit@openafs.org
Tue, 30 Oct 2012 18:32:22 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit b395e5183d124725ef614669f69ac739a863fa35
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Fri Jun 22 21:33:50 2012 -0400

    Catch up on fbsd releases
    
    Pull in the changes needed to even have a chance at supporting
    FreeBSD 8.3, 8.4, 9-stable, and 10-current.
    Conditionals for changed interfaces in a follow-up commit.
    
    Reviewed-on: http://gerrit.openafs.org/7581
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 58e7d52d0066a9f237971f39e7acdde02761172a)
    
    [Edited param.*.h files to add AFS_64BIT_ENV for 1.6.x]
    
    Change-Id: I3218a84a024011af573d64821a2599b1330b3f71
    Reviewed-on: http://gerrit.openafs.org/8340
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/config/afs_sysnames.h          |    8 ++
 src/config/param.amd64_fbsd_1000.h |  215 ++++++++++++++++++++++++++++++++++++
 src/config/param.amd64_fbsd_83.h   |  212 +++++++++++++++++++++++++++++++++++
 src/config/param.amd64_fbsd_84.h   |  215 ++++++++++++++++++++++++++++++++++++
 src/config/param.amd64_fbsd_91.h   |  212 +++++++++++++++++++++++++++++++++++
 src/config/param.i386_fbsd_1000.h  |  213 +++++++++++++++++++++++++++++++++++
 src/config/param.i386_fbsd_83.h    |  210 +++++++++++++++++++++++++++++++++++
 src/config/param.i386_fbsd_84.h    |  213 +++++++++++++++++++++++++++++++++++
 src/config/param.i386_fbsd_91.h    |  210 +++++++++++++++++++++++++++++++++++
 9 files changed, 1708 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository