Eric Andersen a9752043dd Add some syscalls which I moved out of syscalls.c пре 23 година
..
alpha 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
arm 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
common a9752043dd Add some syscalls which I moved out of syscalls.c пре 23 година
h8300 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
i386 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
i960 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
m68k 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
mips 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
powerpc 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
sh 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
sparc 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
v850 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. пре 23 година
Makefile 59c9d20af6 A few more little cleanups пре 24 година
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.