summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
AgeCommit message (Expand)Author
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