Projects tagged ‘libc’


[9 total ]

282USERS
   

The GNU C Library, glibc, provides the standard C library interface for GNU/Linux and other Free Software operating systems.

7USERS
   

uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developing embedded Linux systems. It is much smaller than the GNU C Library, but nearly all applications supported by glibc also work perfectly with uClibc.

3USERS
   

The diet libc is a libc that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, hppa, ia64, i386, mips, s390, sparc, sparc64, ppc and x86_64.

1USERS

A toolchain consisting of a C compiler and various tools for binary object handling.

1USERS

Yasux ("Yet another simple UNIX") is yet another simple UNIX written from scratch. Its aim is to be a Single UNIX Specification compliant operating system being simple, small in its size and having a source which is easy to understand. This is not ... [More] achieved by keeping features away, but by letting features be deactivateable, so the user can remove all features which he does not want. [Less]

1USERS

libpthread-stubs provides stub functions for pthreads as weak aliases for platforms on which libc does not provide these stubs. Linking to both libc and libpthread-stubs will always provide a full set of pthread stubs, allowing programs and ... [More] libraries to portably use pthreads when linked to pthreads and improve single-threaded performance when not linked to pthreads. [Less]

0USERS
   

ELKlib is an embeddable library that provides C/C++ support oriented to kernel level development. ELKlib mimics GNU libc and the Standard Template Library.

0USERS

klibc is intended to be a minimalistic libc subset for use with initramfs. It is deliberately written for small size, minimal entanglement, and portability, not speed. It is definitely a work in progress, and a lot of things are still missing.