Bernhard Reutner-Fischer 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ před 17 roky
..
alpha 5c742ff1a5 - add sync_file_range() před 17 roky
arm 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ před 17 roky
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall před 17 roky
bfin 5c742ff1a5 - add sync_file_range() před 17 roky
common 3898083f5b delete/init module functions are not 2.4 specific před 17 roky
cris 5c742ff1a5 - add sync_file_range() před 17 roky
e1 5c742ff1a5 - add sync_file_range() před 17 roky
frv 5c742ff1a5 - add sync_file_range() před 17 roky
h8300 5c742ff1a5 - add sync_file_range() před 17 roky
hppa 5c742ff1a5 - add sync_file_range() před 17 roky
i386 71c10cea5a - add posix_fadvise. Not yet tested most likely broken in advise64 před 17 roky
i960 5c742ff1a5 - add sync_file_range() před 17 roky
ia64 5c742ff1a5 - add sync_file_range() před 17 roky
m68k 5c742ff1a5 - add sync_file_range() před 17 roky
microblaze 5c742ff1a5 - add sync_file_range() před 17 roky
mips 5c742ff1a5 - add sync_file_range() před 17 roky
nios 5c742ff1a5 - add sync_file_range() před 17 roky
nios2 5c742ff1a5 - add sync_file_range() před 17 roky
powerpc 5c742ff1a5 - add sync_file_range() před 17 roky
sh 937533acb7 sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the před 17 roky
sh64 5c742ff1a5 - add sync_file_range() před 17 roky
sparc 5c742ff1a5 - add sync_file_range() před 17 roky
v850 5c742ff1a5 - add sync_file_range() před 17 roky
vax 5c742ff1a5 - add sync_file_range() před 17 roky
x86_64 5c742ff1a5 - add sync_file_range() před 17 roky
xtensa 5c742ff1a5 - add sync_file_range() před 17 roky
Makefile ba31c6c463 Remove TOPDIR před 20 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 20 roky
README 4d08c75822 - fix typo před 17 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.