git: kernel - Fix issue w/recent utimes commit
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Wed May 27 09:21:13 PDT 2015
    
    
  
commit 536dc95ab2b019199cd5732faa2d66e6b0f7a004
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed May 27 09:19:25 2015 -0700
    kernel - Fix issue w/recent utimes commit
    
    * The repurposed itimerfix() and itimespecfix() functions needed to have
      a conditional removed which was putting an arbitrary limit on the tv_sec
      field.
    
    * Fixes an issue that caused utimes*() to fail and return EINVAL.
Summary of changes:
 sys/kern/kern_time.c    | 17 ++++++-----------
 sys/kern/vfs_syscalls.c |  5 +++--
 2 files changed, 9 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/536dc95ab2b019199cd5732faa2d66e6b0f7a004
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list