Bernhard Reutner-Fischer e64b639214 - fix !LFS case for i386 hace 17 años
..
alpha 5c742ff1a5 - add sync_file_range() hace 17 años
arm 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ hace 17 años
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall hace 17 años
bfin 5c742ff1a5 - add sync_file_range() hace 17 años
common 3898083f5b delete/init module functions are not 2.4 specific hace 17 años
cris 5c742ff1a5 - add sync_file_range() hace 17 años
e1 5c742ff1a5 - add sync_file_range() 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 e64b639214 - fix !LFS case for i386 hace 17 años
i960 5c742ff1a5 - add sync_file_range() hace 17 años
ia64 5c742ff1a5 - add sync_file_range() hace 17 años
m68k 5c742ff1a5 - add sync_file_range() hace 17 años
microblaze 5c742ff1a5 - add sync_file_range() hace 17 años
mips 5c742ff1a5 - add sync_file_range() hace 17 años
nios 5c742ff1a5 - add sync_file_range() hace 17 años
nios2 5c742ff1a5 - add sync_file_range() hace 17 años
powerpc 5c742ff1a5 - add sync_file_range() hace 17 años
sh 937533acb7 sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the hace 17 años
sh64 5c742ff1a5 - add sync_file_range() hace 17 años
sparc 5c742ff1a5 - add sync_file_range() hace 17 años
v850 5c742ff1a5 - add sync_file_range() hace 17 años
vax 5c742ff1a5 - add sync_file_range() hace 17 años
x86_64 5c742ff1a5 - add sync_file_range() hace 17 años
xtensa 5c742ff1a5 - add sync_file_range() hace 17 años
Makefile ba31c6c463 Remove TOPDIR hace 20 años
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 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.