K 10 svn:author V 3 dim K 8 svn:date V 27 2023-05-03T10:42:38.100338Z K 7 svn:log V 660 boolean_t: change to unsigned int to avoid signed bitfield warnings This is the final part, which actually makes boolean_t unsigned. Note that we do not change its size, nor do we try to change it directly to bool, since that results in a lot of regressions. Converting the remaining instances of boolean_t to plain C99 bool can now be done in a piecemeal fashion, after which boolean_t may hopefully be retired. MFC after: 1 week Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D39753 (cherry picked from commit 3029b0b0e9d68eb54e3bdd9e3e49e0f0d2d57835) Git Hash: c3da468befd3c3c4dd5d24cca9c9b2b98998d74c Git Author: dim@FreeBSD.org END