Date: Tue, 6 Mar 2012 20:35:34 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/userspace-rcu Makefile distinfo pkg-descr pkg-plist Message-ID: <201203062035.q26KZYsb084726@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
crees 2012-03-06 20:35:34 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/userspace-rcu Makefile distinfo pkg-descr pkg-plist
Log:
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.
WWW: http://lttng.org/content/userspace-rcu
PR: ports/165496
Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com>
Revision Changes Path
1.1385 +1 -0 ports/sysutils/Makefile
1.1 +27 -0 ports/sysutils/userspace-rcu/Makefile (new)
1.1 +2 -0 ports/sysutils/userspace-rcu/distinfo (new)
1.1 +9 -0 ports/sysutils/userspace-rcu/pkg-descr (new)
1.1 +78 -0 ports/sysutils/userspace-rcu/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203062035.q26KZYsb084726>
