index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
/
rtld.c
Age
Commit message (
Expand
)
Author
2014-01-31
Catch up with _lwp_park change.
joerg
2013-11-20
If dlopen of the dynamic linker is requested, e.g. by rump in
skrll
2013-10-19
fix unused variable warnings
christos
2013-05-09
Remove redundant assignment. Hasn't been needed since 1999.
skrll
2013-05-09
remove stray debugging
christos
2013-05-09
convert to SIMPLEQ like the rest of the queues.
christos
2013-05-06
Fixed handling of DT_SONAME:
christos
2013-05-06
Trailing whitespace
skrll
2013-05-06
Disalble a debug only where it causes problems.
skrll
2013-05-03
Remove dbg for _ctype_
matt
2013-05-02
Print out &_DYNAMIC too.
matt
2012-12-16
Fix the other lwp_park() to pass 0 for the 'unpark' lwp.
dsl
2012-12-16
You need to pass 0 (not -1) to lwp_park() if you don't also
dsl
2012-10-01
On failure in _rtld_dlcheck, call _rtld_error, not xwarnx.
riastradh
2012-08-15
Add .init_array/.fini_array support (conditionalized on HAVE_INITFINI_ARRAY).
matt
2012-03-13
Mark _rtld_debug_state as not to be inlined. Add an explicit instruction
joerg
2012-02-16
Add _dlauxinfo helper function to provide access to the ELF auxilary
joerg
2011-11-25
Unbreak RTLD_NEXT and co on platforms that don't inline or tail call
joerg
2011-11-17
FreeBSD bug report 161344: TLS area for the main thread is set up to
joerg
2011-10-23
Don't block SIGTRAP so that on architectures where the debugger needs to
christos
2011-08-13
disable debugging that makes us core dump
christos
2011-06-25
PR/45015: ld.elf_so: support ELF symbol versioning
nonaka
2011-04-02
Revert pthread_atfork related change not intended for commit yet.
joerg
2011-04-02
Unbreak HPPA
joerg
2011-03-29
Block signals when using the exclusive lock.
joerg
2011-03-28
Refine locking scheme around init/fini to not hold the exclusive lock.
joerg
2011-03-27
exit, not enter
joerg
2011-03-27
Handle _rtld_exit as full entry point since other threads may still be
joerg
2011-03-27
Add some debug messages for explicit rtld entry points
joerg
2011-03-27
Locking around dlclose()
joerg
2011-03-26
Fix merge error that broke HPPA
joerg
2011-03-25
Add basic locking to ld.elf_so.
joerg
2011-03-13
Fill in TLS related fields in dl_iterate_phdr if TLS is supported
joerg
2011-03-09
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
joerg
2011-02-24
make DEBUG compile without RTLD_DEBUG
pooka
2010-12-24
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
skrll
2010-12-19
Sprinkle some KNF.
skrll
2010-12-19
Remove unnecessary #ifdef RTLD_DEBUG
skrll
2010-12-16
Don't use normal environment handling functions from libc, but iterate
joerg
2010-12-16
s/rdbg/dbg/ in a few places.
skrll
2010-10-29
PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12"
christos
2010-10-16
Implement dl_iterate_phdr.
skrll
2010-03-18
Use alloca(3) instead of local xmalloc for creating our DoneLists.
roy
2010-02-27
Implement negative cache checks for symbol lookups.
roy
2010-01-10
Fixup comment.
skrll
2009-12-02
If the environment is corrupt, die. From FreeBSD.
christos
2009-11-17
Make _rtld_pagesz of type size_t.
skrll
2009-09-24
Add Solarisa-like dlinfo() interface to the ELF dynamic linker.
pooka
2009-05-19
warns=4
christos
2008-10-26
if LD32DIR is defined:
mrg
[next]