cvs commit: src/sys/ddb db_command.c

Robert Watson rwatson at FreeBSD.org
Mon Mar 10 11:38:58 UTC 2008


rwatson     2008-03-10 11:38:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/ddb              db_command.c 
  Log:
  Merge db_command.c:1.77 from HEAD to RELENG_5:
  
    When killing a user process from DDB, check that the requested signal is
    > 0 rather than >= 0, or we will panic when trying to deliver the signal.
  
    PR:             100802
    Submitted by:   Valerio Daelli <valerio.daelli at gmail.com>
  
  Revision  Changes    Path
  1.57.2.3  +1 -1      src/sys/ddb/db_command.c


More information about the cvs-all mailing list