freebsd-dev/sys/geom
Ed Maste 00172f3416 geom: use bool for one-bit wide bit-field
A one-bit wide bit-field can take only the values 0 and -1.  Clang 16
introduced a warning that "implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1".  Fix by using c99 bool.

Reported by:	Clang, via dim
Reviewed by:	dim
Sponsored by:	The FreeBSD Foundation
2023-04-17 15:43:00 -04:00
..
bde
cache
concat
eli
gate
journal
label
linux_lvm
mirror Implement GEOM::rotation_rate for gmirror 2023-04-10 10:27:10 -06:00
mountver
multipath
nop
part geom: use bool for one-bit wide bit-field 2023-04-17 15:43:00 -04:00
raid
raid3 graid3: Pre-allocate the timeout event structure 2023-03-30 13:38:15 -04:00
shsec
stripe
union
uzip
vinum gvinum: correct assertions 2023-03-21 10:03:12 -04:00
virstor
zero
geom_bsd_enc.c
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dbg.h
geom_dev.c
geom_disk.c
geom_disk.h
geom_dump.c
geom_event.c
geom_flashmap.c
geom_flashmap.h
geom_int.h
geom_io.c Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.h 2023-02-02 00:59:26 +02:00
geom_kern.c
geom_map.c
geom_redboot.c
geom_slice.c
geom_slice.h
geom_subr.c
geom_vfs.c
geom_vfs.h
geom.h
notes