Home | History | Annotate | Download | only in ld.elf_so
History log of /src/libexec/ld.elf_so/symver.c
RevisionDateAuthorComments
 1.4  09-May-2013  christos convert to SIMPLEQ like the rest of the queues.
 1.3  07-May-2013  christos we don't need the versioning stuff for ldd
 1.2  06-May-2013  christos Fixed handling of DT_SONAME:

- add function to add name aliases for shared libraries loaded
XXX[1]: we don't add a name during load time, only when DT_SONAME
is present.
- search already loaded objects in load_by_name for an already
loaded object that matches our name and return it.
- add missing initialization and cleanup for obj->names
XXX[2]: should we make them SIMPLEQ?
- Add XXX in rtld.c about getting the name of an object.

NB: This makes the jdk work again without resorting to a hack of putting
the build path of libjvm.so into the run path (which is a security
problem).
XXX: Pullup-6?
 1.1  25-Jun-2011  nonaka branches: 1.1.2; 1.1.8;
PR/45015: ld.elf_so: support ELF symbol versioning
Applied latest patch.
 1.1.8.1  23-Jun-2013  tls resync from head
 1.1.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed