Bug 164585

Summary: ping(8) should use clock_gettime instead of gettimeofday
Product: Base System Reporter: Rebecca Cran <bcran>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: asomers
Priority: Normal    
Version: 9.0-STABLE   
Hardware: Any   
OS: Any   

Description Rebecca Cran freebsd_committer freebsd_triage 2012-01-28 18:40:09 UTC
Since ping(8) only needs monotonic time and not real time, it should use clock_gettime instead of gettimeofday.
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:59:47 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 2 Alan Somers freebsd_committer freebsd_triage 2021-12-07 14:56:00 UTC
Fixed by SVN r350998