Bernhard Reutner-Fischer dfd1f080f4 - take LFS into account and add fallback via fadvise64 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 4c12e5c94a Fix posix_fadvise[64] functions to return the error number in case 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 dfd1f080f4 - take LFS into account and add fallback via fadvise64 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 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 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.