Dmitry Chestnykh 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 5 месяцев назад
..
aarch64 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 5 месяцев назад
alpha d2c58318e7 rlimit: fix 64-bit RLIM64_INFINITY macro 11 месяцев назад
arc 7e5864509f Add time64 support to ARC. 7 месяцев назад
arm 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 7 месяцев назад
avr32 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
bfin 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
c6x e5662feb04 c6x compile fix vdso support 1 год назад
common 1b9e6f067d Fix riscv32 build with gcc-14. 5 месяцев назад
common-generic 1868784053 fix kernel_stat64 definition 5 месяцев назад
cris 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
csky 79485f17d5 csky: allow time64 5 месяцев назад
frv 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
h8300 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
hppa 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
i386 7e528892ba x86: Fix __libc_sigaction implementation. 6 месяцев назад
ia64 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
kvx cf0e633c84 kvx: fix asm syntax 1 год назад
lm32 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
m68k 6a856deee9 m68k: enable time64 7 месяцев назад
metag 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
microblaze f6b96020a1 microblaze: enable time64 7 месяцев назад
mips ee7e012b71 Fix *stat() and *stat64() when the time is beyond year 2038. 7 месяцев назад
nds32 573cb24a31 Fix uClibc build for nds32 with gcc-14. 5 месяцев назад
nios2 221f2898b9 open: Add support for O_TMPFILE 3 лет назад
or1k 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 7 месяцев назад
powerpc 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 7 месяцев назад
riscv32 4cab29f60e riscv32: Fix `struct ucontext` definition. 5 месяцев назад
riscv64 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 5 месяцев назад
sh ab498a3c25 superh: enable time64 7 месяцев назад
sparc c8d6b02d71 sparc: Fix incorrect sigreturn stub function implementation. 5 месяцев назад
sparc64 035e048fd6 sparc64: Fix incorrect sigreturn stub function implementation 5 месяцев назад
tile 24e6de08d5 Fix wrong `struct ucontext_t` typedef for all arches. 5 месяцев назад
x86_64 2c58afdb3a Added support for creation of Static Position-Independent Executables (PIE) on i386, x86_64, and arm. 2 лет назад
xtensa 1be6cbd9c0 libc: Remove 32bit timespec structures everywhere. 7 месяцев назад
Makefile ba31c6c463 Remove TOPDIR 19 лет назад
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 7 лет назад
Makefile.in 49d8a0e9c6 support building out-of-tree 15 лет назад
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 11 лет назад

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.