Marcus Haehnel 1731400fc5 aarch64/fpu_control.h: Don't use gcc-internal types há 5 dias atrás
..
aarch64 1731400fc5 aarch64/fpu_control.h: Don't use gcc-internal types há 2 dias atrás
alpha 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
arc 617d6f88a3 arc: add missing files for fenv support há 11 meses atrás
arm 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k há 9 meses atrás
avr32 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
bfin 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
c6x 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
common c08beaadc9 sys/fanotify.h: sync with musl há 1 semana atrás
common-generic 1868784053 fix kernel_stat64 definition há 2 anos atrás
cris 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
csky 6b06704d35 csky: add fenv support from glibc há 1 ano atrás
frv 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
h8300 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
hppa 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
i386 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
ia64 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions há 7 meses atrás
lm32 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
m68k 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k há 9 meses atrás
metag 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
microblaze 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
mips 18ac9aedd5 time64: fix *ctl functions in mips32eb/mips64 há 9 meses atrás
nds32 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
nios2 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
or1k 8a77b4785a or1k: add fenv support from glibc há 1 ano atrás
powerpc 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
riscv32 ef7f32713e riscv: add support for ucontext functions há 3 semanas atrás
riscv64 ef7f32713e riscv: add support for ucontext functions há 3 semanas atrás
sh d339ad89cb sh: add fenv support from glibc há 1 ano atrás
sparc 93c4322a33 sparc: sync with Linux kernel definition, fixes gdb compile há 2 meses atrás
sparc64 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
tile 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
x86_64 b99b775622 Do not rely on unrelocated GOT entries há 1 ano atrás
xtensa 811cd361e1 add memfd_create syscall wrapper há 1 ano atrás
Makefile ba31c6c463 Remove TOPDIR há 20 anos atrás
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) há 9 anos atrás
Makefile.in 49d8a0e9c6 support building out-of-tree há 16 anos atrás
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures há 13 anos atrás

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.