Carmelo Amoroso 93b4dc9ccf Add work-around for powerpc. 17 лет назад
..
alpha 5c742ff1a5 - add sync_file_range() 17 лет назад
arm 5c742ff1a5 - add sync_file_range() 17 лет назад
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 17 лет назад
bfin 5c742ff1a5 - add sync_file_range() 17 лет назад
common 93b4dc9ccf Add work-around for powerpc. 17 лет назад
cris 5c742ff1a5 - add sync_file_range() 17 лет назад
e1 5c742ff1a5 - add sync_file_range() 17 лет назад
frv 5c742ff1a5 - add sync_file_range() 17 лет назад
h8300 5c742ff1a5 - add sync_file_range() 17 лет назад
hppa 5c742ff1a5 - add sync_file_range() 17 лет назад
i386 71c10cea5a - add posix_fadvise. Not yet tested most likely broken in advise64 17 лет назад
i960 5c742ff1a5 - add sync_file_range() 17 лет назад
ia64 5c742ff1a5 - add sync_file_range() 17 лет назад
m68k 5c742ff1a5 - add sync_file_range() 17 лет назад
microblaze 5c742ff1a5 - add sync_file_range() 17 лет назад
mips 5c742ff1a5 - add sync_file_range() 17 лет назад
nios 5c742ff1a5 - add sync_file_range() 17 лет назад
nios2 5c742ff1a5 - add sync_file_range() 17 лет назад
powerpc 5c742ff1a5 - add sync_file_range() 17 лет назад
sh 28134dd75c Add INTERNAL_SYSCALL macros for sh 17 лет назад
sh64 5c742ff1a5 - add sync_file_range() 17 лет назад
sparc 5c742ff1a5 - add sync_file_range() 17 лет назад
v850 5c742ff1a5 - add sync_file_range() 17 лет назад
vax 5c742ff1a5 - add sync_file_range() 17 лет назад
x86_64 5c742ff1a5 - add sync_file_range() 17 лет назад
xtensa 5c742ff1a5 - add sync_file_range() 17 лет назад
Makefile ba31c6c463 Remove TOPDIR 20 лет назад
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 17 лет назад
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 лет назад
README 4d08c75822 - fix typo 17 лет назад

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.