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

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.