Waldemar Brodkorb 593eff77fa riscv: remove incomplete context implementation, use libucontext 2 lat temu
..
aarch64 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 2 lat temu
alpha d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
arc 7e5864509f Add time64 support to ARC. 2 lat temu
arm 1d8ade50e8 arm: Replace deprecated asm instructions for ARMv8 AArch32 2 lat temu
avr32 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
bfin 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
c6x e5662feb04 c6x compile fix vdso support 3 lat temu
common d3f81bd1dc lseek: allow SEEK_DATA/SEEK_HOLE to be used 2 lat temu
common-generic 1868784053 fix kernel_stat64 definition 2 lat temu
cris 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
csky 79485f17d5 csky: allow time64 2 lat temu
frv d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
h8300 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
hppa 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
i386 7e528892ba x86: Fix __libc_sigaction implementation. 2 lat temu
ia64 d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
kvx cf0e633c84 kvx: fix asm syntax 3 lat temu
lm32 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
m68k d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
metag 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
microblaze f6b96020a1 microblaze: enable time64 2 lat temu
mips 354129807d bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing 2 lat temu
nds32 d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
nios2 221f2898b9 open: Add support for O_TMPFILE 5 lat temu
or1k 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 2 lat temu
powerpc d0c8c185b4 bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere 2 lat temu
riscv32 593eff77fa riscv: remove incomplete context implementation, use libucontext 2 lat temu
riscv64 593eff77fa riscv: remove incomplete context implementation, use libucontext 2 lat temu
sh ab498a3c25 superh: enable time64 2 lat temu
sparc 354129807d bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing 2 lat temu
sparc64 354129807d bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing 2 lat temu
tile 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 2 lat temu
x86_64 354129807d bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing 2 lat temu
xtensa 354129807d bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing 2 lat temu
Makefile ba31c6c463 Remove TOPDIR 21 lat temu
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 9 lat temu
Makefile.in 49d8a0e9c6 support building out-of-tree 17 lat temu
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 lat temu

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.