notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/liburcu/distinfo

Number of commits found: 11

Wednesday, 15 Jan 2025
19:42 Daniel Engberg (diizzy) search for other commits by this committer
sysutils/liburcu: Update to 0.15.0

* Adjust Makefile layout

Changelog:
https://lists.lttng.org/pipermail/lttng-dev/2024-December/030893.html

PR:		283333
Approved by:	portmgr (maintainer timeout, 2+ weeks)
commit hash: 4326501570bcb13b2fe7cbe9e8f0dc0d86bac488 commit hash: 4326501570bcb13b2fe7cbe9e8f0dc0d86bac488 commit hash: 4326501570bcb13b2fe7cbe9e8f0dc0d86bac488 commit hash: 4326501570bcb13b2fe7cbe9e8f0dc0d86bac488 4326501
Thursday, 18 May 2023
12:23 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: takefu
sysutils/liburcu: Update to 0.14.0

ChangeLog: https://git.liburcu.org/?p=userspace-rcu.git;a=blob;f=ChangeLog

PR:		271112
Reported by:	takefu@airport.fm
Approved by:	freebsd@dns-lab.com (maintainer, timeout > 2 weeks)
commit hash: 23975b8b75ece5a71aa6a037cdf0f916546cda6f commit hash: 23975b8b75ece5a71aa6a037cdf0f916546cda6f commit hash: 23975b8b75ece5a71aa6a037cdf0f916546cda6f commit hash: 23975b8b75ece5a71aa6a037cdf0f916546cda6f 23975b8
Thursday, 25 Nov 2021
06:48 Guangyuan Yang (ygy) search for other commits by this committer Author: Leo Vandewoestijne
sysutils/liburcu: Update to 0.13.0

PR:		259986
commit hash: c651cdb83c17e3cb988d26233f367c8bf77bf6d3 commit hash: c651cdb83c17e3cb988d26233f367c8bf77bf6d3 commit hash: c651cdb83c17e3cb988d26233f367c8bf77bf6d3 commit hash: c651cdb83c17e3cb988d26233f367c8bf77bf6d3 c651cdb
Monday, 27 Apr 2020
23:45 mandree search for other commits by this committer
sysutils/liburcu: update to 0.12.1

Since the library version changes from 6.0.0 to 6.1.0:
All ports that depend on liburcu in default configuration get
PORTREVISION bumped. All were build-tested in 12.1 amd64 poudriere bulk -t.

Reset maintainer (mmokhi@), repeated maintainer timeout.

PR:		243768
Reported by:	alex_y_xu@yahoo.ca
Approved by:	maintainer timeout (mmokhi, 88 d)
Original commitRevision:533213 
Wednesday, 31 Oct 2018
14:44 mmokhi search for other commits by this committer
sysutils/liburcu: Update the port to new release 0.10.1
Upstream changes:
- don't use membarrier SHARED syscall command in liburcu-bp
- assignment from incompatible pointer type warnings

Sponsored by:	The FreeBSD Foundation
Original commitRevision:483588 
Monday, 17 Jul 2017
14:44 mmokhi search for other commits by this committer
sysutils/liburcu: Update port to 0.10.0
Bump revision for consumer ports.

This version contains many fix/features:
* Bump library soname due to urcu flavor structure change
* Cleanup: use mutex_lock() wrapper in rculfhash
* Use workqueue in rculfhash
* Implement urcu workqueues internal API
* Add support for m68k architecture
* Set -Wall globally in AM_CFLAGS
* Fix: remove double use of PTHREAD_CFLAGS
* Re-add PTHREAD_CFLAGS to global CFLAGS
* Fix: Don't override user variables within the build system
* Add report at the end of configure
* uatomic-api docs: use the third-person singular
* Add --enable-rcu-debug to configure
* ARM32: use dmb ish (inner shareable domain) for smp barriers
* Cleanup: remove cmm_wmb() from rcu_xchg_pointer and rcu_cmpxchg_pointer
* Fix: uatomic arm32: add missing release barrier before uatomic_xchg
* Tests: Add verbose support to test script
* Fix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to urcu/config.h.in
* Allow forcing the use of sys membarrier
* Fix: rcutorture: work-around signal issue on mac os x
* Fix: rcutorture should register thread using call_rcu
* Fix: add missing backslash in Makefile.am
* Fix: Do not use wildcards in include/Makefile.am
* Bump version to 0.10-pre
* Fix: check for rand_r() in compat-rand.h
* Fix: Move rand-compat to private src dir
* Fix: remove AC_FUNC_MALLOC from configure.ac
* Cleanup: Re-organise source dir
* Cleanup: remove leftover manual pthread detection
* Fix: update ax_pthread macro to handle newer clang
* Update library current version due to adding destroy API
* Fix: Use pthread_self to get threadid on OSX
* Fix: examples: use destroy API for queues/stacks
* Update library age due to new stack/queue destroy API
* Fix: tests: invoke destroy APIs for queues/stacks
* Fix: add missing destroy functions to queues/stack APIs
* Fix: add missing __cds_wfcq_init for LGPL API
* Fix: memory leak on hash table destroy
* Fix: Add failover for platforms without nproc
* Fix: use clock_get_time for caa_get_cycles fallback on MacOSX
* Fix: syscall-compat.h MacOSX support
* Fix: Add solaris-build.md to dist
* rculfhash: Documentation: clarify need for grace period before "re-using"
* Port: build shared libraries in Cygwin
* Port: fix compatibility header for Cygwin
* Add GNU Hurd support to syscall-compat.h
* Add support for aarch64_be
* Fix: urcu-bp: re-initialize list head on library exit
* bootstrap: Standardize on autoreconf -vi
* Harmonize bootstrap script across projects
* Fix: examples make distcheck failure
* wfcqueue: add C++ compatibility API
* Fix: CDS_WFCQ_WOULDBLOCK typing for c++
* Fix: configure.ac: check for possibly required libs for clock_gettime
* Support for NIOS2 architecture
* urcu_ref_get_safe: introduce new API
* Fix: handle reference count overflow
* Fix: compat_futex should work-around futex signal-restart kernel bug
* Support for Xeon-Phi with newer MPSS
* sparc64: allocate membarrier system call number
* hppa: allocate membarrier system call number
* Fix build on non-Linux Debian ports
* Fix: urcu-signal: smp_mb_master() needs registry lock
* Fix: rculfhash only needs to include urcu-pointers.h
* Fix: out-of-tree benchmark/regtest
* Fix: add missing regtest and benchmark files to dist tarball
* Fix: add missing run.sh to benchmark makefile

Reviewed by:	mat (mentor)
Approved by:	mat (mentor)
Sponsored by:	Netzkommune GmbH
Differential Revision:	https://reviews.freebsd.org/D11449
Original commitRevision:446075 
Wednesday, 1 Feb 2017
20:42 lifanov search for other commits by this committer
update sysutils/liburcu to 0.9.3

PR:		216141
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by:	matthew
Approved by:	matthew (mentor), maintainer timeout (freebsd@dns-lab.com, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D9199
Original commitRevision:433104 
Saturday, 10 Dec 2016
11:52 jhale search for other commits by this committer
Update to 0.7.17

While here:
Convert regression tests to ports testing framework

PR:		215160
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:428280 
Tuesday, 7 Apr 2015
12:18 vanilla search for other commits by this committer
Upgrade to 0.7.13.

PR:		199201
Submitted by:	maintainer
Original commitRevision:383504 
Saturday, 22 Jun 2013
21:05 rakuco search for other commits by this committer
Update to 0.7.7.

PR:		ports/179849
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
Original commitRevision:321591 
Friday, 7 Jun 2013
12:36 koobs search for other commits by this committer
sysutils/userspace-rcu: Rename to sysutils/liburcu, update to 0.7.6

- Rename to sysutils/liburcu (according to upstream)
- Update MOVED
- Remove userspace-rcu from sysutils/Makefile
- Add liburcu to sysutils/Makefile
- Update dns/knot LIB_DEPENDS dependency

While I'm here:

- Update to 0.7.6
- Add CONFIGURE_ARGS for correct --docdir
- Add regression-test: target
- Update COMMENT
- Re-order USE_* section
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:320197 

Number of commits found: 11