| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
both thread library models. Items of interest are the 'Rules.mak' changes at
the top level as well as the new 'Rules.mak' for the NPTL library.
|
|
|
|
|
| |
dependency directories so that either thread model can be used by the
C library modules that need some knowledge of pthreads.
|
| |
|
|
|
|
|
|
|
| |
rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
(this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).
|
| |
|
|
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen
(me). Stefan has hacked things up such that linuxthreads runs on MMU-less
systems (tested only on arm-nommu). Erik cleaned things up and made it work
properly as a shared library.
-Erik
|