Projects tagged ‘libc’


[17 total ]

544 Users
   

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

13 Users
   

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.
Created over 2 years ago.

6 Users
   

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.
Created over 2 years ago.

1 Users

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 ... [More] source which is easy to understand. This is not achieved by keeping features away, but by letting features be deactivateable, so the user can remove all features which he does not want. [Less]
Created over 2 years ago.

1 Users

This project aims at the implementation of a micro-kernel based operating system. The primary goals include: * clean design; * simple code; * usability.
Created 4 months ago.

1 Users

A toolchain consisting of a C compiler and various tools for binary object handling.
Created over 3 years ago.

1 Users

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 ... [More] set of pthread stubs, allowing programs and libraries to portably use pthreads when linked to pthreads and improve single-threaded performance when not linked to pthreads. [Less]
Created over 2 years ago.

0 Users

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.
Created over 2 years ago.

0 Users

libposix is a bold attempt to unify the implementation of the core functionality of all Unix systems.
Created 7 months ago.

0 Users

TODOBold text is used to show what i'm currently working on. Strikethrough text shows finished items. Setup GRUB Write a kernel skeleton Implement a custom ANSI C Library (libc) assert.h ctype.h ... [More] (Not affected by locale.h) errno.h float.h iso646.h limits.h locale.h (Partially implemented. Functions return null, but everything is there. This file will not be finished until anything requires me to.) math.h setjmp.h signal.h stdarg.h stddef.h stdio.h stdlib.h string.h time.h Rewrite what we have of the kernel with the new libc Write a program launcher Write a shell (rSHELL) and let rCORE load and execute it at start Implement multiple processes Write a stack-handler for process-to-process communication. Write a decent shutdown Power management Port a high level scripting language. Python/Lua/Squirrel/Perl. [Less]
Created 4 months ago.