mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
EFI was mixing caching in two separate places causing issues when multiple partitions where tested. Eliminate this by removing fsstat and re-factoring fsread into fsread_size, adding basic parameter validation. Also: * Enhance some error print outs. * Fix compilation under UFS1_ONLY and UFS2_ONLY * Use sizeof on vars instead of structs. * Add basic parameter validation to fsread_size. MFC after: 1 week X-MFC-With: r293268 Sponsored by: Multiplay Differential Revision: https://reviews.freebsd.org/D4989 |
||
|---|---|---|
| .. | ||
| boot1.c | ||
| boot_module.h | ||
| fat-amd64.tmpl.bz2.uu | ||
| fat-arm.tmpl.bz2.uu | ||
| fat-arm64.tmpl.bz2.uu | ||
| fat-i386.tmpl.bz2.uu | ||
| generate-fat.sh | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.fat | ||
| ufs_module.c | ||
| zfs_module.c | ||