summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/pthread
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-1/+1
| | | | | | | code styling, comments. No object-code changes. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - pull r24593:24596 from trunkBernhard Reutner-Fischer2008-12-291-0/+2
|
* Merge Linuxthreads from Trunk.Khem Raj2008-12-151-0/+2
|
* Synch with trunk @ 24379Carmelo Amoroso2008-12-113-82/+2
| | | | Step 20: merge linuxthreads directory
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-172-3/+9
| | | | | Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-314-24/+24
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2007-01-201-1/+4
|
* Merge from trunk."Steven J. Hill"2006-12-161-3/+0
|
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-167-41/+0
|
* Merge from trunk."Steven J. Hill"2006-08-187-16/+7
|
* Merge from trunk."Steven J. Hill"2006-08-181-0/+7
|
* Copy from trunk."Steven J. Hill"2006-02-2341-0/+3860
|
* Remove old directories."Steven J. Hill"2005-11-165-1322/+0
|
* Merge with trunk. "So do that funky merge whiiite boy...""Steven J. Hill"2005-09-134-37/+56
|
* 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.
* In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"2005-05-141-0/+707
| | | | | | | have to create symbolic links for 'semaphore.h' and 'pthread.h' which will point to the proper pthreads directory. When we finish getting NPTL working with uClibc, perhaps we can merge them, but a first glance at the differences between the two does not make that very likely.
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-273-7/+436
| | | | | 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