OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_9-24-g29f7182

Gerrit Code Review gerrit@openafs.org
Fri, 20 Jan 2023 09:30:47 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 29f7182c3fe25db9666871567a631e9173568ac8
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Feb 25 11:35:24 2019 -0600

    Remove references to SunOS 4
    
    We already removed support for Solaris versions before Solaris 8, in
    commit e4c2810f ("Remove support for Solaris pre-8"), but there are
    still some references to SunOS (meaning SunOS 4) in the tree. This is
    even older than Solaris (aka SunOS 5), so get rid of these.
    
    This commit removes most references to SunOS 4 regarding platform
    support, and a few comments. This also removes a few comments that
    were just wrong or nonsensical (e.g. CMAPPED in afs.h is used by
    other platforms; some comments in platform-specific osi_file.c files
    referenced SunOS for some reason).
    
    Reviewed-on: https://gerrit.openafs.org/13506
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    (cherry picked from commit 6e5638ac7297701a99ea396dee1df8f56a6a50da)
    
    Change-Id: I17821e2cd0050bb0a468bfadda2c446beafeb537
    Reviewed-on: https://gerrit.openafs.org/15253
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Harish Sharma <Harish.Sharma1@ibm.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/afs/AIX/osi_file.c                             |  1 -
 src/afs/DARWIN/osi_file.c                          |  1 -
 src/afs/HPUX/osi_file.c                            |  1 -
 src/afs/IRIX/osi_file.c                            |  1 -
 src/afs/LINUX/osi_file.c                           |  1 -
 src/afs/SUNOS/osi_inode.h                          |  1 -
 src/afs/VNOPS/afs_vnop_flock.c                     |  4 +-
 src/afs/afs.h                                      |  6 +-
 src/afs/afs_osi.h                                  |  2 +-
 src/afs/afs_vcache.c                               |  2 +-
 .../lib/InstallGuides/SUN4x_4x/bldkernel           | 31 --------
 src/afsinstall/lib/InstallGuides/SUN4x_4x/build    | 44 ------------
 .../lib/InstallGuides/SUN4x_4x/installkernel       | 23 ------
 .../lib/InstallGuides/SUN4x_4x/modkernel           | 35 ---------
 src/afsinstall/lib/InstallGuides/SUN4x_4x/rc       | 84 ----------------------
 src/afsinstall/lib/InstallGuides/SUN4x_4x/unix     | 66 -----------------
 src/afsinstall/lib/InstallGuides/SUN4x_4x/vfsck    | 17 -----
 src/cf/ostype.m4                                   |  5 --
 src/rx/SUNOS/rx_kmutex.h                           |  1 -
 src/rx/SUNOS/rx_knet.c                             |  1 -
 20 files changed, 7 insertions(+), 320 deletions(-)

-- 
OpenAFS Master Repository