Module Name: src Committed By: riastradh Date: Sun Oct 27 12:13:42 UTC 2024
Modified Files: src/sys/dev/acpi: apei.c Log Message: apei(4): Rate-limit error reports to console. For each severity level (corrected, uncorrectable/recoverable, uncorrectable/fatal, other), print at most one report per minute, and, if any reports were suppressed, the number of reports that had been suppressed since the last one, up to a maximum of 2^32 - 1. PR kern/58775: apei(4) spamming console To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/apei.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.