public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matti Aarnio <matti.aarnio@zmailer.org>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: klibc development release
Date: Sat, 10 Aug 2002 01:27:36 +0300	[thread overview]
Message-ID: <20020809222736.GJ32427@mea-ext.zmailer.org> (raw)
In-Reply-To: <3D541478.40808@zytor.com>

On Fri, Aug 09, 2002 at 12:14:00PM -0700, H. Peter Anvin wrote:
> David Mosberger wrote:
...
> >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.

  History...   Initially I thought you are describing something
  different from Linux model (after all, different platforms have
  different ABIs for syscalls, leading to different call-vector
  tables, etc.)  but no, I see no difference from this description.

  How NetBSD handles the issue, I don't know.   One interpretation
  of what you say is that when a new architecture is added to NetBSD,
  it will instantly inherit the entire historical set of syscalls,
  including the obsolete ones.

  As long as old calls are supported, the kernel needs to know
  how to handle a call serving some thing 10 years ago.. ( e.g.
  "oldumount").  Ok, some have been revoked, but not everything
  of the very old and obsolete stuff.


  How this reflects to  klibc ?     What I understand of klibc,
  it can track very closely the kernel in question.  Introducing
  new improved syscall to do XYZ obsoliting ABC, whimblam, you
  replace it.  No need to carry code supporting any other version
  of kernel than for what the stuff is made for.
  ("Small is beautifull", and all that...)


  glibc folks are (to an extreme pain) supporting kernels 2.0
  (if not from before) to current bleeding edge, and emulating
  all fancy dancing available with new system services by doing
  some weird gimmicks..


>     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...

  Desire to support running of "native UNIX" binaries means
  emulating their syscalls.  Initially Linux ran MINIX binaries,
  then came SCO binaries, and Alpha running some of OSF/1 binaries...

> 	-hpa

/Matti Aarnio

  reply	other threads:[~2002-08-09 22:23 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-09  3:39 klibc development release H. Peter Anvin
2002-08-09 10:14 ` Andreas Schwab
2002-08-09 18:22   ` H. Peter Anvin
2002-08-09 11:33 ` Arnd Bergmann
2002-08-09 19:53   ` Arnd Bergmann
2002-08-09 18:55     ` H. Peter Anvin
2002-08-09 19:04       ` David Mosberger
2002-08-09 19:14         ` H. Peter Anvin
2002-08-09 22:27           ` Matti Aarnio [this message]
2002-08-09 22:37             ` H. Peter Anvin
2002-08-10  6:22             ` Erik Andersen
2002-08-10  6:24               ` H. Peter Anvin
2002-08-10 10:40             ` Christoph Hellwig
2002-08-10 10:48               ` H. Peter Anvin
2002-08-10 10:51                 ` Christoph Hellwig
2002-08-10 10:52                   ` H. Peter Anvin
2002-08-10  6:21           ` Erik Andersen
2002-08-09 19:55         ` H. Peter Anvin
2002-08-09 20:22           ` David Mosberger
2002-08-09 20:29             ` H. Peter Anvin
2002-08-09 20:16 ` Albert D. Cahalan
2002-08-09 20:22   ` H. Peter Anvin
2002-08-11  5:02     ` Rob Landley
2002-08-11 13:13       ` Alexander Viro
2002-08-12  2:29         ` Oliver Xymoron
2002-08-12  4:39           ` Alexander Viro
2002-08-09 22:03 ` Oliver Xymoron
2002-08-11  5:11   ` Rob Landley
2002-08-11 15:56     ` Oliver Xymoron
2002-08-11 18:20       ` Albert D. Cahalan
2002-08-11 15:31         ` Rob Landley
2002-08-11 21:04           ` Erik Andersen
2002-08-11 22:18             ` H. Peter Anvin
2002-08-12  3:17           ` Jamie Lokier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020809222736.GJ32427@mea-ext.zmailer.org \
    --to=matti.aarnio@zmailer.org \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox