| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now new linuxthreads builds w/ SHARED | Peter S. Mazinger | 2006-03-24 | 1 | -8/+0 |
| * | Guard GL(name) and it's users w/ SHARED | Peter S. Mazinger | 2006-03-24 | 1 | -1/+3 |
| * | update ignores | Mike Frysinger | 2006-03-10 | 2 | -2/+2 |
| * | shouldnt have been added to svn | Mike Frysinger | 2006-03-10 | 1 | -1/+0 |
| * | sync with glibc CVS | Mike Frysinger | 2006-03-10 | 22 | -30/+30 |
| * | try to get libpthread built w/ -DSHARED, what to do w/ _dl_load_lock? | Peter S. Mazinger | 2006-03-10 | 1 | -0/+6 |
| * | blah, glibc moved linuxthreads around | Mike Frysinger | 2006-03-09 | 53 | -53/+53 |
| * | Not the best idea moving libc_hidden_proto to uClibc_glue.h | Peter S. Mazinger | 2006-03-09 | 1 | -1/+0 |
| * | Get rid of forwarded __pthread_attr_init | Peter S. Mazinger | 2006-03-09 | 1 | -1/+1 |
| * | Move __clone/__uselocale to uClibc_glue.h | Peter S. Mazinger | 2006-03-09 | 1 | -0/+8 |
| * | Remove unneeded ; after *_alias | Peter S. Mazinger | 2006-03-09 | 1 | -3/+3 |
| * | uClibc_pthread.h wasn't ever included | Peter S. Mazinger | 2006-03-09 | 1 | -1/+1 |
| * | use sched_yield, not pthread_yield | Mike Frysinger | 2006-03-05 | 1 | -8/+0 |
| * | It's not my day .. | Peter S. Mazinger | 2006-02-16 | 1 | -1/+1 |
| * | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger | 2006-02-16 | 1 | -1/+1 |
| * | glibc sync | Mike Frysinger | 2006-02-04 | 20 | -27/+27 |
| * | change asm/volatile to __x__ | Peter S. Mazinger | 2006-02-01 | 23 | -74/+74 |
| * | pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr... | Peter S. Mazinger | 2006-01-31 | 1 | -8/+0 |
| * | s/IS_IN_linuxthreads/IS_IN_libpthread/, some prototypes, correct Makefile.in,... | Peter S. Mazinger | 2006-01-31 | 6 | -6/+6 |
| * | initial import of latest linuxthreads | Mike Frysinger | 2006-01-31 | 325 | -0/+15503 |
| * | rename current stable linuxthreads to linuxthreads.old to prepare for import ... | Mike Frysinger | 2005-11-15 | 29 | -3536/+0 |
| * | revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo... | Mike Frysinger | 2005-11-15 | 1 | -10/+5 |
| * | sync with glibc to get rid of warnings | Mike Frysinger | 2005-11-09 | 1 | -4/+8 |
| * | fix building by grabbing latest versions from glibc | Mike Frysinger | 2005-11-08 | 3 | -64/+194 |
| * | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -0/+0 |
| * | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger | 2005-10-27 | 1 | -1/+0 |
| * | Default changed to IMA compiling, disabled explicitely where currently not po... | Peter S. Mazinger | 2005-10-26 | 1 | -1/+1 |
| * | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -13/+20 |
| * | Move arch specific bits from linuxthreads' Makefile to linuxthreads/sysdeps/T... | Peter S. Mazinger | 2005-09-30 | 1 | -0/+20 |
| * | Similarly to libm, remove recursion from linuxthreads. Now only libc.a and li... | Peter S. Mazinger | 2005-09-29 | 2 | -92/+0 |
| * | Remove ar-target and shared targets, at build time now we traverse the tree o... | Peter S. Mazinger | 2005-09-28 | 1 | -16/+10 |
| * | make sure we use optimized version when building for newer intel/amd cpus | Mike Frysinger | 2005-09-08 | 1 | -1/+3 |
| * | import some fixes from glibc | Mike Frysinger | 2005-09-08 | 1 | -5/+10 |
| * | sync with glibc and import pthread_rwlock_timed{rd,wr}lock in the process | Mike Frysinger | 2005-09-08 | 1 | -11/+9 |
| * | uClibc has pthread_attr_{get,set}stack now | Mike Frysinger | 2005-09-08 | 1 | -5/+1 |
| * | sync misc trivial touchups from glibc | Mike Frysinger | 2005-09-08 | 12 | -38/+69 |
| * | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+15 |
| * | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -2/+7 |
| * | Back out nptl changes, which for now will be done in branches/uClibc-nptl | Eric Andersen | 2005-05-20 | 1 | -34/+4 |
| * | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | 2005-05-14 | 1 | -4/+34 |
| * | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" | 2005-05-14 | 1 | -0/+707 |
| * | Merge pt-machine.h for the blackfin from the Analog | Eric Andersen | 2005-02-18 | 1 | -0/+57 |
| * | some test header files for x86_64 | Mike Frysinger | 2005-02-15 | 2 | -0/+215 |
| * | Add THREAD_SELF definition to PPC. This should make threads on PPC | Joakim Tjernlund | 2005-02-10 | 1 | -0/+10 |
| * | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen | 2004-12-22 | 1 | -2/+2 |
| * | Partial patch from Alexandre Oliva: | Eric Andersen | 2004-08-26 | 1 | -18/+38 |
| * | Pete Popov writes: | Eric Andersen | 2004-07-16 | 2 | -0/+125 |
| * | Alexandre Oliva writes: | Eric Andersen | 2004-02-18 | 1 | -0/+48 |
| * | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-05 | 4 | -0/+181 |
| * | Coldfire patch from Bernardo Innocenti | Eric Andersen | 2003-06-17 | 1 | -2/+2 |