aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/libmap.c
Commit message (Expand)AuthorAgeFilesLines
* open the resolved pathBaptiste Daroussin2012-05-051-4/+4
* Add two special directives to libmap.conf:Baptiste Daroussin2012-04-301-30/+132
* Rtld on diet 3.Konstantin Belousov2012-03-141-3/+3
* Rtld on diet part 2:Konstantin Belousov2012-03-121-72/+76
* Cosmetic nit:Sergey Kandaurov2012-03-061-10/+10
* The libmap.conf initialization is performed before TLS is functional.Konstantin Belousov2012-03-051-10/+15
* Fix a malloc overrun in 32-bit compat libmap lookup code.Peter Wemm2006-01-311-6/+4
* Description from Dan:Matthew N. Dodd2005-02-041-10/+75
* style(9)Matthew N. Dodd2005-02-041-4/+3
* Support basename and path based constrained matches.Matthew N. Dodd2004-05-241-1/+29
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-4/+28
* Fix "warning: value computed is not used".Max Khon2004-02-031-1/+1
* 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-23/+24
* 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