K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-11-29T03:57:06.443079Z K 7 svn:log V 345 Allow truss to operate on ELFv2 processes. Summary: Currently, truss doesn't work on ELFv2 processes due to not recognizing the ABI. Since there's no special handling needed here, just adding a PROCABI struct for it is sufficient to get it working. Submitted by: git_bdragon.rtk0.net Differential Revision: https://reviews.freebsd.org/D18352 END