cvs commit: src/sys/kern kern_resource.c

Bruce Evans bde at FreeBSD.org
Mon Jun 21 22:37:05 PDT 2004


bde         2004-06-22 05:36:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/kern             kern_resource.c 
  Log:
  MFC (1.140: Turned off the "calcru: negative time" warning for certain
  SMP cases, and print separate messages for non-monotonic and negative
  times).
  
  Turned off the warning for zombie cases too.
  
  Fixed some style bugs in the messages.
  
  Only the warning about non-monotonic times is turned off.  Unlike in
  -current, these are only known to be caused by calling calcru() from
  ttyinfo() for ^T processing (always if it is called for a zombie) so
  turning off the warning is believed to only lose a cryptic warning
  that the times printed for ^T are slightly out of date.
  
  PR:             52490
  
  Revision  Changes    Path
  1.55.2.7  +31 -6     src/sys/kern/kern_resource.c


More information about the cvs-src mailing list