Nicolas S. Dade e3c3bf2b58 pselect: Use linux pselect syscall when available 10 лет назад
..
alpha 0739a3e166 add definitions for O_PATH 10 лет назад
arc 0739a3e166 add definitions for O_PATH 10 лет назад
arm 0739a3e166 add definitions for O_PATH 10 лет назад
avr32 0739a3e166 add definitions for O_PATH 10 лет назад
bfin 0739a3e166 add definitions for O_PATH 10 лет назад
c6x 0739a3e166 add definitions for O_PATH 10 лет назад
common e3c3bf2b58 pselect: Use linux pselect syscall when available 10 лет назад
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 12 лет назад
cris 0739a3e166 add definitions for O_PATH 10 лет назад
frv 0739a3e166 add definitions for O_PATH 10 лет назад
h8300 0739a3e166 add definitions for O_PATH 10 лет назад
hppa 0739a3e166 add definitions for O_PATH 10 лет назад
i386 0739a3e166 add definitions for O_PATH 10 лет назад
i960 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 лет назад
ia64 0739a3e166 add definitions for O_PATH 10 лет назад
lm32 0739a3e166 add definitions for O_PATH 10 лет назад
m68k 0739a3e166 add definitions for O_PATH 10 лет назад
metag 0739a3e166 add definitions for O_PATH 10 лет назад
microblaze 0739a3e166 add definitions for O_PATH 10 лет назад
mips 0739a3e166 add definitions for O_PATH 10 лет назад
nios2 0739a3e166 add definitions for O_PATH 10 лет назад
or1k 0739a3e166 add definitions for O_PATH 10 лет назад
powerpc ce64875415 Add implementation for copysignl for ppc 10 лет назад
sh 1e28bdaabb sh: add back sh2 specific assembly for clone() 10 лет назад
sparc 0739a3e166 add definitions for O_PATH 10 лет назад
v850 263573cf6e remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__ 10 лет назад
x86_64 0739a3e166 add definitions for O_PATH 10 лет назад
xtensa 0739a3e166 add definitions for O_PATH 10 лет назад
Makefile ba31c6c463 Remove TOPDIR 20 лет назад
Makefile.commonarch 9df521f763 buildsys: Do not build crt upon pregen 11 лет назад
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.