Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: rin
Date: Mon Oct 11 14:14:40 UTC 2021
Modified Files:
src/sys/dev: kloader.c
Log Message:
Zero clear sh_offset to indicate a section is unused.
Avoid kernel text being doubly allocated due to non-zero sh_offset for
unused sections.
None of MD codes and kern_ksyms.c use sh_type == SHT_NULL (yet?) to
determine whether a section is unused.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/kloader.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index