David McCullough b5cca43546 23 年 前
..
alpha 1eaf395768 A few more needed updates 23 年 前
arm b5cca43546 23 年 前
common 75985b3291 cut-n-paste strikes again 23 年 前
cris d8634ea863 Finish up fixing stat and setting various system types. 23 年 前
h8300 d8634ea863 Finish up fixing stat and setting various system types. 23 年 前
i386 c92bfe3701 Oops. I'd left an extra invocation of sigaction in there... 23 年 前
i960 a3560dc47b Update architecture specific support to consistantly 23 年 前
m68k 2e9500a6c9 23 年 前
mips 8b1cd1869a Prefer mmap2 for mips when available. Fix the mmap test. 23 年 前
powerpc a6e5000686 Fixup some small issues that show up when large file support is disabled 23 年 前
sh eacb6bcea7 23 年 前
sparc 1eaf395768 A few more needed updates 23 年 前
v850 0c6f5b60ad Reserve stack space for args we pass to __uClibc_main. 23 年 前
Makefile a3560dc47b Update architecture specific support to consistantly 23 年 前
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.