cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include cpufunc.h src/share/man/man4 ddb.4

Nate Lawson njl at FreeBSD.org
Thu Aug 9 13:14:36 PDT 2007


njl         2007-08-09 20:14:35 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        machdep.c 
    sys/i386/include     cpufunc.h 
    share/man/man4       ddb.4 
  Log:
  Add "show sysregs" command to ddb.  On i386, this gives gdt, idt, ldt,
  cr0-4, etc.  Support should be added for other platforms that have a
  different set of registers for system use.
  
  Loosely based on: OpenBSD
  Approved by:    re
  
  Revision  Changes    Path
  1.42      +7 -1      src/share/man/man4/ddb.4
  1.658     +19 -0     src/sys/i386/i386/machdep.c
  1.145     +47 -11    src/sys/i386/include/cpufunc.h


More information about the cvs-all mailing list