From owner-cvs-all@FreeBSD.ORG Thu Dec 8 00:10:25 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6E58016A41F; Thu, 8 Dec 2005 00:10:23 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <43977A05.5050608@freebsd.org> Date: Thu, 08 Dec 2005 08:10:45 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.10) Gecko/20050806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Scott Long , src-committers@freebsd.org, Doug Ambrisko , John Baldwin , cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys signal.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 08 Dec 2005 00:10:25 -0000 Daniel Eischen wrote: >On Wed, 7 Dec 2005, Scott Long wrote: > > > >>John Baldwin wrote: >> >> >>>Even 6.x programs that use aio would be affected if 4.x ones were affected. I >>>think aio is the only thing 6.x and earlier could be using though. >>> >>> >>> >>So will there be some sort of compatibility shims? I bet that there >>will still be a lot of 4.x binaries being run on 7.0 systems in the >>future, just like 2.2.8 binaries were being run for years after 3.x and >>4.x came out. >> >> > >Yeah, and we can implement the shims in versioned libraries ;-) > > > > > At least, util now, there is no binary compatible problem. but I would like we will implement SIGEV_THREAD before 7.0, this is why I requested you to implement it ASAP because you claimed you will do it, so I just sit back. Current only libthr implemented SIGEV_THERAD for timer, I can implement it for mqueue, but aio syscall interface sucks, need more time for it. David Xu