NetBSD-Bugs archive

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

PR/45618 CVS commit: [netbsd-4] src/sys/kern



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

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/45618 CVS commit: [netbsd-4] src/sys/kern
Date: Sat, 19 Nov 2011 14:37:02 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Sat Nov 19 14:37:02 UTC 2011
 
 Modified Files:
        src/sys/kern [netbsd-4]: kern_event.c
 
 Log Message:
 Pull up following revision(s) (requested by christos in ticket #1438):
        sys/kern/kern_event.c: revision 1.73
 PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smaller timeout value
 makes DIAGNOSTIC kernel panic:
         KASSERT((c->c_flags & CALLOUT_PENDING) !=3D 0);
 If the computed ticks are <= 0 set it to 1
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.33.2.1 src/sys/kern/kern_event.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