From owner-cvs-all@FreeBSD.ORG Thu Mar 3 13:27:59 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A5916A4CE; Thu, 3 Mar 2005 13:27:59 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6187943D60; Thu, 3 Mar 2005 13:27:59 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j23DRtiq078739; Thu, 3 Mar 2005 13:27:57 GMT (envelope-from davidxu@freebsd.org) Message-ID: <422710DD.1070203@freebsd.org> Date: Thu, 03 Mar 2005 21:27:57 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.2) Gecko/20041004 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200503021343.j22DhpQ3075008@repoman.freebsd.org> <200503020915.28512.jhb@FreeBSD.org> <4226446B.7020406@freebsd.org> <61ac46c154aa515a692308440dd1141d@FreeBSD.org> In-Reply-To: <61ac46c154aa515a692308440dd1141d@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 13:27:59 -0000 John Baldwin wrote: > > Note that swapping out the stack is the default behavior in 4.x, so > I actually think that the million lines of kernel code are indeed > safe, only sigwait() is broken and should be fixed. :) > Many 4.x programming skill can not be applied to FreeBSD current, they are so different, most of code in kern/ seems be completely rewritten. :=) David Xu