diff options
author | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2009-02-10 09:38:02 -0700 |
---|---|---|
committer | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2009-02-10 09:38:02 -0700 |
commit | bfed486ad8de8b8ebc6345a8e10accae08bf2f45 (patch) | |
tree | 5773896ea01f09bacb1387c150b3e9d14a7e3072 /usr/src/lib/print | |
parent | 5707ed5dae2bfdea4300de098ba2fa4d22d86f41 (diff) | |
download | illumos-gate-bfed486ad8de8b8ebc6345a8e10accae08bf2f45.tar.gz |
6798660 Cadmium .NOT file processing problem with CWD relative file paths
Contributed by Richard Lowe
6785284 Mapfile versioning rules need to be more visible to gatelings
6800164 Standard file exclusion mechanism needed for Cadmium tools
Diffstat (limited to 'usr/src/lib/print')
-rw-r--r-- | usr/src/lib/print/libhttp-core/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libipp-core/common/mapfile | 17 | ||||
-rw-r--r-- | usr/src/lib/print/libipp-listener/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-common/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-dynamic/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-ipp/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libpapi-lpd/common/mapfile | 16 | ||||
-rw-r--r-- | usr/src/lib/print/libprint/common/mapfile-vers | 26 | ||||
-rw-r--r-- | usr/src/lib/print/mod_ipp/mapfile | 16 |
9 files changed, 127 insertions, 28 deletions
diff --git a/usr/src/lib/print/libhttp-core/common/mapfile b/usr/src/lib/print/libhttp-core/common/mapfile index e799d3bc76..ad7d3c74fe 100644 --- a/usr/src/lib/print/libhttp-core/common/mapfile +++ b/usr/src/lib/print/libhttp-core/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libipp-core/common/mapfile b/usr/src/lib/print/libipp-core/common/mapfile index 7911a40932..50f631f1f0 100644 --- a/usr/src/lib/print/libipp-core/common/mapfile +++ b/usr/src/lib/print/libipp-core/common/mapfile @@ -20,16 +20,27 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # # $Id: mapfile 151 2006-04-25 16:55:34Z njacobs $ - -# ident "%Z%%M% %I% %E% SMI" # +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libipp-listener/common/mapfile b/usr/src/lib/print/libipp-listener/common/mapfile index aa1d9a583e..53892d15cb 100644 --- a/usr/src/lib/print/libipp-listener/common/mapfile +++ b/usr/src/lib/print/libipp-listener/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile 151 2006-04-25 16:55:34Z njacobs $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# SUNWprivate_1.0 { global: diff --git a/usr/src/lib/print/libpapi-common/common/mapfile b/usr/src/lib/print/libpapi-common/common/mapfile index 79cd7803b0..edda4b3e14 100644 --- a/usr/src/lib/print/libpapi-common/common/mapfile +++ b/usr/src/lib/print/libpapi-common/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libpapi-dynamic/common/mapfile b/usr/src/lib/print/libpapi-dynamic/common/mapfile index 0107348167..6d0e92715a 100644 --- a/usr/src/lib/print/libpapi-dynamic/common/mapfile +++ b/usr/src/lib/print/libpapi-dynamic/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libpapi-ipp/common/mapfile b/usr/src/lib/print/libpapi-ipp/common/mapfile index bc2a18d9e4..85f8d79df5 100644 --- a/usr/src/lib/print/libpapi-ipp/common/mapfile +++ b/usr/src/lib/print/libpapi-ipp/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libpapi-lpd/common/mapfile b/usr/src/lib/print/libpapi-lpd/common/mapfile index 982398f891..d8c1da6ca9 100644 --- a/usr/src/lib/print/libpapi-lpd/common/mapfile +++ b/usr/src/lib/print/libpapi-lpd/common/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile.in,v 1.2 2006/03/02 06:31:36 njacobs Exp $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# # # Common interfaces that are most likely to be shared amongst the various diff --git a/usr/src/lib/print/libprint/common/mapfile-vers b/usr/src/lib/print/libprint/common/mapfile-vers index de93e22eee..640b7a0291 100644 --- a/usr/src/lib/print/libprint/common/mapfile-vers +++ b/usr/src/lib/print/libprint/common/mapfile-vers @@ -19,23 +19,27 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # -# Generic interface definition for usr/src/lib/print. +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles # -# For information regarding the establishment of versioned definitions see: -# The Linker and Libraries Manual (version 2.5 or greater) -# This is part of the Developers Guide in the Answerbook. Specifically refer -# to Chapter 2 under section "Defining Additional Symbols" through section -# "Reducing Symbol Scope", and Chapter 5 "Versioning". +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END # -# For specific OSNET rules for the modification (evolution) of these version -# definitions see: -# Policy for Shared Library Version Names and Interface Definitions +# +# Generic interface definition for usr/src/lib/print. +# SUNWprivate_2.1 { global: diff --git a/usr/src/lib/print/mod_ipp/mapfile b/usr/src/lib/print/mod_ipp/mapfile index d9db50bca9..94db41b644 100644 --- a/usr/src/lib/print/mod_ipp/mapfile +++ b/usr/src/lib/print/mod_ipp/mapfile @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,7 +28,19 @@ # $Id: mapfile 149 2006-04-25 16:55:01Z njacobs $ # -# ident "%Z%%M% %I% %E% SMI" +# +# MAPFILE HEADER START +# +# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. +# Object versioning must comply with the rules detailed in +# +# usr/src/lib/README.mapfiles +# +# You should not be making modifications here until you've read the most current +# copy of that file. If you need help, contact a gatekeeper for guidance. +# +# MAPFILE HEADER END +# SUNWprivate_1.0 { global: |