# # ChangeLog for kernel/test/cht/cht1.c in mainline # # Generated by Trac 1.6 # 2025-03-14T06:01:47Z Tue, 20 Nov 2012 18:50:04 GMT Adam Hraska [c28413a9] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/test/cht/cht1.c (modified) cht: Added cht_create_simple(). cht_create() can now block until ... Tue, 20 Nov 2012 17:35:55 GMT Adam Hraska [04d66804] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/test/cht/cht1.c (modified) cht: Expanded cht_insert_unique() to return a duplicate if found. Tue, 06 Nov 2012 23:10:29 GMT Adam Hraska [f048658] * kernel/test/cht/cht1.c (modified) Fix: cht1 test now cleans up/destroys lingering joined threads. Mon, 05 Nov 2012 15:37:39 GMT Adam Hraska [205832b] * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) Replaced 0 with NULL where appropriate (in rcu, cht, uspace ... Mon, 05 Nov 2012 14:08:08 GMT Adam Hraska [6b99156] * kernel/test/cht/cht1.c (modified) cht: Surrounded cht_remove_item in the CHT test with necessary ... Sat, 04 Aug 2012 21:14:24 GMT Adam Hraska [6eaed07] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/test/cht/cht1.c (modified) cht: Switched to using a sentinel node instead of checking for NULLs. ... Fri, 03 Aug 2012 16:08:39 GMT Adam Hraska [0b7bcb8] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/test/cht/cht1.c (modified) cht: Slightly changed CHT interface. It now allows to specify the ... Sun, 29 Jul 2012 17:28:45 GMT Adam Hraska [8e3ed06] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/src/synch/rcu.c (modified) * kernel/test/cht/cht1.c (modified) rcu: Allowed inlining of the RCU read side. Fri, 27 Jul 2012 19:54:14 GMT Adam Hraska [d99fac9] * kernel/arch/amd64/include/atomic.h (modified) * kernel/test/cht/cht1.c (modified) Fixed build for amd64 (due to bad cht1 test and atomic.h). Fri, 27 Jul 2012 13:45:23 GMT Adam Hraska [0949b7a] * kernel/Makefile (modified) * kernel/test/cht/cht1.c (added) * kernel/test/cht/cht1.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) cht: Added CHT stress test.