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

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.