Bernhard Reutner-Fischer 5d2a22bbbd - sync_file_range(). Missed the i386 directory in previous commit 17 yıl önce
..
alpha 5c742ff1a5 - add sync_file_range() 17 yıl önce
arm 5c742ff1a5 - add sync_file_range() 17 yıl önce
avr32 40ee4cb949 avr32: Put underscores around asm, inline, etc. 17 yıl önce
bfin 5c742ff1a5 - add sync_file_range() 17 yıl önce
common 5c742ff1a5 - add sync_file_range() 17 yıl önce
cris 5c742ff1a5 - add sync_file_range() 17 yıl önce
e1 5c742ff1a5 - add sync_file_range() 17 yıl önce
frv 5c742ff1a5 - add sync_file_range() 17 yıl önce
h8300 5c742ff1a5 - add sync_file_range() 17 yıl önce
hppa 5c742ff1a5 - add sync_file_range() 17 yıl önce
i386 5d2a22bbbd - sync_file_range(). Missed the i386 directory in previous commit 17 yıl önce
i960 5c742ff1a5 - add sync_file_range() 17 yıl önce
ia64 5c742ff1a5 - add sync_file_range() 17 yıl önce
m68k 5c742ff1a5 - add sync_file_range() 17 yıl önce
microblaze 5c742ff1a5 - add sync_file_range() 17 yıl önce
mips 5c742ff1a5 - add sync_file_range() 17 yıl önce
nios 5c742ff1a5 - add sync_file_range() 17 yıl önce
nios2 5c742ff1a5 - add sync_file_range() 17 yıl önce
powerpc 5c742ff1a5 - add sync_file_range() 17 yıl önce
sh 28134dd75c Add INTERNAL_SYSCALL macros for sh 17 yıl önce
sh64 5c742ff1a5 - add sync_file_range() 17 yıl önce
sparc 5c742ff1a5 - add sync_file_range() 17 yıl önce
v850 5c742ff1a5 - add sync_file_range() 17 yıl önce
vax 5c742ff1a5 - add sync_file_range() 17 yıl önce
x86_64 5c742ff1a5 - add sync_file_range() 17 yıl önce
xtensa 5c742ff1a5 - add sync_file_range() 17 yıl önce
Makefile ba31c6c463 Remove TOPDIR 20 yıl önce
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 17 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 20 yıl önce
README 4d08c75822 - fix typo 17 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.