Eric Andersen 5118b90106 Cris can use the generic vfork 22 лет назад
..
alpha 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
arm 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
common 082e680bd5 New stdio core. Should be more maintainable. Fixes a couple of bugs. 22 лет назад
cris 5118b90106 Cris can use the generic vfork 22 лет назад
e1 2148212370 This should not be inlined. This should probably use a 22 лет назад
h8300 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
i386 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
i960 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 22 лет назад
m68k 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
microblaze 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
mips 273639fff8 Add missing mips specific include/sys/user.h 22 лет назад
powerpc 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
sh 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
sh64 084192da07 Use the generic fork implementation on sh64 22 лет назад
sparc d3c240368b Fixup fork implementation to provide the __libc_fork symbol 22 лет назад
v850 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 лет назад
Makefile 72a8f4125b Lets try that one again... 22 лет назад
README 2c8e931c67 Make spelling of uClibc be consistant. 25 лет назад

README

This directory level abstracts out the Linux Operating System dependent
features of uClibc for suported 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 the common stuff that is not at all dependent on a particular Linux architecture
goes in the 'common' directory.