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.old
/
pthread.c
Age
Commit message (
Expand
)
Author
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-05-20
- remove old-style definitions. No object-code changes.
Bernhard Reutner-Fischer
2008-05-15
make sure we store the function pointers to the real push/pop functions rathe...
Mike Frysinger
2007-11-22
Add hidden symbols for a number of pthread functions, and use them to ensure
Bernd Schmidt
2007-01-11
Peter Mazinger pointed out that my last commit was faulty.
Joakim Tjernlund
2006-11-09
backport from upstream:
Mike Frysinger
2006-02-27
import ia64 linuxthreads files
Mike Frysinger
2006-02-18
tweak the idea between having a MMU and actually using it
Mike Frysinger
2006-02-04
fix warning when building on non-mmu hosts
Mike Frysinger
2006-01-26
prototypes for threads too
Peter S. Mazinger
2006-01-25
make use of the internals provided earlier
Peter S. Mazinger
2006-01-24
Don't use __getpid/__getpagesize
Peter S. Mazinger
2006-01-22
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...
Peter S. Mazinger
2006-01-04
update pthread weak handling to the style glibc uses
Mike Frysinger
2005-12-29
kill off some signedness/unused warnings
Mike Frysinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-15
rename current stable linuxthreads to linuxthreads.old to prepare for import ...
Mike Frysinger