K 10 svn:author V 8 hselasky K 8 svn:date V 27 2016-05-26T08:41:55.659360Z K 7 svn:log V 347 Add support for boolean sysctl's. Because the size of bool can be implementation defined, make a bool sysctl handler which handle bools. Userspace sees the bools like unsigned 8-bit integers. Values are filtered to either 1 or 0 upon read and write, similar to what a compiler would do. Requested by: kmacy @ Sponsored by: Mellanox Technologies END