]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Change settime() to take a thread as its first argument instead of a proc
authorjhb <jhb@FreeBSD.org>
Wed, 10 Apr 2002 04:09:07 +0000 (04:09 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 10 Apr 2002 04:09:07 +0000 (04:09 +0000)
commitce939dfab8432eb9cf7f840d81e9babf681de28a
tree11ef1a850aab945b1a402c612063ca091dd472e0
parentcb7ff33241638dbb7ac824a2d4a5c93a12dbe544
- 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.
sys/kern/kern_time.c