v2.5.0
-
Add back support for monitoring process exit with EVFILT_PROC.
The is done withpidfd_open(2)
for Linux >= 5.3, and via a new common POSIX
monitoring thread for Linux < 5.3 and other POSIX platforms. -
Fix: Include errors (EV_ERROR), and changelist entries with EV_RECEIPT in eventlist.
(Reported by: orbitz)