# # ChangeLog for uspace/app/rcutest in mainline # # Generated by Trac 1.6 # 2025-08-29T05:01:23Z Sun, 22 May 2016 19:12:04 GMT Jiri Svoboda [af2254ec] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/urcu/Makefile (deleted) Fix build with lightweight futex locks enabled. Sat, 24 Nov 2012 02:11:38 GMT Adam Hraska [5d230a30] * uspace/app/rcutest/rcutest.c (modified) urcu: Added stress test checking for premature exits of rcu_sync via ... Sat, 24 Nov 2012 00:26:11 GMT Adam Hraska [d04e46e] * uspace/app/rcutest/rcutest.c (modified) urcu: Expanded tests to support multiple threads. Fri, 23 Nov 2012 22:58:42 GMT Adam Hraska [a879d73] * uspace/app/rcutest/rcutest.c (modified) urcu: Added sanity test of forceful rcu unlock upon fibril exit. Fri, 23 Nov 2012 19:58:34 GMT Adam Hraska [29b8138] * uspace/app/rcutest/rcutest.c (modified) urcu: Added sanity tests. Thu, 22 Nov 2012 22:01:52 GMT Adam Hraska [94b39ba] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/rcutest/Makefile (added) * uspace/app/rcutest/rcutest.c (added) urcu: Added initial no-op/empty rcutest app.