]> sourceware.org Git - systemtap.git/log
systemtap.git
15 years agoSimplify dead_assignment_remover
Josh Stone [Tue, 10 Feb 2009 23:31:50 +0000 (15:31 -0800)]
Simplify dead_assignment_remover

By converting to an update_visitor, we now get full statement coverage
in this optimizer for free.

* elaborate.cxx (dead_assignment_remover): Convert into an
update_visitor and remove its now-redundant traversal methods.

15 years agoExpand probe variables without a deep copy
Josh Stone [Fri, 6 Feb 2009 04:04:56 +0000 (20:04 -0800)]
Expand probe variables without a deep copy

* tapsets.cxx (var_expanding_copy_visitor): This struct becomes
var_expanding_visitor and inherits from update_visitor instead of
deep_copy_visitor.  Each of the probe-type variants of this are also no
longer copiers.

15 years agoCreate update_visitor for modifying trees
Josh Stone [Fri, 6 Feb 2009 04:02:35 +0000 (20:02 -0800)]
Create update_visitor for modifying trees

* staptree.h (update_visitor): A new visitor to make it easier to
rewrite parts of a probe or function without making a full copy.
* staptree.cxx (update_visitor::*): Each child is recursed with a
require() call, and then the parent returns itself with provide().
* staptree.h (deep_copy_visitor): Inherit from update_visitor to get
the recursive descent while updating nodes.
* staptree.cxx (deep_copy_visitor::*): Use the implicit copy
constructors to copy all fields, then defer to update_visitor for the
recursion.  Referents are still cleared from the copies of symbols and
function calls.

15 years agoSimplify require() and provide()
Josh Stone [Thu, 5 Feb 2009 21:08:44 +0000 (13:08 -0800)]
Simplify require() and provide()

* staptree.h (require, provide): Simplify stack operations with less
pointer magic, and move to be deep_copy_visitor members.
* staptree.h (deep_copy_visitor::deep_copy): Templatize
* staptree.cxx, tapsets.cxx: Refactor require/provide callers

15 years agoMinor correction for signal.stp chapter.
William Cohen [Thu, 5 Feb 2009 14:26:49 +0000 (09:26 -0500)]
Minor correction for signal.stp chapter.

15 years agostarted fixing signal.stp comments for documentation
ddomingo [Thu, 5 Feb 2009 05:49:46 +0000 (15:49 +1000)]
started fixing signal.stp comments for documentation

15 years agoenter lines to wrap em
ddomingo [Thu, 5 Feb 2009 02:25:56 +0000 (12:25 +1000)]
enter lines to wrap em

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Wed, 4 Feb 2009 23:57:38 +0000 (09:57 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoAdd NEWS process().mark(), sys/sdt.h and dtrace compatibility script.
Mark Wielaard [Wed, 4 Feb 2009 14:34:58 +0000 (15:34 +0100)]
Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script.

15 years agoMention run-stap in NEWS.
Mark Wielaard [Wed, 4 Feb 2009 14:17:09 +0000 (15:17 +0100)]
Mention run-stap in NEWS.

15 years agoAdd beginner guide to NEWS.
Mark Wielaard [Wed, 4 Feb 2009 13:59:03 +0000 (14:59 +0100)]
Add beginner guide to NEWS.

15 years agoMention SystemTap Tapset Reference Manual in NEWS.
Mark Wielaard [Wed, 4 Feb 2009 12:51:04 +0000 (13:51 +0100)]
Mention SystemTap Tapset Reference Manual in NEWS.

15 years agoCorrecting previous commit message and Author
K Prasad [Wed, 4 Feb 2009 09:25:21 +0000 (14:55 +0530)]
Correcting previous commit message and Author
7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info

15 years agoMerge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'
Srikar Dronamraju [Wed, 4 Feb 2009 09:22:07 +0000 (14:52 +0530)]
Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'

15 years ago--author
Srikar Dronamraju [Wed, 4 Feb 2009 07:24:03 +0000 (12:54 +0530)]
--author

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Wed, 4 Feb 2009 03:41:00 +0000 (13:41 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agocommenting out signals entry for now, testing further
ddomingo [Wed, 4 Feb 2009 03:38:36 +0000 (13:38 +1000)]
commenting out signals entry for now, testing further

15 years agoadded entry for signals.stp, currently testing stuff
ddomingo [Wed, 4 Feb 2009 03:36:32 +0000 (13:36 +1000)]
added entry for signals.stp, currently testing stuff

15 years agoUpdate a few more files with Vim modelines
Josh Stone [Wed, 4 Feb 2009 01:07:53 +0000 (17:07 -0800)]
Update a few more files with Vim modelines

15 years agoPR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap...
Frank Ch. Eigler [Tue, 3 Feb 2009 20:40:41 +0000 (15:40 -0500)]
PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap based probes"

15 years agoTouch up warning message from stap-client
Dave Brolley [Tue, 3 Feb 2009 17:34:41 +0000 (12:34 -0500)]
Touch up warning message from stap-client

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Tue, 3 Feb 2009 17:29:41 +0000 (12:29 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog

15 years agoDocument client/server certificate management and tools.
Dave Brolley [Tue, 3 Feb 2009 17:28:18 +0000 (12:28 -0500)]
Document client/server certificate management and tools.

15 years agomatch_node::find_and_build disambiguate error messages.
Mark Wielaard [Tue, 3 Feb 2009 16:16:27 +0000 (17:16 +0100)]
match_node::find_and_build disambiguate error messages.

15 years agocleanup for documentation
ddomingo [Tue, 3 Feb 2009 06:06:18 +0000 (16:06 +1000)]
cleanup for documentation

15 years agoadded tag conversion for emphasis
ddomingo [Tue, 3 Feb 2009 06:05:16 +0000 (16:05 +1000)]
added tag conversion for emphasis

15 years agoremoves empty <para>s, other minor cleanup items
ddomingo [Tue, 3 Feb 2009 03:33:01 +0000 (13:33 +1000)]
removes empty <para>s, other minor cleanup items

15 years agoUse ps -e to look for stap server processes.
Dave Brolley [Mon, 2 Feb 2009 21:14:03 +0000 (16:14 -0500)]
Use ps -e to look for stap server processes.

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Mon, 2 Feb 2009 21:00:01 +0000 (16:00 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog
NEWS

15 years agoDocument latest changes.
Dave Brolley [Mon, 2 Feb 2009 20:58:17 +0000 (15:58 -0500)]
Document latest changes.

15 years agoUpdate NEWS and stap-server man page. Don't require client/server
Dave Brolley [Mon, 2 Feb 2009 20:51:50 +0000 (15:51 -0500)]
Update NEWS and stap-server man page. Don't require client/server
platform compatibility for pahes 1-4.

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Mon, 2 Feb 2009 19:22:56 +0000 (14:22 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoRevised topsys.stp and moved to the testsuite/systemtap.examples directory.
William Cohen [Mon, 2 Feb 2009 19:21:25 +0000 (14:21 -0500)]
Revised topsys.stp and moved to the testsuite/systemtap.examples directory.

15 years agoAdd documentation for .label("label")
Stan Cox [Mon, 2 Feb 2009 16:47:31 +0000 (11:47 -0500)]
Add documentation for .label("label")

15 years agoRevise tcp_connections.stp example and place in sysemtap.examples directory.
William Cohen [Mon, 2 Feb 2009 16:18:01 +0000 (11:18 -0500)]
Revise tcp_connections.stp example and place in sysemtap.examples directory.

15 years agoRemove redundant tcp_connections_wa.stp.
William Cohen [Mon, 2 Feb 2009 15:12:58 +0000 (10:12 -0500)]
Remove redundant tcp_connections_wa.stp.

15 years agoMerge ChangeLog conflict
William Cohen [Mon, 2 Feb 2009 15:02:13 +0000 (10:02 -0500)]
Merge ChangeLog conflict

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Mon, 2 Feb 2009 14:48:58 +0000 (09:48 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

Conflicts:
testsuite/ChangeLog

15 years agoAdd STAP_PROBE7, 8 and 9 variants to sdt.h.
Mark Wielaard [Mon, 2 Feb 2009 12:52:14 +0000 (13:52 +0100)]
Add STAP_PROBE7, 8 and 9 variants to sdt.h.

15 years agoadded tagging for sfunction entries
ddomingo [Mon, 2 Feb 2009 03:51:23 +0000 (13:51 +1000)]
added tagging for sfunction entries

15 years agominor correction to comment on probe vm.brk
ddomingo [Mon, 2 Feb 2009 03:06:07 +0000 (13:06 +1000)]
minor correction to comment on probe vm.brk

15 years agoadded conversion for tags command and emphasis
ddomingo [Mon, 2 Feb 2009 03:05:39 +0000 (13:05 +1000)]
added conversion for tags command and emphasis

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Mon, 2 Feb 2009 02:58:11 +0000 (12:58 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoscript copies automated tapsets.xml then cleans it for publican
ddomingo [Mon, 2 Feb 2009 02:56:14 +0000 (12:56 +1000)]
script copies automated tapsets.xml then cleans it for publican

15 years agoedited authorship
ddomingo [Mon, 2 Feb 2009 02:55:01 +0000 (12:55 +1000)]
edited authorship

15 years agoAdd test for .label("label")
Stan Cox [Mon, 2 Feb 2009 02:34:52 +0000 (21:34 -0500)]
Add test for .label("label")

15 years agoAdd .label("label")
Stan Cox [Mon, 2 Feb 2009 02:22:21 +0000 (21:22 -0500)]
Add .label("label")

15 years agoProcess extra_offset for kernel symbols with dwfl_module_relocate_address.
Mark Wielaard [Sun, 1 Feb 2009 11:54:51 +0000 (12:54 +0100)]
Process extra_offset for kernel symbols with dwfl_module_relocate_address.

15 years agoupdate .gitignore's
Josh Stone [Sat, 31 Jan 2009 02:24:13 +0000 (18:24 -0800)]
update .gitignore's

15 years agoPR6936: Add systemtap initscript and systemtap-initscript subpackage.
Masami Hiramatsu [Fri, 30 Jan 2009 23:54:06 +0000 (18:54 -0500)]
PR6936: Add systemtap initscript and systemtap-initscript subpackage.

15 years agoRemove systemtap.samples/queue_demo.{exp|stp}.
William Cohen [Fri, 30 Jan 2009 22:00:15 +0000 (17:00 -0500)]
Remove systemtap.samples/queue_demo.{exp|stp}.

15 years agoCorrect ChangeLog date type.
William Cohen [Fri, 30 Jan 2009 21:56:08 +0000 (16:56 -0500)]
Correct ChangeLog date type.

15 years agoreduce systemtap.log contribution by semok/twenty.stp
Frank Ch. Eigler [Fri, 30 Jan 2009 21:08:39 +0000 (16:08 -0500)]
reduce systemtap.log contribution by semok/twenty.stp

15 years agoMore security checking for client/server. Set exec_prefix and sysconfdir at install...
Dave Brolley [Fri, 30 Jan 2009 20:43:34 +0000 (15:43 -0500)]
More security checking for client/server. Set exec_prefix and sysconfdir at install time.

15 years agotweak git_version.h generation
Frank Ch. Eigler [Fri, 30 Jan 2009 20:16:05 +0000 (15:16 -0500)]
tweak git_version.h generation

15 years agoMove the scf.stp example from systemtap.samples to systemtap.examples.
William Cohen [Fri, 30 Jan 2009 17:33:14 +0000 (12:33 -0500)]
Move the scf.stp example from systemtap.samples to systemtap.examples.

15 years agoMove some systemtap.sample tests to systemtap.base.
William Cohen [Thu, 29 Jan 2009 21:55:06 +0000 (16:55 -0500)]
Move some systemtap.sample tests to systemtap.base.

15 years agoCorrect ChangeLog entry.
William Cohen [Thu, 29 Jan 2009 20:35:31 +0000 (15:35 -0500)]
Correct ChangeLog entry.

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Thu, 29 Jan 2009 20:28:37 +0000 (15:28 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

15 years agoImproved certificate security for the client/server.
Dave Brolley [Thu, 29 Jan 2009 20:28:02 +0000 (15:28 -0500)]
Improved certificate security for the client/server.

15 years agoRemove uninteresting examples, args.stp, primes.stp, and testlog.stp.
William Cohen [Thu, 29 Jan 2009 20:22:40 +0000 (15:22 -0500)]
Remove uninteresting examples, args.stp, primes.stp, and testlog.stp.

15 years agoImprovements to the flexibility of the --server option.
Dave Brolley [Thu, 29 Jan 2009 19:29:16 +0000 (14:29 -0500)]
Improvements to the flexibility of the --server option.

15 years agoAdd Vim modelines for GNU style in stap
Josh Stone [Thu, 29 Jan 2009 01:01:20 +0000 (17:01 -0800)]
Add Vim modelines for GNU style in stap

15 years agoUse 'static' as much as possible
Josh Stone [Wed, 28 Jan 2009 22:36:08 +0000 (14:36 -0800)]
Use 'static' as much as possible

This change just inserts 'static' on runtime, tapset, and generated C
functions and globals, so the compiler can do a better job of
optimizing.

My tests with small scripts show ~10% reduction in compile time and ~20%
reduction in module size.  Larger scripts may show less benefit, but I
expect purely positive results.

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Wed, 28 Jan 2009 22:32:26 +0000 (17:32 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

15 years agoCheck client side certificate database security.
Dave Brolley [Wed, 28 Jan 2009 22:32:03 +0000 (17:32 -0500)]
Check client side certificate database security.

15 years agoAdd newline at end of doc/SystemTap_Beginners_Guide/Makefile.
William Cohen [Wed, 28 Jan 2009 21:23:44 +0000 (16:23 -0500)]
Add newline at end of doc/SystemTap_Beginners_Guide/Makefile.

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Wed, 28 Jan 2009 21:19:21 +0000 (16:19 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoAdd the polling timeout example and update the catalog.
William Cohen [Wed, 28 Jan 2009 21:03:01 +0000 (16:03 -0500)]
Add the polling timeout example and update the catalog.

15 years agoImplement the --server option for stap-client for control over which server is
Dave Brolley [Wed, 28 Jan 2009 20:45:14 +0000 (15:45 -0500)]
Implement the --server option for stap-client for control over which server is
used and for using non-local servers.

15 years ago2009-01-28 David Smith <dsmith@redhat.com>
David Smith [Wed, 28 Jan 2009 18:05:33 +0000 (12:05 -0600)]
2009-01-28  David Smith  <dsmith@redhat.com>

        PR9788
        * mainloop.c (cleanup_and_exit): Added workaround for bug 9788 by
        fork'ing/exec'ing staprun.

15 years agocleaner versions
ddomingo [Wed, 28 Jan 2009 01:24:31 +0000 (11:24 +1000)]
cleaner versions

15 years agoadded pre and post routines to Makefile, also cleaned up syncandbuild.sh
ddomingo [Wed, 28 Jan 2009 00:25:42 +0000 (10:25 +1000)]
added pre and post routines to Makefile, also cleaned up syncandbuild.sh

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Tue, 27 Jan 2009 20:51:47 +0000 (06:51 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agosdt.h (STAP_PROBE): Use "g", not "r", for asm args.
Mark Wielaard [Tue, 27 Jan 2009 16:42:48 +0000 (17:42 +0100)]
sdt.h (STAP_PROBE): Use "g", not "r", for asm args.

15 years agosdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG.
Stan Cox [Tue, 27 Jan 2009 16:39:44 +0000 (17:39 +0100)]
sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG.

15 years agodtrace: Handle (absense of) -o argument correctly.
Mark Wielaard [Tue, 27 Jan 2009 16:35:13 +0000 (17:35 +0100)]
dtrace: Handle (absense of) -o argument correctly.

15 years agofixed syncnbuild script to automate tag revisions depending on product target (i...
ddomingo [Tue, 27 Jan 2009 04:58:43 +0000 (14:58 +1000)]
fixed syncnbuild script to automate tag revisions depending on product target (i.e. RHEL vs Fedora)

15 years agominimized RHEL-isms in doc source, still need to edit <productname> and <productnumbe...
ddomingo [Tue, 27 Jan 2009 04:40:18 +0000 (14:40 +1000)]
minimized RHEL-isms in doc source, still need to edit <productname> and <productnumber> when building for non-RHEL though

15 years agoFix syscall.exp.
Stan Cox [Mon, 26 Jan 2009 21:11:41 +0000 (16:11 -0500)]
Fix syscall.exp.

15 years agoCheck for version.h.in for elfutils < 0.138.
Mark Wielaard [Mon, 26 Jan 2009 20:20:14 +0000 (21:20 +0100)]
Check for version.h.in for elfutils < 0.138.

15 years agosdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6.
Mark Wielaard [Mon, 26 Jan 2009 12:12:54 +0000 (13:12 +0100)]
sdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6.

15 years agoPR9768: hint at bug fix in NEWS
Frank Ch. Eigler [Fri, 23 Jan 2009 15:44:00 +0000 (10:44 -0500)]
PR9768: hint at bug fix in NEWS

15 years agoPR9768: fix for dwarf variable locations in shared libraries
Frank Ch. Eigler [Fri, 23 Jan 2009 15:40:22 +0000 (10:40 -0500)]
PR9768: fix for dwarf variable locations in shared libraries

15 years agoPR9768 fix
Frank Ch. Eigler [Fri, 23 Jan 2009 15:25:44 +0000 (10:25 -0500)]
PR9768 fix

15 years agoUse install-pkgincludeHEADERS for elfutils configure build step.
Mark Wielaard [Fri, 23 Jan 2009 14:03:58 +0000 (15:03 +0100)]
Use install-pkgincludeHEADERS for elfutils configure build step.

15 years agoUse make -k install-data for elfutils.
Mark Wielaard [Fri, 23 Jan 2009 10:25:44 +0000 (11:25 +0100)]
Use make -k install-data for elfutils.

15 years ago2009-01-22 David Smith <dsmith@redhat.com>
David Smith [Thu, 22 Jan 2009 21:40:44 +0000 (15:40 -0600)]
2009-01-22  David Smith  <dsmith@redhat.com>

* systemtap.spec: Added 'nss-devel' buildreq so that the 'client'
subpackage could be built correctly.  Added file-based buildreq
for xmlto's pdf support, which works on f8, f9, f9, and rhel5.

* configure.ac: Fixed typo.
* configure: Regenerated.

15 years agoAdd dtrace -h support
Stan Cox [Thu, 22 Jan 2009 19:23:49 +0000 (14:23 -0500)]
Add dtrace -h support

15 years agoUse context-symbols.stp and context-unwind.stp in tapsets.tmpl.
William Cohen [Thu, 22 Jan 2009 18:46:53 +0000 (13:46 -0500)]
Use context-symbols.stp and context-unwind.stp in tapsets.tmpl.

15 years agoCreate PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.
Mark Wielaard [Wed, 21 Jan 2009 22:23:51 +0000 (23:23 +0100)]
Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS.

15 years agoCorrect email address for doc/ChangeLog
William Cohen [Wed, 21 Jan 2009 22:09:38 +0000 (17:09 -0500)]
Correct email address for doc/ChangeLog

15 years agoUpdate copyright date and correct paragraph.
William Cohen [Wed, 21 Jan 2009 22:08:34 +0000 (17:08 -0500)]
Update copyright date and correct paragraph.

15 years agoOnly muck with CPPFLAGS when actually building with bundled elfutils.
Mark Wielaard [Wed, 21 Jan 2009 13:32:14 +0000 (14:32 +0100)]
Only muck with CPPFLAGS when actually building with bundled elfutils.

15 years agoExplicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.
Mark Wielaard [Wed, 21 Jan 2009 11:32:46 +0000 (12:32 +0100)]
Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean.

15 years agoimprove var=? explanation debugging via -vvv
Frank Ch. Eigler [Tue, 20 Jan 2009 22:34:00 +0000 (17:34 -0500)]
improve var=? explanation debugging via -vvv

15 years agoAdding kprobes test scripts.
David Smith [Tue, 20 Jan 2009 21:59:47 +0000 (15:59 -0600)]
Adding kprobes test scripts.

15 years agofix segv on peculiar dwfl errors (probe process("/lib64").FOO {})
Frank Ch. Eigler [Tue, 20 Jan 2009 18:35:36 +0000 (13:35 -0500)]
fix segv on peculiar dwfl errors (probe process("/lib64").FOO {})

Reported-By: Daniel Tralamazza
15 years agoPR 9673. Only use one utrace engine for all targets with same path or pid.
David Smith [Tue, 20 Jan 2009 16:35:53 +0000 (10:35 -0600)]
PR 9673.  Only use one utrace engine for all targets with same path or pid.
2009-01-20  David Smith  <dsmith@redhat.com>

PR 9673.
* task_finder.c (struct stap_task_finder_target): Added
'vm_events' field.
(stap_register_task_finder_target): Sets vm_events if a
vm_callback is present.
(__stp_task_finder_cleanup): Only detaches engines on the main
__stp_task_finder_list linked list.
(__stp_call_callbacks): New function.
(__stp_call_vm_callbacks): New function.
(__stp_utrace_attach_match_filename): Calls __stp_call_callbacks()
to call callbacks.
(__stp_utrace_task_finder_target_death): Ditto.
(__stp_utrace_task_finder_target_quiesce): Calls
__stp_call_callbacks() and __stp_call_vm_callbacks() to call
callbacks.
(__stp_call_vm_callbacks_with_vma): Renamed from
__stp_target_call_vm_callback.
(__stp_utrace_task_finder_target_syscall_exit): Calls
__stp_call_vm_callbacks() to call vm callbacks.
(stap_start_task_finder): Instead of a utrace engine for every
task_finder_target, there is now one utrace engine for all targets
with the same path or pid.

15 years agoDon't test -lsduprobe.s for now.
Stan Cox [Tue, 20 Jan 2009 16:07:08 +0000 (11:07 -0500)]
Don't test -lsduprobe.s for now.

This page took 0.059581 seconds and 5 git commands to generate.