summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Sync w/ dirent.h, s:HAVE_D_NAMLEN:_DIRENT_HAVE_D_NAMLEN:Peter S. Mazinger2005-11-111-1/+1
|
* mark all broken arches as such so people know not to expect too muchMike Frysinger2005-11-111-10/+10
|
* remove unused ARCH_LDFLAGS and touchup broken whitespaceMike Frysinger2005-11-1122-89/+11
|
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-102-1/+7
|
* Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger2005-11-101-1/+1
|
* Another s/index/strchr/Peter S. Mazinger2005-11-101-10/+10
|
* Use strchr instead of index (BSD)Peter S. Mazinger2005-11-102-4/+4
|
* add support for cirrus maverick fpu using patch for glibc ↵Mike Frysinger2005-11-106-1/+160
| | | | http://yann.poupet.free.fr/ep93xx/
* sync with glibcMike Frysinger2005-11-102-6/+10
|
* update licenseMike Frysinger2005-11-103-34/+10
|
* sync with glibcMike Frysinger2005-11-0915-168/+241
|
* fix __intptr_t for 64bit archesMike Frysinger2005-11-091-1/+1
|
* booooring license updatesMike Frysinger2005-11-0910-60/+94
|
* sync with glibcMike Frysinger2005-11-091-2/+6
|
* sync with glibc to get rid of warningsMike Frysinger2005-11-091-4/+8
|
* use make builtin $(wildcard) rather than $(shell ls)Mike Frysinger2005-11-091-2/+4
|
* update licenseMike Frysinger2005-11-091-15/+4
|
* Correct a problem introduced by porting the glibc headerPeter S. Mazinger2005-11-081-1/+1
|