OSDN Git Service

Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64,...
[uclinux-h8/uclibc-ng.git] / libpthread /
2005-09-16 Mike FrysingerRobin Getz from blackfin.uclinux.org writes:
2005-09-09 Mike Frysingerremove duplicated p_canceled setting and extra whitespace
2005-09-09 Mike Frysingersync style changes and misc fixes from glibc
2005-09-09 Mike Frysingersync some style changes and stack fixes with glibc
2005-09-09 Mike Frysingersync with glibc and macro out the strong_alias/versione...
2005-09-09 Mike Frysingernewer linuxthreads renamed the function invalid_handle...
2005-09-09 Mike Frysingersync with glibc by moving the thread_desc stuff out...
2005-09-09 Mike Frysingerrevert pthread_exit change until all files using new...
2005-09-08 Mike Frysingersync all the strong_alias and version compat stuff...
2005-09-08 Mike Frysingeradd hidden_def() macros from glibc but stub them out...
2005-09-08 Mike Frysingersync changelog with glibc
2005-09-08 Mike Frysingersync prototypes with glibc
2005-09-08 Mike Frysingerpunt wrapsyscall.c as glibc has
2005-09-08 Mike Frysingermake sure we use optimized version when building for...
2005-09-08 Mike Frysingerimport some fixes from glibc
2005-09-08 Mike Frysingersync with glibc and import pthread_rwlock_timed{rd...
2005-09-08 Mike FrysingeruClibc has pthread_attr_{get,set}stack now
2005-09-08 Mike Frysingersync misc trivial touchups from glibc
2005-09-08 Mike Frysingersync with glibc coding style to make further updates...
2005-09-08 Mike Frysingersync license with glibc
2005-09-08 Mike Frysingersync license with glibc
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingerimport some fixes from glibc
2005-09-08 Mike Frysingerimport pthread_attr_{get,set}stack functions from glibc...
2005-09-08 Mike Frysingerimport the helper function pthread_for_each_thread...
2005-09-08 Mike Frysingerimport misc defines from glibc
2005-09-08 Mike Frysingermake sure function is always inlined
2005-09-08 Mike Frysingersync with glibc and remove duplicated SEM_VALUE_MAX...
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingersync with glibc
2005-09-08 Mike Frysingerslight tweak to minimize diffs with glibc
2005-09-08 Mike Frysingersync code style with glibc
2005-09-08 Mike Frysingerimport license updates from glibc
2005-09-08 Mike Frysingerunused
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-07-02 Mike Frysingersync with glibc
2005-07-01 Mike Frysingerupdate the debug macros so they build with newer gcc...
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...
next