Peter S. Mazinger eedef37b4a do not define _ISOC99_SOURCE in specific files vor 15 Jahren
..
alpha 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm vor 13 Jahren
arm 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
avr32 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
bfin 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm vor 13 Jahren
c6x 934f2fc45e change __asm to __asm__ and __volatile to __volatile__ vor 13 Jahren
common eedef37b4a do not define _ISOC99_SOURCE in specific files vor 13 Jahren
cris c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h vor 13 Jahren
e1 41647059ec bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target vor 15 Jahren
frv 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
h8300 c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h vor 13 Jahren
hppa 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
i386 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm vor 13 Jahren
i960 8f86b8a197 move *longjmp related prototypes to setjmp.h vor 13 Jahren
ia64 02c9f0d6e8 remove libc_hidden_proto(ioperm) from all headers except arm vor 13 Jahren
m68k e03994a376 huge_vall.h: add for i386,ia64,m68k,sparc vor 13 Jahren
microblaze 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
mips 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
nios 903b6fc667 nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location vor 13 Jahren
nios2 903b6fc667 nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_location vor 13 Jahren
powerpc d5332f2fdd local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update common vor 13 Jahren
sh 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
sh64 c53099f7df cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h vor 13 Jahren
sparc e03994a376 huge_vall.h: add for i386,ia64,m68k,sparc vor 13 Jahren
v850 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
vax 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
x86_64 2b836fc1d5 mmap.c: provide a common mmap.c that is good for most of archs vor 13 Jahren
xtensa b91a7f431d cleanup fork() vor 13 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 20 Jahren
Makefile.commonarch f6450b67cc buildsys: do_rm ARCH_HEADERS vor 14 Jahren
Makefile.in 49d8a0e9c6 support building out-of-tree vor 16 Jahren
README 4d08c75822 - fix typo vor 17 Jahren

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.