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
*
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