userspace-rcu.git
2020-04-22  Mathieu DesnoyersVersion 0.9.7 stable-0.9 v0.9.7
2020-04-21  Mathieu DesnoyersFix: tls-compat.h exposes compiler-dependent public...
2020-04-10  Mathieu DesnoyersFix: tap array subscript has type char warning
2019-05-27  Mathieu DesnoyersFix: urcu/futex.h: users of struct timespec should...
2019-05-06  Mathieu DesnoyersCleanup: update code layout to fix old gcc warning
2019-04-22  Michael JeansonFix: typo CPPLAGS in examples Makefile
2019-03-07  Michael JeansonUpdate dead link in lgpl-relicensing.txt
2019-01-14  Mathieu DesnoyersVersion 0.9.6 v0.9.6
2018-11-23  Michael Jeansontest_rwlock: Add per-thread count to verbose output
2018-11-23  Michael JeansonAdd *.exe to gitignore for Cygwin
2018-11-23  Michael JeansonFix: pthread_rwlock initialization on Cygwin
2018-11-23  Michael JeansonFix: compat_futex_noasync on Cygwin
2018-01-23  Mathieu DesnoyersVersion 0.9.5 v0.9.5
2017-11-07  Michael JeansonFix: don't use overlapping mmap mappings on Cygwin
2017-09-06  Mathieu DesnoyersFix: don't use membarrier SHARED syscall command in...
2017-07-21  Michael JeansonTests fix: add missing Cygwin thread id
2017-07-21  Michael JeansonFix: assignment from incompatible pointer type warnings
2017-07-21  Michael JeansonTests fix: unused variable warnings
2017-06-13  Mathieu DesnoyersVersion 0.9.4 v0.9.4
2017-05-08  Michael JeansonFix: Don't override user variables within the build...
2016-12-05  Mathieu DesnoyersFix: uatomic arm32: add missing release barrier before...
2016-12-01  Michael JeansonTests: Add verbose support to test script
2016-11-30  Mathieu DesnoyersVersion 0.9.3 v0.9.3
2016-09-08  Mathieu DesnoyersFix: rcutorture: work-around signal issue on mac os x
2016-09-07  Mathieu DesnoyersFix: rcutorture should register thread using call_rcu
2016-06-27  Michael JeansonFix: remove AC_FUNC_MALLOC from configure.ac
2016-06-27  Michael JeansonFix: update ax_pthread macro to handle newer clang
2016-06-23  Mathieu DesnoyersUpdate library current version due to adding destroy API
2016-06-22  Michael JeansonFix: Use pthread_self to get threadid on OSX
2016-06-22  Mathieu DesnoyersFix: examples: use destroy API for queues/stacks
2016-06-22  Mathieu DesnoyersUpdate library age due to new stack/queue destroy API
2016-06-22  Mathieu DesnoyersFix: tests: invoke destroy APIs for queues/stacks
2016-06-22  Mathieu DesnoyersFix: add missing destroy functions to queues/stack...
2016-06-22  Mathieu DesnoyersFix: add missing __cds_wfcq_init for LGPL API
2016-06-22  Mathieu DesnoyersFix: memory leak on hash table destroy
2016-06-22  Michael JeansonFix: Add failover for platforms without nproc
2016-06-22  Mathieu DesnoyersFix: use clock_get_time for caa_get_cycles fallback...
2016-06-22  Mathieu DesnoyersFix: syscall-compat.h MacOSX support
2016-06-21  Michael JeansonFix: Add solaris-build.md to dist
2016-06-03  Sebastien BoisvertPort: build shared libraries in Cygwin
2016-06-03  Sebastien BoisvertPort: fix compatibility header for Cygwin
2016-05-31  Michael JeansonAdd GNU Hurd support to syscall-compat.h
2016-05-19  Mathieu DesnoyersAdd support for aarch64_be
2016-05-18  Mathieu DesnoyersFix: urcu-bp: re-initialize list head on library exit
2016-05-10  Mathieu DesnoyersFix: examples make distcheck failure
2016-04-26  Mathieu DesnoyersVersion 0.9.2 v0.9.2
2016-03-08  Mathieu Desnoyerswfcqueue: add C++ compatibility API
2016-03-08  Mathieu DesnoyersFix: CDS_WFCQ_WOULDBLOCK typing for c++
2016-02-10  Olof JohanssonFix: configure.ac: check for possibly required libs...
2016-01-19  Mathieu DesnoyersFix: handle reference count overflow
2015-12-18  Mathieu DesnoyersFix: compat_futex should work-around futex signal-resta...
2015-12-17  Didier NadeauSupport for Xeon-Phi with newer MPSS
2015-11-16  Mathieu Desnoyerssparc64: allocate membarrier system call number
2015-11-16  Mathieu Desnoyershppa: allocate membarrier system call number
2015-11-12  Michael JeansonFix build on non-Linux Debian ports
2015-10-30  Mathieu DesnoyersFix: urcu-signal: smp_mb_master() needs registry lock
2015-10-28  Mathieu DesnoyersFix: rculfhash only needs to include urcu-pointers.h
2015-10-16  Mathieu DesnoyersFix: out-of-tree benchmark/regtest
2015-10-16  Mathieu DesnoyersVersion 0.9.1 v0.9.1
2015-10-16  Mathieu DesnoyersFix: add missing regtest and benchmark files to dist...
2015-10-16  Mathieu DesnoyersFix: add missing run.sh to benchmark makefile
2015-10-16  Mathieu DesnoyersVersion 0.9.0 v0.9.0
2015-10-16  Mathieu DesnoyersBump soname major to 4
2015-10-16  Mathieu DesnoyersCleanup: remove trailing tab
2015-10-08  Michael JeansonFix: Use proper macro to detect stdbool.h
2015-10-07  Michael JeansonConfigure: Add missing checks
2015-10-06  Michael JeansonPort: Add Solaris build instructions
2015-10-06  Michael JeansonFix: regtest outputs valid TAP protocol
2015-10-06  Michael JeansonPort: Detect nproc bin name in benchmark scripts
2015-10-06  Michael JeansonPort: Add Solaris getcpu support
2015-10-06  Michael JeansonPort: Fixes to build system for portability
2015-10-06  Michael JeansonPort: Add Solaris support to tests/common/thread-id.h
2015-10-06  Michael JeansonPort: Add Solaris support to urcu/syscall-compat.h
2015-10-06  Michael JeansonPort: replace bzero() by memset()
2015-10-06  Michael JeansonPort: make bootstrap script work on most shell
2015-10-01  Mathieu Desnoyerstests: rcutorture: use parameters rather than random
2015-09-29  Mathieu DesnoyersFix: only define membarrier system call on Linux
2015-09-29  Mathieu DesnoyersRefactor tests
2015-09-28  Mathieu DesnoyersFix: cast caa_cycles_t to unsigned long long
2015-09-28  Mathieu Desnoyerscaa_get_cycles: caa_ prefix for type, use CLOCK_MONOTONIC
2015-09-28  Mathieu DesnoyersCleanup: remove trailing whitespaces at EOL
2015-09-28  Mathieu DesnoyersCleanup: move generic caa_get_cycles to arch/generic.h
2015-09-28  Mathieu Desnoyerstile: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersia64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersaarch64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyerspowerpc64le: use "ppc" architecture
2015-09-28  Mathieu Desnoyersarm: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerss390: allocate membarrier system call number
2015-09-26  Mathieu Desnoyersppc: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerslfstack: relax constraints on node re-use
2015-09-21  Mathieu DesnoyersFix: format string signedness
2015-09-21  Mathieu DesnoyersCleanup: tests: Branch condition evaluates to a garbage...
2015-09-21  Mathieu DesnoyersFix: test: unchecked return value
2015-09-21  Mathieu DesnoyersFix: test: side-effect in assertion
2015-09-18  Mathieu Desnoyersx86: allocate membarrier system call number
2015-09-18  Mathieu Desnoyersurcu-bp: use sys_membarrier when available
2015-09-18  Mathieu DesnoyersCleanup: urcu: remove unused membarrier "group" parameter
2015-09-17  Mathieu Desnoyersurcu/ref.h: implement urcu_ref_get_unless_zero()
2015-09-15  Mathieu DesnoyersFix: compat_futex: uninitialized ret variable
2015-09-14  Mathieu DesnoyersFix: compat_futex_noasync: don't override return value
next
This page took 0.037951 seconds and 4 git commands to generate.