Bernhard Reutner-Fischer 2ba017a2d5 - use c89-style comments 18 жил өмнө
..
alpha 01520fc866 - fix ISO C keywords 18 жил өмнө
arm 093b396bc5 - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__ 18 жил өмнө
avr32 7c3b5b935d avr32: add defines and prototype function for sync_file_range syscall 18 жил өмнө
bfin 2ba017a2d5 - use c89-style comments 18 жил өмнө
common 2ba017a2d5 - use c89-style comments 18 жил өмнө
cris 73a5d417f5 Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink. 18 жил өмнө
e1 2ba017a2d5 - use c89-style comments 18 жил өмнө
frv 5c742ff1a5 - add sync_file_range() 18 жил өмнө
h8300 5c742ff1a5 - add sync_file_range() 18 жил өмнө
hppa 5c742ff1a5 - add sync_file_range() 18 жил өмнө
i386 0e4d33b939 - now passes all LTP tests 18 жил өмнө
i960 5c742ff1a5 - add sync_file_range() 18 жил өмнө
ia64 2ba017a2d5 - use c89-style comments 18 жил өмнө
m68k 8bd49ba865 - add a copy of user_regs 18 жил өмнө
microblaze 2ba017a2d5 - use c89-style comments 18 жил өмнө
mips 01520fc866 - fix ISO C keywords 18 жил өмнө
nios 2ba017a2d5 - use c89-style comments 18 жил өмнө
nios2 5c742ff1a5 - add sync_file_range() 18 жил өмнө
powerpc 5c742ff1a5 - add sync_file_range() 18 жил өмнө
sh 2ba017a2d5 - use c89-style comments 18 жил өмнө
sh64 5c742ff1a5 - add sync_file_range() 18 жил өмнө
sparc 2ba017a2d5 - use c89-style comments 18 жил өмнө
v850 2ba017a2d5 - use c89-style comments 18 жил өмнө
vax 5c742ff1a5 - add sync_file_range() 18 жил өмнө
x86_64 5c742ff1a5 - add sync_file_range() 18 жил өмнө
xtensa 2ba017a2d5 - use c89-style comments 18 жил өмнө
Makefile ba31c6c463 Remove TOPDIR 21 жил өмнө
Makefile.commonarch f81be63bdb - also clean .oS 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 21 жил өмнө
README 4d08c75822 - fix typo 18 жил өмнө

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.