summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--systemtap.spec.in2
-rw-r--r--tapset/ChangeLog5
-rw-r--r--tapset/syscalls.stp4
-rwxr-xr-xtestsuite/buildok/syscall.stp2
7 files changed, 29 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 518635e2..2a4995dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-05-05 Frank Ch. Eigler <fche@elastic.org>
+ PR 2643
+ * testsuite/buildok/syscalls.stp: Take "-u" away again.
+ * configure.ac, systemtap.spec.in: Bump version to 0.5.7.
+ * configure: Regenerated.
+
+2006-05-05 Frank Ch. Eigler <fche@elastic.org>
+
* configure.ac, systemtap.spec.in: Bump version to 0.5.6.
* configure: Regenerated.
diff --git a/configure b/configure
index b45ecef7..32ee0991 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for systemtap 0.5.6.
+# Generated by GNU Autoconf 2.59 for systemtap 0.5.7.
#
# Report bugs to <systemtap@sources.redhat.com>.
#
@@ -269,8 +269,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='systemtap'
PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='0.5.6'
-PACKAGE_STRING='systemtap 0.5.6'
+PACKAGE_VERSION='0.5.7'
+PACKAGE_STRING='systemtap 0.5.7'
PACKAGE_BUGREPORT='systemtap@sources.redhat.com'
# Factoring default headers for most tests.
@@ -787,7 +787,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures systemtap 0.5.6 to adapt to many kinds of systems.
+\`configure' configures systemtap 0.5.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -849,7 +849,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of systemtap 0.5.6:";;
+ short | recursive ) echo "Configuration of systemtap 0.5.7:";;
esac
cat <<\_ACEOF
@@ -977,7 +977,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-systemtap configure 0.5.6
+systemtap configure 0.5.7
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -991,7 +991,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by systemtap $as_me 0.5.6, which was
+It was created by systemtap $as_me 0.5.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1636,7 +1636,7 @@ fi
# Define the identity of the package.
PACKAGE='systemtap'
- VERSION='0.5.6'
+ VERSION='0.5.7'
cat >>confdefs.h <<_ACEOF
@@ -5611,7 +5611,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by systemtap $as_me 0.5.6, which was
+This file was extended by systemtap $as_me 0.5.7, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5674,7 +5674,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-systemtap config.status 0.5.6
+systemtap config.status 0.5.7
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index b7dd4197..ac931b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl configure.ac --- autoconf input file for systemtap
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([systemtap], 0.5.6, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.5.7, systemtap@sources.redhat.com, systemtap)
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE
diff --git a/systemtap.spec.in b/systemtap.spec.in
index 754f312c..00895b43 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -100,7 +100,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
-* Fri May 5 2006 Frank Ch. Eigler <fche@redhat.com> - 0.5.6-1
+* Fri May 5 2006 Frank Ch. Eigler <fche@redhat.com> - 0.5.7-1
- PRs 2511 2453 2307 1813 1944 2497 2538 2476 2568 1341 2058 2220 2437
1326 2014 2599 2427 2438 2465 1930 2149 2610 2293 2634 2506 2433
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 63a125fe..a32f611f 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-05 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 2643
+ * syscalls.stp: Put back some dummy syscall.exit*.return probes.
+
2006-05-03 Frank Ch. Eigler <fche@elastic.org>
* context.stp, errno.stp: Note/eliminate some retval() duplication.
diff --git a/tapset/syscalls.stp b/tapset/syscalls.stp
index 7c1cb926..c159c686 100644
--- a/tapset/syscalls.stp
+++ b/tapset/syscalls.stp
@@ -440,6 +440,7 @@ probe syscall.exit = kernel.function("do_exit") {
status = $code
argstr = string($code)
}
+probe syscall.exit.return = end {}
# exit_group _________________________________________________
/*
@@ -451,6 +452,9 @@ probe kernel.syscall.exit_group =
name = "exit_group"
status = $error_code
}
+
+probe kernel.syscall.exit_group.return = end {}
+
# fadvise64 __________________________________________________
/*
* asmlinkage long
diff --git a/testsuite/buildok/syscall.stp b/testsuite/buildok/syscall.stp
index 82689eee..2fdab5b0 100755
--- a/testsuite/buildok/syscall.stp
+++ b/testsuite/buildok/syscall.stp
@@ -1,4 +1,4 @@
-#! stap -up4
+#! stap -p4
probe syscall.*, syscall.*.return {
if (retstr != "")