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.