ramin 57842a04eb microblaze: implement atomic operations with lwx/swx 3 months ago
..
aarch64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
alpha 6f784d2ce2 sys/user.h: restore required macros 3 months ago
arc 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
arm c1bed6cdc8 libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases 3 months ago
avr32 811cd361e1 add memfd_create syscall wrapper 2 years ago
bfin 6f784d2ce2 sys/user.h: restore required macros 3 months ago
c6x 811cd361e1 add memfd_create syscall wrapper 2 years ago
common 0a688ba5b5 buildsys: terminate .eh_frame in shared objects 3 months ago
common-generic 1868784053 fix kernel_stat64 definition 2 years ago
cris 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
csky 859a6f03b8 csky: make __kernel_uid_t/__kernel_gid_t 32-bit 3 months ago
frv 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
h8300 811cd361e1 add memfd_create syscall wrapper 2 years ago
hppa 2f8d80db7a hppa: fix inotify/signalfd/timerfd flag values 3 months ago
i386 7ec7f14b07 i386: add CFI to __libc_i386_syscall6 for cancellation unwinding 3 months ago
ia64 6f784d2ce2 sys/user.h: restore required macros 3 months ago
kvx 77d35096a0 libc: kvx: add {get,set,swap,make}context functions 11 months ago
lm32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
m68k 77c371e095 m68k: make the __jmp_buf layout match what setjmp.S actually saves 3 months ago
metag 811cd361e1 add memfd_create syscall wrapper 2 years ago
microblaze 57842a04eb microblaze: implement atomic operations with lwx/swx 3 months ago
mips 6f784d2ce2 sys/user.h: restore required macros 3 months ago
nds32 6f784d2ce2 sys/user.h: restore required macros 3 months ago
nios2 6f784d2ce2 sys/user.h: restore required macros 3 months ago
or1k 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
powerpc 811cd361e1 add memfd_create syscall wrapper 2 years ago
riscv32 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
riscv64 0357e28fe4 limits.h: define PAGE_SIZE/PAGESIZE like musl, fixing the gdb build 3 months ago
sh 6f784d2ce2 sys/user.h: restore required macros 3 months ago
sparc 6f784d2ce2 sys/user.h: restore required macros 3 months ago
sparc64 6f784d2ce2 sys/user.h: restore required macros 3 months ago
tile 811cd361e1 add memfd_create syscall wrapper 2 years ago
x86_64 6f784d2ce2 sys/user.h: restore required macros 3 months ago
xtensa 811cd361e1 add memfd_create syscall wrapper 2 years ago
Makefile ba31c6c463 Remove TOPDIR 21 years ago
Makefile.commonarch 65e3f409df Fix make rule for generation of "ucontext_i.h" when building in separate directory (with O=) 9 years ago
Makefile.in 49d8a0e9c6 support building out-of-tree 17 years ago
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 years ago

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.