History log of /freebsd-13.1/tests/sys/sys/bitset_test.c (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0
# 379bfb2a 05-Dec-2021 Stefan Eßer <[email protected]>

sys/bitset.h: reduce visibility of BIT_* macros

(cherry picked from commit 5e04571cf3cf4024be926976a6abf19626df30be)


Revision tags: release/12.3.0
# c5bd130d 16-Oct-2021 Mark Johnston <[email protected]>

bitset: Reimplement BIT_FOREACH_IS(SET|CLR)

Eliminate the nested loops and re-implement following a suggestion from
rlibby.

Add some simple regression tests.

Reviewed by: rlibby, kib
Sponsored by:

bitset: Reimplement BIT_FOREACH_IS(SET|CLR)

Eliminate the nested loops and re-implement following a suggestion from
rlibby.

Add some simple regression tests.

Reviewed by: rlibby, kib
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 51425cb2107c07ff379639edfbad65c77b55c3b8)

show more ...