Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2009 21:44:34 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_timeout.c
Message-ID:  <200909122144.n8CLijgD091647@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-09-12 21:44:34 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_timeout.c 
  Log:
  SVN rev 197137 on 2009-09-12 21:44:34Z by luigi
  
  Make sure callouts are not processed one tick late.
  The problem was introduced in SVN 180608/ rev 1.114 and affects
  all users of callout_reset() (including select, usleep, setitimer).
  A better fix probably involves replicating 'ticks' in the
  struct callout_cpu; this commit is just a temporary thing so that
  we can MFC it after a suitable test time and RE approval.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.119     +2 -2      src/sys/kern/kern_timeout.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909122144.n8CLijgD091647>