Charles Mirabile 39b64ce85c Fix {g,s}ettimeofday when !UCLIBC_HAS_REALTIME hai 4 meses
..
aarch64 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k hai 1 ano
alpha 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
arc 617d6f88a3 arc: add missing files for fenv support hai 1 ano
arm 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k hai 1 ano
avr32 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
bfin 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
c6x 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
common 39b64ce85c Fix {g,s}ettimeofday when !UCLIBC_HAS_REALTIME hai 4 meses
common-generic 1868784053 fix kernel_stat64 definition %!s(int64=2) %!d(string=hai) anos
cris 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
csky 6b06704d35 csky: add fenv support from glibc hai 1 ano
frv 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
h8300 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
hppa 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
i386 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
ia64 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions hai 10 meses
lm32 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
m68k 9a23a016ac Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k hai 1 ano
metag 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
microblaze 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
mips 18ac9aedd5 time64: fix *ctl functions in mips32eb/mips64 hai 1 ano
nds32 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
nios2 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
or1k 8a77b4785a or1k: add fenv support from glibc hai 1 ano
powerpc 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
riscv32 ef7f32713e riscv: add support for ucontext functions hai 4 meses
riscv64 ef7f32713e riscv: add support for ucontext functions hai 4 meses
sh d339ad89cb sh: add fenv support from glibc hai 1 ano
sparc 93c4322a33 sparc: sync with Linux kernel definition, fixes gdb compile hai 6 meses
sparc64 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
tile 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
x86_64 b99b775622 Do not rely on unrelocated GOT entries hai 1 ano
xtensa 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
Makefile ba31c6c463 Remove TOPDIR %!s(int64=21) %!d(string=hai) anos
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) %!s(int64=9) %!d(string=hai) anos
Makefile.in 49d8a0e9c6 support building out-of-tree %!s(int64=17) %!d(string=hai) anos
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures %!s(int64=13) %!d(string=hai) anos

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.