summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Clean up NPTL thread C library support files and simplify build process."Steven J. Hill"2006-02-051-1/+0
|
* Final set of changes for NPTL and new build system. NPTL can now build with ↵"Steven J. Hill"2005-12-021-2/+0
| | | | the new build system.
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes ↵"Steven J. Hill"2005-08-091-0/+1
| | | | made to libpthread and libc for remaining support.
* Properly link in needed TLS functions for the static C library. Added the ↵"Steven J. Hill"2005-07-311-0/+37
| | | | new low-level locking primitives to the C library for both static and shared. Added the new file 'dl-tls.c' from glibc which should be the final code necessary to fully link all the libraries for a NPTL-based uClibc.
* Added new files for TLS functionality in libpthreads and for the dynamic ↵"Steven J. Hill"2005-07-221-0/+29
| | | | loader. The headers may be moved to the 'ldso' directory hierarchy at a later date depending on what we run into when implementating changes to the loader.
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-078-0/+413
consult the 'README.NPTL' file.