Page MenuHomeFreeBSD

Add powerpc support to libkvm probe function
ClosedPublic

Authored by luporl on Sep 10 2019, 1:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 6:04 AM
Unknown Object (File)
Mar 22 2024, 11:07 AM
Unknown Object (File)
Mar 22 2024, 11:07 AM
Unknown Object (File)
Mar 9 2024, 2:57 PM
Unknown Object (File)
Mar 9 2024, 2:10 PM
Unknown Object (File)
Jan 14 2024, 3:51 PM
Unknown Object (File)
Dec 29 2023, 8:55 AM
Unknown Object (File)
Dec 20 2023, 2:28 AM
Subscribers

Details

Summary

PowerPC kernels are of DYN type, instead of EXEC.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhibbits added inline comments.
lib/libkvm/kvm_private.c
134 ↗(On Diff #61882)

Trivial whitespace nit, need a space before the '?'

This revision is now accepted and ready to land.Sep 10 2019, 6:35 PM
This revision was automatically updated to reflect the committed changes.
luporl added inline comments.
lib/libkvm/kvm_private.c
134 ↗(On Diff #61882)

Right, I added the space in the commit.