]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Change settime() to take a thread as its first argument instead of a proc
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 10 Apr 2002 04:09:07 +0000 (04:09 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 10 Apr 2002 04:09:07 +0000 (04:09 +0000)
commit7edfb592df21762fd4fd75974f9715b78381ccaf
tree11ef1a850aab945b1a402c612063ca091dd472e0
parent14a349d554ed7f51a3a604cef61f4b05c9239d3b
- 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