cvs commit: ports/sysutils Makefile ports/sysutils/userspace-rcu Makefile distinfo pkg-descr pkg-plist

Chris Rees crees at FreeBSD.org
Tue Mar 6 20:35:34 UTC 2012


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 at 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)


More information about the cvs-all mailing list