summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/pthread/bits
Commit message (Collapse)AuthorAgeFilesLines
* Joseph S. Myers writes:Eric Andersen2006-10-193-8/+0
| | | | | | There are many directories called "CVS" checked into uClibc SVN, probably as a side-effect of importing a CVS checkout. I don't think these are particularly useful to have checked in.
* sync with glibc CVSMike Frysinger2006-03-101-1/+1
|
* blah, glibc moved linuxthreads aroundMike Frysinger2006-03-091-1/+1
|
* change asm/volatile to __x__Peter S. Mazinger2006-02-011-1/+1
|
* initial import of latest linuxthreadsMike Frysinger2006-01-318-0/+722
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-153-536/+0
| | | | of latest glibc version
* sync misc trivial touchups from glibcMike Frysinger2005-09-083-6/+27
|
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-201-34/+4
|
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-141-4/+34
| | | | | | since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen.
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-272-7/+355
| | | | | from glibc 2.3. This should make threads much more efficient. -Erik
* Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen2002-08-061-4/+5
| | | | | related to thread local storage. -Erik
* Kill the libc-lock headers, which we do not use and which areEric Andersen2002-06-102-253/+0
| | | | | not correct for uClibc. Fix setenv locking to behave itself. -Erik
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-204-0/+419
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik