"Steven J. Hill" bc1f2a2fe6 Enable all of the remaining baud rates. All of the other architectures have them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now. 18 years ago
..
alpha ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
arm 2b178f6024 Atsushi Nemoto writes: 18 years ago
bfin 3c744cd178 fix from upstream blackfin repo for sigsetjmp 18 years ago
common bc1f2a2fe6 Enable all of the remaining baud rates. All of the other architectures have them enabled, so let's go all the way. There was a quick discussion on IRC about making the max baud rate configurable. That requires a bunch of #ifdef salting throughout all of the 'termios.h' files for the pre-processor to chew on. I'm going to pass on that for now. 18 years ago
cris ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
e1 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
frv ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
h8300 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
hppa 145570840f pull in unistd.h for syscall() prototype 18 years ago
i386 a7f47450c0 - make sure to define _LIBC in libc-symbols.h before including anything 18 years ago
i960 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
ia64 4bb5454cbd Patch from Al Stone to fix ia64: 18 years ago
m68k e1d59aed55 create new menu so people can select what format they wish to build uClibc 19 years ago
microblaze ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
mips 1e8d3393a3 Fix broken syscall() function since the original patch did not work. 18 years ago
nios ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
nios2 3a3af36f1b Atle Nissestad writes: The attached patch fixes compilation of the current svn on the nios2 platform, and updates the crt1/n/i.S files to get CTOR/DTOR-support to work. 18 years ago
powerpc 7dfbb9a929 Remove the arch specific mmap impl. for Powerpc. The common one will do. 18 years ago
sh 23a4b23a9a Carmelo AMOROSO <carmelo.amoroso@st.com> writes: 18 years ago
sh64 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
sparc ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
v850 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
vax ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
x86_64 ffd98ffec7 Take Mike Frysinger's comments into account -- make certain that user 19 years ago
Makefile ba31c6c463 Remove TOPDIR 20 years ago
Makefile.commonarch dcf241189a Rehash the PowerPC e500 port to avoid creating symlinks 18 years ago
Makefile.in 358043ffb9 Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles 20 years ago
README 2c8e931c67 Make spelling of uClibc be consistant. 25 years ago

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.