From owner-cvs-src@FreeBSD.ORG Mon Jan 31 22:17:13 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847AF16A4CF; Mon, 31 Jan 2005 22:17:13 +0000 (GMT) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF60C43D48; Mon, 31 Jan 2005 22:17:12 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.128] (sobohome.portaone.com [193.28.87.24]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j0VL2846068313 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 31 Jan 2005 22:02:10 +0100 (CET) (envelope-from sobomax@portaone.com) Message-ID: <41FE9CC7.4050305@portaone.com> Date: Mon, 31 Jan 2005 23:01:59 +0200 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200501252128.j0PLSSHE081956@repoman.freebsd.org> <200501311429.31197.jhb@FreeBSD.org> In-Reply-To: <200501311429.31197.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 10:08:24 2005 clamav-milter version 0.80j on www.portaone.com X-Virus-Status: Clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/compat/linux linux_misc.c src/sys/kernkern_time.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2005 22:17:13 -0000 John Baldwin wrote: > On Tuesday 25 January 2005 04:28 pm, Maxim Sobolev wrote: > >>sobomax 2005-01-25 21:28:28 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/compat/linux linux_misc.c >> sys/kern kern_time.c >> sys/sys systm.h >> Log: >> Split out kernel side of {get,set}itimer(2) into two parts: the first >>that pops data from the userland and pushes results back and the second >>which does actual processing. Use the latter to eliminate stackgap in the >>linux wrappers of those syscalls. >> >> MFC after: 2 weeks > > > Hmm, I already implemented kern_[sg]etitimer() locally and fixed all the ABIs, > not just Linux to use them. I haven't had time to test the patches though. > Would you be interested in them? I would be happy to, but I don't have any platforms other than i386 (which is why I have not touched other arches). Therefore I am probably a wrong person to do the testing. Is your approach different/better than mine? I'd be happy to do the merge if so. -Maxim