Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DynamicLinker*: Proper Override notation | Sven Gothel | 2013-06-20 | 1 | -1/+3 |
| | |||||
* | Security: Tighten DynamicLinker*, NativeLibrary and DynamicLibraryBundle access. | Sven Gothel | 2013-06-20 | 1 | -4/+31 |
| | |||||
* | Fix DynamicLinker Impl: Add Bionic specialization using Bionic's non POSIX ↵ | Sven Gothel | 2013-06-16 | 1 | -0/+54 |
values; Using same pattern for Mac OS X. Add Bionic specialization using Bionic's non POSIX values - derive from UnixDynamicLinkerImpl - specify own flag and mode values - use UnixDynamicLinkerImpl native code Using same pattern for Mac OS X - derive from UnixDynamicLinkerImpl - specify own flag and mode values - use UnixDynamicLinkerImpl native code - drop MacOSXDynamicLinkerImpl native code |