Bernhard Reutner-Fischer 0e4d33b939 - now passes all LTP tests 17 tahun lalu
..
alpha 01520fc866 - fix ISO C keywords 17 tahun lalu
arm 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ 17 tahun lalu
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 17 tahun lalu
bfin 5c742ff1a5 - add sync_file_range() 17 tahun lalu
common 58e11d24b8 use __UCLIBC_HAS_STUBS__ 17 tahun lalu
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. 17 tahun lalu
e1 5c742ff1a5 - add sync_file_range() 17 tahun lalu
frv 5c742ff1a5 - add sync_file_range() 17 tahun lalu
h8300 5c742ff1a5 - add sync_file_range() 17 tahun lalu
hppa 5c742ff1a5 - add sync_file_range() 17 tahun lalu
i386 0e4d33b939 - now passes all LTP tests 17 tahun lalu
i960 5c742ff1a5 - add sync_file_range() 17 tahun lalu
ia64 5c742ff1a5 - add sync_file_range() 17 tahun lalu
m68k 5c742ff1a5 - add sync_file_range() 17 tahun lalu
microblaze 5c742ff1a5 - add sync_file_range() 17 tahun lalu
mips 01520fc866 - fix ISO C keywords 17 tahun lalu
nios 5c742ff1a5 - add sync_file_range() 17 tahun lalu
nios2 5c742ff1a5 - add sync_file_range() 17 tahun lalu
powerpc 5c742ff1a5 - add sync_file_range() 17 tahun lalu
sh 937533acb7 sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the 17 tahun lalu
sh64 5c742ff1a5 - add sync_file_range() 17 tahun lalu
sparc 5c742ff1a5 - add sync_file_range() 17 tahun lalu
v850 5c742ff1a5 - add sync_file_range() 17 tahun lalu
vax 5c742ff1a5 - add sync_file_range() 17 tahun lalu
x86_64 5c742ff1a5 - add sync_file_range() 17 tahun lalu
xtensa 5c742ff1a5 - add sync_file_range() 17 tahun lalu
Makefile ba31c6c463 Remove TOPDIR 20 tahun lalu
Makefile.commonarch f81be63bdb - also clean .oS 17 tahun lalu
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 tahun lalu
README 4d08c75822 - fix typo 17 tahun lalu

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.