mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
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.
|