index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
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
*
Remove $FreeBSD$: one-line .h pattern
Warner Losh
2023-08-16
1
-1
/
+0
*
rtld: fix typo in comment
Konstantin Belousov
2022-10-17
1
-1
/
+1
*
rtld-elf/libmap.c: correct comment
Konstantin Belousov
2022-09-19
1
-2
/
+2
*
rtld-elf/paths.h: Make it usable outside rtld
Konstantin Belousov
2021-10-21
1
-1
/
+1
*
rtld: constify most variables holding references to the environment values
Konstantin Belousov
2021-08-17
1
-7
/
+7
*
rtld: call close(2) after errno is saved
Konstantin Belousov
2021-01-02
1
-6
/
+11
*
Reduce size of rtld by 22% by pulling in less code from libc
Alex Richardson
2019-06-30
1
-0
/
+1
*
rtld-elf: fix more warnings to allow compiling with WARNS=6
Alex Richardson
2018-10-29
1
-1
/
+1
*
rtld-elf: compile with WANRS=4 warnings other than -Wcast-align
Alex Richardson
2018-10-29
1
-4
/
+4
*
rtld-elf: make it compile with WARNS=3
Alex Richardson
2018-10-29
1
-3
/
+2
*
When doing lm_add(), check for duplicates.
Konstantin Belousov
2018-09-26
1
-5
/
+9
*
Style cleanup. No functional changes.
Konstantin Belousov
2018-09-02
1
-41
/
+62
*
Plug memory leak on error case.
Edward Tomasz Napierala
2017-10-29
1
-0
/
+1
*
Use xmalloc and read(2) instead of mmap(2) to read in libmap.conf(5).
Edward Tomasz Napierala
2017-10-24
1
-4
/
+6
*
Don't call realpath(3) from libmap rtld code. This gets rid of a few calls
Edward Tomasz Napierala
2017-10-22
1
-28
/
+23
*
Rather than using the #define for path names, indirect through a char *
Warner Losh
2015-10-31
1
-1
/
+1
*
Move all the paths into a new path.h to centralize them.
Warner Losh
2015-10-31
1
-9
/
+1
*
Always check the limits of array index variables before using them.
Pedro F. Giffuni
2014-08-21
1
-2
/
+2
*
Fix LD_LIBMAP.
Konstantin Belousov
2014-05-18
1
-3
/
+3
*
Make the directory mapping functionality, which was previously only
Dag-Erling Smørgrav
2013-09-21
1
-2
/
+0
*
rtld: Fix fd leak with parallel dlopen and fork/exec.
Jilles Tjoelker
2012-11-04
1
-1
/
+1
*
open the resolved path
Baptiste Daroussin
2012-05-05
1
-4
/
+4
*
Add two special directives to libmap.conf:
Baptiste Daroussin
2012-04-30
1
-30
/
+132
*
Rtld on diet 3.
Konstantin Belousov
2012-03-14
1
-3
/
+3
*
Rtld on diet part 2:
Konstantin Belousov
2012-03-12
1
-72
/
+76
*
Cosmetic nit:
Sergey Kandaurov
2012-03-06
1
-10
/
+10
*
The libmap.conf initialization is performed before TLS is functional.
Konstantin Belousov
2012-03-05
1
-10
/
+15
*
Fix a malloc overrun in 32-bit compat libmap lookup code.
Peter Wemm
2006-01-31
1
-6
/
+4
*
Description from Dan:
Matthew N. Dodd
2005-02-04
1
-10
/
+75
*
style(9)
Matthew N. Dodd
2005-02-04
1
-4
/
+3
*
Support basename and path based constrained matches.
Matthew N. Dodd
2004-05-24
1
-1
/
+29
*
Add initial support for compiling a special 32 bit version of
Peter Wemm
2004-03-21
1
-4
/
+28
*
Fix "warning: value computed is not used".
Max Khon
2004-02-03
1
-1
/
+1
*
Change libmap.c:lm_init() to return a status value; 0 for success
Matthew N. Dodd
2003-09-13
1
-3
/
+3
*
Include libmap.h for prototypes.
Matthew N. Dodd
2003-06-18
1
-0
/
+1
*
Provide function entry debugging messages.
Matthew N. Dodd
2003-05-31
1
-1
/
+16
*
Don't post-increment pointers inside a loop conditional.
Matthew N. Dodd
2003-05-30
1
-11
/
+11
*
Allow threading libraries to register their own locking
Alexander Kabaev
2003-05-29
1
-6
/
+3
*
- Use xmalloc() and xstrdup() instead of malloc() and strdup().
Matthew N. Dodd
2003-05-19
1
-5
/
+14
*
Remove redundant strlen checks, do not check the same
Alexander Kabaev
2003-04-30
1
-23
/
+24
*
Code cleanups and sanity checking for config file parser.
Matthew N. Dodd
2003-04-10
1
-19
/
+52
*
Dynamic object dependency mapping: libmap.
Matthew N. Dodd
2003-04-07
1
-0
/
+199