Eric Andersen 33d1ef86d1 Patch from Stefan Holst to fix argv[0] hace 22 años
..
alpha 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
arm 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
common 00fec46c17 Based on a patch from Alexandre Oliva, allow uClibc to compile hace 22 años
cris 5118b90106 Cris can use the generic vfork hace 22 años
e1 2148212370 This should not be inlined. This should probably use a hace 22 años
frv e450548c0e Alexandre Oliva writes: hace 22 años
h8300 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
i386 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
i960 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. hace 22 años
m68k 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
microblaze 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
mips 3532e704fd Generic fork works. Use it instead since this didn't handle errno_location. hace 22 años
powerpc 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
sh 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
sh64 084192da07 Use the generic fork implementation on sh64 hace 22 años
sparc 33d1ef86d1 Patch from Stefan Holst to fix argv[0] hace 22 años
v850 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as hace 22 años
Makefile 72a8f4125b Lets try that one again... hace 22 años
README 2c8e931c67 Make spelling of uClibc be consistant. hace 25 años

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.