Eric Andersen b244adb919 Fixup naming of '_mmap' to 'mmap' so it will properly override 22 anni fa
..
alpha 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
arm 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
common 0dccbee4eb Fixup fdatasync on alpha, thanks to Alan Hourihane 22 anni fa
cris 5118b90106 Cris can use the generic vfork 22 anni fa
e1 2148212370 This should not be inlined. This should probably use a 22 anni fa
frv b244adb919 Fixup naming of '_mmap' to 'mmap' so it will properly override 22 anni fa
h8300 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
i386 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
i960 6334e558ab Split up syscalls.c, since it had grown to be quite large and ugly. 22 anni fa
m68k 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
microblaze 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
mips 3532e704fd Generic fork works. Use it instead since this didn't handle errno_location. 22 anni fa
powerpc 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
sh 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
sh64 084192da07 Use the generic fork implementation on sh64 22 anni fa
sparc c66701f81d Oops. 22 anni fa
v850 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 22 anni fa
Makefile 72a8f4125b Lets try that one again... 23 anni fa
README 2c8e931c67 Make spelling of uClibc be consistant. 26 anni fa

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.