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

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.