Skip to content

ps 1.9.3

Latest

Choose a tag to compare

@gaborcsardi gaborcsardi released this 20 Apr 16:42
  • On Linux, process create times are now computed using
    CLOCK_REALTIME - CLOCK_MONOTONIC instead of /proc/stat btime, giving
    sub-second precision (previously, integer-second boot time caused up to 1s
    error). Handle validation accepts both the precise and the legacy boot time,
    so handles created by older versions of processx continue to work.
    For r-lib/processx#394 and
    r-lib/processx#402.