Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bdb7b07f78ca1c4b0e7c73e0be872e4ce89173ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bdb7b07f78ca1c4b0e7c73e0be872e4ce89173ee)
  • Date: Tue, 10 Jan 2012 20:11:32 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
libs/userspace-rcu/DETAILS | 17 +++++++++++++++++
libs/userspace-rcu/HISTORY | 2 ++
3 files changed, 22 insertions(+)

New commits:
commit bdb7b07f78ca1c4b0e7c73e0be872e4ce89173ee
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libs/userspace-rcu: new spell, userspace RCU (read-copy-update) library
- liburcu

diff --git a/ChangeLog b/ChangeLog
index 732f88a..8542e44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-11 Ladislav Hagara <hgr AT vabo.cz>
+ * libs/userspace-rcu: new spell, userspace read-copy-update library
+
2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
* perl-cpan/crypt-ssleay: Added OpenSSL support for LWP

diff --git a/libs/userspace-rcu/DETAILS b/libs/userspace-rcu/DETAILS
new file mode 100755
index 0000000..573913d
--- /dev/null
+++ b/libs/userspace-rcu/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=userspace-rcu
+ VERSION=0.6.7
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://lttng.org/files/urcu/$SOURCE
+
SOURCE_HASH=sha512:3061540e1f70db3ec2577215a63c7e95d55cc45aa08eed39980b9d413c98396b5a3286bff1634c92ee9fa5a3a8e1ec976cb566a815f25b7a23a4d682d8174643
+ WEB_SITE=http://lttng.org/urcu/
+ ENTERED=20120111
+ LICENSE=LGPL
+ SHORT="userspace RCU (read-copy-update) library - liburcu"
+cat << EOF
+liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data
+synchronization library provides read-side access which scales linearly with
the
+number of cores. It does so by allowing multiples copies of a given data
+structure to live at the same time, and by monitoring the data structure
+accesses to detect grace periods after which memory reclamation is possible.
+EOF
diff --git a/libs/userspace-rcu/HISTORY b/libs/userspace-rcu/HISTORY
new file mode 100644
index 0000000..99bd1b9
--- /dev/null
+++ b/libs/userspace-rcu/HISTORY
@@ -0,0 +1,2 @@
+2012-01-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: spell created, version 0.6.7



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bdb7b07f78ca1c4b0e7c73e0be872e4ce89173ee), Ladislav Hagara, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page