atom feed1 message in org.freebsd.p4-projectsPERFORCE change 10777 for review
FromSent OnAttachments
Jonathan MiniMay 4, 2002 3:57 am 
Subject:PERFORCE change 10777 for review
From:Jonathan Mini (mi@FreeBSD.org)
Date:May 4, 2002 3:57:16 am
List:org.freebsd.p4-projects

http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10777

Change 10777 by mini@mini_stylus on 2002/05/04 03:57:12

Panic if thread_exit() returns, to act more like -CURRENT.

Affected files ...

... //depot/projects/kse/sys/kern/kern_exit.c#43 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_exit.c#43 (text+ko) ====

@@ -491,6 +491,7 @@ * This will also release this thread's reference to the ucred. */ thread_exit(); + panic("exit1"); }

#ifdef COMPAT_43

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message