freebsd-dev/stand/userboot
Warner Losh 3dfe152d8d Pass a struct devdesc to the format commands. Use proper type rather
than doing weird type-punning that happened to work because the size
was right. We copied a zfs devdesc into a disk_devdesc and then after
passing through a NULL pointer reinterpreted it as a
zfs_devdesc. Instead, pass the base devdesc around and 'upcase' when
we know the types are right.

This has the happy side effect of fixing a gcc warning about bad
type punning.

Differential Revision: https://reviews.freebsd.org/D15629
2018-05-31 02:54:11 +00:00
..
test Centralize several variables. 2018-02-02 06:32:26 +00:00
userboot Pass a struct devdesc to the format commands. Use proper type rather 2018-05-31 02:54:11 +00:00
Makefile
Makefile.inc
userboot.h Make putenv and getenv match the userland definition of these 2017-12-06 02:00:00 +00:00