Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synch with trunk: miscellaneous changes, mostly cleanup, | Carmelo Amoroso | 2009-01-22 | 1 | -1/+1 |
| | | | | | | | code styling, comments. No object-code changes. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | - pull r24593:24596 from trunk | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -0/+2 |
| | |||||
* | Merge Linuxthreads from Trunk. | Khem Raj | 2008-12-15 | 1 | -0/+2 |
| | |||||
* | Synch with trunk @ 24379 | Carmelo Amoroso | 2008-12-11 | 3 | -82/+2 |
| | | | | Step 20: merge linuxthreads directory | ||||
* | Synch with trunk @ 24071. | Carmelo Amoroso | 2008-11-17 | 2 | -3/+9 |
| | | | | | Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 4 | -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-20 | 1 | -1/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 1 | -3/+0 |
| | |||||
* | When you delete a '1' does it become '0' or tri-stated? | "Steven J. Hill" | 2006-12-16 | 7 | -41/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 7 | -16/+7 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 1 | -0/+7 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 41 | -0/+3860 |
| | |||||
* | Remove old directories. | "Steven J. Hill" | 2005-11-16 | 5 | -1322/+0 |
| | |||||
* | Merge with trunk. "So do that funky merge whiiite boy..." | "Steven J. Hill" | 2005-09-13 | 4 | -37/+56 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-07-23 | 1 | -34/+4 |
| | |||||
* | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -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-14 | 1 | -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 improvements | Eric Andersen | 2003-02-27 | 3 | -7/+436 |
| | | | | | from glibc 2.3. This should make threads much more efficient. -Erik | ||||
* | Several pthreads updates. Enable linuxthreads_db. Several fixes | Eric Andersen | 2002-08-06 | 1 | -4/+5 |
| | | | | | related to thread local storage. -Erik | ||||
* | Kill the libc-lock headers, which we do not use and which are | Eric Andersen | 2002-06-10 | 2 | -253/+0 |
| | | | | | not correct for uClibc. Fix setenv locking to behave itself. -Erik | ||||
* | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | 2002-02-20 | 4 | -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 |