Joris van Rantwijk fc43f3fc0c Fix adjtimex() with TIME64 před 1 dnem
..
aarch64 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k před 6 měsíci
alpha 811cd361e1 add memfd_create syscall wrapper před 1 rokem
arc 617d6f88a3 arc: add missing files for fenv support před 8 měsíci
arm 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k před 6 měsíci
avr32 811cd361e1 add memfd_create syscall wrapper před 1 rokem
bfin 811cd361e1 add memfd_create syscall wrapper před 1 rokem
c6x 811cd361e1 add memfd_create syscall wrapper před 1 rokem
common fc43f3fc0c Fix adjtimex() with TIME64 před 1 dnem
common-generic 1868784053 fix kernel_stat64 definition před 1 rokem
cris 811cd361e1 add memfd_create syscall wrapper před 1 rokem
csky 6b06704d35 csky: add fenv support from glibc před 9 měsíci
frv 811cd361e1 add memfd_create syscall wrapper před 1 rokem
h8300 811cd361e1 add memfd_create syscall wrapper před 1 rokem
hppa 811cd361e1 add memfd_create syscall wrapper před 1 rokem
i386 811cd361e1 add memfd_create syscall wrapper před 1 rokem
ia64 811cd361e1 add memfd_create syscall wrapper před 1 rokem
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions před 4 měsíci
lm32 811cd361e1 add memfd_create syscall wrapper před 1 rokem
m68k 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k před 6 měsíci
metag 811cd361e1 add memfd_create syscall wrapper před 1 rokem
microblaze 811cd361e1 add memfd_create syscall wrapper před 1 rokem
mips 18ac9aedd5 time64: fix *ctl functions in mips32eb/mips64 před 6 měsíci
nds32 811cd361e1 add memfd_create syscall wrapper před 1 rokem
nios2 811cd361e1 add memfd_create syscall wrapper před 1 rokem
or1k 8a77b4785a or1k: add fenv support from glibc před 9 měsíci
powerpc 811cd361e1 add memfd_create syscall wrapper před 1 rokem
riscv32 bf47b6f40a time64: fixed msgctl/semctl/shmctl result errors for for MIPS32/RISCV32 před 6 měsíci
riscv64 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k před 6 měsíci
sh d339ad89cb sh: add fenv support from glibc před 9 měsíci
sparc f3d4659c79 sparc: add fenv support from glibc před 9 měsíci
sparc64 811cd361e1 add memfd_create syscall wrapper před 1 rokem
tile 811cd361e1 add memfd_create syscall wrapper před 1 rokem
x86_64 b99b775622 Do not rely on unrelocated GOT entries před 10 měsíci
xtensa 811cd361e1 add memfd_create syscall wrapper před 1 rokem
Makefile ba31c6c463 Remove TOPDIR před 20 roky
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) před 9 roky
Makefile.in 49d8a0e9c6 support building out-of-tree před 16 roky
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures před 13 roky

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.