Peter Seiderer 61b3c079bd utimes: force to use 64-bit implementation if available and requested (part II) hace 1 año
..
aarch64 618001c26e aarch64: add fenv support from glibc hace 1 año
alpha 811cd361e1 add memfd_create syscall wrapper hace 2 años
arc 617d6f88a3 arc: add missing files for fenv support hace 1 año
arm c7405bd4ce arm: add fenv support from glibc hace 1 año
avr32 811cd361e1 add memfd_create syscall wrapper hace 2 años
bfin 811cd361e1 add memfd_create syscall wrapper hace 2 años
c6x 811cd361e1 add memfd_create syscall wrapper hace 2 años
common 61b3c079bd utimes: force to use 64-bit implementation if available and requested (part II) hace 1 año
common-generic 1868784053 fix kernel_stat64 definition hace 2 años
cris 811cd361e1 add memfd_create syscall wrapper hace 2 años
csky 6b06704d35 csky: add fenv support from glibc hace 1 año
frv 811cd361e1 add memfd_create syscall wrapper hace 2 años
h8300 811cd361e1 add memfd_create syscall wrapper hace 2 años
hppa 811cd361e1 add memfd_create syscall wrapper hace 2 años
i386 811cd361e1 add memfd_create syscall wrapper hace 2 años
ia64 811cd361e1 add memfd_create syscall wrapper hace 2 años
kvx 811cd361e1 add memfd_create syscall wrapper hace 2 años
lm32 811cd361e1 add memfd_create syscall wrapper hace 2 años
m68k d69c496886 m68k: add fenv support from glibc hace 1 año
metag 811cd361e1 add memfd_create syscall wrapper hace 2 años
microblaze 811cd361e1 add memfd_create syscall wrapper hace 2 años
mips 6b5950e859 mips/mips64: add fenv support from glibc hace 1 año
nds32 811cd361e1 add memfd_create syscall wrapper hace 2 años
nios2 811cd361e1 add memfd_create syscall wrapper hace 2 años
or1k 8a77b4785a or1k: add fenv support from glibc hace 1 año
powerpc 811cd361e1 add memfd_create syscall wrapper hace 2 años
riscv32 e713a2edb0 riscv: add fenv support from glibc hace 1 año
riscv64 e713a2edb0 riscv: add fenv support from glibc hace 1 año
sh d339ad89cb sh: add fenv support from glibc hace 1 año
sparc f3d4659c79 sparc: add fenv support from glibc hace 1 año
sparc64 811cd361e1 add memfd_create syscall wrapper hace 2 años
tile 811cd361e1 add memfd_create syscall wrapper hace 2 años
x86_64 b99b775622 Do not rely on unrelocated GOT entries hace 1 año
xtensa 811cd361e1 add memfd_create syscall wrapper hace 2 años
Makefile ba31c6c463 Remove TOPDIR hace 21 años
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) hace 9 años
Makefile.in 49d8a0e9c6 support building out-of-tree hace 17 años
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures hace 13 años

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.