Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a04434dd740fc2d11b3093cdcef2be7901d8477d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a04434dd740fc2d11b3093cdcef2be7901d8477d)
  • Date: Mon, 2 Apr 2012 12:08:49 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
utils/prctl/DETAILS | 15 +++++++++++++++
utils/prctl/HISTORY | 2 ++
3 files changed, 20 insertions(+)

New commits:
commit a04434dd740fc2d11b3093cdcef2be7901d8477d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

prctl: new spell, tool to query and modify process behavior

diff --git a/ChangeLog b/ChangeLog
index cab18d4..6cb0ff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-04-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/prctl: new spell, tool to query and modify process behavior
+
2012-03-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/camlidl: new spell, a stub code generator and COM binding for
Objective Caml
diff --git a/utils/prctl/DETAILS b/utils/prctl/DETAILS
new file mode 100755
index 0000000..7bd2f4e
--- /dev/null
+++ b/utils/prctl/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=prctl
+ VERSION=1.5
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:60463a80fcadec9f2c6fbb0e179391affb594a15f116bc0c6dba350251b6fab1eb7bfca5753e0765cb27b723b76a86cbe19bdaa3ef50d4fee6696ed861e0bb96
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://sourceforge.net/projects/prctl/
+ LICENSE[0]=GPL
+ ENTERED=20120401
+ SHORT="tool to query and modify process behavior"
+cat << EOF
+Tool to query and modify process behavior. Supported process behavior is
+handling of unaligned memory access and handling of floating point software
+assist faults (on IPF systems).
+EOF
diff --git a/utils/prctl/HISTORY b/utils/prctl/HISTORY
new file mode 100644
index 0000000..63c7698
--- /dev/null
+++ b/utils/prctl/HISTORY
@@ -0,0 +1,2 @@
+2012-04-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (a04434dd740fc2d11b3093cdcef2be7901d8477d), Vlad Glagolev, 04/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page