rwatson     2008-03-10 10:26:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/ddb              db_command.c 
  Log:
  Merge db_command.c:1.77 from HEAD to RELENG_7:
  
    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.73.2.1  +1 -1      src/sys/ddb/db_command.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to