cvs commit: src/sys/ddb db_main.c

Bruce Evans bde at FreeBSD.org
Mon Oct 16 09:00:37 UTC 2006


bde         2006-10-16 09:00:31 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/ddb              db_main.c 
  Log:
  Unbreak syscons' support for ddb mode by reactivating old fixes
  (syscons.c 1.331 and 1.372 are reactivated by restoring this part of
  db_interface.c (i386 version 1.48, ...) in a different file).
  
  This is not a MFC because larger changes than I have time for are
  needed there.
  
  The most noticeable effect of this fix is that syscons switches to the
  console vty on entry to ddb.  The most important effect of this fix
  is that switching vtys in ddb doesn't try (and sometimes succeed) to
  crash the system by calling wakeup().
  
  Approved by:    re (hrs)
  
  Revision  Changes    Path
  1.4.2.1   +2 -0      src/sys/ddb/db_main.c


More information about the cvs-all mailing list