WIP: Add support for process ID and name on FreeBSD
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.