Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 05:12:06 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_proc.c
Message-ID:  <200304241212.h3OCC6Ej048588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/04/24 05:12:06 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
  Log:
  It seems that 1 was not a magic value as I thought, but a coincidence.
  Instead of applying the adjustment to processes with a start time of 1,
  apply it to all processes with a start time of less than 3600.
  
  None of this would be necessary if the start times were recorded in ticks
  instead of seconds and microseconds.
  
  Revision  Changes    Path
  1.182     +2 -2      src/sys/kern/kern_proc.c



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