Bernhard Reutner-Fischer dfd1f080f4 - take LFS into account and add fallback via fadvise64 18 yıl önce
..
alpha 5c742ff1a5 - add sync_file_range() 18 yıl önce
arm 5c742ff1a5 - add sync_file_range() 18 yıl önce
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 18 yıl önce
bfin 5c742ff1a5 - add sync_file_range() 18 yıl önce
common 4c12e5c94a Fix posix_fadvise[64] functions to return the error number in case 18 yıl önce
cris 5c742ff1a5 - add sync_file_range() 18 yıl önce
e1 5c742ff1a5 - add sync_file_range() 18 yıl önce
frv 5c742ff1a5 - add sync_file_range() 18 yıl önce
h8300 5c742ff1a5 - add sync_file_range() 18 yıl önce
hppa 5c742ff1a5 - add sync_file_range() 18 yıl önce
i386 dfd1f080f4 - take LFS into account and add fallback via fadvise64 18 yıl önce
i960 5c742ff1a5 - add sync_file_range() 18 yıl önce
ia64 5c742ff1a5 - add sync_file_range() 18 yıl önce
m68k 5c742ff1a5 - add sync_file_range() 18 yıl önce
microblaze 5c742ff1a5 - add sync_file_range() 18 yıl önce
mips 5c742ff1a5 - add sync_file_range() 18 yıl önce
nios 5c742ff1a5 - add sync_file_range() 18 yıl önce
nios2 5c742ff1a5 - add sync_file_range() 18 yıl önce
powerpc 5c742ff1a5 - add sync_file_range() 18 yıl önce
sh 28134dd75c Add INTERNAL_SYSCALL macros for sh 18 yıl önce
sh64 5c742ff1a5 - add sync_file_range() 18 yıl önce
sparc 5c742ff1a5 - add sync_file_range() 18 yıl önce
v850 5c742ff1a5 - add sync_file_range() 18 yıl önce
vax 5c742ff1a5 - add sync_file_range() 18 yıl önce
x86_64 5c742ff1a5 - add sync_file_range() 18 yıl önce
xtensa 5c742ff1a5 - add sync_file_range() 18 yıl önce
Makefile ba31c6c463 Remove TOPDIR 21 yıl önce
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 18 yıl önce
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 yıl önce
README 4d08c75822 - fix typo 18 yıl önce

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.