OSDN Git Service

Fix a broken link
[uclinux-h8/uClibc.git] / libpthread /
2005-05-28 Joakim TjernlundFilter out any -z defs since this lib will have undefin...
2005-05-28 Joakim Tjernlundfix warnings like
2005-05-28 Joakim Tjernlundgcc says
2005-05-28 Joakim TjernlundI added, then removed and now I add this again :)....
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-20 Eric AndersenFinish up reverting NPTL
2005-05-20 Eric AndersenBack out nptl changes, which for now will be done in...
2005-05-14 "Steven J. Hill"There were two versions of 'pthreadtypes.h' originally...
2005-05-14 "Steven J. Hill"In order to accomodate usage of either pthreads impleme...
2005-05-12 "Steven J. Hill"Added new common include file for list primitives used...
2005-05-12 "Steven J. Hill"Remove usage of 'hp-timing.h' header file which is...
2005-05-12 "Steven J. Hill"Put the change log back in.
2005-05-11 "Steven J. Hill"More glibc backward compatibility cruft. Oh the horror!
2005-05-11 "Steven J. Hill"Backwards compatability? Bhuwhahaha....you wonder why...
2005-05-11 "Steven J. Hill"Cleanup original linuxthreads and update top-level...
2005-05-11 "Steven J. Hill"We already have these defined.
2005-05-11 "Steven J. Hill"Remove extraneous file.
2005-05-11 "Steven J. Hill"Remove additional test programs.
2005-05-07 "Steven J. Hill"Import in NPTL code from glibc. For further information...
2005-05-07 "Steven J. Hill"Haha. I caught it before you did.
2005-05-07 "Steven J. Hill"Add in configuration item and Makefile changes for...
2005-02-28 Manuel Novoa III Fix reported bug in error return behavior of sem_timedw...
2005-02-23 Mike Frysingerhave the directories themselves rather than the alias...
2005-02-18 Eric AndersenMerge pt-machine.h for the blackfin from the Analog
2005-02-15 Mike Frysingersome test header files for x86_64
2005-02-10 Joakim TjernlundAdd THREAD_SELF definition to PPC. This should make...
2005-02-01 Joakim TjernlundFix death event reporting properly.
2005-01-31 Eric AndersenRestore it so we get gdb
2005-01-31 Joakim TjernlundSync with latest GLIBC.
2005-01-31 Joakim TjernlundOops, remove extra sigaddset() call. Don't know how...
2005-01-29 Eric AndersenHi Erik and Manuel
2005-01-19 Mike Frysingertouchup the dependencies so that the sysdeps object...
2005-01-19 Peter KjellerstedtUse Makefile if statements rather than their shell...
2005-01-19 Mike Frysingerok, worry over race condition doesnt exist because...
2005-01-19 Mike Frysingertweak dependencies so the archive is only rebuilt when...
2005-01-18 Mike Frysingerrework the dependencies so libpthread_db.a is only...
2004-12-26 Mike FrysingerPeter S. Mazinger: make sure the ld RELRO and NOW optio...
2004-12-22 Eric AndersenFix typo
2004-12-22 Eric AndersenPatch from Peter S. Mazinger:
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
2004-12-11 Eric AndersenWe can't strip libpthread or libthread_db can't help...
2004-12-08 Eric Andersenlibpthread can use the normal LDFLAGS (including -s...
2004-11-08 Eric AndersenA patch included in glibc 2.3.2's libthread_db that...
2004-10-31 Manuel Novoa III Revert Peter's __lib_gettimeofday patch. There's the...
2004-10-26 Eric AndersenWe don't need this README
2004-10-19 Eric AndersenPeter S. Mazinger writes:
2004-10-15 Manuel Novoa III Rip out Peter's unacceptable "fix" and do the sane...
2004-10-14 Joakim TjernlundPeter Mazinger writes:
2004-10-06 Joakim TjernlundPeter S. Mazinger writes:
2004-08-26 Eric AndersenPartial patch from Alexandre Oliva:
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2004-07-16 Eric AndersenPete Popov writes:
2004-07-15 Eric Andersen_SC_PAGESIZE is standard. Some ancient legacy unix...
2004-05-14 Eric AndersenAlexandre Oliva writes:
2004-05-06 Eric AndersenAlexandre Oliva writes:
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-04-20 Eric AndersenWe don't need these...
2004-02-18 Eric AndersenAlexandre Oliva writes:
2004-02-11 Manuel Novoa III New stdio core. Should be more maintainable. Fixes...
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2003-12-28 Eric Andersenremove unused file
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-12-05 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-11-05 Eric AndersenArthur Shipkowski, art ! videon-central ! com, writes:
2003-11-04 Eric Andersenminor cleanup
2003-10-31 Eric Andersengdb wants to dlopen "libthread_db.so.1", so be sure...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-08-29 Eric Andersenhere is (I hope) a better way to handle this one. ...
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2003-07-21 Eric AndersenDoing an search and replace on CFLAGS can prove dangero...
2003-06-30 Eric AndersenFixup symlinks to libthread_db
2003-06-17 Eric AndersenWhen compiling with -O0, linuxthreads does not compile...
2003-06-17 Eric AndersenColdfire patch from Bernardo Innocenti
2003-06-12 Eric AndersenSet the default thread stack size to 16k for mmu-less...
2003-06-02 Eric AndersenPatch from Peter S. Mazinger to fix some leftover problems
2003-05-30 Eric AndersenIn a number of places we erroneously used tests such...
2003-03-13 Eric AndersenOops. Don't call strip twice
2003-03-11 Eric AndersenMake it so debugging pthreads works, even with DODEBUG...
2003-03-11 Eric AndersenMinor cleanup to better sync with glibc 2.3
2003-03-04 Eric AndersenSeperate pthread debugging from uClibc debugging. ...
2003-03-04 Eric AndersenPatch from Stefan Allius adding the function 'thread_se...
2003-03-03 Eric AndersenInitial effort at adding profiling support.
2003-03-03 David McCulloughfix coldfire/68000 support properly this time, ifdef...
2003-03-01 Eric AndersenUse a funky version in a probably vein attempt at preve...
2003-02-28 Eric AndersenFixup mips pthreads
2003-02-28 David McCulloughrestore the coldfire changes
2003-02-27 Eric AndersenMajor update for pthreads, based in large part on impro...
2003-01-31 Miles BaderCorrect license.
2003-01-30 Eric AndersenPatch from Christian Krause:
2003-01-30 Miles BaderInitial checkin.
2003-01-23 Eric AndersenJust be a bit less different from latest glibc version...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix the mips...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, fix __pthread_i...
2003-01-23 Eric AndersenPer patch from Nathan Field at ghs.com, add a couple...
next