]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec
* Add in the AR7240 global control field for setting the maximum frame
[FreeBSD/FreeBSD.git] / libexec /
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 edDo a better job at determining the username of the...
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-29 eadlerRemove trailing whitespace per mdoc lint warning
2012-03-27 kibPrevent rtld_verify_object_versions() from being called...
2012-03-26 joelmdoc: terminate quoted strings.
2012-03-25 joelMake sure sections are sorted into conventional order.
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-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.
next