FreeBSD/src 344243fsys/fs/ext2fs ext2_alloc.c

Fix block bitmap end position computation

PR:                     261850
Reported by:            chenguang.wang
MFC after:              2 weeks
DeltaFile
+1-1sys/fs/ext2fs/ext2_alloc.c
+1-11 files

UnifiedSplitRaw

FreeBSD/src d61897a (r344243)stand/lua password.lua

lualoader: only clear the screen before first password prompt

This was previously an unconditional screen clear, regardless of whether or
not we would be prompting for any passwords. This is pointless, given that
the screen clear is only there to put our screen into a consistent state
before we draw the prompts and do cursor manipulation.

This is also the only screen clear besides that to draw the menu.  One can
now see early pre-loader and loader output with the menu disabled, which may
be useful for diagnostics.

Reported by:    ian
MFC after:      3 days
DeltaFile
+7-2stand/lua/password.lua
+7-21 files

UnifiedSplitRaw