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

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.