summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rename files to .s like they should beMike Frysinger2005-11-165-532/+0
|
* rename files to .s like they should beMike Frysinger2005-11-166-1/+533
|
* add support for .s translation like .SMike Frysinger2005-11-161-6/+2
|
* condense rules to be easier to readMike Frysinger2005-11-161-18/+9
|
* sync with glibc and fix warning when building pthreadsMike Frysinger2005-11-161-2/+4
|
* this is GNU sourceMike Frysinger2005-11-152-0/+2
|
* import updates from glibcMike Frysinger2005-11-151-76/+47
|
* include pthreads if appropriate ala glibcMike Frysinger2005-11-151-1/+9
|
* add rules to handle .s and .EMike Frysinger2005-11-151-4/+9
|
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-1522-60/+63
|
* Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul ↵Peter S. Mazinger2005-11-151-1/+1
| | | | Brook. Thanks
* Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ↵Peter S. Mazinger2005-11-153-7/+7
| | | | have to find some other way to make it internal to libc and libpthread
* Update copyright noticePeter S. Mazinger2005-11-155-10/+12
|
* Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger2005-11-153-7/+7
|
* Hide __libc_sa_lenPeter S. Mazinger2005-11-152-2/+2
|
* Hide some internally used functionsPeter S. Mazinger2005-11-152-10/+10
|
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-1512-34/+16
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-15112-13/+31
| | | | of latest glibc version
* unusedMike Frysinger2005-11-151-66/+0
|
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to ↵Mike Frysinger2005-11-1518-1469/+792
| | | | 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
* use clone() instead of __clone()Mike Frysinger2005-11-151-2/+2
|
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵Mike Frysinger2005-11-153-2/+3
| | | | wont exist if user disables the option
* update licenses and sync with glibcMike Frysinger2005-11-1523-421/+493
|
* sync getopt headers with glibcMike Frysinger2005-11-153-12/+28
|
* make sure TARGET_ARCH is set ... thought i committed this already?Mike Frysinger2005-11-151-0/+4
|
* use $TOPDIR instead of ../ and utilize -B so that our target utils use the ↵Mike Frysinger2005-11-151-6/+4
| | | | correct crt files
* update license infoMike Frysinger2005-11-151-13/+2
|
* import some math funcs from glibcMike Frysinger2005-11-156-1/+534
|
* remove unused fileMike Frysinger2005-11-151-19/+0
|
* need to declare our stack directionMike Frysinger2005-11-151-0/+28
|
* import test from glibcMike Frysinger2005-11-152-1/+78
|
* add a way to just run uclibc or glibc testsMike Frysinger2005-11-151-1/+8
|
* Hide internally used symbols, use weak_alias for raise/sigwait, as they ↵Peter S. Mazinger2005-11-142-2/+9
| | | | could be in libpthread too
* undef functions needed for usage within libcPeter S. Mazinger2005-11-143-0/+4
|
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-1454-94/+1123
|
* Move to use attribute_hiddenPeter S. Mazinger2005-11-1425-69/+83
|
* Corrections to splitted filesPeter S. Mazinger2005-11-1414-15/+17
|
* Let the #define do all the workEric Andersen2005-11-142-11/+1
|
* It was pointed out to me that http://www.uclibc.org/copyright.txtEric Andersen2005-11-131-0/+29
| | | | | yields an Error 404. So add in the copyright statement presently included on busybox.net
* quiet the make -CMike Frysinger2005-11-131-2/+2
|
* initial port to hppaMike Frysinger2005-11-1226-0/+1396
|
* make people provide these headers when portingMike Frysinger2005-11-122-64/+4
|
* Add hidden versionsPeter S. Mazinger2005-11-1210-19/+52
|
* Add hidden versions, hope I made it correctly. Sparc optimized string ↵Peter S. Mazinger2005-11-1217-49/+122
| | | | 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
* Add hidden versionsPeter S. Mazinger2005-11-124-16/+24
|
* Add hidden versionsPeter S. Mazinger2005-11-122-6/+12
|
* Add hidden versions, add missing .sizePeter S. Mazinger2005-11-119-26/+62
|
* Split up string.c, make internals hiddenPeter S. Mazinger2005-11-1116-347/+772
|
* powerpc version of bzero using memsetPeter S. Mazinger2005-11-111-0/+4
|
* Split up MSRC file, bzero left outPeter S. Mazinger2005-11-115-230/+241
|