Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2010 17:17:56 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 db_interface.c src/sys/ia64/ia64 db_machdep.c src/sys/kern subr_pcpu.c src/sys/mips/mips db_trace.c
Message-ID:  <201005211732.o4LHWsCP067471@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-05-21 17:17:56 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      db_interface.c 
    sys/ia64/ia64        db_machdep.c 
    sys/kern             subr_pcpu.c 
    sys/mips/mips        db_trace.c 
  Log:
  SVN rev 208392 on 2010-05-21 17:17:56Z by jhb
  
  - Adjust the whitespace for the lines that output fields in 'show pcpu' in
    DDB so that all the fields line up.
  - Print out the tid of the per-CPU idlethread instead of the pid since
    the idle process is now shared across all idle threads.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.83      +7 -7      src/sys/amd64/amd64/db_interface.c
  1.9       +5 -5      src/sys/ia64/ia64/db_machdep.c
  1.19      +3 -4      src/sys/kern/subr_pcpu.c
  1.8       +2 -2      src/sys/mips/mips/db_trace.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005211732.o4LHWsCP067471>