Skip to content

WIP: Add support for process ID and name on FreeBSD

Niclas Zeising requested to merge zeising/xscope:zeising/freebsd-peerinfo into master

Add support for process ID and name on FreeBSD. This implementation uses LOCAL_PEERCRED to get the pid on the other end of the socket, and then kinfo_getproc to go from PID to command name.

Merge request reports