Eric Andersen a740502a3d Cope gracefully with missing module syscalls 21 жил өмнө
..
alpha 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
arm 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
common a740502a3d Cope gracefully with missing module syscalls 21 жил өмнө
cris 5118b90106 Cris can use the generic vfork 21 жил өмнө
e1 2148212370 This should not be inlined. This should probably use a 21 жил өмнө
frv b244adb919 Fixup naming of '_mmap' to 'mmap' so it will properly override 21 жил өмнө
h8300 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
i386 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
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 21 жил өмнө
microblaze 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
mips 3532e704fd Generic fork works. Use it instead since this didn't handle errno_location. 21 жил өмнө
powerpc 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
sh 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
sh64 084192da07 Use the generic fork implementation on sh64 21 жил өмнө
sparc c66701f81d Oops. 21 жил өмнө
v850 3974b578e8 Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as 21 жил өмнө
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.