]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec
Consistently update to the MPI header set version 01.05.20 after r224761.
[FreeBSD/FreeBSD.git] / libexec /
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-28 dimDefine several extra macros in bsd.sys.mk and sys/conf...
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-21 emasteAvoid error log for transfer stop w/o error code.
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-07 dimConsistently set RPCGEN_CPP when running rpcgen, so...
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-10 eadlerFix warning when compiling with gcc46:
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-03 edReplace index() and rindex() calls with strchr() 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-23 cpercivaFix a problem whereby a corrupt DNS record can cause...
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-16 dimFix the incompatible enum conversions in libexec/ypxfr...
2011-12-16 dimRevert r228592, as the non-messy way of fixing ypxfr...
2011-12-16 dimAttempt to fix the numerous incompatible enum conversio...
2011-12-16 dimFix typos in the comments about clang warnings in several
2011-12-16 dimUnfortunately, clang gives warnings about sendmail...
2011-12-16 dimIn libexec/rbootd/utils.c, use the correct printf lengt...
2011-12-16 dimIn libexec/pppoed/pppoed.c, use the correct printf...
2011-12-16 dimUnfortunately, clang gives warnings about sendmail...
2011-12-16 dimIn libexec/bootpd/tools/bootptest/print-bootp.c, use...
2011-12-16 dimIn libexec/getty/chat.c, replace && with & in chat_send...
2011-12-16 dimIn libexec/bootpd/bootpgw/bootpgw.c, add a cast for...
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-10 edMake comsat(8) approximately 15% smaller.
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-30 bruefferFix a misplaced parenthesis.
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-31 rodrigcPull in some wording to the tftpd.8 man page
2011-07-31 rodrigcIn the old TFTP server, there was an undocumented behav...
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-24 rodrigcAcknowledge Edwin Groothuis for the major rewrite he
2011-06-24 rodrigcBring back synchnet() implementation from older
2011-06-22 rodrigcUpdate references to RFC's that the newer TFTP implemen...
next