cvs commit: src/sys/kern kern_shutdown.c

Julian Elischer julian at FreeBSD.org
Mon Jul 19 11:03:02 PDT 2004


julian      2004-07-19 18:03:02 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_shutdown.c 
  Log:
  Allow the user who calls doadump() from the kernel debugger
  to not get a page fault if he has not defined a dump device.
  Panic can often not do a dump as it can hang forever in some cases.
   The original PR was for amd64 only. This is a generalised version of
  that change.
  
  PR:             amd64/67712
  Submitted by:   wjw at withagen.nl <Willen Jan Withagen>
  
  Revision  Changes    Path
  1.158     +11 -2     src/sys/kern/kern_shutdown.c


More information about the cvs-src mailing list