OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1336-g8017773

Gerrit Code Review gerrit@openafs.org
Thu, 30 Jun 2011 07:28:09 -0700 (PDT)


The following commit has been merged in the master branch:
commit e4c2810f41ccc0ffd13506ff82811e4484090e5a
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jun 24 15:25:46 2011 -0500

    Remove support for Solaris pre-8
    
    Remove support for all Solaris and SunOS platforms prior to Solaris 8,
    since Solaris 7 reached end-of-life in August of 2008. Remove all
    non-documentation references to sunx86_57 and earlier, sun4x_57 and
    earlier, and AFS_SUN57_ENV and earlier.
    
    References to AFS_SUN58_ENV have been changed to AFS_SUN5_ENV where
    appropriate, and AFS_SUN5_ENV now implies Solaris 8.
    AFS_SUN57_64BIT_ENV has been renamed to AFS_SUN5_64BIT_ENV.
    
    Change-Id: Ia64ce7da7bfc685fa28a5119c51ec740625456e3
    Reviewed-on: http://gerrit.openafs.org/4888
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 README                               |    4 +-
 acinclude.m4                         |   13 --
 doc/man-pages/pod1/fs_sysname.pod    |    6 +-
 doc/man-pages/pod1/sys.pod           |    6 +-
 doc/xml/AdminGuide/auagd007.xml      |    4 +-
 src/afs/SOLARIS/osi_file.c           |   12 --
 src/afs/SOLARIS/osi_groups.c         |   11 -
 src/afs/SOLARIS/osi_inode.c          |   23 +--
 src/afs/SOLARIS/osi_inode.h          |   16 --
 src/afs/SOLARIS/osi_machdep.h        |   10 +-
 src/afs/SOLARIS/osi_prototypes.h     |   16 +--
 src/afs/SOLARIS/osi_vcache.c         |    4 -
 src/afs/SOLARIS/osi_vfsops.c         |   89 +--------
 src/afs/SOLARIS/osi_vm.c             |    9 -
 src/afs/SOLARIS/osi_vnodeops.c       |  152 +--------------
 src/afs/VNOPS/afs_vnop_attrs.c       |    2 +-
 src/afs/VNOPS/afs_vnop_fid.c         |    6 +-
 src/afs/VNOPS/afs_vnop_flock.c       |   16 +--
 src/afs/VNOPS/afs_vnop_readdir.c     |   14 +-
 src/afs/VNOPS/afs_vnop_write.c       |    6 +-
 src/afs/afs.h                        |   16 +--
 src/afs/afs_analyze.c                |    4 +-
 src/afs/afs_call.c                   |    2 +-
 src/afs/afs_conn.c                   |    4 +-
 src/afs/afs_error.c                  |    4 +-
 src/afs/afs_icl.c                    |    2 +-
 src/afs/afs_init.c                   |    6 +-
 src/afs/afs_nfsdisp.c                |   46 +----
 src/afs/afs_osi.c                    |   15 +--
 src/afs/afs_osi.h                    |    2 +-
 src/afs/afs_pioctl.c                 |   22 +--
 src/afs/afs_prototypes.h             |    4 +-
 src/afs/afs_server.c                 |  118 +-----------
 src/afs/afs_syscall.c                |   12 +-
 src/afs/afs_user.c                   |    4 +-
 src/afs/afs_util.c                   |    4 +-
 src/afs/afs_volume.c                 |    4 +-
 src/afs/afs_warn.c                   |    6 +-
 src/afs/exporter.h                   |    2 +-
 src/afs/lock.h                       |    2 +-
 src/afs/sysincludes.h                |    9 +-
 src/afsd/Makefile.in                 |    9 -
 src/afsd/afs.rc.solaris              |  169 ----------------
 src/afsd/afs.rc.solaris.2.7          |  199 -------------------
 src/afsd/afs.rc.solaris.2_5          |  176 -----------------
 src/afsd/afsd_kernel.c               |   26 +---
 src/cf/osconf.m4                     |   31 +---
 src/config/param.sun4_413.h          |  135 -------------
 src/config/param.sun4x_510.h         |    9 +-
 src/config/param.sun4x_511.h         |    9 +-
 src/config/param.sun4x_55.h          |  166 ----------------
 src/config/param.sun4x_56.h          |  168 ----------------
 src/config/param.sun4x_57.h          |  182 -----------------
 src/config/param.sun4x_58.h          |    9 +-
 src/config/param.sun4x_59.h          |    9 +-
 src/config/param.sunx86_510.h        |    9 +-
 src/config/param.sunx86_511.h        |    9 +-
 src/config/param.sunx86_54.h         |   87 ---------
 src/config/param.sunx86_57.h         |  176 -----------------
 src/config/param.sunx86_58.h         |    7 -
 src/config/param.sunx86_59.h         |    7 -
 src/dir/dir.c                        |    2 +-
 src/libafs/MakefileProto.SOLARIS.in  |   29 +---
 src/pam/afs_auth.c                   |    8 +-
 src/pam/afs_password.c               |    8 +-
 src/pam/afs_setcred.c                |    8 +-
 src/platform/SOLARIS/fs_conv_sol26.c |   19 --
 src/rx/SOLARIS/rx_knet.c             |  355 ----------------------------------
 src/rx/rx.c                          |    6 +-
 src/rx/rx_atomic.h                   |    2 +-
 src/rx/rx_kcommon.h                  |    8 +-
 src/rx/xdr_rec.c                     |    4 +-
 src/rx/xdr_stdio.c                   |    4 +-
 src/venus/kdump.c                    |   24 +--
 src/vfsck/fsck.h                     |   10 +-
 src/vfsck/inode.c                    |    8 +-
 src/vfsck/pass1.c                    |    6 +-
 src/vfsck/pass2.c                    |    4 -
 src/vfsck/setup.c                    |   10 +-
 src/vfsck/utilities.c                |   12 +-
 src/vol/listinodes.c                 |    2 +-
 81 files changed, 147 insertions(+), 2681 deletions(-)

-- 
OpenAFS Master Repository