]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - libexec
Eliminate a stale and a duplicated comment.
[FreeBSD/FreeBSD.git] / libexec /
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-26 jillesatrun: Do not assume that MAXLOGNAME <= 100.
2012-09-19 kibDo not reference z_nodeflib for !objgiven case, thus...
2012-09-14 eadlerBump date missed in r202756
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 dougb1. Use install -d to create the entropy_dir if missing...
2012-09-01 edRework all non-contributed files that use `struct timez...
2012-08-20 kanDo not call process_nodelete with NULL object pointer.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 zeisingFix two instances of the file names generated by revnet...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 gonzoMerging of projects/armv6, part 2
2012-08-14 kanPospone the DF_1_NODELETE processing until object DAG...
2012-08-08 andrewImport compiler-rt r160957.
2012-08-04 andrewEnsure we align the stack to 8 bytes in rtld.
2012-08-03 kanParse notes only after object structure had been allocated.
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-15 kibImport the DragonFly BSD commit 4f0bc915b65fcf5a23214f6...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-27 kibEnsure that for the object which is a dependency for...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-14 kibEliminate the static buffer used to read the first...
2012-06-11 desNone of these programs actually use auth.conf.
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-23 joelmdoc: Only use macros inside a reference block.
2012-05-23 joelmdoc: fix .Bl -offset.
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-19 marcelProperly use LDADD & DPADD to link against libwrap.
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
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 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
next