From: Greg KH <greg@kroah.com>
To: linux-kernel@vger.kernel.org
Cc: dietlibc@fefe.de
Subject: [ANNOUNCE] klibc 0.1 release
Date: Mon, 7 Jan 2002 17:41:00 -0800 [thread overview]
Message-ID: <20020108014100.GD10145@kroah.com> (raw)
Hi all,
As many people have recently realized, it looks like we need to have
some kind of klibc library for the initramfs programs due to problems
with the existing libc implementations (if people disagree with this,
please feel free to speak up.)
With this in mind, I took the work that I did to merge dietLibc into the
dietHotplug build process, and created a first snapshot of a klibc
project. I have successfully used it to build a version of dietHotplug,
but that's probably about all that will build against the library at
this time :)
It can be found at:
http://www.kernel.org/pub/linux/kernel/people/gregkh/klibc/klibc-0.1.tar.gz
I'll be working on getting the project hosted on some public CVS site
soon.
Yes, I know this first cut is _very_ ugly, but it's someplace to start
with, and it works for me :)
Here's the README:
-----------------------
This is the start of the klibc project.
Initially it is based on dietLibc <http://www.fefe.de/dietlibc/> but will
probably grow to look quite different from that package.
Goals:
To provide a small libc that can be used to build userspace binaries that
will run in the initramfs portion of the kernel boot process.
Only library calls that are _needed_ will be added to klibc. Right now only the
calls needed to build and run dietHotplug are present. Any functions that
are must have a real need (i.e. some program needs them.) We aren't going for
POSIX compliance here.
Right now a static library, klibc.a will be built. If a dynamic library is
found to be needed that functionality will be added.
For this first release, I quickly hacked up what I had done for the dietHotplug
project. It probably does not build on other architectures, and is probably
missing some functions that you want/need. Please let me know any problems
that you find, and patches are gladly accepted.
----------------------
thanks,
greg k-h
next reply other threads:[~2002-01-08 1:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-08 1:41 Greg KH [this message]
2002-01-08 2:09 ` [ANNOUNCE] klibc 0.1 release Felix von Leitner
2002-01-09 11:51 ` Matthias Andree
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=20020108014100.GD10145@kroah.com \
--to=greg@kroah.com \
--cc=dietlibc@fefe.de \
--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