summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/pthread.c
AgeCommit message (Expand)Author
2005-09-09newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()Mike Frysinger
2005-09-09sync with glibc by moving the thread_desc stuff out of internals.h and into a...Mike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2005-05-28I added, then removed and now I add this again :). Hopefully I got it rigth t...Joakim Tjernlund
2005-01-31Oops, remove extra sigaddset() call. Don't know how that one got there.Joakim Tjernlund
2005-01-29Hi Erik and ManuelEric Andersen
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-04Patch from Stefan Allius adding the function 'thread_self_stack'Eric Andersen
2003-02-27Major update for pthreads, based in large part on improvementsEric Andersen
2003-01-30Patch from Christian Krause:Eric Andersen
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 __pthread_initialize_manager so itEric Andersen
2002-08-19Based on work by Stefan Allius, arrange for early initialization ofEric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost:Eric Andersen
2002-06-13Fix pthreads to use the rt signals if presentEric Andersen
2002-02-20Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen