Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tls: test for DTV vs TCB at TP correctly | Austin Foxley | 2009-09-23 | 2 | -9/+9 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko | 2009-09-18 | 1 | -6/+2 |
| | | | | | | | | | sigwait is not called from any uclibc function, so "hidden symbol" trick is not needed on it. __sigwait also is never used, and it's not clear why it even existed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -5/+0 |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 2 | -3/+0 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko | 2009-09-18 | 1 | -3/+1 |
| | | | | | | | | | | | | | text data bss dec hex filename - 370 0 0 370 172 libc/misc/dirent/opendir.o + 366 0 0 366 16e libc/misc/dirent/opendir.o - 375 4 0 379 17b libc/pwd_grp/lckpwdf.o + 356 4 0 360 168 libc/pwd_grp/lckpwdf.o - 248 0 0 248 f8 librt/shm.o + 209 0 0 209 d1 librt/shm.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -11/+16 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | fix compilation of linuxthreads for sparc64 | Austin Foxley | 2009-05-21 | 2 | -3/+0 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Merged revisions 25744 via svnmerge from | Khem Raj | 2009-03-19 | 5 | -16/+15 |
| | | | | | | | | | | | svn+ssh://kraj@svn.uclibc.org/svn/trunk/uClibc ........ r25744 | austinf | 2009-03-18 16:05:54 -0700 (Wed, 18 Mar 2009) | 3 lines fix compilation of linuxthreads for sparc add myself to MAINTAINERS for sparc ........ | ||||
* | add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com) | Denis Vlasenko | 2009-03-12 | 2 | -0/+208 |
| | |||||
* | linuxthreads fixes from Will Newton (will.newton AT gmail.com): | Denis Vlasenko | 2009-03-12 | 7 | -29/+46 |
| | | | | | | | | | | | * share Sys V semaphores in order to get appropriate SEM_UNDO semantics. * correct guardaddr in pthread_free() for TLS case * move spinlock unlocking before restart() * When exit was called from a signal handler, the restart from the manager processing the exit request instead restarted the thread in pthread_cond_timedwait. (see http://sources.redhat.com/ml/libc-ports/2006-05/msg00000.html) | ||||
* | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso | 2009-01-28 | 2 | -0/+145 |
| | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com> | ||||
* | 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 | 3 | -49/+17 |
| | |||||
* | Synch with trunk @ 24379 | Carmelo Amoroso | 2008-12-11 | 13 | -97/+12 |
| | | | | Step 20: merge linuxthreads directory | ||||
* | Synch with trunk @ 24242 | Carmelo Amoroso | 2008-12-03 | 4 | -17/+13 |
| | | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes. | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 2 | -2/+2 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24071. | Carmelo Amoroso | 2008-11-17 | 9 | -28/+39 |
| | | | | | Step 1 linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 18 | -58/+58 |
| | | | | | | | 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> | ||||
* | Synch linuxthreds with trunk | Carmelo Amoroso | 2008-06-18 | 5 | -30/+37 |
| | |||||
* | STEP 10: synch linuxthreads directory | Carmelo Amoroso | 2008-04-25 | 2 | -24/+24 |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 21 | -50/+111 |
| | | | | | | Step 7: merge linuxthreads and linuxthread.old folders Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 1 | -2/+2 |
| | | | | | | | Step 6: fix Makefiles to use $(VERSION) and the compiler-driver for the link stage Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2007-01-20 | 3 | -4/+12 |
| | |||||
* | 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 | 171 | -804/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 7 | -16/+7 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 84 | -119/+122 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-18 | 3 | -19/+22 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 2 | -8/+7 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 373 | -0/+24456 |
| | |||||
* | Remove old directories. | "Steven J. Hill" | 2005-11-16 | 62 | -14657/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 3 | -107/+10 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+26 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+64 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -9/+3 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 4 | -120/+173 |
| | | | | going to smash your keyboard. | ||||
* | Sync with trunk. | "Steven J. Hill" | 2005-09-17 | 1 | -1/+4 |
| | |||||
* | Merge with trunk. "So do that funky merge whiiite boy..." | "Steven J. Hill" | 2005-09-13 | 40 | -1076/+1818 |
| | |||||
* | Merge/sync with trunk. | "Steven J. Hill" | 2005-08-17 | 2 | -1/+16 |
| | |||||
* | Last of the merges along with latest changes for NPTL. Nothing much | "Steven J. Hill" | 2005-07-30 | 1 | -1/+1 |
| | | | | new on the NPTL stuff other than cleaning a few things up. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2005-07-23 | 8 | -68/+51 |
| | |||||
* | Massive clean up of makefiles with a focus on being able to compile correctly | "Steven J. Hill" | 2005-07-22 | 1 | -1/+0 |
| | | | | | both thread library models. Items of interest are the 'Rules.mak' changes at the top level as well as the new 'Rules.mak' for the NPTL library. | ||||
* | 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. | ||||
* | Cleanup original linuxthreads and update top-level threads makefiles. | "Steven J. Hill" | 2005-05-11 | 1 | -4/+1 |
| | |||||
* | Fix reported bug in error return behavior of sem_timedwait(). | Manuel Novoa III | 2005-02-28 | 1 | -2/+4 |
| | |||||
* | have the directories themselves rather than the alias subdirs depend on ↵ | Mike Frysinger | 2005-02-23 | 1 | -3/+3 |
| | | | | $(LIBPTHREAD) | ||||
* | Merge pt-machine.h for the blackfin from the Analog | Eric Andersen | 2005-02-18 | 1 | -0/+57 |
| | | | | source tree. | ||||
* | some test header files for x86_64 | Mike Frysinger | 2005-02-15 | 2 | -0/+215 |
| |