cvs commit: src/sys/kern kern_lock.c subr_stack.c src/sys/sys stack.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Aug 29 11:34:08 GMT 2005


pjd         2005-08-29 11:34:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_stack.c kern_lock.c 
    sys/sys              stack.h 
  Log:
  Add 'depth' argument to CTRSTACK() macro, which allows to reduce number
  of ktr slots used. If 'depth' is equal to 0, the whole stack will be
  logged, just like before.
  
  Revision  Changes    Path
  1.92      +1 -1      src/sys/kern/kern_lock.c
  1.2       +7 -3      src/sys/kern/subr_stack.c
  1.2       +4 -4      src/sys/sys/stack.h


More information about the cvs-all mailing list