jhb         2006-08-17 19:53:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/ddb              db_ps.c db_thread.c ddb.h 
    sys/kern             kern_lock.c kern_sx.c subr_sleepqueue.c 
                         subr_turnstile.c 
    sys/sys              lockmgr.h sx.h 
  Log:
  MFC several DDB improvements including the simpler 'ps', 'show proc',
  'show thread' (currently doesn't work due to a ddb bug that in 6.x
  that causes 'show thread' to be treated as 'show threads'), 'show lockmgr',
  'show sleepchain', 'show lockchain', 'show allchains', 'show locktree',
  'show sleepq', and 'show turnstile'.
  
  Revision   Changes    Path
  1.55.2.1   +306 -64   src/sys/ddb/db_ps.c
  1.4.2.1    +92 -0     src/sys/ddb/db_thread.c
  1.39.2.1   +2 -0      src/sys/ddb/ddb.h
  1.89.2.4   +60 -0     src/sys/kern/kern_lock.c
  1.25.2.4   +54 -1     src/sys/kern/kern_sx.c
  1.18.2.4   +66 -2     src/sys/kern/subr_sleepqueue.c
  1.152.2.4  +300 -2    src/sys/kern/subr_turnstile.c
  1.47.2.2   +3 -0      src/sys/sys/lockmgr.h
  1.21.2.2   +3 -0      src/sys/sys/sx.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to