diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-02-01 20:42:28 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-02-01 20:42:28 +0000 |
commit | 3ea0bbeb63cd115e398a9c40c8c217e2b4d19e9b (patch) | |
tree | 8d41a14d554e53ba3719c1f7a8998046871d036b /sysutils/liburcu/pkg-plist | |
parent | 9ad196a4cb6d71d8812ef0fca3a1d5210a6320ab (diff) | |
download | ports-3ea0bbeb63cd115e398a9c40c8c217e2b4d19e9b.tar.gz ports-3ea0bbeb63cd115e398a9c40c8c217e2b4d19e9b.zip |
Notes
Diffstat (limited to 'sysutils/liburcu/pkg-plist')
-rw-r--r-- | sysutils/liburcu/pkg-plist | 120 |
1 files changed, 104 insertions, 16 deletions
diff --git a/sysutils/liburcu/pkg-plist b/sysutils/liburcu/pkg-plist index e48936f07dd2..0754e7bf4424 100644 --- a/sysutils/liburcu/pkg-plist +++ b/sysutils/liburcu/pkg-plist @@ -10,28 +10,32 @@ include/urcu/arch/generic.h include/urcu/cds.h include/urcu/compiler.h include/urcu/config.h +include/urcu/debug.h include/urcu/futex.h include/urcu/hlist.h +include/urcu/lfstack.h include/urcu/list.h include/urcu/map/urcu-bp.h -include/urcu/map/urcu-mp.h include/urcu/map/urcu-qsbr.h include/urcu/map/urcu.h +include/urcu/rand-compat.h include/urcu/rcuhlist.h include/urcu/rculfhash.h include/urcu/rculfqueue.h include/urcu/rculfstack.h include/urcu/rculist.h include/urcu/ref.h -include/urcu/static/bkp-wfqueue.h +include/urcu/static/lfstack.h include/urcu/static/rculfqueue.h include/urcu/static/rculfstack.h include/urcu/static/urcu-bp.h include/urcu/static/urcu-pointer.h include/urcu/static/urcu-qsbr.h include/urcu/static/urcu.h +include/urcu/static/wfcqueue.h include/urcu/static/wfqueue.h include/urcu/static/wfstack.h +include/urcu/syscall-compat.h include/urcu/system.h include/urcu/tls-compat.h include/urcu/uatomic.h @@ -39,39 +43,123 @@ include/urcu/uatomic/generic.h include/urcu/uatomic_arch.h include/urcu/urcu-futex.h include/urcu/urcu_ref.h +include/urcu/wfcqueue.h include/urcu/wfqueue.h include/urcu/wfstack.h lib/liburcu-bp.a lib/liburcu-bp.so -lib/liburcu-bp.so.1 -lib/liburcu-bp.so.1.0.0 +lib/liburcu-bp.so.4 +lib/liburcu-bp.so.4.1.0 lib/liburcu-cds.a lib/liburcu-cds.so -lib/liburcu-cds.so.1 -lib/liburcu-cds.so.1.0.0 +lib/liburcu-cds.so.4 +lib/liburcu-cds.so.4.1.0 lib/liburcu-common.a lib/liburcu-common.so -lib/liburcu-common.so.1 -lib/liburcu-common.so.1.0.0 +lib/liburcu-common.so.4 +lib/liburcu-common.so.4.1.0 lib/liburcu-mb.a lib/liburcu-mb.so -lib/liburcu-mb.so.1 -lib/liburcu-mb.so.1.0.0 +lib/liburcu-mb.so.4 +lib/liburcu-mb.so.4.1.0 lib/liburcu-qsbr.a lib/liburcu-qsbr.so -lib/liburcu-qsbr.so.1 -lib/liburcu-qsbr.so.1.0.0 +lib/liburcu-qsbr.so.4 +lib/liburcu-qsbr.so.4.1.0 lib/liburcu-signal.a lib/liburcu-signal.so -lib/liburcu-signal.so.1 -lib/liburcu-signal.so.1.0.0 +lib/liburcu-signal.so.4 +lib/liburcu-signal.so.4.1.0 lib/liburcu.a lib/liburcu.so -lib/liburcu.so.1 -lib/liburcu.so.1.0.0 +lib/liburcu.so.4 +lib/liburcu.so.4.1.0 libdata/pkgconfig/liburcu-bp.pc libdata/pkgconfig/liburcu-cds.pc libdata/pkgconfig/liburcu-mb.pc libdata/pkgconfig/liburcu-qsbr.pc libdata/pkgconfig/liburcu-signal.pc libdata/pkgconfig/liburcu.pc +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/cds-api.md +%%PORTDOCS%%%%DOCSDIR%%/examples/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.examples.template +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_add_head_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_del_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_for_each_entry_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/Makefile.cds_hlist_for_each_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_add_head_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_del_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_for_each_entry_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/hlist/cds_hlist_for_each_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_pop_all_blocking +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_pop_blocking +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/Makefile.cds_lfs_push +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_pop_all_blocking.c +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_pop_blocking.c +%%PORTDOCS%%%%DOCSDIR%%/examples/lfstack/cds_lfs_push.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_add_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_add_tail_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_del_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_for_each_entry_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_for_each_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/Makefile.cds_list_replace_rcu +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_add_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_add_tail_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_del_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_for_each_entry_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_for_each_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/list/cds_list_replace_rcu.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add_replace +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_add_unique +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_del +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_destroy +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_for_each_entry_duplicate +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/Makefile.cds_lfht_lookup +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add_replace.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_add_unique.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_del.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_destroy.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_for_each_entry_duplicate.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/cds_lfht_lookup.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfhash/jhash.h +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile.cds_lfq_dequeue +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/Makefile.cds_lfq_enqueue +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/cds_lfq_dequeue.c +%%PORTDOCS%%%%DOCSDIR%%/examples/rculfqueue/cds_lfq_enqueue.c +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.bp +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.mb +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.membarrier +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.qsbr +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/Makefile.signal +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/bp.c +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/mb.c +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/membarrier.c +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/qsbr.c +%%PORTDOCS%%%%DOCSDIR%%/examples/urcu-flavors/signal.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_dequeue +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_enqueue +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/Makefile.cds_wfcq_splice +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_dequeue.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_enqueue.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfcqueue/cds_wfcq_splice.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_pop +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_pop_all_blocking +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/Makefile.cds_wfs_push +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_pop.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_pop_all_blocking.c +%%PORTDOCS%%%%DOCSDIR%%/examples/wfstack/cds_wfs_push.c +%%PORTDOCS%%%%DOCSDIR%%/rcu-api.md +%%PORTDOCS%%%%DOCSDIR%%/solaris-build.md +%%PORTDOCS%%%%DOCSDIR%%/uatomic-api.md |