index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpthread
/
linuxthreads
/
pthread.c
Age
Commit message (
Expand
)
Author
2005-07-01
update the debug macros so they build with newer gcc versions
Mike Frysinger
2005-05-28
I added, then removed and now I add this again :). Hopefully I got it rigth t...
Joakim Tjernlund
2005-01-31
Oops, remove extra sigaddset() call. Don't know how that one got there.
Joakim Tjernlund
2005-01-29
Hi Erik and Manuel
Eric Andersen
2004-10-31
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
Manuel Novoa III
2004-10-19
Peter S. Mazinger writes:
Eric Andersen
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2004-01-16
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
Eric Andersen
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2003-05-30
In a number of places we erroneously used tests such as '#ifdef PIC' when we
Eric Andersen
2003-03-04
Patch from Stefan Allius adding the function 'thread_self_stack'
Eric Andersen
2003-02-27
Major update for pthreads, based in large part on improvements
Eric Andersen
2003-01-30
Patch from Christian Krause:
Eric Andersen
2003-01-23
Just be a bit less different from latest glibc version in comments
Eric Andersen
2003-01-23
Per patch from Nathan Field at ghs.com, fix __pthread_initialize_manager so it
Eric Andersen
2002-08-19
Based on work by Stefan Allius, arrange for early initialization of
Eric Andersen
2002-08-08
Patch from Stefan Allius and Edie C. Dost:
Eric Andersen
2002-06-13
Fix pthreads to use the rt signals if present
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen