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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.
mdodd
2003-09-13
2
-18
/
+1
*
Change libmap.c:lm_init() to return a status value; 0 for success
mdodd
2003-09-13
3
-5
/
+5
*
Very minor style nit: sort include files alphabetically.
imp
2003-08-22
1
-1
/
+1
*
Forgot one instance of ld-elf.so.1. Convert to ${PROG}
gordon
2003-08-17
1
-1
/
+1
*
Don't forget to honor DESTDIR. Also switch over to using PROG instead of
gordon
2003-08-17
1
-2
/
+2
*
Don't forget to chflags noschg the existing binary so we can symlink
gordon
2003-08-17
1
-0
/
+5
*
As long threatened, stage 2 of making a dynamically-linked root a reality.
gordon
2003-08-17
2
-1
/
+3
*
Prepend /lib to the builtin library search path in rtld.
gordon
2003-08-17
2
-2
/
+2
*
Avoid using the global offset table to get the address of _DYNAMIC in
jake
2003-07-04
2
-1
/
+18
*
Fix warnings on 64 bit platforms.
mdodd
2003-06-19
1
-9
/
+9
*
Add function prototypes.
mdodd
2003-06-19
1
-0
/
+2
*
LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don't
mdodd
2003-06-19
1
-2
/
+2
*
Provide a mechanism for dumping relocation information.
mdodd
2003-06-19
4
-0
/
+116
*
Move MD function prototypes together.
mdodd
2003-06-19
1
-4
/
+8
*
Fix warnings; no parameters in function prototypes.
mdodd
2003-06-19
2
-3
/
+3
*
Avoid a NULL pointer dereference.
mdodd
2003-06-18
1
-1
/
+2
*
Include libmap.h for prototypes.
mdodd
2003-06-18
1
-0
/
+1
*
- Add support for DT_FLAGS.
mdodd
2003-06-18
3
-1
/
+21
*
Don't fail if we encounter a relocation of type "none". Just ignore
marcel
2003-06-07
1
-0
/
+3
*
Set CSTD to gnu99. We can only use on of the gnu?9 C languages.
obrien
2003-06-04
1
-0
/
+1
*
Assorted mdoc(7) fixes.
ru
2003-06-02
1
-5
/
+5
*
- use issetugid()
mdodd
2003-05-31
1
-3
/
+2
*
Simplify map_object() by breaking out the ELF header validation bits
mdodd
2003-05-31
1
-58
/
+67
*
Provide function entry debugging messages.
mdodd
2003-05-31
1
-1
/
+16
*
Use the environment variable LD_LIBMAP_DISABLE to disable
mdodd
2003-05-31
2
-3
/
+11
*
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
20
-480
/
+558
*
Initial pass at supporting shared libraries on amd64. There are still
peter
2003-05-24
2
-73
/
+101
*
- Use xmalloc() and xstrdup() instead of malloc() and strdup().
mdodd
2003-05-19
1
-5
/
+14
*
Since libmap.conf is referenced in rtld.1, include it in the references
rwatson
2003-05-17
1
-0
/
+1
*
mdoc(7) police: Normalize the FILES section.
ru
2003-05-16
1
-2
/
+3
*
Rethink the way we count module references. Simply following
kan
2003-05-08
1
-18
/
+30
*
Fix signed/unsigned comparison warnings.
obrien
2003-05-04
3
-8
/
+9
*
Remove 80386 bandaids from code repocopied from i386. rtld_start.S still
peter
2003-04-30
1
-78
/
+4
*
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
5
-5
/
+238
*
Fix for ia64/48024 - ensure function pointer equality across elf
arun
2003-03-19
1
-52
/
+77
*
Free obj->priv field in obj_free functions. This field is NULL
kan
2003-03-14
1
-0
/
+1
*
No need to zero fill memory, mmapped anonymously. Kernel will
kan
2003-03-14
6
-15
/
+1
*
Do not remove object from the lists at the unref_dag() stage.
kan
2003-02-17
1
-8
/
+26
*
Advertize rtld(1) as ld.so(1) in manual pages world
phantom
2003-02-13
2
-1
/
+3
*
Fix a typo in rtld_dirname.
kan
2003-02-13
1
-1
/
+1
*
Implement dlinfo() function.
kan
2003-02-13
2
-32
/
+262
*
Add missing include files I forgot about in previous commit.
kan
2003-02-13
1
-0
/
+2
*
Remove /usr/lib/elf from a default search path.
kan
2003-02-13
3
-19
/
+17
*
When unloading dependencies make sure they are removed from all the
kan
2003-02-10
1
-9
/
+10
*
Change the way ELF coredumps are handled. Instead of unconditionally
dillon
2002-12-16
1
-6
/
+23
*
Uniformly refer to a file system as "file system".
ru
2002-12-12
1
-1
/
+1
*
Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.
kan
2002-12-05
1
-2
/
+2
[next]