Bernhard Reutner-Fischer 33b19ecce8 - fix mips syscall (Atsushi Nemoto) před 16 roky
..
alpha feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
arm feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall před 16 roky
bfin 694525ec2e - tidy up inline: před 16 roky
common 694525ec2e - tidy up inline: před 16 roky
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. před 16 roky
e1 694525ec2e - tidy up inline: před 16 roky
frv 694525ec2e - tidy up inline: před 16 roky
h8300 5c742ff1a5 - add sync_file_range() před 16 roky
hppa ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
i386 61f80c8e51 - fix sigaction on older kernels (Michael Deutschmann) před 16 roky
i960 5c742ff1a5 - add sync_file_range() před 16 roky
ia64 feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
m68k feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
microblaze 2ba017a2d5 - use c89-style comments před 16 roky
mips 33b19ecce8 - fix mips syscall (Atsushi Nemoto) před 16 roky
nios feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
nios2 feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
powerpc 694525ec2e - tidy up inline: před 16 roky
sh ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
sh64 5c742ff1a5 - add sync_file_range() před 16 roky
sparc feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
v850 2ba017a2d5 - use c89-style comments před 16 roky
vax 5c742ff1a5 - add sync_file_range() před 16 roky
x86_64 ae549acff0 - remove superfluous ';'. No objcode changes. před 16 roky
xtensa feeb0301b3 - add long double math wrappers (Ned Ludd) před 16 roky
Makefile ba31c6c463 Remove TOPDIR před 19 roky
Makefile.commonarch f81be63bdb - also clean .oS před 16 roky
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 před 19 roky
README 4d08c75822 - fix typo před 16 roky

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.