summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* Allow threading libraries to register their own lockingkan2003-05-293-36/+34
| | | | | | | | | | implementation in case default one provided by rtld is not suitable. Consolidate various identical MD lock implementation into a single file using appropriate machine/atomic.h. Approved by: re (scottl)
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-5/+1
| | | | | | return pre-zeroed pages itself. Noticed by: jake
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-045-0/+926
for binutils 2.13 Reviewed by: benno Approved by: re (blanket)
OpenPOWER on IntegriCloud