Waldemar Brodkorb deccf06484 guard new syscalls preadv/pwritev 9 лет назад
..
aarch64 c0a09054b2 aarch64: fix syscall_error_handler, fixes tst-mqueue errors 9 лет назад
alpha acc7443a4f deduplicate jmpbuf-unwind.h 9 лет назад
arc bddde5860f remove PID caching 9 лет назад
arm bddde5860f remove PID caching 9 лет назад
avr32 acc7443a4f deduplicate jmpbuf-unwind.h 9 лет назад
bfin 2c24209237 elf-{fdpic, dsbt}.h: avoid void pointer's subtraction 9 лет назад
c6x 2c24209237 elf-{fdpic, dsbt}.h: avoid void pointer's subtraction 9 лет назад
common deccf06484 guard new syscalls preadv/pwritev 9 лет назад
common-generic dba942c80d add experimental aarch64 support 9 лет назад
cris acc7443a4f deduplicate jmpbuf-unwind.h 9 лет назад
frv 2c24209237 elf-{fdpic, dsbt}.h: avoid void pointer's subtraction 9 лет назад
h8300 520ac058aa use multiline comment for better copyright parsing 9 лет назад
hppa acc7443a4f deduplicate jmpbuf-unwind.h 9 лет назад
i386 dc79afc0fa g/c __libc_errno 9 лет назад
ia64 bddde5860f remove PID caching 9 лет назад
lm32 5cd5bcb616 remove unused defines for lm32/or1k 10 лет назад
m68k 7a575d9844 include missing Linux extension headers for poll.h 9 лет назад
metag bddde5860f remove PID caching 9 лет назад
microblaze 8ccf7c3e8c microblaze: sync sysdep-cancel.h/sydep.h with GNU libc 9 лет назад
mips 2f514340e3 remove dead code in dlfcn.h 9 лет назад
nds32 bddde5860f remove PID caching 9 лет назад
nios2 bddde5860f remove PID caching 9 лет назад
or1k 9f57d77a9a or1k: add missing definition of ucontext 9 лет назад
powerpc bddde5860f remove PID caching 9 лет назад
sh dc79afc0fa g/c __libc_errno 9 лет назад
sparc 1f85441d5e remove unused assignment in clone 9 лет назад
x86_64 dc79afc0fa g/c __libc_errno 9 лет назад
xtensa dc79afc0fa g/c __libc_errno 9 лет назад
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 16 лет назад
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.