ramin 3f2ef085d8 alpha: stop bits/wordsize.h from deciding long double math 3 дней назад
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
alpha 3f2ef085d8 alpha: stop bits/wordsize.h from deciding long double math 3 дней назад
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 4 месяцев назад
avr32 811cd361e1 add memfd_create syscall wrapper 2 лет назад
bfin 6f784d2ce2 sys/user.h: restore required macros 3 месяцев назад
c6x 811cd361e1 add memfd_create syscall wrapper 2 лет назад
common 6273c2f86c sigaction: put sa_restorer behind sa_mask where the kernel has no such field 3 недель назад
common-generic 1868784053 fix kernel_stat64 definition 2 лет назад
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
csky 5bbfe79168 libc: fix struct shmid_ds layout for TIME64 3 месяцев назад
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
h8300 811cd361e1 add memfd_create syscall wrapper 2 лет назад
hppa 390442a222 hppa: match the kernel's SysV IPC time field order 3 недель назад
i386 7ec7f14b07 i386: add CFI to __libc_i386_syscall6 for cancellation unwinding 3 месяцев назад
ia64 6f784d2ce2 sys/user.h: restore required macros 3 месяцев назад
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 1 год назад
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
loongarch64 0202f757e5 loongarch64: skip .init/.fini processing 1 неделя назад
m68k 5222fefffa m68k: use the kernel helper on every core without CAS, not just ColdFire 4 недель назад
metag 811cd361e1 add memfd_create syscall wrapper 2 лет назад
microblaze 57842a04eb microblaze: implement atomic operations with lwx/swx 3 месяцев назад
mips 4d307481e2 mips: Fix struct stat st_size type for N32/N64 3 дней назад
nds32 6f784d2ce2 sys/user.h: restore required macros 3 месяцев назад
nios2 cbf69df781 nios2: make dynamic linking work 3 недель назад
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 месяцев назад
powerpc b67a837b71 powerpc: return -errno from INTERNAL_SYSCALL 1 неделя назад
riscv32 50c470ef4e riscv: setcontext: fix linking error 2 месяцев назад
riscv64 bd3d888960 riscv64: the large-file fcntl lock commands are the plain ones 1 неделя назад
sh 644fe9aaa2 sh: give FP_ILOGB0 the type ISO C asks for 3 дней назад
sparc 67ae1abdc0 sparc: end the clone child with the exit syscall, not exit() 1 неделя назад
sparc64 6f784d2ce2 sys/user.h: restore required macros 3 месяцев назад
tile 811cd361e1 add memfd_create syscall wrapper 2 лет назад
x86_64 6f784d2ce2 sys/user.h: restore required macros 3 месяцев назад
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.