summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)Author
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2005-05-28gcc saysJoakim Tjernlund
2005-05-28I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund
2005-05-28Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund
2005-05-20Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen
2005-05-14There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"
2005-05-14In order to accomodate usage of either pthreads implementation, we now"Steven J. Hill"
2005-05-11Cleanup original linuxthreads and update top-level threads makefiles."Steven J. Hill"
2005-02-28Fix reported bug in error return behavior of sem_timedwait().Manuel Novoa III
2005-02-23have the directories themselves rather than the alias subdirs depend on $(LIB...Mike Frysinger
2005-02-18Merge pt-machine.h for the blackfin from the AnalogEric Andersen
2005-02-15some test header files for x86_64Mike Frysinger
2005-02-10Add THREAD_SELF definition to PPC. This should make threads on PPCJoakim Tjernlund
2005-02-01Fix death event reporting properly.Joakim Tjernlund
2005-01-31Restore it so we get gdbEric Andersen
2005-01-31Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund
2005-01-29Hi Erik and ManuelEric Andersen
2005-01-19touchup the dependencies so that the sysdeps object files will override the t...Mike Frysinger
2005-01-19ok, worry over race condition doesnt exist because we only have 1 subdir runn...Mike Frysinger
2005-01-19tweak dependencies so the archive is only rebuilt when the object files are u...Mike Frysinger
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-26We don't need this READMEEric Andersen
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-08-26Partial patch from Alexandre Oliva:Eric Andersen
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-16Pete Popov writes:Eric Andersen
2004-07-15_SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen
2004-05-14Alexandre Oliva writes:Eric Andersen
2004-05-06Alexandre Oliva writes:Eric Andersen
2004-04-20We don't need these...Eric Andersen
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-12-28remove unused fileEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-05Paul Mundt <lethal@linux-sh.org> writes:Eric Andersen
2003-11-05Arthur Shipkowski, art ! videon-central ! com, writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-08-29here is (I hope) a better way to handle this one. I regularly buildEric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-07-21Doing an search and replace on CFLAGS can prove dangerous. We don'tEric Andersen
2003-06-17When compiling with -O0, linuxthreads does not compile. So addEric Andersen
2003-06-17Coldfire patch from Bernardo InnocentiEric Andersen
2003-06-12Set the default thread stack size to 16k for mmu-less systems.Eric Andersen
2003-06-02Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen