Vladimir Murzin 901462ce37 aarch64/bits: provide sigstack.h vor 4 Jahren
..
aarch64 901462ce37 aarch64/bits: provide sigstack.h vor 4 Jahren
alpha 8a04c4d84c csky: add statx conditionals vor 4 Jahren
arc 8a04c4d84c csky: add statx conditionals vor 4 Jahren
arm 8a04c4d84c csky: add statx conditionals vor 4 Jahren
avr32 8a04c4d84c csky: add statx conditionals vor 4 Jahren
bfin 8a04c4d84c csky: add statx conditionals vor 4 Jahren
c6x 8a04c4d84c csky: add statx conditionals vor 4 Jahren
common 28c3e6db47 common/bits: Fix ipc_perm and semid_ds definitions for 64-bit arches vor 4 Jahren
common-generic 8a73a967e1 statfs.h: sync generic header with glibc vor 5 Jahren
cris 8a04c4d84c csky: add statx conditionals vor 4 Jahren
csky 8a04c4d84c csky: add statx conditionals vor 4 Jahren
frv 8a04c4d84c csky: add statx conditionals vor 4 Jahren
h8300 8a04c4d84c csky: add statx conditionals vor 4 Jahren
hppa 8a04c4d84c csky: add statx conditionals vor 4 Jahren
i386 8a04c4d84c csky: add statx conditionals vor 4 Jahren
ia64 8a04c4d84c csky: add statx conditionals vor 4 Jahren
lm32 8a04c4d84c csky: add statx conditionals vor 4 Jahren
m68k 8a04c4d84c csky: add statx conditionals vor 4 Jahren
metag 8a04c4d84c csky: add statx conditionals vor 4 Jahren
microblaze 8a04c4d84c csky: add statx conditionals vor 4 Jahren
mips 8a04c4d84c csky: add statx conditionals vor 4 Jahren
nds32 8a04c4d84c csky: add statx conditionals vor 4 Jahren
nios2 8a04c4d84c csky: add statx conditionals vor 4 Jahren
or1k 8a04c4d84c csky: add statx conditionals vor 4 Jahren
powerpc 8a04c4d84c csky: add statx conditionals vor 4 Jahren
riscv64 8a04c4d84c csky: add statx conditionals vor 4 Jahren
sh 8a04c4d84c csky: add statx conditionals vor 4 Jahren
sparc 8a04c4d84c csky: add statx conditionals vor 4 Jahren
sparc64 8a04c4d84c csky: add statx conditionals vor 4 Jahren
tile 8a04c4d84c csky: add statx conditionals vor 4 Jahren
x86_64 8a04c4d84c csky: add statx conditionals vor 4 Jahren
xtensa 8a04c4d84c csky: add statx conditionals vor 4 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 18 Jahren
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) vor 7 Jahren
Makefile.in 49d8a0e9c6 support building out-of-tree vor 15 Jahren
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures vor 11 Jahren

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. However, for new architectures which are
using the generic syscalls in the Linux Kernel, the 'common-generic'
directory should be used instead as they all use identical interfaces for
the system calls.