Waldemar Brodkorb 359fcd62fc ppc: add fenv support from glibc hai 4 semanas
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
alpha 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases hai 4 meses
avr32 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
bfin 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
c6x 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
common 6d8ec52b82 Fix SSP support for riscv32 hai 1 mes
common-generic 1868784053 fix kernel_stat64 definition %!s(int64=2) %!d(string=hai) anos
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
csky 5bbfe79168 libc: fix struct shmid_ds layout for TIME64 hai 3 meses
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
h8300 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
hppa 2f8d80db7a hppa: fix inotify/signalfd/timerfd flag values hai 3 meses
i386 7ec7f14b07 i386: add CFI to __libc_i386_syscall6 for cancellation unwinding hai 3 meses
ia64 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions hai 1 ano
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
loongarch 2f20790600 loongarch: add basic static only support hai 2 meses
m68k 5222fefffa m68k: use the kernel helper on every core without CAS, not just ColdFire hai 4 semanas
metag 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
microblaze 57842a04eb microblaze: implement atomic operations with lwx/swx hai 3 meses
mips 7c10829ea6 mips: fix setjmp() on n32/n64 (.cpreturn, not .cprestore) hai 3 meses
nds32 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
nios2 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build hai 3 meses
powerpc 359fcd62fc ppc: add fenv support from glibc hai 4 semanas
riscv32 50c470ef4e riscv: setcontext: fix linking error hai 2 meses
riscv64 50c470ef4e riscv: setcontext: fix linking error hai 2 meses
sh 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
sparc 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
sparc64 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
tile 811cd361e1 add memfd_create syscall wrapper %!s(int64=2) %!d(string=hai) anos
x86_64 6f784d2ce2 sys/user.h: restore required macros hai 3 meses
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.