Bernhard Reutner-Fischer 74af396f2b - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) hace 17 años
..
alpha feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
arm feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall hace 17 años
bfin 2ba017a2d5 - use c89-style comments hace 17 años
common 74af396f2b - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) hace 17 años
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. hace 17 años
e1 2ba017a2d5 - use c89-style comments hace 17 años
frv 5c742ff1a5 - add sync_file_range() hace 17 años
h8300 5c742ff1a5 - add sync_file_range() hace 17 años
hppa 5c742ff1a5 - add sync_file_range() hace 17 años
i386 feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
i960 5c742ff1a5 - add sync_file_range() hace 17 años
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
microblaze 2ba017a2d5 - use c89-style comments hace 17 años
mips 74af396f2b - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) hace 17 años
nios feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
powerpc feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
sh feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
sh64 5c742ff1a5 - add sync_file_range() hace 17 años
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
v850 2ba017a2d5 - use c89-style comments hace 17 años
vax 5c742ff1a5 - add sync_file_range() hace 17 años
x86_64 feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
xtensa feeb0301b3 - add long double math wrappers (Ned Ludd) hace 17 años
Makefile ba31c6c463 Remove TOPDIR hace 20 años
Makefile.commonarch f81be63bdb - also clean .oS hace 17 años
Makefile.in 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles hace 20 años
README 4d08c75822 - fix typo hace 17 años

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for supported Linux architectures/CPUs. If you wanted to
port uClibc to some new Linux architecture (arm, mips, etc), this is the place
to add that support.

All stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.