summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-15unusedMike Frysinger
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger
2005-11-15use clone() instead of __clone()Mike Frysinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger
2005-11-15update licenses and sync with glibcMike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-15make sure TARGET_ARCH is set ... thought i committed this already?Mike Frysinger
2005-11-15use $TOPDIR instead of ../ and utilize -B so that our target utils use the co...Mike Frysinger
2005-11-15update license infoMike Frysinger
2005-11-15import some math funcs from glibcMike Frysinger
2005-11-15remove unused fileMike Frysinger
2005-11-15need to declare our stack directionMike Frysinger
2005-11-15import test from glibcMike Frysinger
2005-11-15add a way to just run uclibc or glibc testsMike Frysinger
2005-11-14Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger
2005-11-14undef functions needed for usage within libcPeter S. Mazinger
2005-11-14Split up wstring.c and use attribute_hiddenPeter S. Mazinger
2005-11-14Move to use attribute_hiddenPeter S. Mazinger
2005-11-14Corrections to splitted filesPeter S. Mazinger
2005-11-14Let the #define do all the workEric Andersen
2005-11-13It was pointed out to me that http://www.uclibc.org/copyright.txtEric Andersen
2005-11-13quiet the make -CMike Frysinger
2005-11-12initial port to hppaMike Frysinger
2005-11-12make people provide these headers when portingMike Frysinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versions, hope I made it correctly. Sparc optimized string functio...Peter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-12Add hidden versionsPeter S. Mazinger
2005-11-11Add hidden versions, add missing .sizePeter S. Mazinger
2005-11-11Split up string.c, make internals hiddenPeter S. Mazinger
2005-11-11powerpc version of bzero using memsetPeter S. Mazinger
2005-11-11Split up MSRC file, bzero left outPeter S. Mazinger
2005-11-11Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:Peter S. Mazinger
2005-11-11mark all broken arches as such so people know not to expect too muchMike Frysinger
2005-11-11remove unused ARCH_LDFLAGS and touchup broken whitespaceMike Frysinger
2005-11-10Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen
2005-11-10Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger
2005-11-10Another s/index/strchr/Peter S. Mazinger
2005-11-10Use strchr instead of index (BSD)Peter S. Mazinger
2005-11-10add support for cirrus maverick fpu using patch for glibc http://yann.poupet....Mike Frysinger
2005-11-10sync with glibcMike Frysinger
2005-11-10update licenseMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09fix __intptr_t for 64bit archesMike Frysinger
2005-11-09booooring license updatesMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09sync with glibc to get rid of warningsMike Frysinger
2005-11-09use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger
2005-11-09update licenseMike Frysinger
2005-11-08Correct a problem introduced by porting the glibc headerPeter S. Mazinger