summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-16add support for .s translation like .SMike Frysinger
2005-11-16condense rules to be easier to readMike Frysinger
2005-11-16sync with glibc and fix warning when building pthreadsMike Frysinger
2005-11-15this is GNU sourceMike Frysinger
2005-11-15import updates from glibcMike Frysinger
2005-11-15include pthreads if appropriate ala glibcMike Frysinger
2005-11-15add rules to handle .s and .EMike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul ↵Peter S. Mazinger
Brook. Thanks
2005-11-15Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger
have to find some other way to make it internal to libc and libpthread
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger
2005-11-15Hide __libc_sa_lenPeter S. Mazinger
2005-11-15Hide some internally used functionsPeter S. Mazinger
2005-11-15Correct Warning: function declaration isn't a prototypePeter S. Mazinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger
of latest glibc version
2005-11-15unusedMike Frysinger
2005-11-15revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to ↵Mike Frysinger
import glibc updates) while keeping the few bugfixes ... idea is to keep both old and new linuxthreads around so we can hack on the new version while delivering the old stable version to end users
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 ↵Mike Frysinger
wont exist if user disables the option
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 ↵Mike Frysinger
correct crt files
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 ↵Peter S. Mazinger
could be in libpthread too
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
yields an Error 404. So add in the copyright statement presently included on busybox.net
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 ↵Peter S. Mazinger
functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function
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