Bernhard Reutner-Fischer 71c10cea5a - add posix_fadvise. Not yet tested most likely broken in advise64 15 years ago
..
alpha 5c742ff1a5 - add sync_file_range() 15 years ago
arm 5c742ff1a5 - add sync_file_range() 15 years ago
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 15 years ago
bfin 5c742ff1a5 - add sync_file_range() 15 years ago
common 4c12e5c94a Fix posix_fadvise[64] functions to return the error number in case 15 years ago
cris 5c742ff1a5 - add sync_file_range() 15 years ago
e1 5c742ff1a5 - add sync_file_range() 15 years ago
frv 5c742ff1a5 - add sync_file_range() 15 years ago
h8300 5c742ff1a5 - add sync_file_range() 15 years ago
hppa 5c742ff1a5 - add sync_file_range() 15 years ago
i386 71c10cea5a - add posix_fadvise. Not yet tested most likely broken in advise64 15 years ago
i960 5c742ff1a5 - add sync_file_range() 15 years ago
ia64 5c742ff1a5 - add sync_file_range() 15 years ago
m68k 5c742ff1a5 - add sync_file_range() 15 years ago
microblaze 5c742ff1a5 - add sync_file_range() 15 years ago
mips 5c742ff1a5 - add sync_file_range() 15 years ago
nios 5c742ff1a5 - add sync_file_range() 15 years ago
nios2 5c742ff1a5 - add sync_file_range() 15 years ago
powerpc 5c742ff1a5 - add sync_file_range() 15 years ago
sh 28134dd75c Add INTERNAL_SYSCALL macros for sh 15 years ago
sh64 5c742ff1a5 - add sync_file_range() 15 years ago
sparc 5c742ff1a5 - add sync_file_range() 15 years ago
v850 5c742ff1a5 - add sync_file_range() 15 years ago
vax 5c742ff1a5 - add sync_file_range() 15 years ago
x86_64 5c742ff1a5 - add sync_file_range() 15 years ago
xtensa 5c742ff1a5 - add sync_file_range() 15 years ago
Makefile ba31c6c463 Remove TOPDIR 18 years ago
Makefile.commonarch 516a518c9d - make sure to build crti and crtn with PICFLAG 16 years ago
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 18 years ago
README 4d08c75822 - fix typo 15 years ago

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.