Module Name: src Committed By: riastradh Date: Mon Aug 27 14:46:23 UTC 2018
Modified Files: src/sys/external/bsd/common/include/linux: bitops.h Log Message: Give find_first/next_set/zero_bit a chance to work. Self-review comments on the draft thrown together in a hurry two weeks ago: - I bet I screwed up for_each_set_bit or something. - There might be several bits wrong in this __find_next_bit routine! - for_each_set_bit is busted. - Maybe I should test this stuff before I commit it. - Hey, cool, buffer overflow here. - What was I thinking. - how did this even - Was I drunk? I'm never drunk. - I don't even drink. - It wasn't even that late at night... To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/common/include/linux/bitops.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.