the SYSINIT_VERBOSE will push the mi_startup() to display the progress of system startup Due current implementation logic, the SI_SUB_COPYRIGHT level message are not displayed althought it can be. Also, not only functions but it's parameters also can be DDB-resolved to names if DDB present. Fix: SI_SUB_COPYRIGHT messages will be displayed if 'last' variable will be initialized to SI_SUB_COPYRIGHT-1 (now it's initialized to SI_SUB_COPYRIGHT) Other changes resolve the function parameter to name.
Partially solved by independent commit: ---------------------------- Revision 236404 Modified Fri Jun 1 15:42:37 2012 UTC by jhb Extend VERBOSE_SYSINIT to also print out the name of variables passed to SYSINIT routines if they can be resolved via symbol look up in DDB. To avoid false positives, only honor a name if the symbol resolves exactly to the pointer value (no offset). ----------------------------- Proposal related to SI_SUB_COPYRIGHT still pending. Attached patch doesn't fit current code as it has been slightly changed in mean time, but it require just small changes.
For bugs matching the following conditions: - Status == In Progress - Assignee == "bugs@FreeBSD.org" - Last Modified Year <= 2017 Do - Set Status to "Open"
Keyword: patch or patch-ready – in lieu of summary line prefix: [patch] * bulk change for the keyword * summary lines may be edited manually (not in bulk). Keyword descriptions and search interface: <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>