Waldemar Brodkorb 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc il y a 3 mois
..
aarch64 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
alpha 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
arc 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
arm 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
avr32 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
bfin 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
c6x 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
common 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc il y a 3 mois
common-generic 1868784053 fix kernel_stat64 definition il y a 6 mois
cris 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
csky 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
frv 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
h8300 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
hppa 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
i386 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
ia64 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
kvx 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
lm32 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
m68k 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
metag 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
microblaze 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
mips 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
nds32 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
nios2 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
or1k 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
powerpc 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
riscv32 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
riscv64 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
sh 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
sparc 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
sparc64 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
tile 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
x86_64 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
xtensa 811cd361e1 add memfd_create syscall wrapper il y a 3 mois
Makefile ba31c6c463 Remove TOPDIR il y a 19 ans
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) il y a 7 ans
Makefile.in 49d8a0e9c6 support building out-of-tree il y a 15 ans
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures il y a 11 ans

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.