K 10 svn:author V 4 manu K 8 svn:date V 27 2020-05-09T17:52:50.151789Z K 7 svn:log V 278 linuxkpi: Add bitmap_copy and bitmap_andnot bitmap_copy simply copy the bitmaps, no idea why it exists. bitmap_andnot is similar to bitmap_and but uses !src2. Sponsored-by: The FreeBSD Foundation Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D24782 END