summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)Author
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-13Oops. Don't call strip twiceEric Andersen
2003-03-11Make it so debugging pthreads works, even with DODEBUG turned offEric Andersen
2003-03-11Minor cleanup to better sync with glibc 2.3Eric Andersen
2003-03-04Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-03-03fix coldfire/68000 support properly this time, ifdef logic was back toDavid McCullough
2003-03-01Use a funky version in a probably vein attempt at preventing gdbEric Andersen
2003-02-28Fixup mips pthreadsEric Andersen
2003-02-28restore the coldfire changesDavid McCullough
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-01-31Correct license.Miles Bader
2003-01-30Patch from Christian Krause:Eric Andersen
2003-01-30Initial checkin.Miles Bader
2003-01-23Just be a bit less different from latest glibc version in commentsEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix the mips __compare_and_swap inlineEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so itEric Andersen
2003-01-23Per patch from Nathan Field at ghs.com, add a couple of variablesEric Andersen
2003-01-02Rework sparc architecture support so it will compileEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-29A patch from Arne Jonsson <arne.jonsson@i3micro.com>:Eric Andersen
2002-10-23A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allowEric Andersen
2002-10-13It turns out that __thread is now a gcc keyword. We used __thread inEric Andersen
2002-09-20Added pthread support for CRIS.Tobias Anderberg
2002-09-17Fixup thread support for the 5200/5307 coldfire platforms.David McCullough
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-21mode_t was being promoted to an int by gcc's __builtin_va_arg, causing badEric Andersen
2002-08-20Remove some noiseEric Andersen
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen
2002-08-11Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost:Eric Andersen
2002-08-06Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen
2002-07-19Fix spellingEric Andersen
2002-07-14Add both pthread_mutexattr_setpshared() andEric Andersen
2002-07-14Add missing pthread_condattr_getpshared and pthread_condattr_setpsharedEric Andersen
2002-07-01Patch from Ronald Wahl <rwa@peppercon.com> -- kill references toEric Andersen
2002-06-13Fix pthreads to use the rt signals if presentEric Andersen
2002-06-10Kill the libc-lock headers, which we do not use and which areEric Andersen
2002-04-17Remove strong aliases to symbols that we don't define in uClibcEric Andersen
2002-04-10Fix libpthread compile for sparcEric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-03-01Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen
2002-02-27Remove some debugging codeEric Andersen
2002-02-26Enable pread/pwriteEric Andersen
2002-02-23Several naming cleanups so threads work properly againEric Andersen
2002-02-21Let the large file stuff be cancelableEric Andersen
2002-02-21Oops. I forgot to commit this file...Eric Andersen
2002-02-21Lose the _GNU_SOURCE and just add __USE_GNU to the one file that needsEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen