Mike Frysinger fd72e30425 first pass at implementing *at funcs 15 лет назад
..
alpha 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
arm 7c3eebd556 Fix ARM syscall argument loading. 15 лет назад
avr32 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
bfin c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 лет назад
common fd72e30425 first pass at implementing *at funcs 15 лет назад
cris e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
e1 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
frv aceae8ba6d fix typo in frv endian comment 15 лет назад
h8300 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
hppa e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
i386 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
i960 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
ia64 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
m68k e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
microblaze e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
mips 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
nios e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
nios2 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
powerpc 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
sh c06402cccc syscall(): create a common version based on INLINE_SYSCALL_NCS() 15 лет назад
sh64 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
sparc 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
v850 e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
vax e9adfff447 uClibc_arch_features: sync defines between ports 15 лет назад
x86_64 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
xtensa 763bbf9e9a syscall: unify part 2: NCS variety 15 лет назад
Makefile ba31c6c463 Remove TOPDIR 18 лет назад
Makefile.commonarch ba1303003d - cosmetic tidy up of clean target 15 лет назад
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 лет назад
README 4d08c75822 - fix typo 15 лет назад

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.