cvs commit: src/sys/kern kern_rwlock.c kern_sx.c src/sys/sys rwlock.h sx.h

John Baldwin jhb at FreeBSD.org
Tue May 8 21:51:37 UTC 2007


jhb         2007-05-08 21:51:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_rwlock.c kern_sx.c 
    sys/sys              rwlock.h sx.h 
  Log:
  Add destroyed cookie values for sx locks and rwlocks as well as extra
  KASSERTs so that any lock operations on a destroyed lock will panic or
  hang.
  
  Revision  Changes    Path
  1.24      +17 -1     src/sys/kern/kern_rwlock.c
  1.44      +21 -1     src/sys/kern/kern_sx.c
  1.12      +1 -0      src/sys/sys/rwlock.h
  1.31      +2 -0      src/sys/sys/sx.h


More information about the cvs-src mailing list