Age | Commit message (Collapse) | Author |
|
|
|
files get updated
|
|
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).
|
|
from glibc 2.3. This should make threads much more efficient.
-Erik
|
|
|
|
related to thread local storage.
-Erik
|
|
Propagate fixes across makefiles.
-Erik
|
|
it, since we definately do not want silent remapping of functions to
their large-file counterparts.
-Erik
|
|
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
|