Waldemar Brodkorb 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
..
aarch64 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
alpha 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
arc 617d6f88a3 arc: add missing files for fenv support 3 сар өмнө
arm 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
avr32 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
bfin 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
c6x 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
common bf47b6f40a time64: fixed msgctl/semctl/shmctl result errors for for MIPS32/RISCV32 1 сар өмнө
common-generic 1868784053 fix kernel_stat64 definition 1 жил өмнө
cris 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
csky 6b06704d35 csky: add fenv support from glibc 4 сар өмнө
frv 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
h8300 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
hppa 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
i386 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
ia64 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
kvx 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
lm32 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
m68k 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
metag 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
microblaze 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
mips 18ac9aedd5 time64: fix *ctl functions in mips32eb/mips64 1 сар өмнө
nds32 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
nios2 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
or1k 8a77b4785a or1k: add fenv support from glibc 4 сар өмнө
powerpc 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
riscv32 bf47b6f40a time64: fixed msgctl/semctl/shmctl result errors for for MIPS32/RISCV32 1 сар өмнө
riscv64 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 сар өмнө
sh d339ad89cb sh: add fenv support from glibc 4 сар өмнө
sparc f3d4659c79 sparc: add fenv support from glibc 4 сар өмнө
sparc64 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
tile 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
x86_64 b99b775622 Do not rely on unrelocated GOT entries 6 сар өмнө
xtensa 811cd361e1 add memfd_create syscall wrapper 1 жил өмнө
Makefile ba31c6c463 Remove TOPDIR 20 жил өмнө
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 8 жил өмнө
Makefile.in 49d8a0e9c6 support building out-of-tree 16 жил өмнө
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 12 жил өмнө

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.