git: kernel - Change time_second to time_uptime for all expiration calculations (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Sep 5 12:44:32 PDT 2013


commit 748810ccf3aefaa27ff22ca5be59e2e5c237b26c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Sep 5 12:19:25 2013 -0700

    kernel - Change time_second to time_uptime for all expiration calculations (2)
    
    * Fix userspace issues calculating rmx_expire for display due to
      time_second -> time_uptime change.
    
      The route, arp, ndp, and rarpd utilities are affected by this change.

Summary of changes:
 sbin/route/route.c      |  4 ++--
 usr.bin/netstat/route.c | 19 +++++++++++++------
 usr.sbin/arp/arp.c      | 10 ++++++----
 usr.sbin/ndp/ndp.c      | 13 ++++++++-----
 usr.sbin/rarpd/rarpd.c  |  5 ++++-
 5 files changed, 33 insertions(+), 18 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/748810ccf3aefaa27ff22ca5be59e2e5c237b26c


-- 
DragonFly BSD source repository



More information about the Commits mailing list