Waldemar Brodkorb 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 ماه پیش
..
aarch64 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
alpha 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
arc 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
arm 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
avr32 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
bfin 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
c6x 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
common 3d975fa52b add process_vm_{read,write}v syscall wrapper from glibc 3 ماه پیش
common-generic 1868784053 fix kernel_stat64 definition 6 ماه پیش
cris 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
csky 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
frv 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
h8300 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
hppa 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
i386 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
ia64 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
kvx 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
lm32 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
m68k 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
metag 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
microblaze 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
mips 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
nds32 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
nios2 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
or1k 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
powerpc 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
riscv32 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
riscv64 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
sh 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
sparc 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
sparc64 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
tile 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
x86_64 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
xtensa 811cd361e1 add memfd_create syscall wrapper 3 ماه پیش
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.