Waldemar Brodkorb 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
alpha 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 2 mesi fa
avr32 811cd361e1 add memfd_create syscall wrapper 2 anni fa
bfin 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
c6x 811cd361e1 add memfd_create syscall wrapper 2 anni fa
common 12275d23f0 wait4: fall back to waitid(2) at runtime when wait4 returns ENOSYS 2 mesi fa
common-generic 1868784053 fix kernel_stat64 definition 2 anni fa
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
csky 6b06704d35 csky: add fenv support from glibc 1 anno fa
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
h8300 811cd361e1 add memfd_create syscall wrapper 2 anni fa
hppa 811cd361e1 add memfd_create syscall wrapper 2 anni fa
i386 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
ia64 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 10 mesi fa
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
m68k 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
metag 811cd361e1 add memfd_create syscall wrapper 2 anni fa
microblaze 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
mips 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
nds32 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
nios2 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
powerpc 811cd361e1 add memfd_create syscall wrapper 2 anni fa
riscv32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
riscv64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 mesi fa
sh 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
sparc 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
sparc64 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
tile 811cd361e1 add memfd_create syscall wrapper 2 anni fa
x86_64 6f784d2ce2 sys/user.h: restore required macros 2 mesi fa
xtensa 811cd361e1 add memfd_create syscall wrapper 2 anni fa
Makefile ba31c6c463 Remove TOPDIR 21 anni fa
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 9 anni fa
Makefile.in 49d8a0e9c6 support building out-of-tree 17 anni fa
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 anni fa

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.