Ramin Moussavi 12275d23f0 wait4: fall back to waitid(2) at runtime when wait4 returns ENOSYS 2 месяцев назад
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
alpha 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 2 месяцев назад
avr32 811cd361e1 add memfd_create syscall wrapper 2 лет назад
bfin 62cb84000b libsanitizer: sys/user.h: remove obsolete BFD trad-core NBPG/UPAGES defines 2 месяцев назад
c6x 811cd361e1 add memfd_create syscall wrapper 2 лет назад
common 12275d23f0 wait4: fall back to waitid(2) at runtime when wait4 returns ENOSYS 2 месяцев назад
common-generic 1868784053 fix kernel_stat64 definition 2 лет назад
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
csky 6b06704d35 csky: add fenv support from glibc 1 год назад
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
h8300 811cd361e1 add memfd_create syscall wrapper 2 лет назад
hppa 811cd361e1 add memfd_create syscall wrapper 2 лет назад
i386 62cb84000b libsanitizer: sys/user.h: remove obsolete BFD trad-core NBPG/UPAGES defines 2 месяцев назад
ia64 62cb84000b libsanitizer: sys/user.h: remove obsolete BFD trad-core NBPG/UPAGES defines 2 месяцев назад
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 10 месяцев назад
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
m68k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
metag 811cd361e1 add memfd_create syscall wrapper 2 лет назад
microblaze 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
mips 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
nds32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
nios2 62cb84000b libsanitizer: sys/user.h: remove obsolete BFD trad-core NBPG/UPAGES defines 2 месяцев назад
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
powerpc 811cd361e1 add memfd_create syscall wrapper 2 лет назад
riscv32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
riscv64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
sh 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
sparc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
sparc64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
tile 811cd361e1 add memfd_create syscall wrapper 2 лет назад
x86_64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 2 месяцев назад
xtensa 811cd361e1 add memfd_create syscall wrapper 2 лет назад
Makefile ba31c6c463 Remove TOPDIR 21 лет назад
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 9 лет назад
Makefile.in 49d8a0e9c6 support building out-of-tree 17 лет назад
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 лет назад

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.