summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
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-31Sync with latest GLIBC.Joakim Tjernlund
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-19Use Makefile if statements rather than their shell counterparts.Peter Kjellerstedt
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
2005-01-18rework the dependencies so libpthread_db.a is only rebuilt when the object fi...Mike Frysinger
2004-12-26Peter S. Mazinger: make sure the ld RELRO and NOW options are independent opt...Mike Frysinger
2004-12-22Fix typoEric Andersen
2004-12-22Patch from Peter S. Mazinger:Eric Andersen
2004-12-22Cleaned up patch from Peter S. Mazinger adding support forEric Andersen
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-12-11We can't strip libpthread or libthread_db can't help gdb debug ptheadsEric Andersen
2004-12-08libpthread can use the normal LDFLAGS (including -s to strip it), butEric Andersen
2004-11-08A patch included in glibc 2.3.2's libthread_db that helps remoteEric 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-10-15Rip out Peter's unacceptable "fix" and do the sane thing instead; buildManuel Novoa III
2004-10-14Peter Mazinger writes:Joakim Tjernlund
2004-10-06Peter S. Mazinger writes:Joakim Tjernlund
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-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric 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-16We need to link with libgcc.a when creating shared libs, in order toManuel 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-11-04minor cleanupEric Andersen
2003-10-31gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen