xref: /titanic_41/usr/src/pkg/manifests/source-demo-system.mf (revision 6a634c9dca3093f3922e4b7ab826d7bdf17bf78e)
1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
233e14f97fSRoger A. Faulkner# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24ead1f93eSLiane Praza#
25ead1f93eSLiane Praza
26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/source/demo/system@$(PKGVERS)
27ead1f93eSLiane Prazaset name=pkg.description \
28ead1f93eSLiane Praza    value="Source code to demonstrate the use of OS interfaces: ELF"
29ead1f93eSLiane Prazaset name=pkg.summary value="OS demo source"
30ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
31ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
32ead1f93eSLiane Prazadir path=usr group=sys
33ead1f93eSLiane Prazadir path=usr/demo
34ead1f93eSLiane Prazadir path=usr/demo/ELF
35ead1f93eSLiane Prazadir path=usr/demo/ksh
36ead1f93eSLiane Prazadir path=usr/demo/ksh/bin
37ead1f93eSLiane Prazadir path=usr/demo/ksh/fun
38ead1f93eSLiane Prazadir path=usr/demo/ksh/src
39ead1f93eSLiane Prazadir path=usr/demo/ksh/tests
40ead1f93eSLiane Prazadir path=usr/demo/libexacct
41ead1f93eSLiane Prazadir path=usr/demo/librtld_db
42ead1f93eSLiane Prazadir path=usr/demo/librtld_db/amd64
43ead1f93eSLiane Prazadir path=usr/demo/librtld_db/common
44ead1f93eSLiane Prazadir path=usr/demo/librtld_db/i386
45ead1f93eSLiane Prazadir path=usr/demo/librtld_db/sparc
46ead1f93eSLiane Prazadir path=usr/demo/librtld_db/sparcv9
47ead1f93eSLiane Prazadir path=usr/demo/librtld_db/tests
48ead1f93eSLiane Prazadir path=usr/demo/link_audit
49ead1f93eSLiane Prazadir path=usr/demo/link_audit/man
50ead1f93eSLiane Prazadir path=usr/demo/link_audit/src
5120c1c355SRod Evansfile path=usr/demo/ELF/00README
52d2aad38fSMark J. Nelsonfile path=usr/demo/ELF/Makefile
53ead1f93eSLiane Prazafile path=usr/demo/ELF/acom.c
54ead1f93eSLiane Prazafile path=usr/demo/ELF/dcom.c
55ead1f93eSLiane Prazafile path=usr/demo/ELF/dispsyms.c
56ead1f93eSLiane Prazafile path=usr/demo/ELF/pcom.c
57ead1f93eSLiane Prazafile path=usr/demo/ELF/tpcom.c
58ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/cpvprint mode=0755
59ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/crawlsrccomments mode=0755
60ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/filemutexdemo1 mode=0755
61ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/filetree1 mode=0755
62ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/gnaw mode=0755
63ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/mandelbrotset1 mode=0755
64ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/multifollow mode=0755
65ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/numtree1 mode=0755
66ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/primenumbers1 mode=0755
67ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/rssread mode=0755
68ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shcalc mode=0755
69ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shircbot mode=0755
70ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shlint mode=0755
71ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shman mode=0755
72ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shnote mode=0755
73ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shpiano mode=0755
74ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shtinyurl mode=0755
75ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/shtwitter mode=0755
76ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/simplefileattributetree1 mode=0755
77ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/simplefiletree1 mode=0755
78ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/svcproptree1 mode=0755
79ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/termclock mode=0755
80ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/test_net_sctp mode=0755
81ead1f93eSLiane Prazafile path=usr/demo/ksh/bin/xmldocumenttree1 mode=0755
82ead1f93eSLiane Prazafile path=usr/demo/ksh/fun/dirs mode=0755
83ead1f93eSLiane Prazafile path=usr/demo/ksh/fun/popd mode=0755
84ead1f93eSLiane Prazafile path=usr/demo/ksh/fun/pushd mode=0755
85ead1f93eSLiane Prazafile path=usr/demo/ksh/fun/title mode=0755
86ead1f93eSLiane Prazafile path=usr/demo/ksh/src/cpvprint.sh
87ead1f93eSLiane Prazafile path=usr/demo/ksh/src/crawlsrccomments.sh
88ead1f93eSLiane Prazafile path=usr/demo/ksh/src/filemutexdemo1.sh
89ead1f93eSLiane Prazafile path=usr/demo/ksh/src/filetree1.sh
90ead1f93eSLiane Prazafile path=usr/demo/ksh/src/gnaw.sh
91ead1f93eSLiane Prazafile path=usr/demo/ksh/src/mandelbrotset1.sh
92ead1f93eSLiane Prazafile path=usr/demo/ksh/src/multifollow.sh
93ead1f93eSLiane Prazafile path=usr/demo/ksh/src/numtree1.sh
94ead1f93eSLiane Prazafile path=usr/demo/ksh/src/primenumbers1.sh
95ead1f93eSLiane Prazafile path=usr/demo/ksh/src/rssread.sh
96ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shcalc.sh
97ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shircbot.sh
98ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shlint.sh
99ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shman.sh
100ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shnote.sh
101ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shpiano.sh
102ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shtinyurl.sh
103ead1f93eSLiane Prazafile path=usr/demo/ksh/src/shtwitter.sh
104ead1f93eSLiane Prazafile path=usr/demo/ksh/src/simplefileattributetree1.sh
105ead1f93eSLiane Prazafile path=usr/demo/ksh/src/simplefiletree1.sh
106ead1f93eSLiane Prazafile path=usr/demo/ksh/src/svcproptree1.sh
107ead1f93eSLiane Prazafile path=usr/demo/ksh/src/termclock.sh
108ead1f93eSLiane Prazafile path=usr/demo/ksh/src/test_net_sctp.sh
109ead1f93eSLiane Prazafile path=usr/demo/ksh/src/xmldocumenttree1.sh
110ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/README.tests
111ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/alias.sh
112ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/append.sh
113ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/arith.sh
114ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/arrays.sh
115ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/arrays2.sh
116ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/attributes.sh
117ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/basic.sh
118ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/bracket.sh
119ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/builtins.sh
120ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/case.sh
121ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/comvar.sh
122ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/coprocess.sh
123ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/cubetype.sh
124ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/enum.sh
125ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/exit.sh
126ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/expand.sh
127ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/functions.sh
128ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/glob.sh
129ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/grep.sh
130ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/heredoc.sh
131ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/io.sh
132ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/nameref.sh
133ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/options.sh
134ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/path.sh
135ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/pointtype.sh
136ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/quoting.sh
137ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/quoting2.sh
138ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/recttype.sh
139ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/restricted.sh
140ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/return.sh
141ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/select.sh
142ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/shtests mode=0755
143ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sigchld.sh
144ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/signal.sh
145ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/statics.sh
146ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/subshell.sh
147ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/substring.sh
148ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_array_default_datatype.sh
149ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_builtin_poll.sh
150ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_builtin_sum.sh
151ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_builtin_tail.sh
152ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_command_substitution.sh
1533e14f97fSRoger A. Faulknerfile path=usr/demo/ksh/tests/sun_solaris_compound_misc.sh
154ebbab6bbSDan Pricefile path=usr/demo/ksh/tests/sun_solaris_compound_nameref.sh
155ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_compoundvario.sh
156ead1f93eSLiane Prazafile \
157ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6687139_command_substitution_exec_redirection_allocation_loop.sh
158ead1f93eSLiane Prazafile \
159ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6713682_compound_var_bleeds_through_subshell.sh
160ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6722134_background_CHLD_trap.sh
161ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6753538_subshell_leaks_umask.sh
162ead1f93eSLiane Prazafile \
163ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6754020_weird_square_bracket_expansion.sh
164ead1f93eSLiane Prazafile \
165ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6763594_command_failure_execs_twice.sh
166ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6766246_pattern_matching_bug.sh
167ead1f93eSLiane Prazafile \
168ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh
169ead1f93eSLiane Prazafile \
170ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh
171ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6778077_sigthaw_trap.sh
172ebbab6bbSDan Pricefile \
173ebbab6bbSDan Price    path=usr/demo/ksh/tests/sun_solaris_cr_6789247_printf_hexfloat_rounding.sh
174ead1f93eSLiane Prazafile \
175ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6800929_large_command_substitution_hang.sh
176ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6805792_varmovetest1.sh
177ead1f93eSLiane Prazafile \
178ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6805794_character_to_wchar_not_working.sh
179ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6805795_negative_zero.sh
180ead1f93eSLiane Prazafile \
181ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh
182ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_cr_6835835_builtin_cat_n_broken.sh
183ead1f93eSLiane Prazafile \
184ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh
185ead1f93eSLiane Prazafile \
186ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6855875_typeset_hexfloat_has_too_few_digits.sh
187ead1f93eSLiane Prazafile \
188ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6862121_shbinexec_kernel_module_defunct.sh
189ead1f93eSLiane Prazafile \
190ead1f93eSLiane Praza    path=usr/demo/ksh/tests/sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh
1913e14f97fSRoger A. Faulknerfile \
1923e14f97fSRoger A. Faulkner    path=usr/demo/ksh/tests/sun_solaris_cr_6887363_shell_sometimes_mishandles_return_value_of_its_child_process.sh
1933e14f97fSRoger A. Faulknerfile \
1943e14f97fSRoger A. Faulkner    path=usr/demo/ksh/tests/sun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh
1953e14f97fSRoger A. Faulknerfile \
1963e14f97fSRoger A. Faulkner    path=usr/demo/ksh/tests/sun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh
1973e14f97fSRoger A. Faulknerfile \
1983e14f97fSRoger A. Faulkner    path=usr/demo/ksh/tests/sun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh
1993e14f97fSRoger A. Faulknerfile \
2003e14f97fSRoger A. Faulkner    path=usr/demo/ksh/tests/sun_solaris_cr_6907460_EXIT_trap_handlers_are_sometimes_executed_twice.sh
2013e14f97fSRoger A. Faulknerfile path=usr/demo/ksh/tests/sun_solaris_cr_xxxxxxxx_template.sh
202ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_getconf.sh
203ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_local_compound_nameref001.sh
204ebbab6bbSDan Pricefile path=usr/demo/ksh/tests/sun_solaris_locale_misc.sh
205ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_staticvariables.sh
206ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_vartree001.sh
207ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_vartree002.sh
208ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/sun_solaris_vartree003.sh
209ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/tilde.sh
210ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/timetype.sh
211ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/treemove.sh
212ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/types.sh
213ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/variables.sh
214ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/vartree1.sh
215ead1f93eSLiane Prazafile path=usr/demo/ksh/tests/vartree2.sh
216ead1f93eSLiane Prazafile path=usr/demo/libexacct/Makefile
217ead1f93eSLiane Prazafile path=usr/demo/libexacct/README
218ead1f93eSLiane Prazafile path=usr/demo/libexacct/exdump.c
219ead1f93eSLiane Prazafile path=usr/demo/librtld_db/00README
220ead1f93eSLiane Prazafile path=usr/demo/librtld_db/Makefile.com
221ead1f93eSLiane Prazafile path=usr/demo/librtld_db/Makefile.targ
222ead1f93eSLiane Prazafile path=usr/demo/librtld_db/amd64/Makefile
223ead1f93eSLiane Prazafile path=usr/demo/librtld_db/amd64/rdb_mach.h
224ead1f93eSLiane Prazafile path=usr/demo/librtld_db/amd64/regs.c
225ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/bpt.c
226ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/callstack.c
227ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/dis.c
228ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/disasm.c
229ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/disasm.h
230ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/globals.c
231ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/gram.y
232ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/help.c
233ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/lex.l
234ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/main.c
235ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/maps.c
236ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/ps.c
237ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/rdb.h
238ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/rdb.man
239ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/syms.c
240ead1f93eSLiane Prazafile path=usr/demo/librtld_db/common/utils.c
241ead1f93eSLiane Prazafile path=usr/demo/librtld_db/i386/Makefile
242ead1f93eSLiane Prazafile path=usr/demo/librtld_db/i386/m_utils.c
243ead1f93eSLiane Prazafile path=usr/demo/librtld_db/i386/rdb_mach.h
244ead1f93eSLiane Prazafile path=usr/demo/librtld_db/i386/regs.c
245ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparc/Makefile
246ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparc/m_utils.c
247ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparc/rdb_mach.h
248ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparc/regs.c
249ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparcv9/Makefile
250ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparcv9/m_utils.c
251ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparcv9/rdb_mach.h
252ead1f93eSLiane Prazafile path=usr/demo/librtld_db/sparcv9/regs.c
253ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/breaks
254ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/loadmaps
255ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/object_padding_maps
256ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/plt_skip
257ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/simp.c
258ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/steps
259ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/sub.c
260ead1f93eSLiane Prazafile path=usr/demo/librtld_db/tests/test-sparc-regs
261ead1f93eSLiane Prazafile path=usr/demo/link_audit/00README
262ead1f93eSLiane Prazafile path=usr/demo/link_audit/Makefile
263ead1f93eSLiane Prazafile path=usr/demo/link_audit/man/dumpbind.man
264ead1f93eSLiane Prazafile path=usr/demo/link_audit/man/perfcnt.man
265ead1f93eSLiane Prazafile path=usr/demo/link_audit/man/symbindrep.man
266ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/bindings.c
267ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/bindings.h
268ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/dumpbind.c
269ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/env.c
270ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/env.h
271ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/hash.c
272ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/hash.h
273ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/mach.h
274ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/perfcnt.c
275ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/perfcnt.ksh
276ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/sotruss.ksh
277ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/symbindrep.c
278ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/symbindrep.ksh
279ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/truss.c
280ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/who.c
281ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/who.h
282ead1f93eSLiane Prazafile path=usr/demo/link_audit/src/whocalls.ksh
283*71e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWosdem \
284ead1f93eSLiane Praza    desc="Source code to demonstrate the use of OS interfaces: ELF" \
285*71e464e5SPeter Dennis - Sustaining Engineer    name="OS demo source"
286ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
287ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
2885084e753SMark J. Nelsonlicense usr/src/lib/libshell/THIRDPARTYLICENSE \
2895084e753SMark J. Nelson    license=usr/src/lib/libshell/THIRDPARTYLICENSE
290