ramin 2063e00954 m68k: fix struct semid_ds layout for TIME64 2 дней назад
..
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 2 недель назад
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 2063e00954 m68k: fix struct semid_ds layout for TIME64 2 дней назад
common-generic 1868784053 fix kernel_stat64 definition 2 лет назад
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 неделя назад
csky 859a6f03b8 csky: make __kernel_uid_t/__kernel_gid_t 32-bit 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 8 месяцев назад
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 1 неделя назад
m68k 77c371e095 m68k: make the __jmp_buf layout match what setjmp.S actually saves 1 неделя назад
metag 811cd361e1 add memfd_create syscall wrapper 1 год назад
microblaze 57842a04eb microblaze: implement atomic operations with lwx/swx 2 дней назад
mips 6f784d2ce2 sys/user.h: restore required macros 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.