cvs commit: src/sys/kern kern_ntptime.c

Robert Watson rwatson at FreeBSD.org
Sat May 28 07:34:41 PDT 2005


rwatson     2005-05-28 14:34:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ntptime.c 
  Log:
  Explicitly acquire Giant around the ntp_gettime() and assert it in the
  sysctl path.  While this code is close to MPSAFE, it may require some
  additional locking.  Mark ntp_gettime1() as GIANT_REQUIRED for now.
  
  Suggested by:   phk
  
  Revision  Changes    Path
  1.59      +4 -0      src/sys/kern/kern_ntptime.c


More information about the cvs-src mailing list