summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/libmap.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270256:pfg2014-08-281-2/+2
* MFC r266411:kib2014-05-251-3/+3
* Make the directory mapping functionality, which was previously onlydes2013-09-211-2/+0
* rtld: Fix fd leak with parallel dlopen and fork/exec.jilles2012-11-041-1/+1
* open the resolved pathbapt2012-05-051-4/+4
* Add two special directives to libmap.conf:bapt2012-04-301-30/+132
* Rtld on diet 3.kib2012-03-141-3/+3
* Rtld on diet part 2:kib2012-03-121-72/+76
* Cosmetic nit:pluknet2012-03-061-10/+10
* The libmap.conf initialization is performed before TLS is functional.kib2012-03-051-10/+15
* Fix a malloc overrun in 32-bit compat libmap lookup code.peter2006-01-311-6/+4
* Description from Dan:mdodd2005-02-041-10/+75
* style(9)mdodd2005-02-041-4/+3
* Support basename and path based constrained matches.mdodd2004-05-241-1/+29
* Add initial support for compiling a special 32 bit version ofpeter2004-03-211-4/+28
* Fix "warning: value computed is not used".fjoe2004-02-031-1/+1
* Change libmap.c:lm_init() to return a status value; 0 for successmdodd2003-09-131-3/+3
* Include libmap.h for prototypes.mdodd2003-06-181-0/+1
* Provide function entry debugging messages.mdodd2003-05-311-1/+16
* Don't post-increment pointers inside a loop conditional.mdodd2003-05-301-11/+11
* Allow threading libraries to register their own lockingkan2003-05-291-6/+3
* - Use xmalloc() and xstrdup() instead of malloc() and strdup().mdodd2003-05-191-5/+14
* Remove redundant strlen checks, do not check the samekan2003-04-301-23/+24
* Code cleanups and sanity checking for config file parser.mdodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.mdodd2003-04-071-0/+199
OpenPOWER on IntegriCloud