opnsense-src/sys/boot/userboot/userboot
Toomas Soome c9296b3227 loader: F_READ/F_WRITE should be checked against masked flag
The work to make it possible to avoid bcache via using F_NORA modifier did
miss the fact that not all loader platforms are using the bcache, and so
it is possible the modifier is not cleared, as bcache strategy function is
not used.

For fix, we make sure the checks are dont with masked flag.

This patch does fix boot for platforms which do not use bcache.

Reported by:	emaste
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D10422
2017-04-18 18:07:54 +00:00
..
autoload.c
biossmap.c
bootinfo.c howto_names: unify declaration 2014-03-11 10:13:06 +00:00
bootinfo32.c
bootinfo64.c
conf.c userboot: enable bzipfs support 2015-06-03 10:10:00 +00:00
copy.c
devicename.c Quiesce warning about discarding a const qualifier in assignement. 2014-08-08 21:47:47 +00:00
elf32_freebsd.c
elf64_freebsd.c Cleanup unnecessary semicolons from the kernel. 2016-04-10 23:07:00 +00:00
host.c dosfs support in libstand is broken since r298230 2016-12-30 19:06:29 +00:00
libuserboot.h
main.c loader: r316585 did miss userboot update 2017-04-09 11:16:16 +00:00
Makefile Split the ficl CFLAGS when they refer to an arch-specific include path. 2017-03-01 19:36:32 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
userboot_cons.c Provide an alias for the userboot console and name it 'comconsole'. 2014-05-01 00:12:24 +00:00
userboot_disk.c loader: F_READ/F_WRITE should be checked against masked flag 2017-04-18 18:07:54 +00:00
version