Waldemar Brodkorb 2f20790600 loongarch: add basic static only support 1 周之前
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
alpha 6f784d2ce2 sys/user.h: restore required macros 1 月之前
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 1 月之前
avr32 811cd361e1 add memfd_create syscall wrapper 1 年之前
bfin 6f784d2ce2 sys/user.h: restore required macros 1 月之前
c6x 811cd361e1 add memfd_create syscall wrapper 1 年之前
common 7b58f9f30e libc: fix struct msqid_ds layout for TIME64 on all common-header arches 1 月之前
common-generic 1868784053 fix kernel_stat64 definition 2 年之前
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
csky 5bbfe79168 libc: fix struct shmid_ds layout for TIME64 1 月之前
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
h8300 811cd361e1 add memfd_create syscall wrapper 1 年之前
hppa 2f8d80db7a hppa: fix inotify/signalfd/timerfd flag values 1 月之前
i386 7ec7f14b07 i386: add CFI to __libc_i386_syscall6 for cancellation unwinding 1 月之前
ia64 6f784d2ce2 sys/user.h: restore required macros 1 月之前
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 9 月之前
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
loongarch 2f20790600 loongarch: add basic static only support 1 周之前
m68k 5bbfe79168 libc: fix struct shmid_ds layout for TIME64 1 月之前
metag 811cd361e1 add memfd_create syscall wrapper 1 年之前
microblaze 57842a04eb microblaze: implement atomic operations with lwx/swx 1 月之前
mips 7c10829ea6 mips: fix setjmp() on n32/n64 (.cpreturn, not .cprestore) 1 月之前
nds32 6f784d2ce2 sys/user.h: restore required macros 1 月之前
nios2 6f784d2ce2 sys/user.h: restore required macros 1 月之前
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
powerpc 811cd361e1 add memfd_create syscall wrapper 1 年之前
riscv32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
riscv64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 月之前
sh 6f784d2ce2 sys/user.h: restore required macros 1 月之前
sparc 6f784d2ce2 sys/user.h: restore required macros 1 月之前
sparc64 6f784d2ce2 sys/user.h: restore required macros 1 月之前
tile 811cd361e1 add memfd_create syscall wrapper 1 年之前
x86_64 6f784d2ce2 sys/user.h: restore required macros 1 月之前
xtensa 811cd361e1 add memfd_create syscall wrapper 1 年之前
Makefile ba31c6c463 Remove TOPDIR 20 年之前
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.