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
*
Don't acquire the writer lock in rtld_exit when clearing the shared
jdp
2002-08-08
1
-2
/
+0
*
Add END markers to asm functions so that debuggers can find their size.
jake
2002-07-17
1
-1
/
+3
*
Remove the nanosleep calls from the spin loops in the locking code.
jdp
2002-07-06
5
-42
/
+7
*
The .Nm utility
charnier
2002-07-06
1
-2
/
+6
*
Update the asm statements to use the "+" modifier instead of
jdp
2002-06-24
4
-16
/
+16
*
Add needed include of mman.h to fix sparc64 buildworld.
jake
2002-06-24
1
-1
/
+3
*
The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).
dillon
2002-06-22
2
-21
/
+58
*
This is the same alloca() fix as was committed for i386. David O'Brien
dillon
2002-06-18
1
-5
/
+17
*
Dillon's recent commits to the dynamic linker without running them
jdp
2002-06-10
1
-1
/
+0
*
Correct a bug in the last commit. The whole point of creating a 'done:'
dillon
2002-06-10
2
-6
/
+6
*
In tracking down an installation seg fault with then openoffice port
dillon
2002-06-10
2
-18
/
+42
*
Include machine/ia64_cpu.h because we use ia64_mf().
marcel
2002-05-21
1
-0
/
+1
*
Fix handling of weak references to undefined symbols on ia64:
marcel
2002-04-27
2
-29
/
+21
*
Now that local symbols aren't looked up with the symbol hash table,
marcel
2002-04-27
1
-10
/
+3
*
Don't do symbol lookups for local symbols. The symbol index in the
marcel
2002-04-27
1
-7
/
+14
*
Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared
peter
2002-04-07
1
-3
/
+16
*
Minor changes to make this work on sparc64.
jake
2002-04-02
1
-33
/
+46
*
rtld support for sparc64.
jake
2002-03-13
5
-0
/
+1073
*
When searching an object that was opened with RTLD_GLOBAL, search its DAG too.
des
2002-02-27
1
-3
/
+6
*
ld-elf.so.1 assumed a few too many things about the ordering of sections
peter
2002-02-18
5
-72
/
+265
*
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
obrien
2002-02-17
2
-2
/
+11
*
Allow ldd(1) be used on shared libraries in addition to executables.
sobomax
2002-02-04
1
-9
/
+35
*
Mark a function as __printflike()
kris
2002-02-04
1
-1
/
+1
*
Change the library search order so that LD_LIBRARY_PATH overrides
jdp
2002-01-25
1
-2
/
+2
*
Change brk's prototype from char *brk(const char *) to int brk(const void *)
dwmalone
2002-01-24
1
-1
/
+0
*
mdoc(7) police: tidy up.
ru
2002-01-10
1
-17
/
+25
*
Update rtld for the "new" ia64 ABI. In the old toolchain, the
peter
2001-10-29
7
-9
/
+34
*
Fix a dependency violation (branch after alloc)
peter
2001-10-29
1
-1
/
+1
*
Add ia64 support. Various adjustments were made to existing targets to
dfr
2001-10-15
14
-33
/
+1069
*
The support for accelerating find_symdef() with a cache was broken. This
dfr
2001-10-10
1
-8
/
+9
*
mdoc(7) police:
ru
2001-08-07
1
-4
/
+2
*
Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The
sheldonh
2001-07-26
2
-2
/
+2
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-2
/
+0
*
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
ru
2001-07-06
1
-1
/
+1
*
Use new backup feature of install(1).
ru
2001-05-28
1
-14
/
+1
*
Performance improvements for the ELF dynamic linker. These
jdp
2001-05-05
5
-18
/
+60
*
* include/elf.h has been repo copied to include/elf-hints.h, and it no
obrien
2001-05-02
1
-1
/
+2
*
- Backout botched attempt to intoduce MANSECT feature.
ru
2001-03-26
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+1
*
Fix a bug in which a program called dlclose from a destructor and
jdp
2001-01-05
1
-2
/
+43
*
Prepare for mdoc(7)NG.
ru
2000-12-20
1
-3
/
+5
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-2
/
+3
*
Remove the superfluous call to _rtld_error() in symlook_default().
jdp
2000-11-07
1
-2
/
+0
*
Add support for dlsym(RTLD_DEFAULT, ...).
jdp
2000-09-19
2
-69
/
+97
*
Pass two pointer parameters to the r_debug_state() hook
jwd
2000-08-26
1
-8
/
+18
*
Revamp the code that calls shared libraries' init and fini functions.
jdp
2000-07-26
2
-106
/
+185
*
We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool
green
2000-07-20
1
-1
/
+2
*
Fix a bug which could cause programs with user threads packages to
jdp
2000-07-17
3
-5
/
+88
*
Solve the dynamic linker's problems with multithreaded programs once
jdp
2000-07-08
10
-334
/
+770
[next]