summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.c
Commit message (Expand)AuthorAgeFilesLines
* Change libmap.c:lm_init() to return a status value; 0 for successMatthew N. Dodd2003-09-131-3/+3
* Include libmap.h for prototypes.Matthew N. Dodd2003-06-181-0/+1
* Provide function entry debugging messages.Matthew N. Dodd2003-05-311-1/+16
* Don't post-increment pointers inside a loop conditional.Matthew N. Dodd2003-05-301-11/+11
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-6/+3
* - Use xmalloc() and xstrdup() instead of malloc() and strdup().Matthew N. Dodd2003-05-191-5/+14
* Remove redundant strlen checks, do not check the sameAlexander Kabaev2003-04-301-22/+23
* Code cleanups and sanity checking for config file parser.Matthew N. Dodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.Matthew N. Dodd2003-04-071-0/+199