index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
rtld-elf
/
libmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r270256:
pfg
2014-08-28
1
-2
/
+2
*
MFC r266411:
kib
2014-05-25
1
-3
/
+3
*
Make the directory mapping functionality, which was previously only
des
2013-09-21
1
-2
/
+0
*
rtld: Fix fd leak with parallel dlopen and fork/exec.
jilles
2012-11-04
1
-1
/
+1
*
open the resolved path
bapt
2012-05-05
1
-4
/
+4
*
Add two special directives to libmap.conf:
bapt
2012-04-30
1
-30
/
+132
*
Rtld on diet 3.
kib
2012-03-14
1
-3
/
+3
*
Rtld on diet part 2:
kib
2012-03-12
1
-72
/
+76
*
Cosmetic nit:
pluknet
2012-03-06
1
-10
/
+10
*
The libmap.conf initialization is performed before TLS is functional.
kib
2012-03-05
1
-10
/
+15
*
Fix a malloc overrun in 32-bit compat libmap lookup code.
peter
2006-01-31
1
-6
/
+4
*
Description from Dan:
mdodd
2005-02-04
1
-10
/
+75
*
style(9)
mdodd
2005-02-04
1
-4
/
+3
*
Support basename and path based constrained matches.
mdodd
2004-05-24
1
-1
/
+29
*
Add initial support for compiling a special 32 bit version of
peter
2004-03-21
1
-4
/
+28
*
Fix "warning: value computed is not used".
fjoe
2004-02-03
1
-1
/
+1
*
Change libmap.c:lm_init() to return a status value; 0 for success
mdodd
2003-09-13
1
-3
/
+3
*
Include libmap.h for prototypes.
mdodd
2003-06-18
1
-0
/
+1
*
Provide function entry debugging messages.
mdodd
2003-05-31
1
-1
/
+16
*
Don't post-increment pointers inside a loop conditional.
mdodd
2003-05-30
1
-11
/
+11
*
Allow threading libraries to register their own locking
kan
2003-05-29
1
-6
/
+3
*
- Use xmalloc() and xstrdup() instead of malloc() and strdup().
mdodd
2003-05-19
1
-5
/
+14
*
Remove redundant strlen checks, do not check the same
kan
2003-04-30
1
-23
/
+24
*
Code cleanups and sanity checking for config file parser.
mdodd
2003-04-10
1
-19
/
+52
*
Dynamic object dependency mapping: libmap.
mdodd
2003-04-07
1
-0
/
+199