summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads
Commit message (Expand)AuthorAgeFilesLines
* update ignoresMike Frysinger2006-03-103-3/+3
* shouldnt have been added to svnMike Frysinger2006-03-101-1/+0
* sync with glibc CVSMike Frysinger2006-03-1023-37/+37
* try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock?Peter S. Mazinger2006-03-101-0/+6
* blah, glibc moved linuxthreads aroundMike Frysinger2006-03-0954-54/+54
* Add back XLOCALE for hidden uselocalePeter S. Mazinger2006-03-091-1/+1
* Sync w/ upstream, hide pthread_atforkPeter S. Mazinger2006-03-091-0/+6
* Not the best idea moving libc_hidden_proto to uClibc_glue.hPeter S. Mazinger2006-03-092-1/+4
* Get rid of forwarded __pthread_attr_initPeter S. Mazinger2006-03-093-3/+3
* Move __clone/__uselocale to uClibc_glue.hPeter S. Mazinger2006-03-093-12/+10
* Remove unneeded ; after *_aliasPeter S. Mazinger2006-03-098-25/+25
* Create libpthread_nonshared.aPeter S. Mazinger2006-03-091-2/+7
* uClibc_pthread.h wasn't ever includedPeter S. Mazinger2006-03-091-1/+1
* use sched_yield, not pthread_yieldMike Frysinger2006-03-053-17/+0
* Remove TOPDIRPeter S. Mazinger2006-02-231-3/+1
* Make use of CFLAGS-OMIT-filePeter S. Mazinger2006-02-231-5/+6
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* make headers more quietMike Frysinger2006-02-181-4/+4
* It's not my day ..Peter S. Mazinger2006-02-161-1/+1
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-161-1/+1
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-5/+5
* Disable deprecated stuff in new linuxthreadsPeter S. Mazinger2006-02-132-2/+6
* glibc syncMike Frysinger2006-02-0421-42/+42
* change asm/volatile to __x__Peter S. Mazinger2006-02-0130-93/+93
* __pthread_exit is noreturn only within libpthreadPeter S. Mazinger2006-02-011-1/+5
* correct __uselocalePeter S. Mazinger2006-02-011-1/+3
* pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...Peter S. Mazinger2006-01-315-16/+18
* New linuxthreads builds on x86, vapier: pt-allocrtsig.c is missing from sourcesPeter S. Mazinger2006-01-313-21/+15
* s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,...Peter S. Mazinger2006-01-3121-27/+47
* initial import of latest linuxthreadsMike Frysinger2006-01-31373-0/+24430
* rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger2005-11-1564-14160/+0
* revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...Mike Frysinger2005-11-1518-1469/+792
* use clone() instead of __clone()Mike Frysinger2005-11-151-2/+2
* sync with glibc to get rid of warningsMike Frysinger2005-11-091-4/+8
* fix building by grabbing latest versions from glibcMike Frysinger2005-11-083-64/+194
* implement __pthread_init_max_stacksize() which is required for FLOATING_STACKSMike Frysinger2005-11-072-0/+48
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-031-0/+2
* Clean up DOMULTI for libm and add more files blocked earlier by syscall probl...Peter S. Mazinger2005-11-021-5/+1
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-81/+9
* Change Makefiles that are not fully IMA to allow it to be used w/ a DOMULTI c...Peter S. Mazinger2005-10-281-1/+9
* Backport to current build systemPeter S. Mazinger2005-10-281-1/+1
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-282-1/+1
* fix building with localeMike Frysinger2005-10-281-1/+1
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-272-3/+0
* Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger2005-10-262-2/+4
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-252-42/+50
* Add the linuxthreads Makefiles tooPeter S. Mazinger2005-10-191-0/+55
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-4/+4
* Defer SHARED_START/END_FILES. They are only used for the shared library.Peter S. Mazinger2005-10-111-2/+2
* Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger2005-10-111-27/+22