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
/
manager.c
Age
Commit message (
Expand
)
Author
2006-02-01
change asm/volatile to __x__
Peter S. Mazinger
2006-02-01
correct __uselocale
Peter S. Mazinger
2006-01-31
pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_pr...
Peter S. Mazinger
2006-01-31
initial import of latest linuxthreads
Mike Frysinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger
2005-11-15
revert linuxthreads to pre rev 11377 (i.e. before the massive attempt to impo...
Mike Frysinger
2005-11-15
use clone() instead of __clone()
Mike Frysinger
2005-09-09
sync some style changes and stack fixes with glibc
Mike Frysinger
2005-09-09
newer linuxthreads renamed the function invalid_handle() to nonexisting_handle()
Mike Frysinger
2005-09-08
import the helper function pthread_for_each_thread from glibc
Mike Frysinger
2005-07-01
update the debug macros so they build with newer gcc versions
Mike Frysinger
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-02-27
Major update for pthreads, based in large part on improvements
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, add a couple of variables
Eric Andersen
2002-10-29
A patch from Arne Jonsson <arne.jonsson@i3micro.com>:
Eric Andersen
2002-10-23
A patch from Arne Jonsson <arne.jonsson@i3micro.com> to allow
Eric Andersen
2002-02-20
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen