Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 21:09:07 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_time.c
Message-ID:  <200204100409.g3A497A44392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2002/04/09 21:09:07 PDT

  Modified files:
    sys/kern             kern_time.c 
  Log:
  - Change settime() to take a thread as its first argument instead of a proc
    so it can use td_ucred.
  - Push Giant down into the end of settime() where we actually set the time
    on the timecounter and time of day clock.
  - Remove Giant from clock_settime().
  - Push Giant down in settimeofday() to just protect the 'tz' global
    variable.
  
  Revision  Changes    Path
  1.80      +27 -36    src/sys/kern/kern_time.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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