Waldemar Brodkorb fd4df4b1ec getrandom: remove __USE_GNU / add GRND_INSECURE il y a 2 ans
..
aarch64 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
alpha 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
arc 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
arm 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
avr32 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
bfin 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
c6x 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
common fd4df4b1ec getrandom: remove __USE_GNU / add GRND_INSECURE il y a 2 ans
common-generic 1868784053 fix kernel_stat64 definition il y a 2 ans
cris 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
csky 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
frv 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
h8300 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
hppa 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
i386 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
ia64 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
kvx 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
lm32 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
m68k 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
metag 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
microblaze 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
mips 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
nds32 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
nios2 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
or1k 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
powerpc 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
riscv32 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
riscv64 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
sh 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
sparc 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
sparc64 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
tile 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
x86_64 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
xtensa 811cd361e1 add memfd_create syscall wrapper il y a 2 ans
Makefile ba31c6c463 Remove TOPDIR il y a 21 ans
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) il y a 9 ans
Makefile.in 49d8a0e9c6 support building out-of-tree il y a 17 ans
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures il y a 13 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.