Mike Frysinger dbaa240832 libc/sysdeps: add dup3 syscall wrapper 11 yıl önce
..
alpha 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
arm 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
avr32 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
bfin 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
c6x 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
common dbaa240832 libc/sysdeps: add dup3 syscall wrapper 11 yıl önce
cris 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
e1 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
frv 0a043c30ee vfork: make all archs consistent 12 yıl önce
h8300 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
hppa 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
i386 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
i960 0a043c30ee vfork: make all archs consistent 12 yıl önce
ia64 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
m68k 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
microblaze bee4e25e3d microblaze/bits/setjmp.h: Fix stray #endif 11 yıl önce
mips 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
nios 0a043c30ee vfork: make all archs consistent 12 yıl önce
nios2 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
powerpc 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
sh 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
sh64 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
sparc 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
v850 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
vax 80101f0d62 vax/statfs.h: common one is good for vax 12 yıl önce
x86_64 6a76edddaa libc/sysdeps: add __kernel_long and __kernel_ulong 11 yıl önce
xtensa e2d6bec249 xtensa: add missing atomic intrinsics 11 yıl önce
Makefile ba31c6c463 Remove TOPDIR 18 yıl önce
Makefile.commonarch f6450b67cc buildsys: do_rm ARCH_HEADERS 13 yıl önce
Makefile.in 49d8a0e9c6 support building out-of-tree 15 yıl önce
README 4d08c75822 - fix typo 16 yıl önce

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.