svn commit: r238566 - in vendor/opensolaris/dist: . cmd/pyzfs
cmd/sgs/include cmd/sgs/messages cmd/sgs/tools/common
cmd/stat cmd/stat/common cmd/zdb cmd/zfs cmd/zinject
cmd/zlook cmd/zpool cmd/zstr...
Martin Matuska
mm at FreeBSD.org
Wed Jul 18 07:48:05 UTC 2012
Author: mm
Date: Wed Jul 18 07:48:04 2012
New Revision: 238566
URL: http://svn.freebsd.org/changeset/base/238566
Log:
Update vendor/opensolaris to last OpenSolaris state (13149:b23a4dab3d50)
Add ZFS bits to vendor/opensolaris
Obtained from: https://hg.openindiana.org/upstream/oracle/onnv-gate
Added:
vendor/opensolaris/dist/OPENSOLARIS.LICENSE
vendor/opensolaris/dist/cmd/pyzfs/
vendor/opensolaris/dist/cmd/pyzfs/pyzfs.py
vendor/opensolaris/dist/cmd/stat/
vendor/opensolaris/dist/cmd/stat/common/
vendor/opensolaris/dist/cmd/stat/common/statcommon.h
vendor/opensolaris/dist/cmd/stat/common/timestamp.c
vendor/opensolaris/dist/cmd/zdb/
vendor/opensolaris/dist/cmd/zdb/zdb.c
vendor/opensolaris/dist/cmd/zdb/zdb_il.c
vendor/opensolaris/dist/cmd/zfs/
vendor/opensolaris/dist/cmd/zfs/zfs_iter.c
vendor/opensolaris/dist/cmd/zfs/zfs_iter.h
vendor/opensolaris/dist/cmd/zfs/zfs_main.c
vendor/opensolaris/dist/cmd/zfs/zfs_util.h
vendor/opensolaris/dist/cmd/zinject/
vendor/opensolaris/dist/cmd/zinject/translate.c
vendor/opensolaris/dist/cmd/zinject/zinject.c
vendor/opensolaris/dist/cmd/zinject/zinject.h
vendor/opensolaris/dist/cmd/zlook/
vendor/opensolaris/dist/cmd/zlook/zlook.c
vendor/opensolaris/dist/cmd/zpool/
vendor/opensolaris/dist/cmd/zpool/zpool_iter.c
vendor/opensolaris/dist/cmd/zpool/zpool_main.c
vendor/opensolaris/dist/cmd/zpool/zpool_util.c
vendor/opensolaris/dist/cmd/zpool/zpool_util.h
vendor/opensolaris/dist/cmd/zpool/zpool_vdev.c
vendor/opensolaris/dist/cmd/zstreamdump/
vendor/opensolaris/dist/cmd/zstreamdump/zstreamdump.c
vendor/opensolaris/dist/cmd/ztest/
vendor/opensolaris/dist/cmd/ztest/ztest.c
vendor/opensolaris/dist/head/atomic.h
vendor/opensolaris/dist/head/libintl.h
vendor/opensolaris/dist/head/stdio_ext.h
vendor/opensolaris/dist/head/synch.h
vendor/opensolaris/dist/head/thread.h
vendor/opensolaris/dist/lib/libnvpair/
vendor/opensolaris/dist/lib/libnvpair/libnvpair.c
vendor/opensolaris/dist/lib/libnvpair/libnvpair.h
vendor/opensolaris/dist/lib/libnvpair/nvpair_alloc_system.c
vendor/opensolaris/dist/lib/libuutil/
vendor/opensolaris/dist/lib/libuutil/common/
vendor/opensolaris/dist/lib/libuutil/common/libuutil.h
vendor/opensolaris/dist/lib/libuutil/common/libuutil_common.h
vendor/opensolaris/dist/lib/libuutil/common/libuutil_impl.h
vendor/opensolaris/dist/lib/libuutil/common/uu_alloc.c
vendor/opensolaris/dist/lib/libuutil/common/uu_avl.c
vendor/opensolaris/dist/lib/libuutil/common/uu_dprintf.c
vendor/opensolaris/dist/lib/libuutil/common/uu_ident.c
vendor/opensolaris/dist/lib/libuutil/common/uu_list.c
vendor/opensolaris/dist/lib/libuutil/common/uu_misc.c
vendor/opensolaris/dist/lib/libuutil/common/uu_open.c
vendor/opensolaris/dist/lib/libuutil/common/uu_pname.c
vendor/opensolaris/dist/lib/libuutil/common/uu_string.c
vendor/opensolaris/dist/lib/libuutil/common/uu_strtoint.c
vendor/opensolaris/dist/lib/libzfs/
vendor/opensolaris/dist/lib/libzfs/common/
vendor/opensolaris/dist/lib/libzfs/common/libzfs.h
vendor/opensolaris/dist/lib/libzfs/common/libzfs_changelist.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_config.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_dataset.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_diff.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_fru.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_graph.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_impl.h
vendor/opensolaris/dist/lib/libzfs/common/libzfs_import.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_mount.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_pool.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_sendrecv.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_status.c
vendor/opensolaris/dist/lib/libzfs/common/libzfs_util.c
vendor/opensolaris/dist/lib/libzpool/
vendor/opensolaris/dist/lib/libzpool/common/
vendor/opensolaris/dist/lib/libzpool/common/kernel.c
vendor/opensolaris/dist/lib/libzpool/common/sys/
vendor/opensolaris/dist/lib/libzpool/common/sys/zfs_context.h
vendor/opensolaris/dist/lib/libzpool/common/taskq.c
vendor/opensolaris/dist/lib/libzpool/common/util.c
vendor/opensolaris/dist/lib/pyzfs/
vendor/opensolaris/dist/lib/pyzfs/common/
vendor/opensolaris/dist/lib/pyzfs/common/__init__.py
vendor/opensolaris/dist/lib/pyzfs/common/allow.py
vendor/opensolaris/dist/lib/pyzfs/common/dataset.py
vendor/opensolaris/dist/lib/pyzfs/common/groupspace.py
vendor/opensolaris/dist/lib/pyzfs/common/holds.py
vendor/opensolaris/dist/lib/pyzfs/common/ioctl.c
vendor/opensolaris/dist/lib/pyzfs/common/table.py
vendor/opensolaris/dist/lib/pyzfs/common/unallow.py
vendor/opensolaris/dist/lib/pyzfs/common/userspace.py
vendor/opensolaris/dist/lib/pyzfs/common/util.py
Modified:
vendor/opensolaris/dist/cmd/sgs/include/alist.h
vendor/opensolaris/dist/cmd/sgs/include/debug.h
vendor/opensolaris/dist/cmd/sgs/include/sgs.h
vendor/opensolaris/dist/cmd/sgs/messages/sgs.ident
vendor/opensolaris/dist/cmd/sgs/tools/common/sgsmsg.c
vendor/opensolaris/dist/cmd/sgs/tools/common/string_table.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_decl.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_ident.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_parser.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_pragma.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_string.c
vendor/opensolaris/dist/lib/libdtrace/common/dt_string.h
vendor/opensolaris/dist/lib/libdtrace/common/dt_subr.c
Added: vendor/opensolaris/dist/OPENSOLARIS.LICENSE
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ vendor/opensolaris/dist/OPENSOLARIS.LICENSE Wed Jul 18 07:48:04 2012 (r238566)
@@ -0,0 +1,384 @@
+Unless otherwise noted, all files in this distribution are released
+under the Common Development and Distribution License (CDDL).
+Exceptions are noted within the associated source files.
+
+--------------------------------------------------------------------
+
+
+COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0
+
+1. Definitions.
+
+ 1.1. "Contributor" means each individual or entity that creates
+ or contributes to the creation of Modifications.
+
+ 1.2. "Contributor Version" means the combination of the Original
+ Software, prior Modifications used by a Contributor (if any),
+ and the Modifications made by that particular Contributor.
+
+ 1.3. "Covered Software" means (a) the Original Software, or (b)
+ Modifications, or (c) the combination of files containing
+ Original Software with files containing Modifications, in
+ each case including portions thereof.
+
+ 1.4. "Executable" means the Covered Software in any form other
+ than Source Code.
+
+ 1.5. "Initial Developer" means the individual or entity that first
+ makes Original Software available under this License.
+
+ 1.6. "Larger Work" means a work which combines Covered Software or
+ portions thereof with code not governed by the terms of this
+ License.
+
+ 1.7. "License" means this document.
+
+ 1.8. "Licensable" means having the right to grant, to the maximum
+ extent possible, whether at the time of the initial grant or
+ subsequently acquired, any and all of the rights conveyed
+ herein.
+
+ 1.9. "Modifications" means the Source Code and Executable form of
+ any of the following:
+
+ A. Any file that results from an addition to, deletion from or
+ modification of the contents of a file containing Original
+ Software or previous Modifications;
+
+ B. Any new file that contains any part of the Original
+ Software or previous Modifications; or
+
+ C. Any new file that is contributed or otherwise made
+ available under the terms of this License.
+
+ 1.10. "Original Software" means the Source Code and Executable
+ form of computer software code that is originally released
+ under this License.
+
+ 1.11. "Patent Claims" means any patent claim(s), now owned or
+ hereafter acquired, including without limitation, method,
+ process, and apparatus claims, in any patent Licensable by
+ grantor.
+
+ 1.12. "Source Code" means (a) the common form of computer software
+ code in which modifications are made and (b) associated
+ documentation included in or with such code.
+
+ 1.13. "You" (or "Your") means an individual or a legal entity
+ exercising rights under, and complying with all of the terms
+ of, this License. For legal entities, "You" includes any
+ entity which controls, is controlled by, or is under common
+ control with You. For purposes of this definition,
+ "control" means (a) the power, direct or indirect, to cause
+ the direction or management of such entity, whether by
+ contract or otherwise, or (b) ownership of more than fifty
+ percent (50%) of the outstanding shares or beneficial
+ ownership of such entity.
+
+2. License Grants.
+
+ 2.1. The Initial Developer Grant.
+
+ Conditioned upon Your compliance with Section 3.1 below and
+ subject to third party intellectual property claims, the Initial
+ Developer hereby grants You a world-wide, royalty-free,
+ non-exclusive license:
+
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Initial Developer, to use,
+ reproduce, modify, display, perform, sublicense and
+ distribute the Original Software (or portions thereof),
+ with or without Modifications, and/or as part of a Larger
+ Work; and
+
+ (b) under Patent Claims infringed by the making, using or
+ selling of Original Software, to make, have made, use,
+ practice, sell, and offer for sale, and/or otherwise
+ dispose of the Original Software (or portions thereof).
+
+ (c) The licenses granted in Sections 2.1(a) and (b) are
+ effective on the date Initial Developer first distributes
+ or otherwise makes the Original Software available to a
+ third party under the terms of this License.
+
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
+ granted: (1) for code that You delete from the Original
+ Software, or (2) for infringements caused by: (i) the
+ modification of the Original Software, or (ii) the
+ combination of the Original Software with other software
+ or devices.
+
+ 2.2. Contributor Grant.
+
+ Conditioned upon Your compliance with Section 3.1 below and
+ subject to third party intellectual property claims, each
+ Contributor hereby grants You a world-wide, royalty-free,
+ non-exclusive license:
+
+ (a) under intellectual property rights (other than patent or
+ trademark) Licensable by Contributor to use, reproduce,
+ modify, display, perform, sublicense and distribute the
+ Modifications created by such Contributor (or portions
+ thereof), either on an unmodified basis, with other
+ Modifications, as Covered Software and/or as part of a
+ Larger Work; and
+
+ (b) under Patent Claims infringed by the making, using, or
+ selling of Modifications made by that Contributor either
+ alone and/or in combination with its Contributor Version
+ (or portions of such combination), to make, use, sell,
+ offer for sale, have made, and/or otherwise dispose of:
+ (1) Modifications made by that Contributor (or portions
+ thereof); and (2) the combination of Modifications made by
+ that Contributor with its Contributor Version (or portions
+ of such combination).
+
+ (c) The licenses granted in Sections 2.2(a) and 2.2(b) are
+ effective on the date Contributor first distributes or
+ otherwise makes the Modifications available to a third
+ party.
+
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
+ granted: (1) for any code that Contributor has deleted
+ from the Contributor Version; (2) for infringements caused
+ by: (i) third party modifications of Contributor Version,
+ or (ii) the combination of Modifications made by that
+ Contributor with other software (except as part of the
+ Contributor Version) or other devices; or (3) under Patent
+ Claims infringed by Covered Software in the absence of
+ Modifications made by that Contributor.
+
+3. Distribution Obligations.
+
+ 3.1. Availability of Source Code.
+
+ Any Covered Software that You distribute or otherwise make
+ available in Executable form must also be made available in Source
+ Code form and that Source Code form must be distributed only under
+ the terms of this License. You must include a copy of this
+ License with every copy of the Source Code form of the Covered
+ Software You distribute or otherwise make available. You must
+ inform recipients of any such Covered Software in Executable form
+ as to how they can obtain such Covered Software in Source Code
+ form in a reasonable manner on or through a medium customarily
+ used for software exchange.
+
+ 3.2. Modifications.
+
+ The Modifications that You create or to which You contribute are
+ governed by the terms of this License. You represent that You
+ believe Your Modifications are Your original creation(s) and/or
+ You have sufficient rights to grant the rights conveyed by this
+ License.
+
+ 3.3. Required Notices.
+
+ You must include a notice in each of Your Modifications that
+ identifies You as the Contributor of the Modification. You may
+ not remove or alter any copyright, patent or trademark notices
+ contained within the Covered Software, or any notices of licensing
+ or any descriptive text giving attribution to any Contributor or
+ the Initial Developer.
+
+ 3.4. Application of Additional Terms.
+
+ You may not offer or impose any terms on any Covered Software in
+ Source Code form that alters or restricts the applicable version
+ of this License or the recipients' rights hereunder. You may
+ choose to offer, and to charge a fee for, warranty, support,
+ indemnity or liability obligations to one or more recipients of
+ Covered Software. However, you may do so only on Your own behalf,
+ and not on behalf of the Initial Developer or any Contributor.
+ You must make it absolutely clear that any such warranty, support,
+ indemnity or liability obligation is offered by You alone, and You
+ hereby agree to indemnify the Initial Developer and every
+ Contributor for any liability incurred by the Initial Developer or
+ such Contributor as a result of warranty, support, indemnity or
+ liability terms You offer.
+
+ 3.5. Distribution of Executable Versions.
+
+ You may distribute the Executable form of the Covered Software
+ under the terms of this License or under the terms of a license of
+ Your choice, which may contain terms different from this License,
+ provided that You are in compliance with the terms of this License
+ and that the license for the Executable form does not attempt to
+ limit or alter the recipient's rights in the Source Code form from
+ the rights set forth in this License. If You distribute the
+ Covered Software in Executable form under a different license, You
+ must make it absolutely clear that any terms which differ from
+ this License are offered by You alone, not by the Initial
+ Developer or Contributor. You hereby agree to indemnify the
+ Initial Developer and every Contributor for any liability incurred
+ by the Initial Developer or such Contributor as a result of any
+ such terms You offer.
+
+ 3.6. Larger Works.
+
+ You may create a Larger Work by combining Covered Software with
+ other code not governed by the terms of this License and
+ distribute the Larger Work as a single product. In such a case,
+ You must make sure the requirements of this License are fulfilled
+ for the Covered Software.
+
+4. Versions of the License.
+
+ 4.1. New Versions.
+
+ Sun Microsystems, Inc. is the initial license steward and may
+ publish revised and/or new versions of this License from time to
+ time. Each version will be given a distinguishing version number.
+ Except as provided in Section 4.3, no one other than the license
+ steward has the right to modify this License.
+
+ 4.2. Effect of New Versions.
+
+ You may always continue to use, distribute or otherwise make the
+ Covered Software available under the terms of the version of the
+ License under which You originally received the Covered Software.
+ If the Initial Developer includes a notice in the Original
+ Software prohibiting it from being distributed or otherwise made
+ available under any subsequent version of the License, You must
+ distribute and make the Covered Software available under the terms
+ of the version of the License under which You originally received
+ the Covered Software. Otherwise, You may also choose to use,
+ distribute or otherwise make the Covered Software available under
+ the terms of any subsequent version of the License published by
+ the license steward.
+
+ 4.3. Modified Versions.
+
+ When You are an Initial Developer and You want to create a new
+ license for Your Original Software, You may create and use a
+ modified version of this License if You: (a) rename the license
+ and remove any references to the name of the license steward
+ (except to note that the license differs from this License); and
+ (b) otherwise make it clear that the license contains terms which
+ differ from this License.
+
+5. DISCLAIMER OF WARRANTY.
+
+ COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
+ BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
+ INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
+ SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
+ PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
+ PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
+ COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
+ INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY
+ NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
+ WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
+ ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
+ DISCLAIMER.
+
+6. TERMINATION.
+
+ 6.1. This License and the rights granted hereunder will terminate
+ automatically if You fail to comply with terms herein and fail to
+ cure such breach within 30 days of becoming aware of the breach.
+ Provisions which, by their nature, must remain in effect beyond
+ the termination of this License shall survive.
+
+ 6.2. If You assert a patent infringement claim (excluding
+ declaratory judgment actions) against Initial Developer or a
+ Contributor (the Initial Developer or Contributor against whom You
+ assert such claim is referred to as "Participant") alleging that
+ the Participant Software (meaning the Contributor Version where
+ the Participant is a Contributor or the Original Software where
+ the Participant is the Initial Developer) directly or indirectly
+ infringes any patent, then any and all rights granted directly or
+ indirectly to You by such Participant, the Initial Developer (if
+ the Initial Developer is not the Participant) and all Contributors
+ under Sections 2.1 and/or 2.2 of this License shall, upon 60 days
+ notice from Participant terminate prospectively and automatically
+ at the expiration of such 60 day notice period, unless if within
+ such 60 day period You withdraw Your claim with respect to the
+ Participant Software against such Participant either unilaterally
+ or pursuant to a written agreement with Participant.
+
+ 6.3. In the event of termination under Sections 6.1 or 6.2 above,
+ all end user licenses that have been validly granted by You or any
+ distributor hereunder prior to termination (excluding licenses
+ granted to You by any distributor) shall survive termination.
+
+7. LIMITATION OF LIABILITY.
+
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
+ INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
+ COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
+ LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
+ CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
+ LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
+ STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
+ INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
+ APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
+ NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
+ CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
+ APPLY TO YOU.
+
+8. U.S. GOVERNMENT END USERS.
+
+ The Covered Software is a "commercial item," as that term is
+ defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
+ computer software" (as that term is defined at 48
+ C.F.R. 252.227-7014(a)(1)) and "commercial computer software
+ documentation" as such terms are used in 48 C.F.R. 12.212
+ (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48
+ C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all
+ U.S. Government End Users acquire Covered Software with only those
+ rights set forth herein. This U.S. Government Rights clause is in
+ lieu of, and supersedes, any other FAR, DFAR, or other clause or
+ provision that addresses Government rights in computer software
+ under this License.
+
+9. MISCELLANEOUS.
+
+ This License represents the complete agreement concerning subject
+ matter hereof. If any provision of this License is held to be
+ unenforceable, such provision shall be reformed only to the extent
+ necessary to make it enforceable. This License shall be governed
+ by the law of the jurisdiction specified in a notice contained
+ within the Original Software (except to the extent applicable law,
+ if any, provides otherwise), excluding such jurisdiction's
+ conflict-of-law provisions. Any litigation relating to this
+ License shall be subject to the jurisdiction of the courts located
+ in the jurisdiction and venue specified in a notice contained
+ within the Original Software, with the losing party responsible
+ for costs, including, without limitation, court costs and
+ reasonable attorneys' fees and expenses. The application of the
+ United Nations Convention on Contracts for the International Sale
+ of Goods is expressly excluded. Any law or regulation which
+ provides that the language of a contract shall be construed
+ against the drafter shall not apply to this License. You agree
+ that You alone are responsible for compliance with the United
+ States export administration regulations (and the export control
+ laws and regulation of any other countries) when You use,
+ distribute or otherwise make available any Covered Software.
+
+10. RESPONSIBILITY FOR CLAIMS.
+
+ As between Initial Developer and the Contributors, each party is
+ responsible for claims and damages arising, directly or
+ indirectly, out of its utilization of rights under this License
+ and You agree to work with Initial Developer and Contributors to
+ distribute such responsibility on an equitable basis. Nothing
+ herein is intended or shall be deemed to constitute any admission
+ of liability.
+
+--------------------------------------------------------------------
+
+NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND
+DISTRIBUTION LICENSE (CDDL)
+
+For Covered Software in this distribution, this License shall
+be governed by the laws of the State of California (excluding
+conflict-of-law provisions).
+
+Any litigation relating to this License shall be subject to the
+jurisdiction of the Federal Courts of the Northern District of
+California and the state courts of the State of California, with
+venue lying in Santa Clara County, California.
Added: vendor/opensolaris/dist/cmd/pyzfs/pyzfs.py
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ vendor/opensolaris/dist/cmd/pyzfs/pyzfs.py Wed Jul 18 07:48:04 2012 (r238566)
@@ -0,0 +1,82 @@
+#! /usr/bin/python2.6 -S
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+#
+
+# Note, we want SIGINT (control-c) to exit the process quietly, to mimic
+# the standard behavior of C programs. The best we can do with pure
+# Python is to run with -S (to disable "import site"), and start our
+# program with a "try" statement. Hopefully nobody hits ^C before our
+# try statement is executed.
+
+try:
+ import site
+ import gettext
+ import zfs.util
+ import zfs.ioctl
+ import sys
+ import errno
+ import solaris.misc
+
+ """This is the main script for doing zfs subcommands. It doesn't know
+ what subcommands there are, it just looks for a module zfs.<subcommand>
+ that implements that subcommand."""
+
+ try:
+ _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
+ fallback=True).gettext
+ except:
+ _ = solaris.misc.gettext
+
+ if len(sys.argv) < 2:
+ sys.exit(_("missing subcommand argument"))
+
+ zfs.ioctl.set_cmdstr(" ".join(["zfs"] + sys.argv[1:]))
+
+ try:
+ # import zfs.<subcommand>
+ # subfunc = zfs.<subcommand>.do_<subcommand>
+
+ subcmd = sys.argv[1]
+ __import__("zfs." + subcmd)
+ submod = getattr(zfs, subcmd)
+ subfunc = getattr(submod, "do_" + subcmd)
+ except (ImportError, AttributeError):
+ sys.exit(_("invalid subcommand"))
+
+ try:
+ subfunc()
+ except zfs.util.ZFSError, e:
+ print(e)
+ sys.exit(1)
+
+except IOError, e:
+ import errno
+ import sys
+
+ if e.errno == errno.EPIPE:
+ sys.exit(1)
+ raise
+except KeyboardInterrupt:
+ import sys
+
+ sys.exit(1)
Modified: vendor/opensolaris/dist/cmd/sgs/include/alist.h
==============================================================================
--- vendor/opensolaris/dist/cmd/sgs/include/alist.h Wed Jul 18 07:26:20 2012 (r238565)
+++ vendor/opensolaris/dist/cmd/sgs/include/alist.h Wed Jul 18 07:48:04 2012 (r238566)
@@ -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.
*
* Define an Alist, a list maintained as a reallocable array, and a for() loop
@@ -32,8 +32,6 @@
#ifndef _ALIST_H
#define _ALIST_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -138,6 +136,13 @@ typedef struct {
void *apl_data[1]; /* data area: (arrcnt * size) bytes */
} APlist;
+#ifdef _SYSCALL32 /* required by librtld_db */
+typedef struct {
+ Elf32_Word apl_arritems;
+ Elf32_Word apl_nitems;
+ Elf32_Addr apl_data[1];
+} APlist32;
+#endif /* _SYSCALL32 */
/*
* The ALIST_OFF_DATA and APLIST_OFF_DATA macros give the byte offset
@@ -224,7 +229,7 @@ typedef struct {
* Possible values returned by aplist_test()
*/
typedef enum {
- ALE_ALLOCFAIL = 0, /* Memory allocation error */
+ ALE_ALLOCFAIL = 0, /* memory allocation error */
ALE_EXISTS = 1, /* alist entry already exists */
ALE_NOTFND = 2, /* item not found and insert not required */
ALE_CREATE = 3 /* alist entry created */
@@ -244,11 +249,14 @@ typedef enum {
((void *)((_off) + (char *)(_lp)))
/*
- * # of items currently found in a list. These macros handle the case
- * where the list has not been allocated yet.
- */
-#define alist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_nitems)
-#define aplist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->apl_nitems)
+ * The number of items currently found in a list (nitems), and the total number
+ * of slots in the current data allocation (arritems). These macros handle the
+ * case where the list has not been allocated yet.
+ */
+#define alist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_nitems)
+#define aplist_nitems(_lp) (((_lp) == NULL) ? 0 : (_lp)->apl_nitems)
+#define alist_arritems(_lp) (((_lp) == NULL) ? 0 : (_lp)->al_arritems)
+#define aplist_arritems(_lp) (((_lp) == NULL) ? 0 : (_lp)->apl_arritems)
extern void *alist_append(Alist **, const void *, size_t, Aliste);
Modified: vendor/opensolaris/dist/cmd/sgs/include/debug.h
==============================================================================
--- vendor/opensolaris/dist/cmd/sgs/include/debug.h Wed Jul 18 07:26:20 2012 (r238565)
+++ vendor/opensolaris/dist/cmd/sgs/include/debug.h Wed Jul 18 07:48:04 2012 (r238566)
@@ -20,15 +20,12 @@
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
*/
#ifndef _DEBUG_H
#define _DEBUG_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Global include file for lddbg debugging.
*
@@ -45,6 +42,7 @@
* start with the `Elf_' prefix. These latter routines are the only
* routines used by the elfdump(1) utility.
*/
+#include <sys/times.h>
#include <sgs.h>
#include <libld.h>
#include <rtld.h>
@@ -55,13 +53,12 @@ extern "C" {
#endif
/*
- * Define Dbg_*() interface flags. These flags direct the debugging routine to
- * generate different diagnostics, thus the strings themselves are maintained
+ * Define Dbg_*() interface values. These values direct the debugging routine
+ * to generate different diagnostics, thus the strings themselves are maintained
* in the debugging library.
*/
#define DBG_SUP_ENVIRON 1
#define DBG_SUP_CMDLINE 2
-#define DBG_SUP_DEFAULT 3
#define DBG_CONF_IGNORE 1 /* configuration processing errors */
#define DBG_CONF_VERSION 2
@@ -87,18 +84,22 @@ extern "C" {
#define DBG_DLSYM_SELF 3
#define DBG_DLSYM_PROBE 4
#define DBG_DLSYM_SINGLETON 5
+#define DBG_DLSYM_NUM DBG_DLSYM_SINGLETON + 1
#define DBG_DLCLOSE_NULL 0
#define DBG_DLCLOSE_IGNORE 1
#define DBG_DLCLOSE_RESCAN 2
-#define DBG_WAIT_INIT 1
-#define DBG_WAIT_FINI 2
-#define DBG_WAIT_SYMBOL 3
-
#define DBG_SYM_REDUCE_GLOBAL 1 /* reporting global symbols to local */
#define DBG_SYM_REDUCE_RETAIN 2 /* reporting non reduced local syms */
+#define DBG_AUD_CALL 1 /* original call to auditor */
+#define DBG_AUD_RET 2 /* return from auditor diagnostic */
+
+#define DBG_AUD_LOCAL 0 /* auditor is local */
+#define DBG_AUD_GLOBAL 1 /* auditor is global */
+#define DBG_AUD_PRELOAD 2 /* auditor is preloaded */
+
/*
* Group handle operations - passed to Dbg_file_hdl_title(). Indicate why
* handle dependencies are being manipulated.
@@ -139,12 +140,18 @@ extern "C" {
#define DBG_BINFO_REF_PARENT 0x2000 /* reference to PARENT */
#define DBG_BINFO_REF_MSK 0xf000
-
-#define DBG_CAP_INITIAL 0
-#define DBG_CAP_IGNORE 1
-#define DBG_CAP_OLD 2
-#define DBG_CAP_NEW 3
-#define DBG_CAP_RESOLVED 4
+/*
+ * ld.so.1(1) symbol capabilities processing.
+ */
+#define DBG_CAP_DEFAULT 0
+#define DBG_CAP_USED 1
+#define DBG_CAP_CANDIDATE 2
+#define DBG_CAP_REJECTED 3
+#define DBG_CAP_HW_1 4
+#define DBG_CAP_SF_1 5
+#define DBG_CAP_HW_2 6
+#define DBG_CAP_PLAT 7
+#define DBG_CAP_MACH 8
#define DBG_REL_START 1
#define DBG_REL_FINISH 2
@@ -153,23 +160,53 @@ extern "C" {
#define DBG_NL_STD 0 /* newline controllers - standard and */
#define DBG_NL_FRC 2 /* forced. */
-#define DBG_BNDREJ_NODIR 0 /* bind rejected, direct to nodirect */
-#define DBG_BNDREJ_SINGLE 1 /* bind rejected, singleton without */
+#define DBG_BNDREJ_DIRECT 0 /* bind rejected, direct to nodirect */
+#define DBG_BNDREJ_GROUP 1 /* bind rejected, group to nodirect */
+#define DBG_BNDREJ_SINGLE 2 /* bind rejected, singleton without */
/* default search model */
#define DBG_BNDREJ_NUM DBG_BNDREJ_SINGLE
/*
+ * Dbg_state_str() is used to obtain commonly used "state transition"
+ * strings used in various debugging output.
+ */
+#define DBG_STATE_ADD 0 /* add */
+#define DBG_STATE_CURRENT 1 /* current */
+#define DBG_STATE_EXCLUDE 2 /* exclude */
+#define DBG_STATE_IGNORED 3 /* ignored */
+#define DBG_STATE_MOD_BEFORE 4 /* modify (before) */
+#define DBG_STATE_MOD_AFTER 5 /* modify (after) */
+#define DBG_STATE_NEW 6 /* new */
+#define DBG_STATE_NEW_IMPLICIT 7 /* new (implicit) */
+#define DBG_STATE_RESET 8 /* reset */
+#define DBG_STATE_ORIGINAL 9 /* original */
+#define DBG_STATE_RESOLVED 10 /* resolved */
+
+#define DBG_STATE_NUM 11
+typedef uint_t dbg_state_t;
+extern const char *Dbg_state_str(dbg_state_t);
+
+/*
* Define a debug descriptor, and a user macro that inspects the descriptor as
* a means of triggering a class of diagnostic output.
*/
typedef struct {
uint_t d_class; /* debugging classes */
- uint_t d_extra; /* extra information for classes */
- APlist *d_list; /* associated strings */
+ uint_t d_extra; /* extra public information */
+ APlist *d_list; /* accepted link-map list names */
+ struct timeval d_totaltime; /* total time since entry - */
+ /* gettimeofday(3c) */
+ struct timeval d_deltatime; /* delta time since last diagnostic - */
+ /* gettimeofday(3c) */
} Dbg_desc;
extern Dbg_desc *dbg_desc;
+/*
+ * Macros used to avoid calls to liblddbg unless debugging is enabled.
+ * liblddbg is lazy loaded --- this prevents it from happening unless
+ * it will actually be used.
+ */
#define DBG_ENABLED (dbg_desc->d_class)
#define DBG_CALL(func) if (DBG_ENABLED) func
@@ -180,26 +217,51 @@ extern Dbg_desc *dbg_desc;
* may be interpreted by the debugging library itself or from the callers
* dbg_print() routine.
*/
-#define DBG_E_DETAIL 0x0001 /* add detail to a class */
-#define DBG_E_LONG 0x0002 /* use long names (ie. no truncation) */
-
-#define DBG_E_STDNL 0x0010 /* standard newline indicator */
+#define DBG_E_DETAIL 0x00000001 /* add detail to a class */
+#define DBG_E_LONG 0x00000002 /* use long names (ie. no truncation) */
+#define DBG_E_DEMANGLE 0x00000004 /* demangle symbol names */
+#define DBG_E_STDNL 0x00000008 /* standard newline indicator */
+#define DBG_E_HELP 0x00000010 /* help requested */
+#define DBG_E_HELP_EXIT 0x00000020 /* hint: user should exit after help */
+#define DBG_E_TTIME 0x00000040 /* prepend total time */
+#define DBG_E_DTIME 0x00000080 /* prepend delta time */
+#define DBG_E_RESET 0x00000100 /* reset times */
+
+/* ld only */
+#define DBG_E_SNAME 0x00001000 /* prepend simple name */
+#define DBG_E_FNAME 0x00002000 /* prepend full name */
+#define DBG_E_CLASS 0x00004000 /* prepend ELF class */
+
+/* ld.so.1 only */
+#define DBG_E_LMID 0x00100000 /* prepend link-map id */
+#define DBG_E_LMID_LDSO 0x00200000 /* show ldso link-map list */
+#define DBG_E_LMID_ALL 0x00400000 /* show all non-ldso link-map lists */
+#define DBG_E_LMID_ALT 0x00800000 /* show all ALT link-map lists */
+#define DBG_E_LMID_BASE 0x01000000 /* show BASE link-map list */
-#define DBG_E_SNAME 0x0100 /* prepend simple name (ld only) */
-#define DBG_E_FNAME 0x0200 /* prepend full name (ld only) */
-#define DBG_E_CLASS 0x0400 /* prepend ELF class (ld only) */
-#define DBG_E_LMID 0x0800 /* prepend link-map id (ld.so.1 only) */
-#define DBG_E_DEMANGLE 0x1000 /* demangle symbol names */
#define DBG_NOTDETAIL() !(dbg_desc->d_extra & DBG_E_DETAIL)
#define DBG_NOTLONG() !(dbg_desc->d_extra & DBG_E_LONG)
+#define DBG_ISDEMANGLE() \
+ (dbg_desc->d_extra & DBG_E_DEMANGLE)
+
+#define DBG_TOTALTIME (dbg_desc->d_totaltime)
+#define DBG_DELTATIME (dbg_desc->d_deltatime)
+
+#define DBG_ISTTIME() (dbg_desc->d_extra & DBG_E_TTIME)
+#define DBG_ISDTIME() (dbg_desc->d_extra & DBG_E_DTIME)
+#define DBG_ISTIME() (dbg_desc->d_extra & (DBG_E_TTIME | DBG_E_DTIME))
+#define DBG_NOTTIME() !(dbg_desc->d_extra & (DBG_E_TTIME | DBG_E_DTIME))
+
+#define DBG_ISRESET() (dbg_desc->d_extra & DBG_E_RESET)
+#define DBG_ONRESET() (dbg_desc->d_extra |= DBG_E_RESET)
+#define DBG_OFFRESET() (dbg_desc->d_extra &= ~DBG_E_RESET)
+
#define DBG_ISSNAME() (dbg_desc->d_extra & DBG_E_SNAME)
#define DBG_ISFNAME() (dbg_desc->d_extra & DBG_E_FNAME)
#define DBG_ISCLASS() (dbg_desc->d_extra & DBG_E_CLASS)
#define DBG_ISLMID() (dbg_desc->d_extra & DBG_E_LMID)
-#define DBG_ISDEMANGLE() \
- (dbg_desc->d_extra & DBG_E_DEMANGLE)
/*
* Print routine, this must be supplied by the application. The initial
@@ -209,7 +271,19 @@ extern Dbg_desc *dbg_desc;
/* PRINTFLIKE2 */
extern void dbg_print(Lm_list *, const char *, ...);
-extern uintptr_t Dbg_setup(const char *, Dbg_desc *);
+/*
+ * Initialization routine, called before any other Dbg routines to
+ * establish the necessary state.
+ */
+typedef enum { DBG_CALLER_LD, DBG_CALLER_RTLD } dbg_setup_caller_t;
+extern int Dbg_setup(dbg_setup_caller_t, const char *,
+ Dbg_desc *, const char **);
+
+/* Call dbg_print() to produce linker version output */
+extern void Dbg_version(void);
+
+/* Call dbg_print() to produce help output */
+extern void Dbg_help(void);
/*
* Establish ELF32 and ELF64 class Dbg_*() interfaces.
@@ -225,12 +299,28 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_bind_reject Dbg64_bind_reject
#define Dbg_bind_weak Dbg64_bind_weak
-#define Dbg_cap_val_hw1 Dbg64_cap_val_hw1
-#define Dbg_cap_hw_candidate Dbg64_cap_hw_candidate
-#define Dbg_cap_hw_filter Dbg64_cap_hw_filter
-#define Dbg_cap_mapfile Dbg64_cap_mapfile
-#define Dbg_cap_sec_entry Dbg64_cap_sec_entry
+#define Dbg_cap_candidate Dbg64_cap_candidate
+#define Dbg_cap_filter Dbg64_cap_filter
+#define Dbg_cap_id Dbg64_cap_id
+#define Dbg_cap_identical Dbg64_cap_identical
+#define Dbg_cap_mapfile_title Dbg64_cap_mapfile_title
+#define Dbg_cap_post_title Dbg64_cap_post_title
#define Dbg_cap_sec_title Dbg64_cap_sec_title
+#define Dbg_cap_val Dbg64_cap_val
+#define Dbg_cap_ptr_entry Dbg64_cap_ptr_entry
+#define Dbg_cap_val_entry Dbg64_cap_val_entry
+
+#define Dbg_dl_dladdr Dbg64_dl_dladdr
+#define Dbg_dl_dlclose Dbg64_dl_dlclose
+#define Dbg_dl_dldump Dbg64_dl_dldump
+#define Dbg_dl_dlerror Dbg64_dl_dlerror
+#define Dbg_dl_dlinfo Dbg64_dl_dlinfo
+#define Dbg_dl_dlopen Dbg64_dl_dlopen
+#define Dbg_dl_dlsym Dbg64_dl_dlsym
+#define Dbg_dl_iphdr_enter Dbg64_dl_iphdr_enter
+#define Dbg_dl_iphdr_callback Dbg64_dl_iphdr_callback
+#define Dbg_dl_iphdr_mapchange Dbg64_dl_iphdr_mapchange
+#define Dbg_dl_iphdr_unmap_ret Dbg64_dl_iphdr_unmap_ret
#define Dbg_ent_entry Dbg64_ent_entry
#define Dbg_ent_print Dbg64_ent_print
@@ -241,15 +331,14 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_file_ar_rescan Dbg64_file_ar_rescan
#define Dbg_file_bind_entry Dbg64_file_bind_entry
#define Dbg_file_bindings Dbg64_file_bindings
+#define Dbg_file_bindings_done Dbg64_file_bindings_done
#define Dbg_file_cleanup Dbg64_file_cleanup
#define Dbg_file_cntl Dbg64_file_cntl
#define Dbg_file_config_dis Dbg64_file_config_dis
#define Dbg_file_config_obj Dbg64_file_config_obj
#define Dbg_file_del_rescan Dbg64_file_del_rescan
#define Dbg_file_delete Dbg64_file_delete
-#define Dbg_file_dlclose Dbg64_file_dlclose
-#define Dbg_file_dldump Dbg64_file_dldump
-#define Dbg_file_dlopen Dbg64_file_dlopen
+#define Dbg_file_deferred Dbg64_file_deferred
#define Dbg_file_elf Dbg64_file_elf
#define Dbg_file_filtee Dbg64_file_filtee
#define Dbg_file_filter Dbg64_file_filter
@@ -260,6 +349,7 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_file_hdl_title Dbg64_file_hdl_title
#define Dbg_file_lazyload Dbg64_file_lazyload
#define Dbg_file_ldso Dbg64_file_ldso
+#define Dbg_file_mmapobj Dbg64_file_mmapobj
#define Dbg_file_mode_promote Dbg64_file_mode_promote
#define Dbg_file_modified Dbg64_file_modified
#define Dbg_file_needed Dbg64_file_needed
@@ -275,7 +365,7 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_libs_audit Dbg64_libs_audit
#define Dbg_libs_find Dbg64_libs_find
#define Dbg_libs_found Dbg64_libs_found
-#define Dbg_libs_ignore Dbg64_libs_ignore
+#define Dbg_libs_insecure Dbg64_libs_insecure
#define Dbg_libs_init Dbg64_libs_init
#define Dbg_libs_l Dbg64_libs_l
#define Dbg_libs_path Dbg64_libs_path
@@ -284,22 +374,28 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_libs_yp Dbg64_libs_yp
#define Dbg_libs_ylu Dbg64_libs_ylu
-#define Dbg_map_dash Dbg64_map_dash
+#define Dbg_map_cexp_id Dbg64_map_cexp_id
+#define Dbg_map_dv Dbg64_map_dv
+#define Dbg_map_dv_entry Dbg64_map_dv_entry
#define Dbg_map_ent Dbg64_map_ent
+#define Dbg_map_ent_ord_title Dbg64_map_ent_ord_title
+#define Dbg_map_hdr_noalloc Dbg64_map_hdr_noalloc
#define Dbg_map_parse Dbg64_map_parse
-#define Dbg_map_pipe Dbg64_map_pipe
+#define Dbg_map_pass Dbg64_map_pass
+#define Dbg_map_post_title Dbg64_map_post_title
#define Dbg_map_seg Dbg64_map_seg
-#define Dbg_map_set_atsign Dbg64_map_set_atsign
-#define Dbg_map_set_equal Dbg64_map_set_equal
+#define Dbg_map_seg_order Dbg64_map_seg_order
+#define Dbg_map_seg_os_order Dbg64_map_seg_os_order
#define Dbg_map_size_new Dbg64_map_size_new
#define Dbg_map_size_old Dbg64_map_size_old
-#define Dbg_map_sort_fini Dbg64_map_sort_fini
-#define Dbg_map_sort_orig Dbg64_map_sort_orig
+#define Dbg_map_sort_seg Dbg64_map_sort_seg
+#define Dbg_map_sort_title Dbg64_map_sort_title
#define Dbg_map_symbol Dbg64_map_symbol
#define Dbg_map_version Dbg64_map_version
#define Dbg_move_adjexpandreloc Dbg64_move_adjexpandreloc
#define Dbg_move_adjmovereloc Dbg64_move_adjmovereloc
+#define Dbg_move_bad Dbg64_move_bad
#define Dbg_move_data Dbg64_move_data
#define Dbg_move_entry1 Dbg64_move_entry1
#define Dbg_move_entry2 Dbg64_move_entry2
@@ -329,13 +425,16 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_reloc_sloppycomdat Dbg64_reloc_sloppycomdat
#define Dbg_sec_added Dbg64_sec_added
+#define Dbg_sec_backing Dbg64_sec_backing
#define Dbg_sec_created Dbg64_sec_created
#define Dbg_sec_discarded Dbg64_sec_discarded
#define Dbg_sec_genstr_compress Dbg64_sec_genstr_compress
#define Dbg_sec_group Dbg64_sec_group
+#define Dbg_sec_gnu_comdat Dbg64_sec_gnu_comdat
#define Dbg_sec_in Dbg64_sec_in
#define Dbg_sec_order_error Dbg64_sec_order_error
#define Dbg_sec_order_list Dbg64_sec_order_list
+#define Dbg_sec_redirected Dbg64_sec_redirected
#define Dbg_sec_strtab Dbg64_sec_strtab
#define Dbg_sec_unsup_strmerge Dbg64_sec_unsup_strmerge
@@ -353,17 +452,24 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_support_action Dbg64_support_action
#define Dbg_support_load Dbg64_support_load
#define Dbg_support_req Dbg64_support_req
+#define Dbg_support_vnone Dbg64_support_vnone
#define Dbg_syminfo_entry Dbg64_syminfo_entry
#define Dbg_syminfo_title Dbg64_syminfo_title
#define Dbg_syms_ar_checking Dbg64_syms_ar_checking
-#define Dbg_syms_ar_entry Dbg64_syms_ar_entry
+#define Dbg_syms_ar_force Dbg64_syms_ar_force
#define Dbg_syms_ar_resolve Dbg64_syms_ar_resolve
+#define Dbg_syms_ar_skip Dbg64_syms_ar_skip
#define Dbg_syms_ar_title Dbg64_syms_ar_title
+#define Dbg_syms_cap_convert Dbg64_syms_cap_convert
+#define Dbg_syms_cap_local Dbg64_syms_cap_local
+#define Dbg_syms_cap_lookup Dbg64_syms_cap_lookup
+#define Dbg_syms_cap_title Dbg64_syms_cap_title
+#define Dbg_syms_copy_reloc Dbg64_syms_copy_reloc
#define Dbg_syms_created Dbg64_syms_created
#define Dbg_syms_discarded Dbg64_syms_discarded
-#define Dbg_syms_dlsym Dbg64_syms_dlsym
+#define Dbg_syms_dup_discarded Dbg64_syms_dup_discarded
#define Dbg_syms_dup_sort_addr Dbg64_syms_dup_sort_addr
#define Dbg_syms_entered Dbg64_syms_entered
#define Dbg_syms_entry Dbg64_syms_entry
@@ -376,7 +482,6 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_syms_old Dbg64_syms_old
#define Dbg_syms_process Dbg64_syms_process
#define Dbg_syms_reduce Dbg64_syms_reduce
-#define Dbg_syms_reloc Dbg64_syms_reloc
#define Dbg_syms_resolved Dbg64_syms_resolved
#define Dbg_syms_resolving Dbg64_syms_resolving
#define Dbg_syms_sec_entry Dbg64_syms_sec_entry
@@ -384,8 +489,8 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_syms_spec_title Dbg64_syms_spec_title
#define Dbg_syms_updated Dbg64_syms_updated
#define Dbg_syms_up_title Dbg64_syms_up_title
+#define Dbg_syms_wrap Dbg64_syms_wrap
-#define Dbg_util_broadcast Dbg64_util_broadcast
#define Dbg_util_call_array Dbg64_util_call_array
#define Dbg_util_call_fini Dbg64_util_call_fini
#define Dbg_util_call_init Dbg64_util_call_init
@@ -401,7 +506,6 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_util_scc_entry Dbg64_util_scc_entry
#define Dbg_util_scc_title Dbg64_util_scc_title
#define Dbg_util_str Dbg64_util_str
-#define Dbg_util_wait Dbg64_util_wait
#define Dbg_unused_file Dbg64_unused_file
#define Dbg_unused_lcinterface Dbg64_unused_lcinterface
@@ -413,6 +517,7 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_ver_avail_title Dbg64_ver_avail_title
#define Dbg_ver_def_title Dbg64_ver_def_title
#define Dbg_ver_desc_entry Dbg64_ver_desc_entry
+#define Dbg_ver_need_done Dbg64_ver_need_done
#define Dbg_ver_need_entry Dbg64_ver_need_entry
#define Dbg_ver_need_title Dbg64_ver_need_title
#define Dbg_ver_nointerface Dbg64_ver_nointerface
@@ -427,12 +532,28 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_bind_reject Dbg32_bind_reject
#define Dbg_bind_weak Dbg32_bind_weak
-#define Dbg_cap_val_hw1 Dbg32_cap_val_hw1
-#define Dbg_cap_hw_candidate Dbg32_cap_hw_candidate
-#define Dbg_cap_hw_filter Dbg32_cap_hw_filter
-#define Dbg_cap_mapfile Dbg32_cap_mapfile
-#define Dbg_cap_sec_entry Dbg32_cap_sec_entry
+#define Dbg_cap_candidate Dbg32_cap_candidate
+#define Dbg_cap_filter Dbg32_cap_filter
+#define Dbg_cap_id Dbg32_cap_id
+#define Dbg_cap_identical Dbg32_cap_identical
+#define Dbg_cap_mapfile_title Dbg32_cap_mapfile_title
+#define Dbg_cap_post_title Dbg32_cap_post_title
#define Dbg_cap_sec_title Dbg32_cap_sec_title
+#define Dbg_cap_val Dbg32_cap_val
+#define Dbg_cap_ptr_entry Dbg32_cap_ptr_entry
+#define Dbg_cap_val_entry Dbg32_cap_val_entry
+
+#define Dbg_dl_dladdr Dbg32_dl_dladdr
+#define Dbg_dl_dlclose Dbg32_dl_dlclose
+#define Dbg_dl_dldump Dbg32_dl_dldump
+#define Dbg_dl_dlerror Dbg32_dl_dlerror
+#define Dbg_dl_dlinfo Dbg32_dl_dlinfo
+#define Dbg_dl_dlopen Dbg32_dl_dlopen
+#define Dbg_dl_dlsym Dbg32_dl_dlsym
+#define Dbg_dl_iphdr_enter Dbg32_dl_iphdr_enter
+#define Dbg_dl_iphdr_callback Dbg32_dl_iphdr_callback
+#define Dbg_dl_iphdr_mapchange Dbg32_dl_iphdr_mapchange
+#define Dbg_dl_iphdr_unmap_ret Dbg32_dl_iphdr_unmap_ret
#define Dbg_ent_entry Dbg32_ent_entry
#define Dbg_ent_print Dbg32_ent_print
@@ -443,15 +564,14 @@ extern uintptr_t Dbg_setup(const char *,
#define Dbg_file_ar_rescan Dbg32_file_ar_rescan
#define Dbg_file_bind_entry Dbg32_file_bind_entry
#define Dbg_file_bindings Dbg32_file_bindings
+#define Dbg_file_bindings_done Dbg32_file_bindings_done
#define Dbg_file_cleanup Dbg32_file_cleanup
#define Dbg_file_cntl Dbg32_file_cntl
#define Dbg_file_config_dis Dbg32_file_config_dis
#define Dbg_file_config_obj Dbg32_file_config_obj
#define Dbg_file_del_rescan Dbg32_file_del_rescan
#define Dbg_file_delete Dbg32_file_delete
-#define Dbg_file_dlclose Dbg32_file_dlclose
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-vendor
mailing list