summaryrefslogtreecommitdiff
path: root/libpthread
AgeCommit message (Expand)Author
2003-11-04minor cleanupEric Andersen
2003-10-31gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-08-29here is (I hope) a better way to handle this one. I regularly buildEric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-07-21Doing an search and replace on CFLAGS can prove dangerous. We don'tEric Andersen
2003-06-30Fixup symlinks to libthread_dbEric Andersen
2003-06-17When compiling with -O0, linuxthreads does not compile. So addEric Andersen
2003-06-17Coldfire patch from Bernardo InnocentiEric Andersen
2003-06-12Set the default thread stack size to 16k for mmu-less systems.Eric Andersen
2003-06-02Patch from Peter S. Mazinger to fix some leftover problemsEric Andersen
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-04Seperate pthread debugging from uClibc debugging. They are usedEric 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-23Fix indenting. Per patch from Nathan Field at ghs.com, changeEric Andersen
2003-01-02Rework sparc architecture support so it will compileEric Andersen
2002-12-18whitespaceMiles Bader
2002-11-27Make support for global constructors and global destructors beEric Andersen
2002-11-05Standardize LIBGCC_DIREric 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-10-01This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric 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-20Only build libthread_db when both threads and debug are enabledEric 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