Ramin Moussavi 487af14988 libsanitizer: drop __pagesize, make _dl_pagesize the single source of truth 2 месяцев назад
..
aarch64 1731400fc5 aarch64/fpu_control.h: Don't use gcc-internal types 3 месяцев назад
alpha 811cd361e1 add memfd_create syscall wrapper 2 лет назад
arc 617d6f88a3 arc: add missing files for fenv support 1 год назад
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 2 месяцев назад
avr32 811cd361e1 add memfd_create syscall wrapper 2 лет назад
bfin 811cd361e1 add memfd_create syscall wrapper 2 лет назад
c6x 811cd361e1 add memfd_create syscall wrapper 2 лет назад
common 487af14988 libsanitizer: drop __pagesize, make _dl_pagesize the single source of truth 2 месяцев назад
common-generic 1868784053 fix kernel_stat64 definition 2 лет назад
cris 811cd361e1 add memfd_create syscall wrapper 2 лет назад
csky 6b06704d35 csky: add fenv support from glibc 1 год назад
frv 811cd361e1 add memfd_create syscall wrapper 2 лет назад
h8300 811cd361e1 add memfd_create syscall wrapper 2 лет назад
hppa 811cd361e1 add memfd_create syscall wrapper 2 лет назад
i386 811cd361e1 add memfd_create syscall wrapper 2 лет назад
ia64 811cd361e1 add memfd_create syscall wrapper 2 лет назад
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 10 месяцев назад
lm32 811cd361e1 add memfd_create syscall wrapper 2 лет назад
m68k 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k 1 год назад
metag 811cd361e1 add memfd_create syscall wrapper 2 лет назад
microblaze 811cd361e1 add memfd_create syscall wrapper 2 лет назад
mips 18ac9aedd5 time64: fix *ctl functions in mips32eb/mips64 1 год назад
nds32 811cd361e1 add memfd_create syscall wrapper 2 лет назад
nios2 811cd361e1 add memfd_create syscall wrapper 2 лет назад
or1k 8a77b4785a or1k: add fenv support from glibc 1 год назад
powerpc 811cd361e1 add memfd_create syscall wrapper 2 лет назад
riscv32 ef7f32713e riscv: add support for ucontext functions 4 месяцев назад
riscv64 ef7f32713e riscv: add support for ucontext functions 4 месяцев назад
sh d339ad89cb sh: add fenv support from glibc 1 год назад
sparc 93c4322a33 sparc: sync with Linux kernel definition, fixes gdb compile 5 месяцев назад
sparc64 811cd361e1 add memfd_create syscall wrapper 2 лет назад
tile 811cd361e1 add memfd_create syscall wrapper 2 лет назад
x86_64 b99b775622 Do not rely on unrelocated GOT entries 1 год назад
xtensa 811cd361e1 add memfd_create syscall wrapper 2 лет назад
Makefile ba31c6c463 Remove TOPDIR 21 лет назад
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 9 лет назад
Makefile.in 49d8a0e9c6 support building out-of-tree 17 лет назад
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 лет назад

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.