Skip to content

v2.5.0

Compare
Choose a tag to compare
@arr2036 arr2036 released this 07 Sep 01:31
· 223 commits to master since this release
b710ced
  • Add back support for monitoring process exit with EVFILT_PROC.
    The is done with pidfd_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)