Waldemar Brodkorb c7405bd4ce arm: add fenv support from glibc hace 9 meses
..
aarch64 618001c26e aarch64: add fenv support from glibc hace 9 meses
alpha 811cd361e1 add memfd_create syscall wrapper hace 1 año
arc 811cd361e1 add memfd_create syscall wrapper hace 1 año
arm c7405bd4ce arm: add fenv support from glibc hace 9 meses
avr32 811cd361e1 add memfd_create syscall wrapper hace 1 año
bfin 811cd361e1 add memfd_create syscall wrapper hace 1 año
c6x 811cd361e1 add memfd_create syscall wrapper hace 1 año
common 4e53564f45 nan.h: define NAN only if not already defined hace 11 meses
common-generic 1868784053 fix kernel_stat64 definition hace 1 año
cris 811cd361e1 add memfd_create syscall wrapper hace 1 año
csky 811cd361e1 add memfd_create syscall wrapper hace 1 año
frv 811cd361e1 add memfd_create syscall wrapper hace 1 año
h8300 811cd361e1 add memfd_create syscall wrapper hace 1 año
hppa 811cd361e1 add memfd_create syscall wrapper hace 1 año
i386 811cd361e1 add memfd_create syscall wrapper hace 1 año
ia64 811cd361e1 add memfd_create syscall wrapper hace 1 año
kvx 811cd361e1 add memfd_create syscall wrapper hace 1 año
lm32 811cd361e1 add memfd_create syscall wrapper hace 1 año
m68k 811cd361e1 add memfd_create syscall wrapper hace 1 año
metag 811cd361e1 add memfd_create syscall wrapper hace 1 año
microblaze 811cd361e1 add memfd_create syscall wrapper hace 1 año
mips 811cd361e1 add memfd_create syscall wrapper hace 1 año
nds32 811cd361e1 add memfd_create syscall wrapper hace 1 año
nios2 811cd361e1 add memfd_create syscall wrapper hace 1 año
or1k 811cd361e1 add memfd_create syscall wrapper hace 1 año
powerpc 811cd361e1 add memfd_create syscall wrapper hace 1 año
riscv32 811cd361e1 add memfd_create syscall wrapper hace 1 año
riscv64 811cd361e1 add memfd_create syscall wrapper hace 1 año
sh 811cd361e1 add memfd_create syscall wrapper hace 1 año
sparc 811cd361e1 add memfd_create syscall wrapper hace 1 año
sparc64 811cd361e1 add memfd_create syscall wrapper hace 1 año
tile 811cd361e1 add memfd_create syscall wrapper hace 1 año
x86_64 b99b775622 Do not rely on unrelocated GOT entries hace 9 meses
xtensa 811cd361e1 add memfd_create syscall wrapper hace 1 año
Makefile ba31c6c463 Remove TOPDIR hace 20 años
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) hace 9 años
Makefile.in 49d8a0e9c6 support building out-of-tree hace 16 años
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures hace 13 años

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.