summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-16Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),Martynas Venckus
2015-07-16Move grab/release of the kernel_lock for softintrs from the ASM stubs toPhilip Guenther
2015-07-16VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@Reyk Floeter
2015-07-16remove mention of hostname editingTed Unangst
2015-07-16syncMiod Vallat
2015-07-16remove ancient support for edited hostnames. ok deraadt (long ago)Ted Unangst
2015-07-16remove the stubby not working mmaped file support. ok sthen (long ago)Ted Unangst
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
2015-07-16make a comment more safe, there's no CRIME there.Jasper Lievisse Adriaanse
2015-07-16Explicitely cast a char into unsigned long before shifting it left by 24, forMiod Vallat
2015-07-16Check return value of all used functions in OCSP_REQUEST_print(); coversMiod Vallat
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
2015-07-16remove dead files (moved from unbound/ldns/ to unbound/sldns/)Stuart Henderson
2015-07-16mergeStuart Henderson
2015-07-16update to Unbound 1.5.4, ok florian@, looks sane deraadt@Stuart Henderson
2015-07-16add USB3.0 related codeYojiro Uo
2015-07-16ignore 4 byte trailing padding of each recv packet, when copying to upperYojiro Uo
2015-07-16fix recv packet header definitonYojiro Uo
2015-07-15Ditch the octeon simulator non-sense.Paul Irofti
2015-07-15Escape the message in server_log() as well.Reyk Floeter
2015-07-15use mp for the name of a variable of type struct mbuf **, rather than mTheo de Raadt
2015-07-15Refix memory handling for machines with less than 256M broken by revision 1.64.Paul Irofti
2014-03-16import unbound 1.4.22 upstream sources, ok brad@Stuart Henderson
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
2015-07-15add some definitions from libdrm 2.4.62Jonathan Gray
2015-07-15m_free() can now accept NULL, as a normal free() function. This makesTheo de Raadt
2015-07-15For some values like the User-Agent, use vis(3) instead of url_encode().Reyk Floeter
2015-07-15check n before cbs_init, coverity - ID 125063Bob Beck
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-07-15test for n<0 before use in CBS_init - mostly to shut up coverity.Bob Beck
2015-07-15Recognize CARP interfaces when sending packet to a multicast address.Martin Pieuchot
2015-07-15The exynos gic is not at a fixed offset from periphbase unlikeJonathan Gray
2015-07-15Drop comments; we already have a fully documented file underAntoine Jacoutot
2015-07-15Flense out dead code, we don't do ecdhe_clnt_cert.Bob Beck
2015-07-15Fix inverted test in previous. Commit message told what we intended, butMiod Vallat
2015-07-15typo.Igor Sobrado
2015-07-15rename mbuf ** parameter from m to mp, to match other similar codeTheo de Raadt
2015-07-15Simplify the error path of the previous commit: by using ret = -1 byReyk Floeter
2015-07-15Fix urtw(4) error code paths to not panic the kernel. Makes the driver workStefan Sperling
2015-07-15Remove dead code. Coverity CID 21688Miod Vallat
2015-07-15Fix two theoretical NULL pointer dereferences which can only happen if youMiod Vallat
2015-07-15rename mbuf ** parameter from m to mp, to match other similar codeTheo de Raadt
2015-07-15Close connections that fail to complete a TLS handshake.Joel Sing
2015-07-15Unbreak configurations that have a non-TLS listen statement followed by aJoel Sing
2015-07-15Fix possible 32 byte buffer overrun, found by coverity, CID 78869Bob Beck
2015-07-15Fix typo in comment.Joel Sing
2015-07-15Document default locations for TLS certificate and key.Joel Sing
2015-07-15Memory leak; Coverity CID 78836Miod Vallat
2015-07-15Unchecked allocations, and make sure we do not leak upon error. FixesMiod Vallat
2015-07-15Avoid leaking objects upon error; tweaks & ok doug@Miod Vallat