Bernhard Reutner-Fischer acbd962f90 - fix typo in previous commit пре 17 година
..
alpha feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
arm feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall пре 17 година
bfin 2ba017a2d5 - use c89-style comments пре 17 година
common acbd962f90 - fix typo in previous commit пре 17 година
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. пре 17 година
e1 2ba017a2d5 - use c89-style comments пре 17 година
frv 5c742ff1a5 - add sync_file_range() пре 17 година
h8300 5c742ff1a5 - add sync_file_range() пре 17 година
hppa 5c742ff1a5 - add sync_file_range() пре 17 година
i386 feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
i960 5c742ff1a5 - add sync_file_range() пре 17 година
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
microblaze 2ba017a2d5 - use c89-style comments пре 17 година
mips 74af396f2b - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) пре 17 година
nios feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
powerpc feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
sh feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
sh64 5c742ff1a5 - add sync_file_range() пре 17 година
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
v850 2ba017a2d5 - use c89-style comments пре 17 година
vax 5c742ff1a5 - add sync_file_range() пре 17 година
x86_64 feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
xtensa feeb0301b3 - add long double math wrappers (Ned Ludd) пре 17 година
Makefile ba31c6c463 Remove TOPDIR пре 20 година
Makefile.commonarch f81be63bdb - also clean .oS пре 17 година
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 пре 20 година
README 4d08c75822 - fix typo пре 17 година

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.