cvs commit: src/sys/kern kern_ktrace.c

Joseph Koshy jkoshy at FreeBSD.org
Tue Nov 11 01:09:28 PST 2003


jkoshy      2003/11/11 01:09:26 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktrace.c 
  Log:
  Bound the number of iterations a thread can perform inside
  ktr_resize_pool(); this eliminates a potential livelock.
  
  Return ENOSPC only if we encountered an out-of-memory condition when
  trying to increase the pool size.
  
  Reviewed by:    jhb, bde (style)
  
  Revision  Changes    Path
  1.91      +8 -6      src/sys/kern/kern_ktrace.c


More information about the cvs-src mailing list