Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 9 Aug 2002 15:10:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 9 Aug 2002 15:10:39 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:51472 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 9 Aug 2002 15:10:39 -0400 Message-ID: <3D541478.40808@zytor.com> Date: Fri, 09 Aug 2002 12:14:00 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020703 X-Accept-Language: en-us, en, sv MIME-Version: 1.0 To: davidm@hpl.hp.com CC: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: klibc development release References: <200208090934.g799YVZe116824@d12relay01.de.ibm.com> <200208091754.g79HsJkN058572@d06relay02.portsmouth.uk.ibm.com> <3D541018.4050004@zytor.com> <15700.4689.876752.886309@napali.hpl.hp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 31 David Mosberger wrote: >>>>>>On Fri, 09 Aug 2002 11:55:20 -0700, "H. Peter Anvin" said: >>>>> > > HPA> Hmf... some of these seem to be outright omissions > HPA> (pivot_root() and umount2() especially), and probably indicate > HPA> bugs or that the stock kernel isn't up to date anymore. > > HPA> I can see umount() being missing (as in "use umount2()"). > > Alpha calls umount2() "oldumount"; ia64 never had a one-argument > version of umount(), so there is no point creating legacy (and the > naming is inconsistent anyhow...). > The gratuitous inconsistencies between platforms is something that is currently driving me up the wall. I'm starting to think the NetBSD people have the right idea: when you add a system call on NetBSD, you only have to add it in one place and it becomes available on all the platforms they support. Of course, you can provide a custom implementation for any one platform, but the idea is to keep as much of the code generic as possible... -hpa - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/