summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/pthread/bits
Commit message (Collapse)AuthorAgeFilesLines
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-163-8/+0
|
* Merge from trunk."Steven J. Hill"2006-08-182-2/+2
|
* Copy from trunk."Steven J. Hill"2006-02-238-0/+722
|
* Remove old directories."Steven J. Hill"2005-11-163-536/+0
|
* Merge with trunk. "So do that funky merge whiiite boy...""Steven J. Hill"2005-09-133-6/+27
|
* Merge from trunk."Steven J. Hill"2005-07-231-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