summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/ChangeLog4
-rw-r--r--tapset/system.stp3
2 files changed, 7 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 3724eed0..bdad3877 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-06 Martin Hunt <hunt@redhat.com>
+
+ * system.stp: New tapset.
+
2006-03-01 Martin Hunt <hunt@redhat.com>
* aux_syscalls.stp (_struct_sockaddr_u): Parse sockaddr.
diff --git a/tapset/system.stp b/tapset/system.stp
new file mode 100644
index 00000000..83e35989
--- /dev/null
+++ b/tapset/system.stp
@@ -0,0 +1,3 @@
+function system (cmd:string) %{
+ _stp_write(STP_SYSTEM, THIS->cmd, strlen(THIS->cmd)+1);
+%}