summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18Remote regression tests should not run ssh with -t all the time.Alexander Bluhm
2016-07-18Polish:Philip Guenther
2016-07-18Add some unsigned overflow checks for extra_pad. None of theseDamien Miller
2016-07-18Updated advice^Wcode from miod@ for passing &_DYNAMIC to _dl_boot_bindPhilip Guenther
2016-07-11Add regression tests for the path MTU discovery implementation in Alexander Bluhm
2016-07-18don't mix code and decls, ok tedu@Brent Cook
2016-07-17use memset to initialize the unionBrent Cook
2016-07-17remove unused OPENSSL_NO_OBJECT caseBrent Cook
2016-07-17Initialize buffers before use, noted by Kinichiro Inoguchi.Brent Cook
2016-07-17Attach sunxi(4) based on the compatible property of the root node of theMark Kettenis
2016-07-17getopt(3) can be called twice (once for bc and once for dc), so reinit getoptOtto Moerbeek
2016-07-17strip back asn1parse; ok beck jsingJason McIntyre
2016-07-17Talk about event API instead of libeventStefan Kempf
2016-07-17support UTF-8 characters in ssh(1) banners using schwarze@'sDamien Miller
2016-07-17Remove now obsolete parenthetical explanation (should have been part ofTheo Buehler
2016-07-171. Update manpage in view of the change of behavior I introduced in -r1.27.Theo Buehler
2016-07-17Adapt kettenis' pinctrl changes in imx to sitaracm andJonathan Gray
2016-07-17use the fdt root node instead of board ids to test for am335xJonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-17Set function pointers based on the fdt root node instead of board ids.Jonathan Gray
2016-07-16syncTodd C. Miller
2016-07-16Remove potential overflow when validating message's length.Renato Westphal
2016-07-16Fix parsing of mal-formed optional TLVs/Sub-TLVs.Renato Westphal
2016-07-16Fix sockopt name: ICMPV6_FILTER -> ICMP6_FILTERJeremie Courreges-Anglas
2016-07-16remove an unused parameter that wasn't handled during a previous refactorMike Larkin
2016-07-16Clean up OCSP_check_validity() a bit more.Bob Beck
2016-07-16Fix example: long long should be print with %lldJeremie Courreges-Anglas
2016-07-16Support MSI-X in virtioStefan Fritsch
2016-07-16Add $OpenBSD$ / replace $Id$ with $OpenBSD$.Visa Hankala
2016-07-16Remove octeon_disable_interrupt() and octeon_restore_status().Visa Hankala
2016-07-16Fix typo in comment in three machdep.c files:Tom Cosgrove
2016-07-16since we no longer pull source directly from openssl, the time isJason McIntyre
2016-07-16- add proxyjump to the options listJason McIntyre
2016-07-16Remove unused function process_frame() from arm_machdep.cTom Cosgrove
2016-07-16remove unused vmm_activate function. all vmm-specific suspend/resume needsMike Larkin
2016-07-16Fix an incorrect shift value when calculating the mask for the VMCS MSRMike Larkin
2016-07-16remove some 12 year old code that was never correct, and never compiledMike Larkin
2016-07-16remove some unused #includesMike Larkin
2016-07-16Limit the support of the "backward compatible" ssl2 handshake to only beBob Beck
2016-07-15Remove duplicated line in omap mmc driver, which would causeTom Cosgrove
2016-07-15Remove duplicate line in amd64/acpi_machdep.cTom Cosgrove
2016-07-15To remove the const qualifier from a pointer to an object - eitherIngo Schwarze
2016-07-15Remove unused re_nbits from dev/rnd.cTom Cosgrove
2016-07-15Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze
2016-07-15add missing prototypes, no code change;Ingo Schwarze
2016-07-15Improve logging of reserved labels.Renato Westphal
2016-07-15Explicitly ignore the Hop Count and Path Vector TLVs.Renato Westphal
2016-07-15Update per-neighbor GTSM options on config reload.Renato Westphal
2016-07-15disable acpicbkbd by default until after the release when acpi ecJoshua Stein
2016-07-15Tweak output of environment logging.Nicholas Marriott