summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-11The default output format for 32bit AS numbers has moved from AS_DOT+Peter Hessler
2014-11-11Don't free garbage in ec_wNAF_mul() if wNAF could be allocated butPhilip Guenther
2014-11-11Merge from NetBSD from 1999-03-25:"Philip Guenther
2014-11-11delete extra word in NdTheo de Raadt
2014-11-11Let -h imply -c (that is, not use the pager).Ingo Schwarze
2014-11-11implement -h (synopsis only) for preformatted (cat) pages;Ingo Schwarze
2014-11-11Replace mysql with mariadb.Brad Smith
2014-11-10mux-related manual tweaksDamien Miller
2014-11-10Disable -fgcse on vax at -O2, for it exposes code generation bugs (which mightMiod Vallat
2014-11-10Make flag_gcse non-static.Miod Vallat
2014-11-10add required vertical spacing before lists that beginIngo Schwarze
2014-11-10remove various bits of autoconf cruft. from Martin NatanoTed Unangst
2014-11-10remove ipc leftovers. from Martin NatanoTed Unangst
2014-11-10remove old, unnecessary compat code. from Martin NatanoTed Unangst
2014-11-10more tests found in my treeIngo Schwarze
2014-11-10Fix horrible spelling mistake introduced in r1.17Miod Vallat
2014-11-10SKIP_GROFF tests need to adapt to the changed rendering of \(bu, tooIngo Schwarze
2014-11-10adapt to the changed rendering of \(buIngo Schwarze
2014-11-10Revert r1.17 as it breaks inserting in some cases.Nicholas Marriott
2014-11-10m68k is dead <sniff>Philip Guenther
2014-11-10Grab the pool mutex in sysctl_dopool(), but only for pools for whichMark Kettenis
2014-11-10Split the logic for the ICMP and ICMP6 case in pf_get_sport(). TheAlexander Bluhm
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov
2014-11-10Gather full statistics only when IX_DEBUG is definedMike Belopuhov
2014-11-10don't try to update the link status every secondMike Belopuhov
2014-11-10remove ixgbe_sfp_probe since it's not called anywaysMike Belopuhov
2014-11-10Support USB 1.x devices below external hubs.Martin Pieuchot
2014-11-10Add some fields needed for TT support.Martin Pieuchot
2014-11-10Don't attempt to open log files when using syslog, as we are not going toBob Beck
2014-11-10Apparently xhci(4) also needs a hook to set the address of a device.Martin Pieuchot
2014-11-10tweak previous; ok mikebJason McIntyre
2014-11-10Typo: consitent -> consistent.Kenneth R Westerback
2014-11-10copy pubkey section from isakmpd(8); ok reykMike Belopuhov
2014-11-10Remove USB locators. They are currently unused and this wont change dueMartin Pieuchot
2014-11-10Do not pass an ifa pointer when we already have a DAD descriptor.Martin Pieuchot
2014-11-10Plug a rtentry leak and change the name of the pool to somethingMartin Pieuchot
2014-11-10etc and xetc sets no longer exist in the release directoriesJonathan Gray
2014-11-10syncTheo de Raadt
2014-11-09KNF (when not conflicting with other cleanup changes in progress)Miod Vallat
2014-11-09To implement transparent relays for connectionless protocols, theAlexander Bluhm
2014-11-09GOST tests, not connected to the build yet.Miod Vallat
2014-11-09Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failureMiod Vallat
2014-11-09Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending aMiod Vallat
2014-11-09Replace RAND_bytes() usage with arc4random_buf().Miod Vallat
2014-11-09GOST crypto algorithms (well, most of them), ported from the removed GOSTMiod Vallat
2014-11-09Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.Miod Vallat
2014-11-09Allow digest routines to provide their own HASH_FINAL routine; will beMiod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller