OSDN Git Service

Finish up reverting NPTL
[uclinux-h8/uClibc.git] / libpthread / linuxthreads /
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-11 "Steven J. Hill"Cleanup original linuxthreads and update top-level...
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 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 Mike Frysingerok, worry over race condition doesnt exist because...
2005-01-19 Mike Frysingertweak dependencies so the archive is only rebuilt when...
2004-12-22 Eric AndersenPatch from Peter S. Mazinger to consistantly use "ASFLAGS"
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-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 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 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-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-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 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...
2003-01-02 Eric AndersenRework sparc architecture support so it will compile
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-29 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com>:
2002-10-23 Eric AndersenA patch from Arne Jonsson <arne.jonsson@i3micro.com...
2002-10-13 Eric AndersenIt turns out that __thread is now a gcc keyword. We...
2002-09-20 Tobias AnderbergAdded pthread support for CRIS.
2002-09-17 David McCulloughFixup thread support for the 5200/5307 coldfire platforms.
2002-08-21 Eric AndersenRevert mode_t change. Sigh. As Manuel so eloquently...
2002-08-21 Eric Andersenmode_t was being promoted to an int by gcc's __builtin_...
2002-08-20 Eric AndersenRemove some noise
2002-08-19 Eric AndersenBased on work by Stefan Allius, arrange for early initi...
2002-08-11 Eric AndersenUgh. Make uClibc cross compile with gcc 2.95.x and...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost:
2002-08-06 Eric AndersenSeveral pthreads updates. Enable linuxthreads_db....
2002-07-19 Eric AndersenFix spelling
2002-07-14 Eric AndersenAdd both pthread_mutexattr_setpshared() and
2002-07-14 Eric AndersenAdd missing pthread_condattr_getpshared and pthread_con...
2002-07-01 Eric AndersenPatch from Ronald Wahl <rwa@peppercon.com> -- kill...
2002-06-13 Eric AndersenFix pthreads to use the rt signals if present
2002-06-10 Eric AndersenKill the libc-lock headers, which we do not use and...
2002-04-17 Eric AndersenRemove strong aliases to symbols that we don't define...
2002-04-10 Eric AndersenFix libpthread compile for sparc
2002-03-12 Manuel Novoa III Swap in the new stdio code.
2002-03-01 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to fix pthrea...
2002-02-27 Eric AndersenRemove some debugging code
2002-02-26 Eric AndersenEnable pread/pwrite
2002-02-23 Eric AndersenSeveral naming cleanups so threads work properly again
2002-02-21 Eric AndersenLet the large file stuff be cancelable
2002-02-21 Eric AndersenOops. I forgot to commit this file...
2002-02-21 Eric AndersenLose the _GNU_SOURCE and just add __USE_GNU to the...
2002-02-20 Eric AndersenMerge in the pthread library. This is the linuxthreads...