| 7404ab5b | 08-Sep-2018 |
Konstantin Belousov <[email protected]> |
Improve handling of the EFI map types[] array.
Use nitems(), do not assume EFI_MD_TYPE_ contiguous allocation, in particular, switch to use designated array initializers.
Reviewed by: jhb (previous
Improve handling of the EFI map types[] array.
Use nitems(), do not assume EFI_MD_TYPE_ contiguous allocation, in particular, switch to use designated array initializers.
Reviewed by: jhb (previous version) Sponsored by: The FreeBSD Foundation MFC after: 1 week Approved by: re (gjb)
show more ...
|
| d4bdf8ed | 07-Sep-2018 |
Konstantin Belousov <[email protected]> |
Teach sysctl(8) about the Persistent memory type.
Add PersistentMemory to the list of sysctl's known memory types when decoding an EFI memory map.
Submitted by: D Scott Phillips <d.scott.phillips@i
Teach sysctl(8) about the Persistent memory type.
Add PersistentMemory to the list of sysctl's known memory types when decoding an EFI memory map.
Submitted by: D Scott Phillips <[email protected]> MFC after: 1 week Approved by: re (rgrimes)
show more ...
|