Waldemar Brodkorb 63053cbd28 sparc: remove unused 64 bit support code 9 ani în urmă
..
alpha 0739a3e166 add definitions for O_PATH 10 ani în urmă
arc 0739a3e166 add definitions for O_PATH 10 ani în urmă
arm 6a8ccc9552 remove linuxthreads.new, rename linuxthreads.old 9 ani în urmă
avr32 0739a3e166 add definitions for O_PATH 10 ani în urmă
bfin 0739a3e166 add definitions for O_PATH 10 ani în urmă
c6x 0739a3e166 add definitions for O_PATH 10 ani în urmă
common 6a8ccc9552 remove linuxthreads.new, rename linuxthreads.old 9 ani în urmă
common-generic cee1028b64 libc/sysdeps: Fix common-generic stat.h for BE part 2 12 ani în urmă
cris 0739a3e166 add definitions for O_PATH 10 ani în urmă
frv c0a2d0b7ed frv: resurrect port somehow, totally untested 10 ani în urmă
h8300 756575e5b6 h8300: O_DIRECT and O_DIRECTORY swapping. 10 ani în urmă
hppa acffbf7d15 hppa: unbreak toolchain building 10 ani în urmă
i386 48d8d11d69 Add implementation for copysignl for i386 10 ani în urmă
ia64 3c67c044f9 ia64: sync with glibc headers 10 ani în urmă
lm32 5cd5bcb616 remove unused defines for lm32/or1k 10 ani în urmă
m68k 0739a3e166 add definitions for O_PATH 10 ani în urmă
metag 0f2a411b68 replace FSF addresses with URLs 10 ani în urmă
microblaze 2559592659 microblaze: fix setjmp/longjmp 9 ani în urmă
mips 931fd627f6 mips: fix clashing symbols 10 ani în urmă
nios2 e6acefa2dd nios2: allow to build toolchain 10 ani în urmă
or1k 5cd5bcb616 remove unused defines for lm32/or1k 10 ani în urmă
powerpc ce64875415 Add implementation for copysignl for ppc 10 ani în urmă
sh 1e28bdaabb sh: add back sh2 specific assembly for clone() 10 ani în urmă
sparc 63053cbd28 sparc: remove unused 64 bit support code 9 ani în urmă
x86_64 0739a3e166 add definitions for O_PATH 10 ani în urmă
xtensa 0f2a411b68 replace FSF addresses with URLs 10 ani în urmă
Makefile ba31c6c463 Remove TOPDIR 20 ani în urmă
Makefile.commonarch 9df521f763 buildsys: Do not build crt upon pregen 11 ani în urmă
Makefile.in 49d8a0e9c6 support building out-of-tree 16 ani în urmă
README 6a69d7fc63 libc/sysdeps: Add new interfaces for new architectures 13 ani în urmă

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.