NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39814 CVS commit: src/sys/kern



The following reply was made to PR kern/39814; it has been noted by GNATS.

From: Mindaugas Rasiukevicius <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39814 CVS commit: src/sys/kern
Date: Sun, 29 Mar 2009 05:02:47 +0000

 Module Name:   src
 Committed By:  rmind
 Date:          Sun Mar 29 05:02:47 UTC 2009
 
 Modified Files:
        src/sys/kern: kern_sig.c
 
 Log Message:
 kpsignal2: do not start process (when it is stopped) for all termination
 signals (i.e. SA_KILL), just if SIGKILL (or SIGCONT).  Improve comments.
 
 Make some functions static, remove unused sigrealloc() prototype.
 
 Fixes PR/39814.  Similar patch reviewed by <ad>.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.296 -r1.297 src/sys/kern/kern_sig.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index