Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow threading libraries to register their own locking | kan | 2003-05-29 | 3 | -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 will | kan | 2003-03-14 | 1 | -5/+1 |
| | | | | | | return pre-zeroed pages itself. Noticed by: jake | ||||
* | rtld support for PowerPC. Mostly obtained from NetBSD, with mods | grehan | 2002-12-04 | 5 | -0/+926 |
for binutils 2.13 Reviewed by: benno Approved by: re (blanket) |