Bernhard Reutner-Fischer 40b8158b60 - move libm_hidden_proto to the corresponding headers. Remove from callsites. пре 18 година
..
alpha 5c742ff1a5 - add sync_file_range() пре 18 година
arm 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ пре 18 година
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall пре 18 година
bfin 5c742ff1a5 - add sync_file_range() пре 18 година
common 40b8158b60 - move libm_hidden_proto to the corresponding headers. Remove from callsites. пре 18 година
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. пре 18 година
e1 5c742ff1a5 - add sync_file_range() пре 18 година
frv 5c742ff1a5 - add sync_file_range() пре 18 година
h8300 5c742ff1a5 - add sync_file_range() пре 18 година
hppa 5c742ff1a5 - add sync_file_range() пре 18 година
i386 e64b639214 - fix !LFS case for i386 пре 18 година
i960 5c742ff1a5 - add sync_file_range() пре 18 година
ia64 5c742ff1a5 - add sync_file_range() пре 18 година
m68k 5c742ff1a5 - add sync_file_range() пре 18 година
microblaze 5c742ff1a5 - add sync_file_range() пре 18 година
mips 5c742ff1a5 - add sync_file_range() пре 18 година
nios 5c742ff1a5 - add sync_file_range() пре 18 година
nios2 5c742ff1a5 - add sync_file_range() пре 18 година
powerpc 5c742ff1a5 - add sync_file_range() пре 18 година
sh 937533acb7 sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the пре 18 година
sh64 5c742ff1a5 - add sync_file_range() пре 18 година
sparc 5c742ff1a5 - add sync_file_range() пре 18 година
v850 5c742ff1a5 - add sync_file_range() пре 18 година
vax 5c742ff1a5 - add sync_file_range() пре 18 година
x86_64 5c742ff1a5 - add sync_file_range() пре 18 година
xtensa 5c742ff1a5 - add sync_file_range() пре 18 година
Makefile ba31c6c463 Remove TOPDIR пре 21 година
Makefile.commonarch f81be63bdb - also clean .oS пре 18 година
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 пре 21 година
README 4d08c75822 - fix typo пре 18 година

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.