FreeBSD has deprecated procfs(5). traffic_crashlog should use libprocstat(3) and kvm(3)
Open
Good First Issue
Logging
Stale
traffic_crashlog
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
traffic_crashlog assumes `/proc` provides the information it needs, in reality this is the case on FreeBSD only if `procfs(5)` is installed, and it's also a deprecated method.
Contributor guide
Assessment
This issue has not been assessed yet.