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

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.