Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Dietlibc


In the News (Wed 15 Feb 12)

  
  Diary for esden
And the first thing that I see, is a problem that is bit more complex (I had this already half year ago as I was working on dietlibc).
Today was my lucky day I finally found a bug that prevented gcc 3.2.1 to compile under dietlibc.
It was not an error in dietlibc at the beginning but a stupid gnu extination to getcwd command.
www.advogato.org /person/esden/diary.html?start=5   (925 words)

  
 The ROCK Linux Homepage: Dietlibc Support   (Site not responding. Last check: 2007-10-20)
This project is about porting as many aplications as possible to diet libc, creating a diet libc only ROCK target, providing diet libc to other targets (like the install/boot disc target) and improoving diet libc itself.
We already have lots of packages that work under dietlibc and many patches that can be found in the package/base/dietlibc/pkg_patch/ directory of ROCK.
The current idea is to force gcc to use dietlibc by default without the diet wrapper.
www.rocklinux.org /dietlibc.html   (181 words)

  
 dietlinux   (Site not responding. Last check: 2007-10-20)
Dazu ist es notwendig, alle Programme neu zu kompilieren - diesmal mit der dietlibc.
Dabei ergibt sich aber das Problem, das die dietlibc noch entwickelt wird, bestimmte Teile also fehlen.
Andere Programme lassen sich dagegen problemlos neu kompilieren.
www.linux-peine.de /dietlinux.html   (154 words)

  
 GLIBC   (Site not responding. Last check: 2007-10-20)
Ihre Universalität ist gleichzeitig aber auch der größte Kritikpunkt an der glibc; Durch die Menge des zu inkludierenden Codes werden gegen die glibc gelinkte Programme unnötig groß und damit potenziell langsam.
Eine Reihe von Projekten hat sich daher der Idee verschrieben, schlanke Alternativen zu glibc zu entwickeln, die bekanntesten sind die uClibc und die dietlibc.
Durch Beschränkung auf die wirklich wesentlichen Dinge erreichen diese Implementationen eine weitaus geringere Binary-Größe, allerdings lässt sich nicht jedes glibc-Programm auch gegen diese alternativen Bibliotheken linken, oder verhält sich nachher unerwartet.
www.toonorama.com /encyclopedia/G/Glibc   (377 words)

  
 [BusyBox] minor dietlibc support patches
I will also submit a bug to dietlibc, so hopefully this won't be necessary.
And as far as I know, dprintf is not (yet) a standard (and it appears to have been over a year since it was bantered about on opengroup.org).
So I think this patch is definitely a portability fix, regardless of dietlibc support or not.
www.busybox.net /lists/busybox/2004-August/012268.html   (372 words)

  
 Personal info for esden
After some intensive work I got the dietlibc target to compile through.
They are not yet applyed because Rene is still working on his rc1+fixes tag for his PPC build.
The dietlibc target is is also used in the bootdisc target.
www.advogato.org /person/esden   (1153 words)

  
 [Vserver] Re: alpha util-vserver patch: improve/fix dietlibc version det   (Site not responding. Last check: 2007-10-20)
Hans Ulrich Niedermann writes: > The changes: > * Detect and require "sort" > * Use "sort -n" instead of multiplication magic to determine whether the > dietlibc version is sufficiently new.
Sorry, I added some extra functionality in the meantime which was not submitted yet.
seems to be an error/incompatibility in your dietlibc.
list.linux-vserver.org /archive/vserver/msg08635.html   (243 words)

  
 [No title]   (Site not responding. Last check: 2007-10-20)
Dietlibc-target ~~~~~~~~~~~~~~~ Index ~~~~~ 1) Preface 2) What is dietlibc 3) Prepare for the build 4) Build 1) Preface ~~~~~~~~~~ Hi, this here is a small howto build the dietlibc target.
But it is functional enough to try build a system based fully on dietlibc.
You can use the source that is being downloaded by rocklinux (you can find it in download/base/dietlibc/dietlibc-$ver.tar.bz2) or get it from http://www.fefe.de/dietlibc/ The next step is to replace the cc command with a script that runs gcc with prepended diet wrapper.
www.rocklinux.net /svn/rock-linux/trunk/Documentation/BUILD-DIETLIBC-TARGET   (316 words)

  
 [DSA146] DSA-146-2 dietlibc Scan - Vulnerability Assessment & Network Security Forums
If through a vulnerability assessment, a network security issue is detected for the vulnerability below, applying the appropriate security patches in a timely matter is very important.
dietlibc, a libc optimized for small size, which is derived from the
We recommend that you upgrade your dietlibc packages immediately.
www.vulnerabilityscanning.com /DSA146-DSA-146-2-dietlibc-Test_14983.htm   (194 words)

  
 Hungarian Unix Portal - DSA 146-2 Az új dietlibc csomagok javítják az egész túlcsordulást
A dietlibc upstream szerzője, Felix von Leitner, felfedezett egy lehetséges nullával osztást az fwrite és calloc egész túlcsordulás ellenőrzésénél, amit az alábbi verziók javítanak.
Egy egész túlcsordulási hibát találtak az RPC könyvtárban, amit a dietlibc használt. Ez egy optimalizált, kis méretű libc, ami a SunRPC könyvtárból származik.
A Debian 2.2 (potato) nem érintett lévén az nem tartalmazza a dietlibc csomagokat.
www.hup.hu /modules.php?name=News&file=print&sid=1400   (168 words)

  
 [SECURITY] [DSA 146-2] New dietlibc packages fix integer overflows
For completness we enclose the text of the other advisory: An integer overflow bug has been discovered in the RPC library used by dietlibc, a libc optimized for small size, which is derived from the SunRPC library.
This problem has been fixed in version 0.12-2.4 for the current stable distribution (woody) and in version 0.20-0cvs20020808 for the unstable distribution (sid).
Debian 2.2 (potato) is not affected since it doesn't contain dietlibc packages.
lists.debian.org /debian-security-announce/debian-security-announce-2002/msg00062.html   (318 words)

  
 #--#** NeoCool's Realm **#--#   (Site not responding. Last check: 2007-10-20)
The dietlibc is a portable C runtime library which aims to be as small as possible.
This page is a place for my notes about linking packages against the dietlibc.
Install dietlibc and dcomp, then compile libxml2 and ncurses with the above mentioned script.
www.icculus.org /homepages/boris/dietbits.html   (168 words)

  
 Dietlibc
The dietlibc is a C library, similar to Glibc.
The dietlibc was developed from scratch and thus only implements the most important and commonly used functions.
Tiny distribution based on alternative C library dietlibc by Felix von Leiter; Glibc is fully avoided; some of most important server daemons (DHCP, DNS) are working.
www.omniknow.com /common/wiki.php?in=en&term=Dietlibc   (268 words)

  
 Dietlibc - Leanux
Die dietlibc (http://www.fefe.de/dietlibc/) ist ein Ersatz für die GNU libc, die von jeder Linux-Distribution ungefragt installiert wird.
Im Unterschied zur GNU libc erzeugt die dietlibc wesentlich kleinere Binärprogramme, die entweder statisch gebunden sind oder eigene shared libraries verwenden.
Die dietlibc ist eine C-library und eignet sich daher nur für diese Sprache.
wiki.linux-peine.de /index.php/Dietlibc   (102 words)

  
 SecurityTracker.com Archives - dietlibc Runtime C Library Flaw in calloc() and Similar Functions May Result in Buffer ...
SecurityTracker.com Archives - dietlibc Runtime C Library Flaw in calloc() and Similar Functions May Result in Buffer Overflows in Applications That Use the Library
Description: A vulnerability was reported in the dietlibc runtime C library, as well as several C, C++, and Ada compilers and runtime libraries.
The calloc() function and other similar functions contain an integer overflow that may possibly result in a buffer overflow in a compiled or linked application.
www.securitytracker.com /alerts/2002/Aug/1004979.html   (880 words)

  
 AK's website - diet libc Patches   (Site not responding. Last check: 2007-10-20)
dietlibc-msrng.diff: This patch modifies dietlibc's random number generator to be a multiple-seed random number generator as describe d in Communications of the ACM, May 2003.
dietlibc-for-zebra.diff: This patch prepares dietlibc to be able to compile and link zebra.
You also need this patch against zebra to make zebra compilable with dietlibc.
synflood.at /dietlibc.html   (79 words)

  
 gmane.linux.lib.dietlibc
The last revision I benchmarked was: 5.3 times faster than GNU sed and 11.3 times when linked with dietlibc compared to the system GNU sed + glibc - meassured on the 25 (at that time) tests of the included test-suite.
Hi, I am not sure whether it's a dietlibc bug or a kernel one (I suspect the latter one), but realloc() fails with ENOMEM at code like ------ #include int main() { char *p = malloc(3000); realloc(p, 5000); } ------
Should be a good link for the dietlibc page: http://www.exactcode.de/oss/minised/ It is 5.3 times faster than GNU sed and 11.3 times when linked with dietlibc compared to the system GNU sed + glibc - meassured on the 25 tests of the included test-suite.
blog.gmane.org /gmane.linux.lib.dietlibc   (981 words)

  
 Aardvarks DietLinux
I decided to put this online for you -- grab only the irssi binary or an archive containing the binary, irssi.conf for /etc and all docu/scripts/themes included in the irssi source distribution.
If you have a really minimal system you may need to get this archive with the terminfo-db and unpack it to /usr/share.
You can use the current CD to boot into an existing system after messing with your bootloader as well as booting into a standalone rescue system, containing e2fsck, fdisk, mke2fs, tune2fs,..; I'm currently trying to add more tools, if you have some useful programs for a rescue-system working with dietlibc please mail me.
www.dietlinux.de   (1004 words)

  
 Bug 5294 - dietlibc: b0rken on Alpha   (Site not responding. Last check: 2007-10-20)
Using the patch available on http://sources.redhat.com/ml/binutils/2001-08/msg00442.html Dietlibc was compiled sucessfully using the fixed binutils.
I've included new binutils, rebuilt dietlibc and ash is not building yet (same problem).
Building ash with glibc on alpha, will switch back when dietlibc is fixed.
distro.conectiva.com.br /bugzilla/show_bug.cgi?id=5294   (387 words)

  
 Neohapsis Archives - Vendor Alerts - [SECURITY] [DSA 146-2] New dietlibc packages fix integer overflows - From ...
The upstream author of dietlibc, Felix von Leitner, discovered a
used by dietlibc, a libc optimized for small size, which is
The dietlibc packages are only available for the following
archives.neohapsis.com /archives/vendor/2002-q3/0028.html   (271 words)

  
 [SECURITY] [DSA 272-1] New dietlibc packages fix arbitrary code execution
For the stable distribution (woody) this problem has been fixed in version 0.12-2.5.
The old stable distribution (potato) does not contain dietlibc packages.
For the unstable distribution (sid) this problem has been fixed in version 0.22-2.
lists.debian.org /debian-security-announce/debian-security-announce-2003/msg00055.html   (270 words)

  
 dietlibc -- a lightweight alternative to glibc   (Site not responding. Last check: 2007-10-20)
The dietlibc project aims to make it easy to create small statically linked programs under Linux.
For example, you might want to have a statically linked "ln" around in case you corrupt your shared libraries.
dietlibc is released under the GNU General Public License (GPL) and is available for free public download.
www.linuxdevices.com /links/LK3042067118.html   (211 words)

  
 [Avcheck] Building avcheck with dietlibc   (Site not responding. Last check: 2007-10-20)
On Mon, Mar 04, 2002 at 11:41:38PM +0300, Michael Tokarev wrote: > > [root@hauptpostamt avcheck-0.6]# diet gcc -o avcheck -O2 -Wall -DVERSION=\"0.6\" avcheck.c [ -f /usr/lib/libsocket.so ] andand echo > > -lsocket -lnsl > > Oh oh, another usage of dietlibc...
Felix is habing a look at avcheck, because he wants to add caching.
But maybe I missed something > when installed dietlibc (in fact it's very probably).
www.corpit.ru /pipermail/avcheck/2002q1/000501.html   (315 words)

  
 vserver development mailing list: [Vserver] util-vserver: compile problem with dietlibc   (Site not responding. Last check: 2007-10-20)
Next in thread: Enrico Scholz: "Re: [Vserver] util-vserver: compile problem with dietlibc"
Reply: Enrico Scholz: "Re: [Vserver] util-vserver: compile problem with dietlibc"
Generated on Sat 13 Dec 2003 - 14:43:22 GMT by hypermail 2.1.3
archives.linux-vserver.org /200312/0239.html   (145 words)

  
 [DSA272] DSA-272-1 dietlibc Scan - Vulnerability Assessment & Network Security Forums
xdrmem_getbytes() function of glibc, that is also present in dietlibc,
The old stable distribution (potato) does not contain dietlibc
We recommend that you upgrade your dietlibc packages.
www.vulnerabilityscanning.com /DSA272-DSA-272-1-dietlibc-Test_15109.htm   (197 words)

  
 SecurityTracker.com Archives - (Debian Issues Fix) dietlibc Runtime C Library Flaw in calloc() and Similar Functions ...
Debian 2.2 (potato) is reportedly not affected because it doesn't contain dietlibc packages.
The dietlibc packages are only available for the following architectures: alpha arm i386 mips mipsel powerpc sparc
dietlibc Runtime C Library Flaw in calloc() and Similar Functions May Result in Buffer Overflows in Applications That Use the Library
www.securitytracker.com /alerts/2002/Aug/1004995.html   (656 words)

  
 Embedded STL @ ExactCode   (Site not responding. Last check: 2007-10-20)
Howerver the STL shipped with compilers is normally bound to the system C library and quite large.
For small size a alternative C libraries such as the dietlibc or uClibc is preferable and thus an acompany STL is needed.
The embeddedSTL is such a small scale STL developed from scratch for system software for the T2 System Development Environment, optmized for small size, high performance and use with small C libraries such as dietlibc and uClibc.
www.exactcode.de /embeddedSTL   (266 words)

  
 vserver development mailing list: Re: [Vserver] util-vserver: compile problem with dietlibc
In reply to: Bodo Eggert: "[Vserver] util-vserver: compile problem with dietlibc"
alpha branch has a similar workaround and builtin dietlibc support
Generated on Sat 13 Dec 2003 - 16:46:39 GMT by hypermail 2.1.3
archives.linux-vserver.org /200312/0241.html   (139 words)

  
 MDKA-2004:053 - Updated dietlibc packages fix   (Site not responding. Last check: 2007-10-20)
Updated dietlibc packages are available for Mandrakelinux 10.0
There was a problem with dietlibc in Mandrakelinux 10.0/amd64 where it would not provide proper support for the AMD64 architecture.
If you want to report vulnerabilities, please contact
www.linuxcompatible.org /print38327.html   (80 words)

  
 Pro-Linux Sicherheitsservice: Gentoo - dietlibc
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - - -------------------------------------------------------------------- GENTOO LINUX SECURITY ANNOUNCEMENT - - -------------------------------------------------------------------- PACKAGE :dietlibc SUMMARY :integer overflow DATE :2002-09-27 10:00 UTC - - -------------------------------------------------------------------- There is an integer overflow present in the xdr_array() function distributed as part of the Sun Microsystems XDR library.
This overflow has been shown to lead to remotely exploitable buffer overflows in multiple applications, leading to the execution of arbitrary code.
Subsequent problems like buffer overflows may result, depending on how and where the vulnerable xdr_array() function is used.
www.pl-forum.de /security/2002/20020929-gentoo-dietlibc.html   (189 words)

  
 fnord HOWTO
First of all you need the fnord-sources and also the dietlibc.
You can get fnord here and the dietlibc here.
If no errors occured, the dietlibc and fnord have been sucessfully installed.
www.fbunet.de /fnord.shtml   (700 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.