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

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.