FreeBSD/src 6c8e9a8 (r338886)stand/lua password.lua

Improve loader passwords:

1. Be clear about which password is being requested
2. Remove extraneous whitespace between the prompt and the cursor
3. Move the twiddle to where the prompt is, instead of two characters to the right
4. Fix erasing the 'incorrect password' message when retrying; previously it was erased partially
5. Remove the unneeded exclamation mark

Reviewed by:    kevans
Approved by:    re (gjb)
MFC after:      2 weeks
Sponsored by:   DARPA, AFRL
Differential Revision:  https://reviews.freebsd.org/D17236
DeltaFile
+9-10stand/lua/password.lua
+9-101 files

UnifiedSplitRaw

FreeBSD/src 3388861 (r237317)share/man/man4 scsi.4, sys/cam cam_debug.h cam_xpt.c

MFC r236712:
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default.
List of these flags can be modified with CAM_DEBUG_COMPILE kernel option.
CAMDEBUG kernel option still enables all possible debug, if not overriden.

Additional 50KB of kernel size is a good price for the ability to debug
problems without rebuilding the kernel. In case where size is important,
debugging can be compiled out by setting CAM_DEBUG_COMPILE option to 0.
DeltaFile
+30-39share/man/man4/scsi.4
+39-11sys/cam/cam_debug.h
+10-26sys/cam/cam_xpt.c
+0-22sys/cam/cam_xpt.h
+10-9sys/conf/NOTES
+0-6sys/cam/scsi/scsi_sa.c
+0-4sys/cam/scsi/scsi_target.c
+1-0sys/conf/options
+90-1178 files

UnifiedSplitRaw