Waldemar Brodkorb 255b70454b riscv64: sync with glibc clone.S il y a 2 mois
..
aarch64 98576ab8de fcntl.h: declare f_owner_ex for all architectures il y a 9 mois
alpha d2c58318e7 rlimit: fix 64-bit RLIM64_INFINITY macro il y a 6 mois
arc 7e5864509f Add time64 support to ARC. il y a 2 mois
arm 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. il y a 2 mois
avr32 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
bfin 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
c6x e5662feb04 c6x compile fix vdso support il y a 9 mois
common 7e5864509f Add time64 support to ARC. il y a 2 mois
common-generic 50bd6d06e3 Fix memory corruption due to struct stat field il y a 3 ans
cris 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
csky 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
frv 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
h8300 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
hppa 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
i386 949ccc281c x86: enable time64 il y a 2 mois
ia64 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
kvx cf0e633c84 kvx: fix asm syntax il y a 8 mois
lm32 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
m68k 6a856deee9 m68k: enable time64 il y a 2 mois
metag 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
microblaze f6b96020a1 microblaze: enable time64 il y a 2 mois
mips ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. il y a 2 mois
nds32 6b6f51c21d nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes il y a 2 ans
nios2 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
or1k 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. il y a 2 mois
powerpc 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. il y a 2 mois
riscv32 1be78c337c riscv32: decouple from riscv64 il y a 2 mois
riscv64 255b70454b riscv64: sync with glibc clone.S il y a 2 mois
sh ab498a3c25 superh: enable time64 il y a 2 mois
sparc 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. il y a 2 mois
sparc64 d2c58318e7 rlimit: fix 64-bit RLIM64_INFINITY macro il y a 6 mois
tile 221f2898b9 open: Add support for O_TMPFILE il y a 3 ans
x86_64 2c58afdb3a Added support for creation of Static Position-Independent Executables (PIE) on i386, x86_64, and arm. il y a 1 an
xtensa 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. il y a 2 mois
Makefile ba31c6c463 Remove TOPDIR il y a 18 ans
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) il y a 7 ans
Makefile.in 49d8a0e9c6 support building out-of-tree il y a 14 ans
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures il y a 11 ans

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.