]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec/rtld-elf
Import dtracetoolkit into cddl/contrib
[FreeBSD/FreeBSD.git] / libexec / rtld-elf /
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-05 baptopen the resolved path
2012-05-05 kibWork around a situation where symlook_obj() could be...
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-30 baptAdd two special directives to libmap.conf:
2012-04-30 kibAdd GNU hash support for rtld.
2012-04-30 kibSplit the symlook_obj1 into a loop iterating over the...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 nwhitehornFix a missed file in r234580: replace the now-obsolete...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-12 kibPropagate the current state of rtld_bind_lock to dlopen...
2012-04-05 kibProperly handle absent AT_CANARY aux entry.
2012-04-02 kanRemove extra blank line from revious commit.
2012-04-02 kanDo not try to adjust stacks if dlopen_object is called...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-29 kibFix ia64 build after r233655.
2012-03-29 kibImport DragonFly BSD commit
2012-03-27 kibPrevent rtld_verify_object_versions() from being called...
2012-03-24 kibRemove libssp_nonshared from the rtld linking set....
2012-03-24 kibProvide short-circuit exit(3) implementation for rtld.
2012-03-23 gonzoBefore jumping to application's entry point set ra...
2012-03-23 kibRemove superfluous extern keywords.
2012-03-23 kibCentralize the calculation of the top source directory...
2012-03-23 kibImplement xstrdup() using strlen()/xmalloc()/memcpy...
2012-03-22 kibUse xmalloc() instead of malloc() in the places where...
2012-03-22 kibRemove the fragments which are not needed on FreeBSD...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-20 kibFix several problems with our ELF filters implementation.
2012-03-16 kibRemove write-only variable.
2012-03-14 kibRtld on diet 3.
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-12 gonzoUse PTR_SUBU instead of subu (missed this one)
2012-03-12 gonzoUse PTR_(ADD|SUB)U macrosses instead of hardcoded addu...
2012-03-12 gonzo- Although we pass first 4 arguments in registers,...
2012-03-12 kibRtld on diet part 2:
2012-03-12 kibRtld on diet part 1:
2012-03-12 dimAmend r232857, now dropping the casts entirely, as...
2012-03-12 dimFix the following warning/error with clang:
2012-03-12 kibWhen iterating over the dso program headers, the object...
2012-03-11 kibAdd support for preinit, init and fini arrays. Some...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 kibOptimize tls_get_addr_common(). The change provides...
2012-03-09 kibRemove the use of toupper() from rtld_printf.c. Use...
2012-03-06 pluknetCosmetic nit:
2012-03-06 gonzo- Switch to saving non-offseted pointer to TLS block...
2012-03-05 kibThe libmap.conf initialization is performed before...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-14 gonzoAdd thread-local storage support for ARM to rtld-elf
2012-02-13 kibAdd missed EOL when die() was converted to use rtld_fdp...
2012-02-11 gonzoAdd handlers for TLS-related relocation entries
2012-02-10 gonzoRemove debug output
2012-02-10 gonzoSwitch MIPS TLS implementation to Variant I
2012-02-10 gonzoFix debug output for MIPS part of rtld
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 kibAdd support for GNU RELRO.
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-17 edRemove unneeded dtv variable.
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-07 uqsSpelling fixes for libexec/
2012-01-07 kibImplement fdlopen(3), an rtld interface to load shared...
2012-01-04 kibPostpone the resolution of IRELATIVE relocations and...
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 nwhitehornAdditional icache paranoia: non-PLT relocations can...
2011-12-17 nwhitehornFix RTLD on PowerPC after r228435. Changing the order...
2011-12-14 kib_rtld_bind() read-locks the bind lock, and possible...
2011-12-12 kibAdd support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE...
2011-12-09 kibTypo.
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-18 kibFix fd leak.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-08 kibHandle the R_386_TLS_TPOFF32 relocation, which is simil...
2011-10-08 kibSetting up TLS block for the main thread must be done...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-20 kibRestore the writing of the .bss sections of the dsos...
2011-09-15 kibUse the proper dynamic tls block to calculate the tls...
2011-09-06 kibDo not use the function pointers for the internal opera...
2011-09-03 dimWhen libexec/rtld-elf/rtld.c is compiled with clang...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-24 kibRtld links with the specially built pic static libc...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-18 benlFix clang warnings.
next